SlideShare a Scribd company logo
Layering in Networked computing 
 OSI Model 
 TCP/IP Model
Learning outcomes 
 Understand the need of llaayyeerriinngg iinn NNeettwwoorrkkeedd ccoommppuuttiinngg 
 UUnnddeerrssttaanndd tthhee OOSSII mmooddeell aanndd tthhee ttccpp//iipp mmooddeell 
 UUnnddeerrssttaanndd tthhee ffuunnccttiioonn pprroottooccoollss aanndd tthheeiirr rroollee aatt 
eeaacchh llaayyeerr.. 
 TTCCPP pprroottooccooll 
 UUDDPP pprroottooccooll 
 UUnnddeerrssttaanndd tthhee rroollee ooff hheeaaddeerr iinn ccoommmmuunniiccaattiioonn bbeettwweeeenn 
llaayyeerrss 
 UUnnddeerrssttaanndd hhooww ddaattaa sseenntt ffrroomm oonnee hhoosstt aarrrriivvee ttoo tthhee ttaarrggeett 
hhoosstt..
What is layering in Networked computing? 
 Breaks down communication into smaller, simpler parts.
Why a layered model? 
 Easier to teach communication process. 
 Speeds development, changes in one layer does not 
affect how the other levels works. 
 Standardization across manufactures. 
 Allows different hardware and software to work 
together. 
 Reduces complexity
The OSI Reference Model
The OSI Model 
 OSI “ Open Systems Interconnection". 
 OSI model was first introduced in 1984 by the International 
Organization for Standardization (ISO). 
 Outlines WHAT needs to be done to send data from one computer to 
another. 
 Not HOW it should be done. 
 Protocols stacks handle how data is prepared for transmittal (to be 
transmitted) 
 In the OSI model, The specification needed 
 are contained in 7 different layers that interact with each other.
What is “THE MODEL?” 
 Commonly referred to as the OSI reference model. 
 The OSI model 
 is a theoretical blueprint that helps us understand how data gets 
from one user’s computer to another. 
 It is also a model that helps develop standards so that all of our 
hardware and software talks nicely to each other. 
 It aids standardization of networking technologies by providing an 
organized structure for hardware and software developers to 
follow, to insure there products are compatible with current and 
future technologies.
7 Layer OSI Model 
 Why use a reference model? 
 Serves as an outline of rules for how protocols can be used to allow 
communication between computers. 
 Each layer has its own function and provides support to other layers. 
 Other reference models are in use. 
 Most well known is the TCP/IP reference model. 
 We will compare OSI and TCP/IP models 
 As computing requirements increased, the network modeling had to 
evolve to meet ever increasing demands of larger networks and 
multiple venders. 
 Problems and technology advances also added to the demands for 
changes in network modeling.
Evolution of the 7-Layers 
 Single Layer Model - First Communication Between Computer Devices 
 Dedicated copper wire or radio link 
 Hardware & software inextricably intertwined 
 Single specification for all aspects of communication 
Hardware 
& 
Software 
Hardware 
& 
Software 
DEVICE A DEVICE B 
1
Evolution of the 7-Layers (1) 
Application 
Technical 
Standards 
 Two Layer Model 
Application 
Technical 
Standards 
 Problem: Applications were being developed to run over ever-increasing number 
of media/signaling systems. 
 Solution: Separate application aspects from technical (signaling and routing) 
aspects 
 Application Layer: Concerned with user interface, file access and file transfer 
1
Evolution of the 7-Layers (3) 
Application 
Network 
Physical 
Data-Link 
Application 
• Four Layer Model - Network connectivity inherently requires travel over 
intermediate devices (nodes) 
• Technical Standards Level divided into Network, Data-link and Physical 
Layers 
Network 
Physical 
Data-Link 
1
Evolution of the 7-Layers (3) cont. 
• Physical Layer 
–Describes physical aspects of network: cards, wires, etc 
–Specifies interconnect topologies and devices 
• Network Layer 
–Defines a standard method for operating between nodes 
–Address scheme is defined (IP) 
–Accounts for varying topologies 
• Data-Link 
–Works with Network Layer to translate logical addresses (IP) into hardware 
addresses (MAC) for transmission 
–Defines a single link protocol for transfer between two nodes
Evolution of the 7-Layers (4) 
Application 
Transport 
Network 
Physical 
Data-Link 
Application 
Transport 
Network 
Physical 
Data-Link 
1 
• Five Layer Model – Increase Quality of Service (QOS) 
•Variable levels of data integrity in network 
•Additional data exchanges to ensure connectivity over worst conditions 
•Became the Transport Layer
Evolution of the 7-Layers (5) 
Application 
Session 
Transport 
Network 
Physical 
Data-Link 
Application 
Session 
Transport 
Network 
Physical 
Data-Link 
• Six Layer Model - Dialogue Control and Dialogue Separation 
– Means of synchronizing transfer of data packets 
– Allows for checkpointing to see if data arrives (at nodes and end 
stations) 
– Became Session Layer 
1
Evolution of the 7-Layers (6) 
Application 
Presentation 
Session 
Transport 
Network 
Data-Link 
Physical 
Application 
Presentation 
Session 
Transport 
Network 
Data-Link 
Physical 
• The Seven Layer OSI Model - Addition of Management and Security 
– Standardizing notation or syntax for application messages (abstract syntax) 
– 1 
Set of encoding rules (transfer syntax) 
– Became the Presentation Layer
What Each Layer Does 
2
 Gives end-user applications access to 
network resources 
 Where is it on my computer? 
 Workstation or Server Service in 
MS Windows 
3
Presentation Layer 
3
Session Layer 
 Allows applications to 
maintain an ongoing session 
 Where is it on my computer? 
 Workstation and Server 
Service (MS) 
 Windows Client for 
NetWare (NetWare) 
3
Transport Layer 
 Provides reliable data 
delivery 
 It’s the TCP in TCP/IP 
 Receives info from upper 
layers and segments it into 
packets 
 Can provide error detection 
and correction 3
Figure 2.9 Transport layer 
The transport layer is responsible for 
the delivery of a message from one 
process to another.
Network Layer 
 Provides network-wide addressing 
