COMPUTER SCIENCE AND ENGINEERING
COMPUTER NETWORKING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
HTTP
|
|
TCP/IP
|
|
FTP
|
|
SMTP
|
Detailed explanation-1: -If you pay attention, you will know Web browsers communicate with web servers using the HyperText Transfer Protocol (HTTP).
Detailed explanation-2: -Web browsers communicate with web servers using the HyperText Transfer Protocol (HTTP). When you click a link on a web page, submit a form, or run a search, the browser sends an HTTP Request to the server.
Detailed explanation-3: -Hypertext Transfer Protocol (HTTP) is a method for encoding and transporting information between a client (such as a web browser) and a web server.
Detailed explanation-4: -HTTP is a protocol for fetching resources such as HTML documents. It is the foundation of any data exchange on the Web and it is a client-server protocol, which means requests are initiated by the recipient, usually the Web browser.
Detailed explanation-5: -Web browsers and servers communicate using TCP/IP. Hypertext Transfer Protocol is the standard application protocol on top of TCP/IP supporting web browser requests and server responses. Web browsers also rely on DNS to work with URLs.