Class 4 Models
Class 4 Models
on
Osi & TCP/IP
MODEL
OBJECTIVES:
To discuss the OSI model and its layer
architecture and to show the interface
between the layers.
To briefly discuss the functions of each layer in
the OSI model.
To introduce the TCP/IP protocol.
To show the functionality of each layer in the
TCP/IP Model.
To show the functionality of each layer in the
TCP/IP Model.
Similarities and Comparison between OSI &
TCP/IP Model.
Network Model:
A method of describing and analyzing data
communication networks by breaking the entire
set of communication process into a number of
layers.
Layer
6 Presentation DATA DATA
Format
When to
Layer Session start
5
Signaling
Mukesh Chinta, Asst Prof, CSE 11
OSI Lower Layers
Layer
Data Link 0101
2 Data transmission
at the node interval
15
Functions of Physical Layer:
Convert bits to signals
Bit synchronization
Manage physical connection
Bit rate control
Line configuration
Physical topology
Transmission mode
Multiplexing
Switching
Data Link Layer:
18
DLL Hop-to-Hop Delivery
19
Functions of Data Link Layer:
Framing:- divides the data from N/W layer into frames.
Intermediate
Systems
Peer-to-Peer Communication
OSI Protocols
39
40
41
TCP/IP Reference Model
42
Meet the Protocol Family in the Internet
WWW
telnet ti l ity
HTTP r- u tester
c ke t ftp
developer
J a v a s o BSD so
IP te Winsock SMTP cket
lepho trace
ny NTCIP POP3 rt
SMS WAP IP QoS SNMP in
tran
U DP et
I Ps ec BGP S
RTP IPv6 TCP MPL
Internet v 4 M IB DNS pi n g
ICM P
inte IP
ile rnet IP IP multicast
ob ARP D H C P
M WinPca p OSPF P
IP P
P SLIP
Et ATM RARP
he
rn GP R S
et administrator
Layers
OSI Model TCP/IP Protocols
Hierarchy
7th
Application Layer
6th
Presentation Application
Layer Layer
5th
Session Layer
4th
Transport
Transport
Layer
Layer
3rd
Network
Network Layer
Layer
2nd
Link Layer
Link Layer
1st
Physical Layer
44
TCP/IP Network Architecture
process process
Application Layer
client-server model
host host
Transport Layer
operating-system/computer-architecture independent
network network
Network Layer
LAN/MAN/WAN applicable
media media
Link Layer
physical-medium independent
TCP/IP Protocol Suite
ping FTP Telnet SMTP POP3 SNMP TFTP
port
21 23 25 110 161 69
number
TCP UDP
ICMP
IPv4 IPv6
IP
address
47
TCP/IP and OSI Model
TCP/IP Model:
TCP/IP forms the base of present day internet.
1) Error Control
2) Flow Control
3) Sequencing
2)UDP:
Transport layer used this protocol for unreliable
connectionless service.
61
Internet Layer Protocols
62
Differences
The application layer in TCP/IP handles the responsibilities of multiple
layers in the OSI model.
The OSI model numbers and names its layers, whereas the TCP/IP stack only
names the layers.
Unlike the transport layer in OSI, TCP/IP only guarantees reliable delivery
of packets when TCP is the chosen protocol.
OSI has much more complexity in its 7 layers than TCP/IP has in its 4 layers.
In TCP/IP, protocols are deliberately designed to have more layer flexibility
than the strict layers of the OSI model.
TCP/IP functions are implemented, then standardized. OSI is standardized in
concept only, though some functions work.
OSI has more limited Network Management and Network Security.
63
Similarities between OSI &
TCP/IP
Both are based on the concept of a stack of
independent protocols.