and a mechanism to move packets 
between networks (routing) 
 Responsibilities: 
 Network addressing 
 Routing 
 Example: 
 IP from TCP/IP 3
Network layer 
The network layer is responsible for 
the delivery of individual packets from 
the source host to the destination host.
Network Addresses 
 Network-wide addresses 
 Used to transfer data across subnets 
 Used by routers for packet forwarding 
 Example: 
 IP Address 
 Where is it on my computer? 
 TCP/IP Software
Data Link Layer 
 Places data and retrieves it 
from the physical layer and 
provides error detection 
capabilities 
3
Data link layer 
The data link layer is responsible for 
moving frames from one hop (node) to 
the next.
Sub-layers of the Data Link Layer 
 MAC (Media Access Control) 
 Gives data to the NIC 
 Controls access to the media through: 
 CSMA/CD Carrier Sense Multiple Access/Collision 
Detection 
 Token passing 
 LLC (Logical Link Layer) 
 Manages the data link interface (or Service Access Points 
(SAPs)) 
 Can detect some transmission errors using a Cyclic 
Redundancy Check (CRC). If the packet is bad the LLC will 
request the sender to resend that particular packet.
Physical Layer 
 Determines the specs for 
all physical components 
 Cabling 
 Interconnect methods 
(topology / devices) 
 Data encoding (bits to waves) 
 Electrical properties 
 Examples: 
 Ethernet (IEEE 802.3) 
 Token Ring (IEEE 802.5) 
 Wireless (IEEE 802.11b) 
3
Physical layer 
The physical layer is responsible 
for the movement of individual bits 
from one hop (node) to the next.
Physical Layer (cont’d) 
 What are the Physical Layer components on my 
computer? 
 NIC 
 Network Interface Card 
 Has a unique 12 character Hexadecimal number permanently 
burned into it at the manufacturer. 
 The number is the MAC Address/Physical address of a 
computer 
 Cabling 
 Twister Pair 
 Fiber Optic 
 Coax Cable
How Does It All Work Together 
 Each layer contains a Protocol Data Unit (PDU) 
 PDU’s are used for peer-to-peer contact between 
corresponding layers. 
 Data is handled by the top three layers, then 
Segmented by the Transport layer. 
 The Network layer places it into packets and the 
Data Link frames the packets for transmission. 
 Physical layer converts it to bits and sends it out 
over the media. 
 The receiving computer reverses the process 
using the information contained in the PDU. 
2
Figure 2.2 OSI layers
Data Encapsulation In TCP/IP 
 At each layer in the TCP/IP protocol stack 
 Outgoing data is packaged and identified for delivery to the layer underneath 
 PDU – Packet Data Unit – the “envelop” information attached to a packet at 
a particular TCP/IP protocol 
 e.g. header and trailer 
 Header 
 PDU’s own particular opening component 
 Identifies the protocol in use, the sender and intended recipient 
 Trailer (or packet trailer) 
 Provides data integrity checks for the payload
Encapsulation example: E-mail
Encapsulation
Figure 2.3 An exchange using the OSI model
Figure 2.14 Summary of layers
The Postal Analogy 
How would the OSI compare to the regular Post Office 
Application 
 A- Write a 20 page letter to a foreign country. 
 P- Translate the letter so the receiver can read it. 
 S- Insure the intended recipient can receive letter. 
 T- Separate and number pages. Like registered mail, 
tracks delivery and requests another package if one is 
“lost” or “damaged” in the mail. 
 N- Postal Center sorting letters by zip code to route 
them closer to destination. 
 D- Local Post Office determining which vehicles to 
deliver letters. 
 P- Physical Trucks, Planes, Rail, autos, etc which carry 
letter between stations. 
Presentation 
Session 
Transport 
Network 
Data-Link 
Physical
Remembering the 7 Layers 
7 - Application All 
6 - Presentation People 
5 - Session Seem 
4 - Transport To 
3 - Network Need 
2 - Data Link Data 
1 - Physical Processing
TCP/IP model development 
 The late-60s The Defense Advance Research 
Projects Agency (DARPA) originally 
developed Transmission Control 
Protocol/Internet Protocol (TCP/IP) to 
interconnect various defense department 
computer networks. 
 The Internet, an International Wide Area 
Network, uses TCP/IP to connect networks 
across the world.
4 layers of the TCP/IP model 
 Layer 4: Application 
 Layer 3: Transport 
 Layer 2: Internet 
 Layer 1: Network access 
It is important to note that some of the layers in tthhee TTCCPP//IIPP mmooddeell hhaavvee 
tthhee ssaammee nnaammee aass llaayyeerrss iinn tthhee OOSSII mmooddeell.. 
DDoo nnoott ccoonnffuussee tthhee llaayyeerrss ooff tthhee ttwwoo mmooddeellss..
The network access layer 
 Concerned with all of the issues that an 
IP packet requires to actually make the 
physical link. All the details in the OSI 
physical and data link layers. 
 Electrical, mechanical, procedural and 
functional specifications. 
 Data rate, Distances, Physical connector. 
 Frames, physical addressing. 
 Synchronization, flow control, error 
control.
The internet layer 
 Send source packets from any network on 
the internetwork and have them arrive at 
the destination independent of the path 
and networks they took to get there. 
 Packets, Logical addressing. 
 Internet Protocol (IP). 
 Route , routing table, routing protocol.
The transport layer 
 The transport layer deals with the quality-of-service 
issues of reliability, flow control, and 
error correction. 
 Segments, data stream, datagram. 
 Connection oriented and connectionless. 
 Transmission control protocol (TCP). 
 User datagram protocol (UDP). 
 End-to-end flow control. 
 Error detection and recovery.
TCP/IP Reference Model (cont) 
 3. Transport layer (layer 3) 
 Allows end-to-end communication 
 Connection establishment, error control, flow control 
 Two main protocols at this level 
 Transmission control protocol (TCP), 
 Connection oriented 
 Connection established before sending data 
 Reliable 
 user datagram protocol (UDP) 
 Connectionless 
 Sending data without establishing connection 
 Fast but unreliable 

The application layer 
 Handles high-level protocols, issues of 
