Network Protocols: Dr. Ahmed Musa
Network Protocols: Dr. Ahmed Musa
Protocols
Dr. Ahmed Musa
Network Communication
Architecture and Protocols
A network architecture is a blueprint of the complete computer communication
network, which provides a framework and technology foundation for designing,
building and managing a communication network.
Layering is a modern network design principle which divides the communication
tasks into a number of smaller parts, each part accomplishing a particular sub-task
and interacting with the other parts in a small number of well-defined ways.
Layering allows the parts of a communication to be designed and tested without a
combinatorial explosion of cases, keeping each design relatively simple.
The TCP/IP network architecture, which the Internet is based on, is such an open
network architecture and it is adopted as a worldwide network standard and widely
deployed in local area network (LAN), wide area network (WAN), small and large
enterprises, and last but not the least, the Internet.
Network Communication
Architecture and Protocols
Open Systems Interconnection (OSI) network architecture, developed by
International Organization for Standardization (ISO). Though not widely deployed,
the OSI 7-layer model is considered the primary network architectural model for
inter-computing and inter-networking communications.
In addition to the OSI network architecture model, there exist other network architecture
models by many vendors, such as IBM SNA (Systems Network Architecture), Digital
Equipment Corporation (DEC; now part of HP) DNA (Digital Network Architecture), Apple
computer’s AppleTalk, and Novell’s NetWare. Actually, the TCP/IP architecture does not
exactly match the OSI model.
➢On the other hand, the seven layers of the OSI model can be divided into two
groups: upper layers (layers 7, 6 & 5) and lower layers (layers 4, 3, 2, 1). The upper
layers of the OSI model deal with application issues and generally are implemented
only in software.
➢The highest layer, the application layer, is closest to the end user. The lower layers
of the OSI model handle data transport issues.
➢The physical layer and the data link layer are implemented in hardware and
software. The lowest layer, the physical layer, is closest to the physical network
medium (the wires, for example) and is responsible for placing data on the
medium.
OSI Network
Architecture 7
Layers Model
Layer 7: Application Layer
➢ Defines interface to user processes for communication and data transfer in network
➢Provides standardized services such as virtual terminal, file and job transfer and operations
Layer 6: Presentation Layer
➢ Masks the differences of data formats between dissimilar systems
➢Specifies architecture-independent data transfer format
➢Encodes and decodes data; encrypts and decrypts data; compresses and decompresses data
Layer 5: Session Layer
➢Manages user sessions and dialogues
➢Controls establishment and termination of logic links between users
➢Reports upper layer errors
OSI Network
Architecture 7
Layers Model
Layer 4: Transport Layer
• Manages end-to-end message delivery in network
• Provides reliable and sequential packet delivery through error recovery and flow control
mechanisms
• Provides connectionless-oriented packet delivery
Layer 3: Network Layer
• Determines how data are transferred between network devices
• Routes packets according to unique network device addresses
• Provides flow and congestion control to prevent network resource depletion
Layer 2: Data Link Layer
• Defines procedures for operating the communication links
• Frames packets
• Detects and corrects packets transmit errors
OSI Network
Architecture 7
Layers Model
OSI and and protocols. TCP/IP does not have a clear distinction between
these three.
TCP / IP ➢OSI model gives guidelines on how communication needs to be
Reference done, while TCP/IP protocols layout standards on which the Internet
was developed. So, TCP/IP is a more practical model.
Models ➢In OSI, the model was developed first and then the protocols in
each layer were developed. In the TCP/IP suite, the protocols were
developed first and then the model was developed.
➢The OSI has seven layers while the TCP/IP has four layers.
TCP/IP Four Layers
Architecture Model