nerdexam
F5

101 · Question #153

Which of the following is a language used for content provided by a web server to a web client?

The correct answer is D. HTML. HTML (HyperText Markup Language) is the language used to structure and present content that a web server delivers to a web client (browser). FTP and TCP are protocols, and HTTP is the transfer protocol, not a content language.

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

Question

Which of the following is a language used for content provided by a web server to a web client?

Options

  • AFTP
  • BTCP
  • CHTTP
  • DHTML

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    3% (1)
  • D
    88% (28)

Why each option

HTML (HyperText Markup Language) is the language used to structure and present content that a web server delivers to a web client (browser). FTP and TCP are protocols, and HTTP is the transfer protocol, not a content language.

AFTP

FTP (File Transfer Protocol) is a network protocol for transferring files between systems, not a language for describing web content.

BTCP

TCP (Transmission Control Protocol) is a transport-layer protocol that provides reliable data delivery; it operates below the application layer and has no role in defining content structure.

CHTTP

HTTP (HyperText Transfer Protocol) is the application-layer protocol used to request and deliver web content, not the language used to write that content.

DHTMLCorrect

HTML is a markup language that defines the structure and presentation of web page content. When a web server responds to a client request, it delivers HTML documents that the browser interprets and renders. HTML is the actual content language, distinct from HTTP which is only the communication protocol used to transport that content.

Concept tested: HTML as web content markup language

Source: https://developer.mozilla.org/en-US/docs/Web/HTML

Topics

#HTML#web content delivery#client-server communication#HTTP vs HTML

Community Discussion

No community discussion yet for this question.

Full 101 Practice