Protocols Flashcards
Protocols
- The format or structure of the message
- The process by which networking devices share information about pathways to other networks
- How and when error and system messages are passed between devices
- The setting up and termination if data transfer sessions
Protocol Suites and Industry Standards
- Institute of Electrical & Electronics Engineers (IEEE)
- Internet Engineering Task Force (IETF)
Interaction of Protocols
Hypertext Transfer Protocol > Transmission Control Protocol > Internet Protocol > Ethernet
Hypertext Transfer Protocol (HTTP)
- A common protocol that governs the way that a web server and a web client interact
- 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 kf the application
- Relies on the other protocols to govern how the messages are transported between client and server
Transmission Control Protocol (TCP
- Transport protocol that manages the individual conversations between web servers and web clients
- Divides the HTTP messages into smaller pieces, called segments, to be sent to the destination client
- Responsible for controlling the size and rate at which messages are exchanged between the server and the client
Internet Protocol (IP)
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
- Data-link management protocols
- Physical media standards and protocols
Data- link management protocols
Takes the packets from IP and format them to be transmitted over the media
Physical media standards and protocols
Governs 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.