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? MCQ with Answer and Explanation

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. Running outbound SMTP email server scripts
B. Gzip / Brotli Compression algorithms
C. Static FTP directory link configurations
D. Altering local device MAC address registry entries
Answer: Option B
Solution (By JKExamLibrary)
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

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
What kind of web tool acts as an indexed directory cataloging websites sorted manually into distinct hierarchy classes, rather than relying strictly on automated web crawlers?
A. Meta Crawler Portal
B. Proxy Gate
C. Web Directory
D. Search Indexer Engine

Correct Answer: Option C


Explanation:
Unlike automated search engines, traditional web directories (like the early Yahoo Directory or DMOZ) relied on human editors to catalog and organize websites into categories.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
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. DuckDuckGo
C. Yahoo!
D. Baidu

Correct Answer: Option B


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 #3 Report Error
What is the purpose of the 'link' tag in HTML?
A. To import a script
B. To embed a hyperlink
C. To define a relationship between the document and an external resource
D. To include a style sheet

Correct Answer: Option C


Explanation:
The tag is used to define relationships with external resources, such as stylesheets, icons, or preconnect, among others.

This question belongs to: Computer Internet and Web Technologies