2.1, 2.5, 2.6 Network Configurations Flashcards
What are the four layers of the TCP/IP model?
Link/Network Interface, Internet, Transport, Application.
What does the Link/Network Interface layer do?
Handles data transmission within the local network via Ethernet, WiFi, or fiber.
What does the Internet layer do?
Routes packets across WANs using IP addresses.
What is the role of the Transport layer?
Determines how data is sent using TCP or UDP.
What is TCP (Transmission Control Protocol)?
A reliable, connection-oriented protocol that ensures data delivery.
What is UDP (User Datagram Protocol)?
A faster, connectionless protocol that does not guarantee delivery.
What does the Application layer in the TCP/IP model include?
Higher-level protocols for email, file transfers, and encryption.
What does IPv4 stand for?
Internet Protocol version 4.
What does IPv6 stand for?
Internet Protocol version 6.
What is the purpose of DHCP (Dynamic Host Configuration Protocol)?
Automatically assigns dynamic IP addresses to devices.
What does DNS (Domain Name System) do?
Converts domain names (e.g., google.com) into IP addresses.
What is a VLAN (Virtual Local Area Network)?
A network segmentation method that isolates traffic within a LAN.
What is a VPN (Virtual Private Network)?
A secure tunnel that encrypts internet traffic between a device and a remote server.
How does TCP differ from UDP?
TCP is reliable and connection-oriented, while UDP is faster but does not guarantee delivery.
What are common use cases for TCP?
Web browsing, email (SMTP, IMAP), file transfers (FTP).