🎴 Flashcard Mode

ASP.NET Web Development Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
TCP/IP
💡 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.

Change Mode