Which network utility allows a user to trace the specific real-time hop-by-hop path and transit delays of packets moving across routers from source to destination on the internet? MCQ with Answer and Explanation

Which network utility allows a user to trace the specific real-time hop-by-hop path and transit delays of packets moving across routers from source to destination on the internet?
A. Ipconfig / Ifconfig
B. Traceroute (or tracert)
C. Ping utility loop
D. Netstat command utility
Answer: Option B
Solution (By JKSSB Mock Tests)
Traceroute maps out and records the explicit path of network routers that data packets cross to reach a target destination, displaying transit times for each hop.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What mechanism does a web server implement to compress digital image files dynamically over internet networks to reduce asset payloads and accelerate webpage loading speeds?
A. Image Compression / Optimization algorithms (e.g., WebP formatting)
B. Static FTP file catalog adjustments
C. Running outbound SMTP mail server delivery routines
D. Altering localized device hardware MAC address registries

Correct Answer: Option A


Explanation:
Modern image formats like WebP use advanced compression algorithms to provide smaller file sizes than traditional JPEG or PNG formats, significantly lowering bandwidth consumption.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which protocol is used to receive email from a mail server, downloading it to a local device?
A. HTTP
B. FTP
C. SMTP
D. POP3

Correct Answer: Option D


Explanation:
POP3 (Post Office Protocol version 3) is used by email clients to retrieve emails from a server, typically downloading them to the local device and often deleting them from the server.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the purpose of the 'HTTP/2' protocol?
A. To replace HTTPS
B. To simplify HTTP
C. To add encryption
D. To improve performance over HTTP/1.1

Correct Answer: Option D


Explanation:
HTTP/2 is a major revision that improves performance with multiplexing, header compression, etc., while maintaining compatibility.

This question belongs to: Computer Internet and Web Technologies