nerdexam
F5

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.

Section 1: OSI Model, Network, and Application Delivery Basics

Question

A web client accesses a web application using what protocol?

Options

  • ATCP
  • BXML
  • CHTML
  • DHTTP

How the community answered

(23 responses)
  • A
    4% (1)
  • C
    4% (1)
  • D
    91% (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.

ATCP

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.

BXML

XML is a data serialization and markup language used to structure data, not a communication protocol for transmitting requests between clients and servers.

CHTML

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.

DHTTPCorrect

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

#HTTP protocol#web application#client-server communication#application protocols

Community Discussion

No community discussion yet for this question.

Full 101 Practice