Which network utility allows an administrator to view the exact sequence of routers and hops that a data packet traverses to reach a remote server? MCQ with Answer and Explanation

Which network utility allows an administrator to view the exact sequence of routers and hops that a data packet traverses to reach a remote server?
A. PING
B. TRACERT / TRACEROUTE
C. IPCONFIG
D. NSLOOKUP
Answer: Option B
Solution (By JKSSB Mock Tests)
The traceroute (Unix) or tracert (Windows) command maps a packet's path through a network, listing each intermediate hop and router interface.

Discuss this Question (0)

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

Practice More Computer Networking Questions

Question #1
Which network topology is often used in wireless mesh networks?
A. Ring
B. Bus
C. Mesh
D. Star

Correct Answer: Option C


Explanation:
Wireless mesh networks often use full or partial mesh topology for redundancy.

This question belongs to: Computer Computer Networking
Question #2
Which device uses a bridge layer to segment a local network into independent collision domains for each physical port while maintaining a single shared broadcast domain?
A. Analog Modem
B. Layer 3 Router
C. Layer 2 Switch
D. Layer 1 Hub

Correct Answer: Option C


Explanation:
A switch separates each port into its own dedicated collision domain, preventing collisions while passing broadcast traffic to all ports.

This question belongs to: Computer Computer Networking
Question #3
Which address is used by an operating system to send a packet to all host devices residing on the local subnet simultaneously?
A. Broadcast Address
B. Loopback Address
C. Gateway Address
D. MAC Identifier

Correct Answer: Option A


Explanation:
The broadcast address (such as 255.255.255.255 publicly or the last address of a subnet) allows data to target all nodes on that network block.

This question belongs to: Computer Computer Networking