- What TCP/IP layer does user interaction with computers and services occur?
- Why do we need to replace IPv4 with the IPv6 protocol?
- What protocol allows you to dynamically configure IP addresses in the device's operating system?
- What mechanism makes the traffic from the private network appear to be coming from a single valid public internet address and hides the private addresses from the internet?
- What are the main options for installing Python packages on your localhost machine?
- What is the main Python tool for creating virtual environments, which also includes a separate Python installation for the packages?
- What are the main modules that we can find in Python to make HTTP requests at a high level?
- What are the main modules that we can find in Python to make HTTP requests at a low level?
- Which library can we use to analyze network traffic in Python that Wireshark decodes in each packet?
- What method from the pyshark package can we use to iterate through the packets and apply a function to each one?