Which protocol defines how web data is formatted and transmitted between a…
2025
Which protocol defines how web data is formatted and transmitted between a browser/client and a web server over a network?
- A.
HTTP
- B.
SMTP
- C.
FTP
- D.
POP3
Attempted by 618 students.
Show answer & explanation
Correct answer: A
Correct answer: HTTP
Why: HTTP (HyperText Transfer Protocol) is the application-layer protocol used by the World Wide Web. It defines the request/response message format and the way web resources are transferred between a browser or client and a web server.
HTTP: fits the web-data transfer context.
SMTP: is for sending email messages.
FTP: is for file transfer.
POP3: is for retrieving email from a mail server.
Final answer: HTTP.