Unit 1 B
Unit 1 B
Network Models
Protocol Layering – OSI Model - TCP/IP Protocol
Suite.
2.1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Network Models
■Network Architecture:
■A) Hardware: at the core of any
network; e.g.) Tx/Rx devices, modems,
codecs, physical links, switches
2.2
■Hence it is divided into subtasks each of
which is confined to a set of related
processes to perform a specific function.
2.3
2-1 LAYERED TASKS
2.4
Figure 2.1 Tasks involved in sending a letter
2.5
2-2 THE OSI MODEL
2.6
Layered Architecture
■OSI model is composed of seven ordered
layers.
2.8
Figure 2.2 Seven layers of the OSI
model
2.9
Figure 2.3 The interaction between layers in the OSI
model
2.10
Figure 2.4 An exchange using the OSI
model
2.11
Encapsulation
2.12
2-3 LAYERS IN THE OSI MODEL
2.13
Figure 2.5 Physical layer
2.14
1) Physical Layer
Physical Layer: PDU , bit stream.
Functions:
■a) Physical characteristics of interfaces and
medium.
■b) Bit representation: encoding/decoding.
■c) Data rate: (b/s) bit TX duration.
■d) Bits synch: sender and receiver clock synch
and same data rate.
■e) Line configuration: Point-to-point, Multipoint
■f) Physical Topology: Mesh, ring, bus, and hybrid.
■g) Transfer mode: Simplex, F/d, and H/d
2.15
Figure 2.6 Data link
layer
2.16
2) Data Link Layer
Data Link Layer: PDU frame with
header/trailer
■Functions:
■a. Framing
■b. Physical Addressing: Sender/receiver
addresses in the frame header.
■c. Flow Control: To prevent fast sender from
flooding a slower receiver with frames.
■d. Error Control: To Increase physical layer
reliability by adding mechanism to detect and
ReTx damages and lost frames. (Trailer)
■e. Access Control: Control the access to the
physical medium among all connected
devices.
2.17
Figure 2.8 Network layer
2.18
3) Network Layer
Network Layer: PDU packets (headers
only)
■Responsible for the source to destination
delivery of packet, possibly across multiple
networks.
■Address logical IP address
■a. Source host system to destination host system
delivery, utilizing the data link layer for peer-to-peer
delivery.
2.19
Network Layer (cont..)
2.20
Figure 2.9 Source-to-destination delivery
2.21
Figure 2.10 Transport layer
2.22
4) Transport Layer:
2.24
Transport Layer: (cont..)
c) Connection control:
2.25
Transport Layer: (cont..)
■Errors(damaged, loss or
duplicate)cause reTransmission of
messages.
2.26
Figure 2.12 Session
layer
2.27
5) Session Layer:
2.29
6) Presentation Layer
Presentation Layer:
■a. Translation: ASCII EBCDIC
(Extended Binary Coded Decimal
Interchange Code).
Abstract syntax notation (ASN).
2.31
7) Application Layer:
■ Application Layer:
■1) Virtual terminal”putty”to allow
remote logins (emulations)
■2) File transfer , access, and
management
■3) Mail Service,
■4) Directory service.
■SMTP, FTP, HTTP, DNS, SNMP,
TELNET.
2.32
Figure 2.15 Summary of
layers
2.33
Protocols Used In The Each
Layer
2.34
OSI
2.35
2-4 TCP/IP PROTOCOL SUITE
The layers in the TCP/IP protocol suite do not exactly match those
in the OSI model.
2.37
1. Physical Layer
It is a group of applications requiring network
communications. This layer is responsible for
generating the data and requesting connections.
It acts on behalf of the sender and the Network
Access layer on the behalf of the receiver.
2. Network Layer:
2.39
Transport Layer: Proc-to-Proc client/server
2.40
B) Transmission Control Protocol: TCP
2.43
Figure 2.17 Addresses in
TCP/IP
2.44
Figure 2.18 Relationship of layers and addresses in
TCP/IP
2.45
Physical Address
■Physical address (Link address) is the
address of a node as defined by its LAN or
WAN.
2.48
Example
2.1
In Figure 2.19 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.
2.49
Figure 2.19 Physical
addresses
2.50
Example
2.2
07:01:02:01:2C:4B
2.51
Figure 2.21 Port
addresses
2.52
Example
2.5
A port address is a 16-bit address represented by one
decimal number as shown.
753
2.53
2.54
Note
2.55
Exercise 1
■ Figure 1, shows an internet path between two
hosts involves a hop across network A, a
packet-switching network, to a router and then
another hop across packet-switching network
B. Suppose that packet switching network A
carries the packet between the first host and
the router over a two-hop path involving one
intermediate packet switch. Suppose also that
the second network is an Ethernet LAN.
■ Sketch the sequence of IP and non-IP packets
and frames that are generated as an IP packet
goes from host 1 to host 2.
2.56
Figure 1
2.57