representation, encoding, and dialog control. 
 The TCP/IP combines all application-related 
issues into one layer, and assures this data is 
properly packaged for the next layer. 
 FTP, HTTP, SMNP, DNS ... 
 Format of data, data structure, encode … 
 Dialog control, session management …
TCP/IP protocol stack
TCP/IP Reference Model 
Layer 
Application 
Transport 
Internet 
Network Access 
(Host-to-network) 
Protocols 
HTTP TELNET FTP SMTP SNMP 
TCP UDP 
IP ICMP 
ETHERNET PACKET RADIO
Protocols at the application layer 
 HTTP: 
 browser and web server communication 
 FTP : 
 file transfer protocol 
 TELNET: 
 remote login protocol 
 POP3: Retrieve email 
 POP3 is designed to delete mail on the server as soon as the user has downloaded it 
 IMAP (Internet Message Access Protocol ) 
 Retrieve emails, 
 retaining e-mail on the server and for organizing it in folders on the serve
Protocols at the transport layer 
 Transmission control protocol (TCP), 
 Connection oriented 
 Connection established before sending data 
 Reliable 
 user datagram protocol (UDP) 
 Connectionless 
 Sending data without establishing connection 
 Fast but unreliable
Protocol at the network layer 
 IP 
 Path selection , 
 routing and addressing 
 ICMP (Internet Control Message Protocol ) 
 sends error messages relying on IP 
 a requested service is not available 
 a host or router could not be reached
Protocols at the link layer 
 Ethernet 
 Uses CSMA/CD 
 Token Ring
Data Formats 
Application data 
data TCP 
header data TCP 
header data TCP 
header 
data TCP 
header 
IP 
header 
data TCP 
header 
IP 
header 
Ethernet 
header 
Ethernet 
trailer 
application 
layer 
transport 
layer 
network 
layer 
data link 
layer 
message 
segment 
packet 
frame
Packet Encapsulation (TCP/IP) 
 The data is sent down the protocol stack 
 Each layer adds to the data by prepending headers 
22Bytes 20Bytes 20Bytes 4Bytes 
64 to 1500 Bytes
Comparing TCP/IP with OSI 
OSI Model TCP/IP Hierarchy Protocols 
7th 
Application Layer 
6th 
Presentation Layer 
5th 
Session Layer 
4th 
Transport Layer 
3rd 
Network Layer 
2nd 
Link Layer 
1st 
Physical Layer 
Application 
Layer 
Transport Layer 
Network Layer 
Link Layer 
Link Layer : includes device driver and network interface card 
Network Layer : handles the movement of packets, i.e. Routing 
Transport Layer : provides a reliable flow of data between two hosts 
Application Layer : handles the details of the particular application

More Related Content

What's hot

Internetworking
InternetworkingInternetworking
InternetworkingRaghu nath
 
PPP (Point to Point Protocol)
PPP (Point to Point Protocol)PPP (Point to Point Protocol)
PPP (Point to Point Protocol)
Ali Jafar
 
computer network OSI layer
computer network OSI layercomputer network OSI layer
computer network OSI layer
Sangeetha Rangarajan
 
Ch 18 intro to network layer - section 1
Ch 18   intro to network layer - section 1Ch 18   intro to network layer - section 1
Ch 18 intro to network layer - section 1
Hossam El-Deen Osama
 
Http Vs Https .
Http Vs Https . Http Vs Https .
Http Vs Https .
simplyharshad
 
Datalinklayer tanenbaum
Datalinklayer tanenbaumDatalinklayer tanenbaum
Datalinklayer tanenbaum
Mahesh Kumar Chelimilla
 
TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)
TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)
TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)
Kruti Niranjan
 
Tcp IP Model
Tcp IP ModelTcp IP Model
Tcp IP Model
Ankur Kumar
 
TCP/IP
TCP/IPTCP/IP
TCP/IP
aibad ahmed
 
Framing in data link layer
Framing in data link layerFraming in data link layer
Framing in data link layer
Ahtesham Ullah khan
 
7 layers of osi models
7 layers of osi models7 layers of osi models
7 layers of osi models
Sathish Kumar
 
Computer Networks Unit 1 Introduction and Physical Layer
Computer Networks Unit 1 Introduction and Physical Layer Computer Networks Unit 1 Introduction and Physical Layer
Computer Networks Unit 1 Introduction and Physical Layer
Dr. SELVAGANESAN S
 
OSI 7 Layer Model
OSI 7 Layer ModelOSI 7 Layer Model
OSI 7 Layer Model
Pritom Chaki
 
Carrier-sense multiple access with collision avoidance CSMA/CA
Carrier-sense multiple access with collision avoidance CSMA/CACarrier-sense multiple access with collision avoidance CSMA/CA
Carrier-sense multiple access with collision avoidance CSMA/CA
Soumen Santra
 
transport layer
transport layertransport layer
transport layer
priyadharshini murugan
 
Chapter 2 - Network Models
Chapter 2 - Network ModelsChapter 2 - Network Models
Chapter 2 - Network ModelsWayne Jones Jnr
 
Presentation on arp protocol
Presentation on arp protocolPresentation on arp protocol
Presentation on arp protocol
Mohd. Ahmad Siddiqi
 
Introduction of tcp, ip & udp
Introduction of tcp, ip & udpIntroduction of tcp, ip & udp
Introduction of tcp, ip & udprahul kundu
 

What's hot (20)

Internetworking
InternetworkingInternetworking
Internetworking
 
OSI MODEL
    OSI MODEL    OSI MODEL
OSI MODEL
 
PPP (Point to Point Protocol)
PPP (Point to Point Protocol)PPP (Point to Point Protocol)
PPP (Point to Point Protocol)
 
computer network OSI layer
computer network OSI layercomputer network OSI layer
computer network OSI layer
 
Ch 18 intro to network layer - section 1
Ch 18   intro to network layer - section 1Ch 18   intro to network layer - section 1
Ch 18 intro to network layer - section 1
 
Http Vs Https .
Http Vs Https . Http Vs Https .
Http Vs Https .
 
Datalinklayer tanenbaum
Datalinklayer tanenbaumDatalinklayer tanenbaum
Datalinklayer tanenbaum
 
