Problem Statement
Which protocol is primarily used for transferring web pages on the Internet?
Explanation
The Hypertext Transfer Protocol (HTTP) governs how web clients (browsers) and servers exchange data such as HTML documents, images, and scripts. HTTPS is its secure version using SSL/TLS encryption to protect communication.
