What service is provided by HTTP?
- An application that allows real-time chatting among remote users.
- Uses encryption to secure the exchange of text, graphic images, sound, and video on the web.
- Allows for data transfers between a client and a file server.
- A basic set of rules for exchanging text, graphic images, sound, video, and other multimedia files on the web.
Explanation & Hint:
The service provided by HTTP (Hypertext Transfer Protocol) is: A basic set of rules for exchanging text, graphic images, sound, video, and other multimedia files on the web. HTTP is the protocol used for transmitting web pages over the internet, allowing users to view and navigate web pages. It does not inherently include encryption; that service is provided by HTTPS (HTTP Secure), which is HTTP over SSL/TLS. HTTP itself is not an application for chatting nor specifically for file transfers between a client and a server, although it can be used to download or upload files within the context of web services. |