101 · Question #575
What are two examples of network layer protocols? (Choose two)
The correct answer is A. ARP E. ICMP. ARP and ICMP are network layer protocols in the TCP/IP model, supporting IP address resolution and IP-level error and diagnostic messaging respectively.
Question
What are two examples of network layer protocols? (Choose two)
Options
- AARP
- BTCP
- CIPv4
- DBGP
- EICMP
How the community answered
(25 responses)- A92% (23)
- B4% (1)
- D4% (1)
Why each option
ARP and ICMP are network layer protocols in the TCP/IP model, supporting IP address resolution and IP-level error and diagnostic messaging respectively.
ARP (Address Resolution Protocol) maps Layer 3 IP addresses to Layer 2 MAC addresses and is directly invoked by the IP stack to resolve next-hop addresses. It is tightly coupled to network layer operations and is classified as a network layer support protocol in the TCP/IP model.
TCP (Transmission Control Protocol) operates at Layer 4 of the OSI model, providing reliable connection-oriented data transport, not network layer addressing or delivery functions.
While IPv4 defines the network layer packet format and addressing scheme, it represents the overarching internetwork framework rather than a discrete operational protocol example in the way ARP and ICMP are.
BGP (Border Gateway Protocol) is an interdomain path-vector routing protocol that runs over TCP port 179 and is classified at the application layer, not the network layer.
ICMP (Internet Control Message Protocol) is encapsulated directly within IP datagrams at Layer 3 without a transport layer header. It delivers essential network layer functions including destination-unreachable notifications, time-exceeded messages, and echo request/reply used by ping and traceroute.
Concept tested: OSI and TCP/IP network layer protocol identification
Source: https://www.ietf.org/rfc/rfc792.txt
Topics
Community Discussion
No community discussion yet for this question.