The Interaction of Protocols
An example of the use of a protocol suite in network communications is the interaction between a web server and a web browser. This interaction uses a number of protocols and standards in the process of exchanging information between them. The different protocols work together to ensure that the messages are received and understood by both parties. Examples of these protocols are:
Application Protocol:
Hypertext Transfer Protocol (HTTP) is a common protocol that governs the way that a web server and a web client interact. HTTP defines the content and formatting of the requests and responses exchanged between the client and server. Both the client and the web server software implement HTTP as part of the application. The HTTP protocol relies on other protocols to govern how the messages are transported between client and server
Transport Protocol:
Transmission Control Protocol (TCP) is the transport protocol that manages the individual conversations between web servers and web clients. TCP divides the HTTP messages into smaller pieces, called segments, to be sent to the destination client. It is also responsible for controlling the size and rate at which messages are exchanged between the server and the client.
Internetwork Protocol:
The most common internetwork protocol is Internet Protocol (IP). IP is responsible for taking the formatted segments from TCP, encapsulating them into packets, assigning the appropriate addresses, and selecting the best path to the destination host.
Network Access Protocols:
Network access protocols describe two primary functions, data link management and the physical transmission of data on the media. Data-link management protocols take the packets from IP and format them to be transmitted over the media. The standards and protocols for the physical media govern how the signals are sent over the media and how they are interpreted by the receiving clients. Transceivers on the network interface cards implement the appropriate standards for the media that is being used.
Related Posts
Steps for complete communication process
The Communication ProcessThe TCP/IP model describes the functionality of the protocols that make up [...]
Nov 18, 2014The TCP/IP Model
The TCP/IP ModelThe first layered protocol model for internetwork communications was created in the [...]
Nov 18, 2014The Benefit of Using a Layered Model
The Benefit of Using a Layered ModelTo visualize the interaction between various protocols, it is co[...]
Nov 18, 2014Rules that Govern Communications
Rules that Govern CommunicationsAll communication, whether face-to-face or over a network, is govern[...]
Nov 18, 2014LANs,WANs, and Internetworks
LANs,WANs, and InternetworksLocal Area NetworksNetworks infrastructures can vary greatly in terms of[...]
Nov 12, 2014
Subscribe to:
Post Comments (Atom)
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.