101 · Question #252
A web client accesses a web application using what protocol?
The correct answer is D. HTTP. Web clients communicate with web applications using HTTP (Hypertext Transfer Protocol), the application-layer protocol designed specifically for web-based data exchange.
Question
A web client accesses a web application using what protocol?
Options
- ATCP
- BXML
- CHTML
- DHTTP
How the community answered
(23 responses)- A4% (1)
- C4% (1)
- D91% (21)
Why each option
Web clients communicate with web applications using HTTP (Hypertext Transfer Protocol), the application-layer protocol designed specifically for web-based data exchange.
TCP is the transport-layer protocol that carries HTTP traffic, but web clients do not directly interact with TCP as the application protocol - HTTP sits above TCP in the OSI model.
XML is a data serialization and markup language used to structure data, not a communication protocol for transmitting requests between clients and servers.
HTML is a markup language used to structure and display web page content, not a protocol - it is the payload carried by HTTP, not the communication mechanism itself.
HTTP is the application-layer protocol that defines how web clients (browsers) format and transmit requests to web servers, and how servers respond. It operates over TCP at the transport layer and is the foundational protocol of the World Wide Web, enabling retrieval of HTML pages, images, and other web resources.
Concept tested: Web client-server application layer protocol identification
Source: https://developer.mozilla.org/en-US/docs/Web/HTTP/Overview
Topics
Community Discussion
No community discussion yet for this question.