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. Netstat command utility
C. Ping utility loop
D. Traceroute (or tracert)
Answer: Option D
Solution (By JKExamLibrary)
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.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which internet protocol is primarily utilized to sync time clocks across distributed computer systems over packet-switched networks?
A. IMAP
B. DHCP
C. FTP
D. NTP (Network Time Protocol)

Correct Answer: Option D


Explanation:
NTP (Network Time Protocol) synchronizes computer system clocks to a common time standard over network links, maintaining high accuracy.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following is a method to secure cookies against cross-site scripting attacks?
A. HttpOnly flag
B. Secure flag
C. All of the above
D. SameSite flag

Correct Answer: Option C


Explanation:
HttpOnly prevents client-side script access, Secure ensures transmission over HTTPS, and SameSite restricts cross-site requests, all enhancing cookie security.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What type of software system acts as an automated repository program continuously archiving historical snapshots of web page layouts across the World Wide Web over decades?
A. An outbound SMTP email transfer queue engine
B. A corporate proxy server data log database
C. The Internet Archive / Wayback Machine
D. A localized web browser cache management table

Correct Answer: Option C


Explanation:
The Wayback Machine, managed by the Internet Archive, is a digital archive of the World Wide Web that periodically captures and preserves historical snapshots of public web pages.

This question belongs to: Computer Internet and Web Technologies