Which protocol is used for transmitting web pages over the Internet?

Study for the CodeHS AP Computer Science Principles (CSP) Exam. Prepare with flashcards and multiple choice questions, each question comes with hints and explanations. Get ready for success!

Multiple Choice

Which protocol is used for transmitting web pages over the Internet?

Explanation:
HTTP is the protocol used to fetch and transfer web pages. A browser asks a web server for a page by sending an HTTP request, and the server responds with the page content (like HTML, CSS, and JavaScript) along with a status code indicating success or errors. This request–response exchange is the core way web pages are delivered, typically over TCP/IP, and modern browsers often use its secure variant, HTTPS, which adds encryption. The other choices have different roles: FTP is for moving files, SSH is for secure remote access, and SMTP handles email delivery.

HTTP is the protocol used to fetch and transfer web pages. A browser asks a web server for a page by sending an HTTP request, and the server responds with the page content (like HTML, CSS, and JavaScript) along with a status code indicating success or errors. This request–response exchange is the core way web pages are delivered, typically over TCP/IP, and modern browsers often use its secure variant, HTTPS, which adds encryption. The other choices have different roles: FTP is for moving files, SSH is for secure remote access, and SMTP handles email delivery.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy