Communication between a web server and web client is an example of an
interaction between several protocols. The protocols shown in the
figure include:
-
HTTP - is an application protocol that governs
the way a web server and a web client interact. HTTP defines the content
and formatting of the requests and responses that are exchanged between
the client and server. Both the client and the web server software
implement HTTP as part of the application. HTTP relies on other
protocols to govern how the messages are transported between the client
and server.
-
TCP - is the transport protocol that manages the
individual conversations. TCP divides the HTTP messages into smaller
pieces, called segments. These segments are sent between the web server
and client processes running at the destination host. TCP is also
responsible for controlling the size and rate at which messages are
exchanged between the server and the client.
-
IP - is responsible for taking the formatted
segments from TCP, encapsulating them into packets, assigning them the
appropriate addresses, and delivering them to the destination host.
-
Ethernet - is a network access protocol that
describes two primary functions: communication over a data link and the
physical transmission of data on the network media. Network access
protocols are responsible for taking the packets from IP and formatting
them to be transmitted over the media.
Posted in: Ccna1,Chapter 3,Cisco
Email This
BlogThis!
Share to Facebook
0 comments:
Post a Comment