Tcp
TcpTcp
Tcp
 
TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)
TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)
TCP & UDP ( Transmission Control Protocol and User Datagram Protocol)
 
Tcp IP Model
Tcp IP ModelTcp IP Model
Tcp IP Model
 
TCP/IP
TCP/IPTCP/IP
TCP/IP
 
Framing in data link layer
Framing in data link layerFraming in data link layer
Framing in data link layer
 
7 layers of osi models
7 layers of osi models7 layers of osi models
7 layers of osi models
 
Computer Networks Unit 1 Introduction and Physical Layer
Computer Networks Unit 1 Introduction and Physical Layer Computer Networks Unit 1 Introduction and Physical Layer
Computer Networks Unit 1 Introduction and Physical Layer
 
OSI 7 Layer Model
OSI 7 Layer ModelOSI 7 Layer Model
OSI 7 Layer Model
 
Carrier-sense multiple access with collision avoidance CSMA/CA
Carrier-sense multiple access with collision avoidance CSMA/CACarrier-sense multiple access with collision avoidance CSMA/CA
Carrier-sense multiple access with collision avoidance CSMA/CA
 
transport layer
transport layertransport layer
transport layer
 
Chapter 2 - Network Models
Chapter 2 - Network ModelsChapter 2 - Network Models
Chapter 2 - Network Models
 
Presentation on arp protocol
Presentation on arp protocolPresentation on arp protocol
Presentation on arp protocol
 
Introduction of tcp, ip & udp
Introduction of tcp, ip & udpIntroduction of tcp, ip & udp
Introduction of tcp, ip & udp
 

Viewers also liked

Osi model 7 Layers
Osi model 7 LayersOsi model 7 Layers
Osi model 7 Layers
Siddique Ibrahim
 
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
Tutun Juhana
 
OSI Model
OSI ModelOSI Model
OSI Model
Rahul Bandhe
 
Osi model
Osi modelOsi model
Osi model
Online
 
OSI Model of Networking
OSI Model of NetworkingOSI Model of Networking
OSI Model of Networking
Mukesh Tekwani
 
Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing
marwan aldulaimy
 
Chapter 2: Network Models
Chapter 2: Network ModelsChapter 2: Network Models
Chapter 2: Network Models
Shafaan Khaliq Bhatti
 
Introduction to the OSI 7 layer model and Data Link Layer
Introduction to the OSI 7 layer model and Data Link LayerIntroduction to the OSI 7 layer model and Data Link Layer
Introduction to the OSI 7 layer model and Data Link LayerVNIT-ACM Student Chapter
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
Ashita Agrawal
 
raumilrao
raumilraoraumilrao
raumilrao
Raumil Rao
 
Chap2
Chap2Chap2
[kmasecutity.net] - Mô hình 7 tầng osi
[kmasecutity.net] - Mô hình 7 tầng osi[kmasecutity.net] - Mô hình 7 tầng osi
[kmasecutity.net] - Mô hình 7 tầng osiVu Trung Kien
 
Mo hinh osi compatibility mode
Mo hinh osi compatibility modeMo hinh osi compatibility mode
Mo hinh osi compatibility mode24071983
 
02 Network Models(강의용)
02 Network Models(강의용)02 Network Models(강의용)
02 Network Models(강의용)guestafa80f
 
Tư Tưởng Hồ Chí Minh về văn hóa
Tư Tưởng Hồ Chí Minh về văn hóaTư Tưởng Hồ Chí Minh về văn hóa
Tư Tưởng Hồ Chí Minh về văn hóa
Quyên Nguyễn Tố
 

Viewers also liked (20)

