Home › GATE CSE › computerscience › Computer Networks › The role of a ROUTER (in the IP layer) is to
The role of a ROUTER (in the IP layer) is to
Aforward datagrams between networks by IP
Btranslate domain names to addresses
Cboot diskless workstations remotely
Dencrypt all user data in transit
Answer & Solution
Correct answer: A. forward datagrams between networks by IP
1. A router operates at the NETWORK (IP) LAYER. It has interfaces on multiple networks.
2. When a datagram arrives, the router examines the DESTINATION IP, consults its ROUTING TABLE, and forwards the datagram out the appropriate interface toward the next hop.
3. Routers DECREMENT the TTL (Time To Live) field. If TTL reaches 0, the datagram is dropped (preventing infinite loops).
4. Option B is DNS. Option C is BOOTP/DHCP/PXE. Option D is IPsec/TLS.
_Source: RFC 1180 "A TCP/IP Tutorial", §2 + §5 (TCP/IP Overview + IP Routing)._
Related questions
What does DNS do?How many bits are in an ETHERNET MAC address?What is the function of the SUBNET MASK in IPv4?An IP datagram larger than the network MTU (Maximum Transmission Unit) isUDP is preferred over TCP for applications that needWhich port number is conventionally used by HTTP (cleartext)?The PORT NUMBER range isTCP establishes a connection via the THREE-WAY HANDSHAKE. The sequence of segments is