Which network term describes the total time latency delay encountered for a data packet block to travel from its source machine host across the internet network to its final target destination? MCQ with Answer and Explanation

Which network term describes the total time latency delay encountered for a data packet block to travel from its source machine host across the internet network to its final target destination?
A. Channel Bandwidth capacity
B. Network Latency / Propagation Delay
C. Cookie Processing lifecycle
D. Modem Frequency index value
Answer: Option B
Solution (By JKSSB Mock Tests)
Latency measures the structural time lag or delay (usually calculated in milliseconds) for a data payload to travel over network links from source to endpoint.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which search engine is renowned for its strict commitment to user privacy by explicitly refusing to track search histories or profile users?
A. Bing
B. Yahoo!
C. DuckDuckGo
D. Baidu

Correct Answer: Option C


Explanation:
DuckDuckGo differentiates itself from other search engines by prioritizing user privacy and avoiding personalized search tracking profiles.

This question belongs to: Computer Internet and Web Technologies
Question #2
What mechanism does an internet connection setup implement to compress large structural web data payloads (like HTML, CSS, JS text) on the fly during transit to reduce bandwidth consumption?
A. Gzip / Brotli Compression algorithms
B. Running outbound SMTP email server scripts
C. Altering local device MAC address registry entries
D. Static FTP directory link configurations

Correct Answer: Option A


Explanation:
Gzip and Brotli are compression algorithms utilized by web servers to reduce the size of text assets before sending them over the network, speeding up page load times for client browsers.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is a web server?
A. A program that browses web pages
B. A program that stores and serves web pages
C. A search engine
D. An email client

Correct Answer: Option B


Explanation:
A web server is software that handles HTTP requests and serves web pages to clients, e.g., Apache, Nginx.

This question belongs to: Computer Internet and Web Technologies