2 - Network Models
2 - Network Models
(CSDC-0206)
Dr Samayveer Singh
2
Computer Network Frameworks
3
Seven layers of the OSI model
4
Interaction between layers in OSI model
5
An exchange using OSI model
6
Physical layer
7
Data Link layer
The data link layer is responsible for moving frames from one
hop (node) to the next.
8
Hop-to-hop delivery
9
Network layer
10
Source-to-destination delivery
11
Transport layer
12
Reliable process-to-process delivery of a message
13
Session layer
14
Presentation layer
15
Application layer
16
Summary of layers
17
TCP/IP Protocol Suite
It was developed prior to the OSI model and consists only five
layers.
19
Physical and Data Link Layers
20
Network Layer
21
IP
22
Axillary Protocols which help IP at NL
23
ICMP, IGMP and RARP
24
ARP
ARP is used to find the physical address of the node when its
internet address is known.
25
Transport Layer
26
Transport Layer
27
TCP
28
UDP
29
SCTP
30
Application Layer
An application is a program running on a computer (which is also termed as a
process)
Logical connection is end-to-end
• Two applications exchange messages between each other via a virtual
bridge between the two.
• Physically, communication is performed via all the layers.
To communicate, one process sends a request message to other process and gets a
reply message
A number of protocols are predefined but a user can also do the same provided
they provide it at both ends.
Some of the protocols are:
• HTTP (Hyper Text Markup Language)
• SMTP (Simple Mail Transfer Protocol)
• FTP (File Transfer Protocol)
• TELNET (TErminaLNETwork)
• SSH (Secure SHell)
• SNMP (Simple Network Managemnet Protocol)
31