Question:

Which protocol is used to format and transmit the information from the World Wide Web?

Show Hint

Protocol roles to remember:
HTTP/HTTPS: Web page transmission.
FTP: File transfers.
DNS: Domain name resolution.
TCP: Reliable packet transmission.
Updated On: Sep 7, 2026
  • FTP
  • TCP
  • HTTP
  • DNS
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Concept:
Web browsing and the World Wide Web (WWW) rely on communication protocols to standardize how web servers and clients (browsers) package, format, and exchange hypertext documents and multimedia resources.

Step 1: Role of HTTP:

HyperText Transfer Protocol (HTTP) is the foundational application layer protocol of the World Wide Web.
It dictates how messages are formatted, transmitted, and interpreted by browsers and web servers, defining actions such as GET, POST, and response status codes.

Step 2: Examining Other Listed Protocols:

- FTP (File Transfer Protocol): Used specifically to upload and download files between a client and server, not for formatting hypermedia documents on the WWW.
- TCP (Transmission Control Protocol): Operates at the transport layer to provide reliable, connection-oriented data delivery via segment numbering and acknowledgments.
- DNS (Domain Name System): Resolves human-readable domain names into numerical IP addresses.
Final Answer:
HTTP is the protocol that formats and transmits web information. The correct option is (C).
Was this answer helpful?
0
0