Multiple choice technology programming languages

What important standard is used to connect client browsers with web servers ?

  1. HTTP

  2. TCP/IP

  3. ASP.NET

  4. HTML

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

TCP/IP is the foundational network protocol suite that connects client browsers with web servers. While HTTP (the application-layer protocol) is what browsers use to communicate with web servers, TCP/IP is the actual transport that makes this communication possible. Option B is correct. HTTP runs on top of TCP/IP, ASP.NET is a server framework, and HTML is a markup language.