Networking Fundamentals Flashcards
What are the 7 layers of the OSI Model?
Physical, Data Link, Network, Transport, Session, Presentation, Application.
What are the layers of the TCP/IP model?
Network Interface, Internet, Transport, Application.
What are the well-known ports for HTTP, HTTPS, FTP, SSH, and DNS?
HTTP: 80, HTTPS: 443, FTP: 20/21, SSH: 22, DNS: 53.
What is the difference between IPv4 and IPv6 addressing?
IPv4 uses 32-bit addresses (e.g., 192.168.1.1) and IPv6 uses 128-bit addresses (e.g., 2001:0db8::1).
What is subnetting and why is it used?
Subnetting divides a larger network into smaller, more manageable sub-networks, improving security and reducing broadcast traffic.
What is a MAC address, and how is it used?
A MAC address is a unique identifier assigned to network interfaces for communications on the physical network segment.
What are the common types of network topologies?
Bus, Star, Ring, Mesh, and Hybrid.
What are the primary functions of routers, switches, and firewalls?
Routers direct traffic between networks, switches connect devices within a network, and firewalls control incoming and outgoing traffic based on security rules.
What is DHCP and how does it function in a network?
Dynamic Host Configuration Protocol (DHCP) automatically assigns IP addresses and other network configuration to devices on a network.