Explore the question in detail with explanation, related questions, and community discussions.
The HTTP (HyperText Transfer Protocol) is one of the most important protocols at the Application Layer in the OSI model. Its core function is to deliver web content from server to client. It acts as the foundation of data communication on the World Wide Web.
When a user types a web address into a browser, the browser sends an HTTP request to the server. The server responds with an HTTP response that includes HTML pages, images, stylesheets, and other resources. This entire exchange is managed by HTTP.
port 80
by default, or port 443
when combined with SSL/TLS (HTTPS).In summary: HTTP is essential for accessing and exchanging information over the internet. It operates at the Application Layer, facilitating web content delivery, and making the internet usable for people around the world.
Correct Answer: C. It delivers web content from server to client.
Discussion
Leave a Comment