Osi model 7 Layers
Osi model 7 LayersOsi model 7 Layers
Osi model 7 Layers
 
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
OSI Reference Model and TCP/IP (Lecture #3 ET3003 Sem1 2014/2015)
 
OSI Model
OSI ModelOSI Model
OSI Model
 
Osi model
Osi modelOsi model
Osi model
 
Osi model
Osi modelOsi model
Osi model
 
OSI Model of Networking
OSI Model of NetworkingOSI Model of Networking
OSI Model of Networking
 
Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing
 
Chapter 2: Network Models
Chapter 2: Network ModelsChapter 2: Network Models
Chapter 2: Network Models
 
Introduction to the OSI 7 layer model and Data Link Layer
Introduction to the OSI 7 layer model and Data Link LayerIntroduction to the OSI 7 layer model and Data Link Layer
Introduction to the OSI 7 layer model and Data Link Layer
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
 
raumilrao
raumilraoraumilrao
raumilrao
 
Ch02
Ch02Ch02
Ch02
 
Chap2
Chap2Chap2
Chap2
 
[kmasecutity.net] - Mô hình 7 tầng osi
[kmasecutity.net] - Mô hình 7 tầng osi[kmasecutity.net] - Mô hình 7 tầng osi
[kmasecutity.net] - Mô hình 7 tầng osi
 
Mo hinh osi compatibility mode
Mo hinh osi compatibility modeMo hinh osi compatibility mode
Mo hinh osi compatibility mode
 
four
fourfour
four
 
02 Network Models(강의용)
02 Network Models(강의용)02 Network Models(강의용)
02 Network Models(강의용)
 
OSI Layering
OSI Layering OSI Layering
OSI Layering
 
Tư Tưởng Hồ Chí Minh về văn hóa
Tư Tưởng Hồ Chí Minh về văn hóaTư Tưởng Hồ Chí Minh về văn hóa
Tư Tưởng Hồ Chí Minh về văn hóa
 
ccna
ccnaccna
ccna
 

Similar to OSI model (7 LAYER )

layering.ppt
layering.pptlayering.ppt
layering.ppt
Rashmin Tanna
 
OSI TCP.pptx
OSI TCP.pptxOSI TCP.pptx
OSI TCP.pptx
computerScience920885
 
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
shucaybcabdi
 
computer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptxcomputer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptx
gadisaAdamu
 
pppppppppppppppppjjjjjjjjjjjpppppppp.pptx
pppppppppppppppppjjjjjjjjjjjpppppppp.pptxpppppppppppppppppjjjjjjjjjjjpppppppp.pptx
pppppppppppppppppjjjjjjjjjjjpppppppp.pptx
zeyadosama505
 
OSI model.pptx
OSI model.pptxOSI model.pptx
OSI model.pptx
SmtArunaAsafAliGovtP
 
C C N A Day1
C C N A  Day1C C N A  Day1
C C N A Day1
darulquthni
 
Osi model
Osi modelOsi model
Osi model
dhawal mehta
 
Computer networking
Computer networkingComputer networking
Computer networking
Mahbubur Rahman Shimul
 
CN Module 1 ppt final 20.08.2020.ppt
CN Module 1 ppt final 20.08.2020.pptCN Module 1 ppt final 20.08.2020.ppt
CN Module 1 ppt final 20.08.2020.ppt
deeplearning6
 
Ccent notes part 1
Ccent notes part 1Ccent notes part 1
Ccent notes part 1ahmady
 
Unit 3 Assignment 1 Osi Model
Unit 3 Assignment 1 Osi ModelUnit 3 Assignment 1 Osi Model
Unit 3 Assignment 1 Osi Model
Jacqueline Thomas
 
CN-OSI-TCP-Models-001.pdf
CN-OSI-TCP-Models-001.pdfCN-OSI-TCP-Models-001.pdf
CN-OSI-TCP-Models-001.pdf
skknowledge
 
OSI and TCPIP Model
OSI and TCPIP ModelOSI and TCPIP Model
OSI and TCPIP Model
Tapan Khilar
 
Assignment3
Assignment3Assignment3
Assignment3
MahfujurRahman63
 

Similar to OSI model (7 LAYER ) (20)

layering.ppt
layering.pptlayering.ppt
layering.ppt
 
OSI TCP.pptx
OSI TCP.pptxOSI TCP.pptx
OSI TCP.pptx
 
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
 
computer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptxcomputer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptx
 
pppppppppppppppppjjjjjjjjjjjpppppppp.pptx
pppppppppppppppppjjjjjjjjjjjpppppppp.pptxpppppppppppppppppjjjjjjjjjjjpppppppp.pptx
pppppppppppppppppjjjjjjjjjjjpppppppp.pptx
 
OSI model.pptx
OSI model.pptxOSI model.pptx
OSI model.pptx
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
C C N A Day1
C C N A  Day1C C N A  Day1
C C N A Day1
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Osi model
Osi modelOsi model
Osi model
 
Computer networking
Computer networkingComputer networking
Computer networking
 
CN Module 1 ppt final 20.08.2020.ppt
CN Module 1 ppt final 20.08.2020.pptCN Module 1 ppt final 20.08.2020.ppt
CN Module 1 ppt final 20.08.2020.ppt
 
Ccent notes part 1
Ccent notes part 1Ccent notes part 1
Ccent notes part 1
 
Unit 3 Assignment 1 Osi Model
Unit 3 Assignment 1 Osi ModelUnit 3 Assignment 1 Osi Model
Unit 3 Assignment 1 Osi Model
 
Ccna notes
Ccna notesCcna notes
Ccna notes
 
Ccna introduction
Ccna introductionCcna introduction
Ccna introduction
 
CN-OSI-TCP-Models-001.pdf
CN-OSI-TCP-Models-001.pdfCN-OSI-TCP-Models-001.pdf
CN-OSI-TCP-Models-001.pdf
 
OSI and TCPIP Model
OSI and TCPIP ModelOSI and TCPIP Model
OSI and TCPIP Model
 
Assignment3
Assignment3Assignment3
Assignment3
 

More from AAKASH S

Detecting of routng misbehavion in hybrid wireless networks used and acknowle...
Detecting of routng misbehavion in hybrid wireless networks used and acknowle...Detecting of routng misbehavion in hybrid wireless networks used and acknowle...
Detecting of routng misbehavion in hybrid wireless networks used and acknowle...
AAKASH S
 
A secure qos distributed routing protocol for hybrid wireless networks
A secure qos distributed routing protocol for hybrid wireless networksA secure qos distributed routing protocol for hybrid wireless networks
A secure qos distributed routing protocol for hybrid wireless networks
AAKASH S
 
Enhanced Adaptive ACKnowledgment (EAACK)
Enhanced Adaptive ACKnowledgment (EAACK)Enhanced Adaptive ACKnowledgment (EAACK)
Enhanced Adaptive ACKnowledgment (EAACK)
AAKASH S
 
A SECURE QOS ROUTING PROTCOL FOR HYBRID WIRELESS NETWORKS
A SECURE QOS ROUTING PROTCOL FOR HYBRID WIRELESS NETWORKSA SECURE QOS ROUTING PROTCOL FOR HYBRID WIRELESS NETWORKS
A SECURE QOS ROUTING PROTCOL FOR HYBRID WIRELESS NETWORKS
AAKASH S
 
Intrusion detection system
Intrusion detection systemIntrusion detection system
Intrusion detection system
AAKASH S
 
QOD PHASE-1 FINAL PPT
QOD PHASE-1 FINAL PPTQOD PHASE-1 FINAL PPT
QOD PHASE-1 FINAL PPT
AAKASH S
 
QOD routing protocols : phase 1 ppt
QOD routing  protocols : phase 1 pptQOD routing  protocols : phase 1 ppt
QOD routing protocols : phase 1 ppt
AAKASH S
 
Qo s oriented distributed routing protocols : anna university 2nd review ppt
Qo s   oriented  distributed routing  protocols : anna university 2nd review pptQo s   oriented  distributed routing  protocols : anna university 2nd review ppt
Qo s oriented distributed routing protocols : anna university 2nd review ppt
AAKASH S
 
CP7301 Software Process and Project Management notes
CP7301 Software Process and Project Management   notesCP7301 Software Process and Project Management   notes
CP7301 Software Process and Project Management notes
AAKASH S
 
Capability Maturity Model Integration
Capability Maturity Model IntegrationCapability Maturity Model Integration
Capability Maturity Model Integration
AAKASH S
 
Network simulator 2
Network simulator 2Network simulator 2
Network simulator 2
AAKASH S
 
Network simulator 2
Network simulator 2Network simulator 2
Network simulator 2AAKASH S
 
Network simulator 2
Network simulator 2Network simulator 2
Network simulator 2
AAKASH S
 
A QoS oriented distributed routing protocol for Hybrid Wireless Network :Firs...
A QoS oriented distributed routing protocol for Hybrid Wireless Network :Firs...A QoS oriented distributed routing protocol for Hybrid Wireless Network :Firs...
A QoS oriented distributed routing protocol for Hybrid Wireless Network :Firs...
AAKASH S
 
AASR Authenticated Anonymous Secure Routing for MANETs in Adversarial Environ...
AASR Authenticated Anonymous Secure Routing for MANETs in Adversarial Environ...AASR Authenticated Anonymous Secure Routing for MANETs in Adversarial Environ...
AASR Authenticated Anonymous Secure Routing for MANETs in Adversarial Environ...
AAKASH S
 
Meeting Deadlines of Scientific Workflows in Public Clouds with Tasks Replica...
Meeting Deadlines of Scientific Workflows in Public Clouds with Tasks Replica...Meeting Deadlines of Scientific Workflows in Public Clouds with Tasks Replica...
Meeting Deadlines of Scientific Workflows in Public Clouds with Tasks Replica...
AAKASH S
 
Hybrid wireless network -0th review
Hybrid wireless network -0th review Hybrid wireless network -0th review
Hybrid wireless network -0th review
AAKASH S
 

More from AAKASH S (17)

Detecting of routng misbehavion in hybrid wireless networks used and acknowle...
Detecting of routng misbehavion in hybrid wireless networks used and acknowle...Detecting of routng misbehavion in hybrid wireless networks used and acknowle...
Detecting of routng misbehavion in hybrid wireless networks used and acknowle...
 
A secure qos distributed routing protocol for hybrid wireless networks
A secure qos distributed routing protocol for hybrid wireless networksA secure qos distributed routing protocol for hybrid wireless networks
A secure qos distributed routing protocol for hybrid wireless networks
 
Enhanced Adaptive ACKnowledgment (EAACK)
Enhanced Adaptive ACKnowledgment (EAACK)Enhanced Adaptive ACKnowledgment (EAACK)
Enhanced Adaptive ACKnowledgment (EAACK)
 
A SECURE QOS ROUTING PROTCOL FOR HYBRID WIRELESS NETWORKS
A SECURE QOS ROUTING PROTCOL FOR HYBRID WIRELESS NETWORKSA SECURE QOS ROUTING PROTCOL FOR HYBRID WIRELESS NETWORKS
A SECURE QOS ROUTING PROTCOL FOR HYBRID WIRELESS NETWORKS
 
Intrusion detection system
Intrusion detection systemIntrusion detection system
Intrusion detection system
 
QOD PHASE-1 FINAL PPT
QOD PHASE-1 FINAL PPTQOD PHASE-1 FINAL PPT
QOD PHASE-1 FINAL PPT
 
QOD routing protocols : phase 1 ppt
QOD routing  protocols : phase 1 pptQOD routing  protocols : phase 1 ppt
QOD routing protocols : phase 1 ppt
 
Qo s oriented distributed routing protocols : anna university 2nd review ppt
Qo s   oriented  distributed routing  protocols : anna university 2nd review pptQo s   oriented  distributed routing  protocols : anna university 2nd review ppt
Qo s oriented distributed routing protocols : anna university 2nd review ppt
 
CP7301 Software Process and Project Management notes
CP7301 Software Process and Project Management   notesCP7301 Software Process and Project Management   notes
CP7301 Software Process and Project Management notes
 
Capability Maturity Model Integration
Capability Maturity Model IntegrationCapability Maturity Model Integration
Capability Maturity Model Integration
 
Network simulator 2
Network simulator 2Network simulator 2
Network simulator 2
 
Network simulator 2
Network simulator 2Network simulator 2
Network simulator 2
 
Network simulator 2
Network simulator 2Network simulator 2
Network simulator 2
 
A QoS oriented distributed routing protocol for Hybrid Wireless Network :Firs...
A QoS oriented distributed routing protocol for Hybrid Wireless Network :Firs...A QoS oriented distributed routing protocol for Hybrid Wireless Network :Firs...
A QoS oriented distributed routing protocol for Hybrid Wireless Network :Firs...
 
AASR Authenticated Anonymous Secure Routing for MANETs in Adversarial Environ...
AASR Authenticated Anonymous Secure Routing for MANETs in Adversarial Environ...AASR Authenticated Anonymous Secure Routing for MANETs in Adversarial Environ...
AASR Authenticated Anonymous Secure Routing for MANETs in Adversarial Environ...
 
Meeting Deadlines of Scientific Workflows in Public Clouds with Tasks Replica...
Meeting Deadlines of Scientific Workflows in Public Clouds with Tasks Replica...Meeting Deadlines of Scientific Workflows in Public Clouds with Tasks Replica...
Meeting Deadlines of Scientific Workflows in Public Clouds with Tasks Replica...
 
Hybrid wireless network -0th review
Hybrid wireless network -0th review Hybrid wireless network -0th review
Hybrid wireless network -0th review
 

Recently uploaded

ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 

Recently uploaded (20)

ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 

OSI model (7 LAYER )

  • 1. Layering in Networked computing  OSI Model  TCP/IP Model
  • 2. Learning outcomes  Understand the need of llaayyeerriinngg iinn NNeettwwoorrkkeedd ccoommppuuttiinngg  UUnnddeerrssttaanndd tthhee OOSSII mmooddeell aanndd tthhee ttccpp//iipp mmooddeell  UUnnddeerrssttaanndd tthhee ffuunnccttiioonn pprroottooccoollss aanndd tthheeiirr rroollee aatt eeaacchh llaayyeerr..  TTCCPP pprroottooccooll  UUDDPP pprroottooccooll  UUnnddeerrssttaanndd tthhee rroollee ooff hheeaaddeerr iinn ccoommmmuunniiccaattiioonn bbeettwweeeenn llaayyeerrss  UUnnddeerrssttaanndd hhooww ddaattaa sseenntt ffrroomm oonnee hhoosstt aarrrriivvee ttoo tthhee ttaarrggeett hhoosstt..
  • 3. What is layering in Networked computing?  Breaks down communication into smaller, simpler parts.
  • 4. Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer does not affect how the other levels works.  Standardization across manufactures.  Allows different hardware and software to work together.  Reduces complexity
  • 6. The OSI Model  OSI “ Open Systems Interconnection".  OSI model was first introduced in 1984 by the International Organization for Standardization (ISO).  Outlines WHAT needs to be done to send data from one computer to another.  Not HOW it should be done.  Protocols stacks handle how data is prepared for transmittal (to be transmitted)  In the OSI model, The specification needed  are contained in 7 different layers that interact with each other.
  • 7. What is “THE MODEL?”  Commonly referred to as the OSI reference model.  The OSI model  is a theoretical blueprint that helps us understand how data gets from one user’s computer to another.  It is also a model that helps develop standards so that all of our hardware and software talks nicely to each other.  It aids standardization of networking technologies by providing an organized structure for hardware and software developers to follow, to insure there products are compatible with current and future technologies.
  • 8. 7 Layer OSI Model  Why use a reference model?  Serves as an outline of rules for how protocols can be used to allow communication between computers.  Each layer has its own function and provides support to other layers.  Other reference models are in use.  Most well known is the TCP/IP reference model.  We will compare OSI and TCP/IP models  As computing requirements increased, the network modeling had to evolve to meet ever increasing demands of larger networks and multiple venders.  Problems and technology advances also added to the demands for changes in network modeling.
  • 9. Evolution of the 7-Layers  Single Layer Model - First Communication Between Computer Devices  Dedicated copper wire or radio link  Hardware & software inextricably intertwined  Single specification for all aspects of communication Hardware & Software Hardware & Software DEVICE A DEVICE B 1
  • 10. Evolution of the 7-Layers (1) Application Technical Standards  Two Layer Model Application Technical Standards  Problem: Applications were being developed to run over ever-increasing number of media/signaling systems.  Solution: Separate application aspects from technical (signaling and routing) aspects  Application Layer: Concerned with user interface, file access and file transfer 1
  • 11. Evolution of the 7-Layers (3) Application Network Physical Data-Link Application • Four Layer Model - Network connectivity inherently requires travel over intermediate devices (nodes) • Technical Standards Level divided into Network, Data-link and Physical Layers Network Physical Data-Link 1
  • 12. Evolution of the 7-Layers (3) cont. • Physical Layer –Describes physical aspects of network: cards, wires, etc –Specifies interconnect topologies and devices • Network Layer –Defines a standard method for operating between nodes –Address scheme is defined (IP) –Accounts for varying topologies • Data-Link –Works with Network Layer to translate logical addresses (IP) into hardware addresses (MAC) for transmission –Defines a single link protocol for transfer between two nodes
  • 13. Evolution of the 7-Layers (4) Application Transport Network Physical Data-Link Application Transport Network Physical Data-Link 1 • Five Layer Model – Increase Quality of Service (QOS) •Variable levels of data integrity in network •Additional data exchanges to ensure connectivity over worst conditions •Became the Transport Layer
  • 14. Evolution of the 7-Layers (5) Application Session Transport Network Physical Data-Link Application Session Transport Network Physical Data-Link • Six Layer Model - Dialogue Control and Dialogue Separation – Means of synchronizing transfer of data packets – Allows for checkpointing to see if data arrives (at nodes and end stations) – Became Session Layer 1
  • 15. Evolution of the 7-Layers (6) Application Presentation Session Transport Network Data-Link Physical Application Presentation Session Transport Network Data-Link Physical • The Seven Layer OSI Model - Addition of Management and Security – Standardizing notation or syntax for application messages (abstract syntax) – 1 Set of encoding rules (transfer syntax) – Became the Presentation Layer
  • 16. What Each Layer Does 2
  • 17.  Gives end-user applications access to network resources  Where is it on my computer?  Workstation or Server Service in MS Windows 3
  • 19. Session Layer  Allows applications to maintain an ongoing session  Where is it on my computer?  Workstation and Server Service (MS)  Windows Client for NetWare (NetWare) 3
  • 20. Transport Layer  Provides reliable data delivery  It’s the TCP in TCP/IP  Receives info from upper layers and segments it into packets  Can provide error detection and correction 3
  • 21. Figure 2.9 Transport layer The transport layer is responsible for the delivery of a message from one process to another.
  • 22. Network Layer  Provides network-wide addressing and a mechanism to move packets between networks (routing)  Responsibilities:  Network addressing  Routing  Example:  IP from TCP/IP 3
  • 23. Network layer The network layer is responsible for the delivery of individual packets from the source host to the destination host.
  • 24. Network Addresses  Network-wide addresses  Used to transfer data across subnets  Used by routers for packet forwarding  Example:  IP Address  Where is it on my computer?  TCP/IP Software
  • 25. Data Link Layer  Places data and retrieves it from the physical layer and provides error detection capabilities 3
  • 26. Data link layer The data link layer is responsible for moving frames from one hop (node) to the next.
  • 27. Sub-layers of the Data Link Layer  MAC (Media Access Control)  Gives data to the NIC  Controls access to the media through:  CSMA/CD Carrier Sense Multiple Access/Collision Detection  Token passing  LLC (Logical Link Layer)  Manages the data link interface (or Service Access Points (SAPs))  Can detect some transmission errors using a Cyclic Redundancy Check (CRC). If the packet is bad the LLC will request the sender to resend that particular packet.
  • 28. Physical Layer  Determines the specs for all physical components  Cabling  Interconnect methods (topology / devices)  Data encoding (bits to waves)  Electrical properties  Examples:  Ethernet (IEEE 802.3)  Token Ring (IEEE 802.5)  Wireless (IEEE 802.11b) 3
  • 29. Physical layer The physical layer is responsible for the movement of individual bits from one hop (node) to the next.
  • 30. Physical Layer (cont’d)  What are the Physical Layer components on my computer?  NIC  Network Interface Card  Has a unique 12 character Hexadecimal number permanently burned into it at the manufacturer.  The number is the MAC Address/Physical address of a computer  Cabling  Twister Pair  Fiber Optic  Coax Cable
  • 31. How Does It All Work Together  Each layer contains a Protocol Data Unit (PDU)  PDU’s are used for peer-to-peer contact between corresponding layers.  Data is handled by the top three layers, then Segmented by the Transport layer.  The Network layer places it into packets and the Data Link frames the packets for transmission.  Physical layer converts it to bits and sends it out over the media.  The receiving computer reverses the process using the information contained in the PDU. 2
  • 32. Figure 2.2 OSI layers
  • 33. Data Encapsulation In TCP/IP  At each layer in the TCP/IP protocol stack  Outgoing data is packaged and identified for delivery to the layer underneath  PDU – Packet Data Unit – the “envelop” information attached to a packet at a particular TCP/IP protocol  e.g. header and trailer  Header  PDU’s own particular opening component  Identifies the protocol in use, the sender and intended recipient  Trailer (or packet trailer)  Provides data integrity checks for the payload
  • 36. Figure 2.3 An exchange using the OSI model
  • 37. Figure 2.14 Summary of layers
  • 38. The Postal Analogy How would the OSI compare to the regular Post Office Application  A- Write a 20 page letter to a foreign country.  P- Translate the letter so the receiver can read it.  S- Insure the intended recipient can receive letter.  T- Separate and number pages. Like registered mail, tracks delivery and requests another package if one is “lost” or “damaged” in the mail.  N- Postal Center sorting letters by zip code to route them closer to destination.  D- Local Post Office determining which vehicles to deliver letters.  P- Physical Trucks, Planes, Rail, autos, etc which carry letter between stations. Presentation Session Transport Network Data-Link Physical
  • 39. Remembering the 7 Layers 7 - Application All 6 - Presentation People 5 - Session Seem 4 - Transport To 3 - Network Need 2 - Data Link Data 1 - Physical Processing
  • 40. TCP/IP model development  The late-60s The Defense Advance Research Projects Agency (DARPA) originally developed Transmission Control Protocol/Internet Protocol (TCP/IP) to interconnect various defense department computer networks.  The Internet, an International Wide Area Network, uses TCP/IP to connect networks across the world.
  • 41. 4 layers of the TCP/IP model  Layer 4: Application  Layer 3: Transport  Layer 2: Internet  Layer 1: Network access It is important to note that some of the layers in tthhee TTCCPP//IIPP mmooddeell hhaavvee tthhee ssaammee nnaammee aass llaayyeerrss iinn tthhee OOSSII mmooddeell.. DDoo nnoott ccoonnffuussee tthhee llaayyeerrss ooff tthhee ttwwoo mmooddeellss..
  • 42. The network access layer  Concerned with all of the issues that an IP packet requires to actually make the physical link. All the details in the OSI physical and data link layers.  Electrical, mechanical, procedural and functional specifications.  Data rate, Distances, Physical connector.  Frames, physical addressing.  Synchronization, flow control, error control.
  • 43. The internet layer  Send source packets from any network on the internetwork and have them arrive at the destination independent of the path and networks they took to get there.  Packets, Logical addressing.  Internet Protocol (IP).  Route , routing table, routing protocol.
  • 44. The transport layer  The transport layer deals with the quality-of-service issues of reliability, flow control, and error correction.  Segments, data stream, datagram.  Connection oriented and connectionless.  Transmission control protocol (TCP).  User datagram protocol (UDP).  End-to-end flow control.  Error detection and recovery.
  • 45. TCP/IP Reference Model (cont)  3. Transport layer (layer 3)  Allows end-to-end communication  Connection establishment, error control, flow control  Two main protocols at this level  Transmission control protocol (TCP),  Connection oriented  Connection established before sending data  Reliable  user datagram protocol (UDP)  Connectionless  Sending data without establishing connection  Fast but unreliable 
  • 46. The application layer  Handles high-level protocols, issues of representation, encoding, and dialog control.  The TCP/IP combines all application-related issues into one layer, and assures this data is properly packaged for the next layer.  FTP, HTTP, SMNP, DNS ...  Format of data, data structure, encode …  Dialog control, session management …
  • 48. TCP/IP Reference Model Layer Application Transport Internet Network Access (Host-to-network) Protocols HTTP TELNET FTP SMTP SNMP TCP UDP IP ICMP ETHERNET PACKET RADIO
  • 49. Protocols at the application layer  HTTP:  browser and web server communication  FTP :  file transfer protocol  TELNET:  remote login protocol  POP3: Retrieve email  POP3 is designed to delete mail on the server as soon as the user has downloaded it  IMAP (Internet Message Access Protocol )  Retrieve emails,  retaining e-mail on the server and for organizing it in folders on the serve
  • 50. Protocols at the transport layer  Transmission control protocol (TCP),  Connection oriented  Connection established before sending data  Reliable  user datagram protocol (UDP)  Connectionless  Sending data without establishing connection  Fast but unreliable
  • 51. Protocol at the network layer  IP  Path selection ,  routing and addressing  ICMP (Internet Control Message Protocol )  sends error messages relying on IP  a requested service is not available  a host or router could not be reached
  • 52. Protocols at the link layer  Ethernet  Uses CSMA/CD  Token Ring
  • 53. Data Formats Application data data TCP header data TCP header data TCP header data TCP header IP header data TCP header IP header Ethernet header Ethernet trailer application layer transport layer network layer data link layer message segment packet frame
  • 54. Packet Encapsulation (TCP/IP)  The data is sent down the protocol stack  Each layer adds to the data by prepending headers 22Bytes 20Bytes 20Bytes 4Bytes 64 to 1500 Bytes
  • 55. Comparing TCP/IP with OSI OSI Model TCP/IP Hierarchy Protocols 7th Application Layer 6th Presentation Layer 5th Session Layer 4th Transport Layer 3rd Network Layer 2nd Link Layer 1st Physical Layer Application Layer Transport Layer Network Layer Link Layer Link Layer : includes device driver and network interface card Network Layer : handles the movement of packets, i.e. Routing Transport Layer : provides a reliable flow of data between two hosts Application Layer : handles the details of the particular application