Multiple choice

Which of the following protocols is used by web browsers when they connect to servers on the World Wide Web?

  1. SMTP

  2. TCP

  3. UDP

  4. POP

  5. ISP

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Transmission Control Protocol (TCP) is one of the core protocols of the Internet protocol suite (IP), and is so common that the entire suite is often called TCP/IP. TCP provides reliable, ordered, error-checked delivery of a stream of octets between programs running on computers connected to a local area network, intranet or the public Internet. It resides at the transport layer.Web browsers use TCP when they connect to servers on the World Wide Web, and it is used to deliver email and transfer files from one location to another.