Networking Flashcards
Networking (70 cards)
What is the OSI model used for?
To standardize network communication across seven layers, from physical to application.
Name the 7 layers of the OSI model.
Physical, Data Link, Network, Transport, Session, Presentation, Application.
What protocol is used for assigning IP addresses dynamically?
DHCP (Dynamic Host Configuration Protocol).
What is the function of ARP?
ARP maps IP addresses to MAC addresses on a local network.
What does DNS do in a network?
Resolves domain names (like google.com) into IP addresses.
What is a subnet mask?
A value that defines the network and host portions of an IP address.
What is the difference between a public and private IP address?
Public IPs are routable on the internet; private IPs are used internally and are non-routable.
What is a default gateway?
A device (usually a router) that connects local devices to external networks.
What is NAT (Network Address Translation)?
A method of remapping private IP addresses to a public IP address for internet access.
What command is used to view IP address configuration on Windows?
ipconfig
What is the difference between TCP and UDP?
TCP is connection-oriented and reliable; UDP is faster but connectionless and less reliable.
What port does HTTP use?
Port 80 (TCP).
What port does HTTPS use?
Port 443 (TCP).
What port does DNS typically use?
Port 53 (UDP, sometimes TCP for zone transfers).
What is the role of port 22?
Used by SSH (Secure Shell) for secure remote access.
What does a network packet contain?
Header (source, destination, protocol info) and payload (data).
What is lateral movement in network security?
Movement from one host to another within a network after initial access.
What is packet sniffing?
Capturing network packets to analyze traffic (e.g., with Wireshark or tcpdump).
What is beaconing behavior in network traffic?
Repeated outbound communication attempts to an external server (often for C2).
What is a SYN flood attack?
A DoS attack where a target is overwhelmed with TCP connection requests.
What is the primary purpose of a firewall?
To allow or block traffic based on predefined security rules.
What is the function of a proxy server?
Acts as an intermediary between client and server, often used for filtering and caching.
What is a DMZ in networking?
A demilitarized zone that separates internal networks from untrusted external networks.
What is VLAN segmentation?
Logical separation of networks at the switch level for better security and management.