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.
No comments yet. Be the first to start the discussion!