![]() |
|||||||||||||||||||||||||||||||
|
Principles
Home |
Concepts and ModelsPackets and ProtocolsIn contrast to circuit centric local phone networks, data networks tend to be packet centric. A packet is a unit of information transmitted as a whole from one device to another on a network. Protocols define the methods that keep order on the media and make packet networks possible. Packets When receiving, each corresponding layer removes that information. Arriving at the receiver's application layer, the information is in its original form.
May function on a single ISO layer or multiple layers. A complete set of methods and rules that a computer needs is called a protocol stack or protocol suite.
Networking Models The two most important open models are the ISO/OSI and IEEE Project 802 models.
Each task or layer represents a particular aspect of the process. Boundaries between layers, called interfaces, are well defined. Only well defined products can pass between layers. Each layer provides well defined services exclusively with and to adjacent layers. Each layer is shielded from the details of adjacent layers.
Each layer, except for the physical layer, thinks that it is communicating exclusively with its associated (peer) layer on the other computer.
Layer Seven Application Handles general network access, flow control, and error recovery. FTP, HTTP, Telenet, Gopher, and Mail
Determines data format Protocol conversion Encryption Data compression The redirector operates at this level. Redirects I/O operations to resources on a server. Layer Five Session Layer
Provides synchronization between user tasks by placing checkpoints in the data stream. Conceptually, facilitates a conversation between two computers. Packages messages. Breaks long messages into shorter packets, groups smaller messages into a single packet. Provides error handling. Requests packet retransmission when appropriate. Translates logical addresses and names into physical addresses. Determines the route from the source to destination. Can be based on network conditions, priority of service, or length of path. Manages traffic problems, such as packet switching, routing, and congestion. Responsible for providing error free Physical level transfer of frames. Adds CRC trailer to frame. Responsible for MAC Addressing. Defines how the cable is attached to the network adapter card. Layers one and two governed by the IEEE 802 Project Model. Defines network standards for physical network components i.e. the NIC, the cabling, and related connectivity components.
Wide area network components Components used to create twisted pair and coaxial cable networks The way network adapter cards access and transfer data over physical media.
Defines logical interface points called service address points (SAPs). |
||||||||||||||||||||||||||||||