Which protocol layer uses the protocol SMTP, HTTP, FTP?
20222022
Which protocol layer uses the protocol SMTP, HTTP, FTP?
- A.
Application layer
- B.
Transport layer
- C.
Internal layer
- D.
Hardware layer
Attempted by 2538 students.
Show answer & explanation
Correct answer: A
Answer: Application layer
Explanation: SMTP, HTTP, and FTP are protocols that define how applications communicate and exchange data. They operate at the application layer of the networking stack.
SMTP: used for sending and routing email between mail servers and clients.
HTTP: used for transferring web pages and resources between web servers and browsers.
FTP: used for transferring files between hosts over a network.
Additional note: These application protocols typically rely on transport-layer protocols (for example, TCP) to provide reliable data delivery. Terms like "internal layer" are not standard, and hardware/physical layers handle signaling and transmission, not application-level message formats.