Difficulty: Easy
Correct Answer: HTTP
Explanation:
Introduction / Context: Hypermedia extends hypertext by incorporating multiple media types (text, images, audio, video) linked together. On today’s Internet, the World Wide Web delivers hypermedia primarily using HTTP to transfer and render resources that embed links and media.
Given Data / Assumptions:
Concept / Approach: HTTP (Hypertext Transfer Protocol) is the application protocol for fetching linked web resources (HTML, images, video). HTML/HTTP enables embedding and traversing links—defining modern hypermedia. WAIS, Veronica, and Archie historically indexed documents/FTP archives but did not themselves deliver rich hypermedia pages as the Web does.
Step-by-Step Solution:
1) Identify which system underpins the Web’s hypermedia model: HTTP.2) Recognize WAIS as a search/access system for text databases.3) Recognize Veronica as an indexer for Gopher menus (text-oriented).4) Recognize Archie as an FTP archive indexer.Verification / Alternative check: Modern browsers use HTTP/HTTPS to fetch HTML, CSS, JS, images, and video, enabling rich hypermedia experiences. Legacy systems predate and do not natively provide comparable hypermedia navigation.
Why Other Options Are Wrong:
WAIS: full-text search service; not a hypermedia delivery protocol.Veronica: Gopher index; menu-driven, not general hypermedia.Archie: FTP file listings; no hypermedia structure.“None of the above” is wrong because HTTP is correct.Common Pitfalls: Confusing search/index services with content delivery protocols; conflating “hypertext” with any text retrieval system.
Final Answer: HTTP.
Discussion & Comments