5-B Flashcards
(51 cards)
What is the primary function of the TCP/IP suite?
To perform logical addressing and data forwarding functions on most networks.
What is a protocol?
A set of rules that allows networked hosts to communicate data in a structured format.
How many layers are in the TCP/IP model?
Four distinct layers.
What is the responsibility of the Link or Network Interface layer?
To put frames onto the physical network.
What does the Internet Protocol (IP) provide?
Packet addressing and routing within a network of networks.
What is an ‘end system host’?
A PC, laptop, mobile device, or server that can communicate on an IP network.
What is the function of the Address Resolution Protocol (ARP)?
To allow a host to query which MAC address is associated with an IP address.
What does the Transport layer manage?
How each host manages multiple connections for different application layer protocols.
What does Transmission Control Protocol (TCP) guarantee?
Connection-oriented forwarding of packets.
What is User Datagram Protocol (UDP) known for?
Providing unreliable, connectionless forwarding.
What types of services does the Application layer operate?
Web and email services.
Who originally developed TCP/IP?
The US Department of Defense.
What is the role of the Internet Engineering Task Force (IETF)?
To implement developments and publish standards as Request For Comments (RFCs).
What is the length of an IPv4 address?
32 bits long.
What notation is used to represent IPv4 addresses for ease of use?
Dotted decimal notation.
What is the range of a valid IPv4 address?
0.0.0.0 to 255.255.255.255.
What are the two components of an IPv4 address?
- Network ID
- Host ID
What does a subnet mask do?
Masks the host ID portion to reveal the network ID portion.
What is slash notation?
A way to refer to network IDs, such as /24.
What mechanism allows hosts with private addresses to access the Internet?
Network Address Translation (NAT) or a proxy server.
What are the three private address ranges defined by RFC 1918?
- 10.0.0.0 to 10.255.255.255
- 172.16.0.0 to 172.31.255.255
- 192.168.0.0 to 192.168.255.255
What is the default subnet mask for Class A addresses?
255.0.0.0
What is DHCP?
Dynamic Host Configuration Protocol, which assigns IP configuration automatically.
What is Automatic Private IP Addressing (APIPA)?
A failover mechanism that assigns addresses from 169.254.0.1 to 169.254.255.254.