What is the purpose of a router's routing table? MCQ with Answer and Explanation

What is the purpose of a router's routing table?
A. Stores IP addresses and next-hop information for forwarding packets
B. Stores domain name mappings
C. Stores MAC addresses
D. Stores security policies
Answer: Option A
Solution (By JKExamLibrary)
A routing table contains destination networks and the next hop to forward packets.

This question belongs to: Computer Computer Networking

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Networking Questions

Question #1 Report Error
What is a subnet?
A. A type of router
B. A VLAN
C. A physical network segment
D. A logical subdivision of an IP network

Correct Answer: Option D


Explanation:
Subnetting divides a large network into smaller logical subnetworks.

This question belongs to: Computer Computer Networking
Question #2 Report Error
Which of the following parameters is used by an IPv4 router to ensure that a data packet cannot loop indefinitely across a network?
A. MAC Destination header
B. Time to Live (TTL) / Hop Limit field
C. Subnet Mask value
D. Loopback index flag

Correct Answer: Option B


Explanation:
The TTL field in an IPv4 header is decremented by 1 at each router hop. If the TTL reaches 0, the packet is dropped, preventing routing loops.

This question belongs to: Computer Computer Networking
Question #3 Report Error
Which type of network connection restricts communication to a single data direction permanently, with no option for bidirectional traffic loops?
A. Multiplex link
B. Simplex link
C. Half-Duplex link
D. Full-Duplex link

Correct Answer: Option B


Explanation:
Simplex communication is strictly unidirectional, meaning one device transmits while the other can only receive data.

This question belongs to: Computer Computer Networking