0% found this document useful (0 votes)
60 views

Chapter 2. Network Models

This document discusses network models and layered network architectures. It describes the OSI 7-layer model and compares it to the TCP/IP protocol suite. Each layer of the OSI model is defined along with its responsibilities. The physical, data link, network, transport, session, presentation and application layers are outlined. Addressing in networks is also summarized, including physical, logical, port and specific addresses.

Uploaded by

Tanvir Rahman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views

Chapter 2. Network Models

This document discusses network models and layered network architectures. It describes the OSI 7-layer model and compares it to the TCP/IP protocol suite. Each layer of the OSI model is defined along with its responsibilities. The physical, data link, network, transport, session, presentation and application layers are outlined. Addressing in networks is also summarized, including physical, logical, port and specific addresses.

Uploaded by

Tanvir Rahman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 28

Chapter 2.

Network Models

1. Layered Tasks
2. The OSI Model
3. Layers in the OSI Model
4. TCP/IP Protocol Suite
5. Addressing

07/11/20 Data Communications, GUB 2-1


Layered Model: Sending a Letter

07/11/20 Data Communications, GUB 2-2


OSI Model
• ISO is the organization. OSI is the model

07/11/20 Data Communications, GUB 2-3


Interaction between layers in the OSI model
• Layer and interface

07/11/20 Data Communications, GUB 2-4


An exchange using the OSI model
• Encapsulation with header and possibly trailer

07/11/20 Data Communications, GUB 2-5


Physical Layer
• The physical layer is responsible for movements of individual bits
from one hop (node) to the next
• Mechanical and electrical specification, the procedures and functions

07/11/20 Data Communications, GUB 2-6


Physical Layer: Duties

• Physical characteristics of interfaces and media


• Representation of bits
• Data rate
• Synchronization of bits
• Line configuration
• Physical topology
• Transmission mode

07/11/20 Data Communications, GUB 2-7


Data Link Layer
• The data link layer is responsible for moving frames from
one hop (node) to the next
• Transform the physical layer to a reliable (error-free) link

07/11/20 Data Communications, GUB 2-8


Data Link Layer: Duties

• Framing
• Physical addressing
• Flow control
• Error control
• Access control

07/11/20 Data Communications, GUB 2-9


Hop-to-Hop Delivery

07/11/20 Data Communications, GUB 2-10


Network Layer

• The network layer is responsible for the delivery of


packets from the source host to the destination host

07/11/20 Data Communications, GUB 2-11


Network Layer: Duties
• Logical addressing and routing

07/11/20 Data Communications, GUB 2-12


Transport Layer

• The transport layer is responsible for delivery of a message


from one process to another

07/11/20 Data Communications, GUB 2-13


Transport Layer: Duties

• Service-point (port) addressing


• Segmentation and reassembly
• Connection control
• Flow control
• Error control

07/11/20 Data Communications, GUB 2-14


Reliable Process-to-Process Delivery of a Message

07/11/20 Data Communications, GUB 2-15


Session Layer

• Session layer is responsible for dialog control and


synchronization

07/11/20 Data Communications, GUB 2-16


Presentation Layer

• Presentation layer is responsible for translation,


compression, and encryption

07/11/20 Data Communications, GUB 2-17


Application Layer

• Application layer is responsible for providing services to


the user

07/11/20 Data Communications, GUB 2-18


Application Layer: Services

• Network virtual terminal


• Mail services
• File transfer, access, and management
• Directory services

07/11/20 Data Communications, GUB 2-19


Summary of Layers

07/11/20 Data Communications, GUB 2-20


TCP/IP and OSI Model

07/11/20 Data Communications, GUB 2-21


TCP/IP Protocol Suite

• Host-to-network : Physical and data link layer


– No specific protocol
• Network layer
– IP(Internet Protocl), ARP(Address Resolution Protocol),
RARP(Reverse ARP), ICMP(Internet Control Message Protocol),
IGMO(Internet Group Message Protocol)
• Transport layer
– TCP(Transmission Control Protocol), UDP(User Datagram
Protocl), SCTP(Stream Control Transmission Protocol),
• Application Layer
– Combined session, presentation, and application layers

07/11/20 Data Communications, GUB 2-22


Addressing
• Four levels of addresses in TCP/IP protocols
• Physical (link), logical (IP, network), port, and specific addresses

07/11/20 Data Communications, GUB 2-23


Relationship of Layers and Addresses

07/11/20 Data Communications, GUB 2-24


Physical Address
• A node with physical address 10 sends a frame to a node with physical
address 87. The two nodes are connected by a link (bus topology
LAN). As the figure shows, the computer with physical address 10 is
the sender, and the computer with physical address 87 is the receiver.

07:01:02:01:2C:4B
A 6-byte (12 hexadecimal digits) physical address.

07/11/20 Data Communications, GUB 2-25


Logical (IP) Address

• The physical addresses will change from hop to hop, but the logical
addresses usually remain the same
07/11/20 Data Communications, GUB 2-26
Port Address
• The physical addresses change from hop to hop, but the logical and
port addresses usually remain the same

07/11/20 Data Communications, GUB 2-27


Specific Address
• Some application have user-friendly addresses that are designed for
that specific address
• Example 1: e-mail address: [email protected]
– Defines the recipient of an e-mail
• Example 2: URL (Universal Resource Locator) : www.kbs.co.kr
– Used to find a document on the WWW

07/11/20 Data Communications, GUB 2-28

You might also like