SlideShare uma empresa Scribd logo
1 de 25
Reference models
Objectives
• Understand the architecture of Internet with
an analogy.
• ISO/OSI Reference model
• TCP/IP Reference model
• Compare ISO/OSI and TCP/IP
Analogy: Airline System
Horizontal Layering
Protocol Layers
• To reduce the design complexity, most
networks are organized as a stack of layers or
levels, each one built upon the one below it.
• The purpose of each layer is to offer certain
services to the higher layers, shielding those
layers from the details of how the offered
services are actually implemented.
The OSI Reference Model
• The model is called the ISO OSI (Open Systems
Interconnection) Reference Model because it
deals with connecting open systems—that
is, systems that are open for communication
with other systems.
The OSI Reference Model
Application Layer
Presentation Layer
Session Layer
Transport Layer
Network Layer
Data link layer
Physical Layer
• The seven layers of ISO/OSI model
The OSI Reference Model…
• The physical layer is concerned with
transmitting raw bits over a communication
channel.
• The design issues here largely deal with
– mechanical, electrical, and timing interfaces, and
– the physical transmission medium, which lies
below the physical layer
The Physical Layer
• The main task of the data link layer is to take a
raw transmission facility and transform it into
a line that appears free of undetected
transmission errors to the network layer.
• The sender break the input data up into data
frames and transmit the frames sequentially.
The Data Link Layer
Data
Frame1
Frame2
Data Link Layer
• The network layer is concerned with
controlling the operation of the subnet.
• A key design issue is determining how packets
are routed from source to destination.
The Network Layer
• The basic function of the transport layer is to
accept data from above, split it up into smaller
units if need be,
• Pass the DU to the network layer, and ensure
that the pieces all arrive correctly at the other
end.
The Transport Layer
DU1
DU2
Data Transport Layer
• The session layer allows users on different
machines to establish sessions between them.
• Dialog control
– (keepingtrack of whose turn it is to transmit)
• Token management
– (preventing two parties from attempting the same
critical operation at the same time) and
• Synchronization
– (checkpointing long transmissions to allow they to
continue from where they were after a crash).
The Session Layer
• Concerned with the syntax and semantics of
the information transmitted.
The Presentation Layer
• The application layer contains a variety of
protocols that are commonly needed.
• One widely-used appplication protocol is HTTP
(HyperText Transfer Protocol), which is the basis
for the World Wide Web.
• When a browser wants a Web page, it sends the
name of the page it wants to the server using
HTTP.
• The server then sends the page back.
• Other application protocols are used for file
transfer, electronic mail, and network news.
The Application Layer
The TCP/IP Reference Model
• ISO OSI Model TCP/IP Model
Application Layer
Presentation Layer
Session Layer
Transport Layer
Network Layer
Data link layer
Physical Layer
Application Layer
Transport Layer
Internet Layer
Link Layer
Physical Layer
• Permit hosts to inject packets into any
network and have them travel independently
to the destination.
• The internet layer defines an official packet
format and protocol called IP (Internet
Protocol).
• The job of the internet layer is to deliver IP
packets where they are supposed to go.
The Internet Layer
• The first protocol defined is TCP(Transmission
Control Protocol)
• TCP is a reliable connection-oriented protocol
that allows a byte stream originating on one
machine to be delivered without error on any
other machine in the internet.
• It fragments the incoming byte stream into
discrete messages and passes each one onto
the internet layer.
The Transport Layer
• The second protocol in this layer, UDP (User
Datagram Protocol)
• UDP is an unreliable, connectionless protocol for
applications that do not want TCP’s sequencing
or flow control and wish to provide their own.
• It is also widely used for one-shot, client-server
type request-reply queries and applications in
which prompt delivery is more important than
accurate delivery, such as transmitting speech or
video.
The Transport Layer…
• It contains all the higher-level protocols.
• The early ones included virtual terminal
(TELNET), file transfer (FTP), and electronic mail
(SMTP)
• The TELNET allows a user on one machine to log
into a distant machine and work there.
• The FTP provides a way to move data efficiently
from one machine to another.
• SMTP was originally just a kind of file transfer,
but later a specialized protocol was developed
for it.
The Application Layer
• Domain Name Service (DNS) for mapping host
names onto their network addresses
• HTTP, the protocol used for fetching pages on the
World Wide Web
The Application Layer…
• Below the internet layer is a great void.
• The host has to connect to the network using
some protocol so it can send IP packets over
it.
• This protocol is not defined and varies from
host to host and network to network.
The Host-to-Network Layer
OSI Vs TCP/IP
•Did not originally clearly
distinguish between
service, interface, and
protocol
• The protocols came first,
and the model was really
just a description of the
existing protocols.
•Four layers
•connectionless in the
network layer but
supports both modes in
the transport layer
• Three concepts are
central:
Services, Interfaces, Proto
cols
• The OSI reference model
was devised before the
protocols were invented
• Seven layers
• Connectionless and
connection-oriented
communication in the
network layer, but only
connection-oriented
communication in the
transport layer

Mais conteúdo relacionado

Mais procurados

Public Switched Telephone Network
Public Switched Telephone NetworkPublic Switched Telephone Network
Public Switched Telephone Network
Haither Mithath
 
Mobility Management
Mobility ManagementMobility Management
Mobility Management
Hira Shaukat
 

Mais procurados (20)

Ieee standards
Ieee standardsIeee standards
Ieee standards
 
HTTP & WWW
HTTP & WWWHTTP & WWW
HTTP & WWW
 
Presentation of-wimax
Presentation of-wimaxPresentation of-wimax
Presentation of-wimax
 
Tcp ip
Tcp ipTcp ip
Tcp ip
 
Wimax ppt
Wimax pptWimax ppt
Wimax ppt
 
Ppt for tranmission media
Ppt for tranmission mediaPpt for tranmission media
Ppt for tranmission media
 
Multiple Access in wireless communication
Multiple Access in wireless communicationMultiple Access in wireless communication
Multiple Access in wireless communication
 
Wireless Personal Area Network(WPAN)
Wireless Personal Area Network(WPAN)Wireless Personal Area Network(WPAN)
Wireless Personal Area Network(WPAN)
 
Physical layer OSI Model & Transmission Media
Physical layer OSI Model & Transmission MediaPhysical layer OSI Model & Transmission Media
Physical layer OSI Model & Transmission Media
 
WiMax - Technology & Architecture
WiMax - Technology & ArchitectureWiMax - Technology & Architecture
WiMax - Technology & Architecture
 
Point to-point protocol (ppp)
Point to-point protocol (ppp)Point to-point protocol (ppp)
Point to-point protocol (ppp)
 
DSL
DSLDSL
DSL
 
Public Switched Telephone Network
Public Switched Telephone NetworkPublic Switched Telephone Network
Public Switched Telephone Network
 
OSI Model
OSI ModelOSI Model
OSI Model
 
C I D R
C I D RC I D R
C I D R
 
OSI Layers
OSI LayersOSI Layers
OSI Layers
 
Wap ppt
Wap pptWap ppt
Wap ppt
 
web communication protocols in IoT
web communication protocols in IoTweb communication protocols in IoT
web communication protocols in IoT
 
Mobility Management
Mobility ManagementMobility Management
Mobility Management
 
Computer Communication Networks-Wireless LAN
Computer Communication Networks-Wireless LANComputer Communication Networks-Wireless LAN
Computer Communication Networks-Wireless LAN
 

Destaque

Osi model vs TCP/IP
Osi model vs TCP/IPOsi model vs TCP/IP
Osi model vs TCP/IP
Mannu Khani
 

Destaque (20)

Osi model vs TCP/IP
Osi model vs TCP/IPOsi model vs TCP/IP
Osi model vs TCP/IP
 
Computer network ppt
Computer network pptComputer network ppt
Computer network ppt
 
TCP/IP Basics
TCP/IP BasicsTCP/IP Basics
TCP/IP Basics
 
iso osi model
 iso osi model iso osi model
iso osi model
 
ISO-OSI
ISO-OSIISO-OSI
ISO-OSI
 
Threats vs. Vulnerabilities
Threats vs. Vulnerabilities Threats vs. Vulnerabilities
Threats vs. Vulnerabilities
 
Vulnerability Assessment
Vulnerability AssessmentVulnerability Assessment
Vulnerability Assessment
 
Csma
CsmaCsma
Csma
 
Csmaca
CsmacaCsmaca
Csmaca
 
Info Security - Vulnerability Assessment
Info Security - Vulnerability AssessmentInfo Security - Vulnerability Assessment
Info Security - Vulnerability Assessment
 
Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing
 
Token ring
Token ringToken ring
Token ring
 
Earthquake and risk mitigation
Earthquake and risk mitigationEarthquake and risk mitigation
Earthquake and risk mitigation
 
Tcp IP Model
Tcp IP ModelTcp IP Model
Tcp IP Model
 
Reference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPReference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IP
 
Token ring
Token ringToken ring
Token ring
 
Token ring 802.5
Token ring 802.5Token ring 802.5
Token ring 802.5
 
Security Challenges in Emerging Technologies
Security Challenges in Emerging TechnologiesSecurity Challenges in Emerging Technologies
Security Challenges in Emerging Technologies
 
Carrier Sense Multiple Access (CSMA)
Carrier Sense Multiple Access (CSMA)Carrier Sense Multiple Access (CSMA)
Carrier Sense Multiple Access (CSMA)
 
Osi model
Osi modelOsi model
Osi model
 

Semelhante a Iso osi and tcp-ip reference models

Computer Networks
Computer NetworksComputer Networks
Computer Networks
Shylesh BC
 
open system interconnection referencemodel.ppt
open system interconnection referencemodel.pptopen system interconnection referencemodel.ppt
open system interconnection referencemodel.ppt
AnkitaAggarwal68
 

Semelhante a Iso osi and tcp-ip reference models (20)

ET3003-2 OSI-TCPIP (Semester II 2013-2014)
ET3003-2 OSI-TCPIP (Semester II 2013-2014)ET3003-2 OSI-TCPIP (Semester II 2013-2014)
ET3003-2 OSI-TCPIP (Semester II 2013-2014)
 
IT-NET GROUP 3 REPORT.pptx
IT-NET GROUP 3 REPORT.pptxIT-NET GROUP 3 REPORT.pptx
IT-NET GROUP 3 REPORT.pptx
 
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)
 
Unit 2 ppt-idc
Unit 2 ppt-idcUnit 2 ppt-idc
Unit 2 ppt-idc
 
lecture 4.pptx
lecture 4.pptxlecture 4.pptx
lecture 4.pptx
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
 
06 - OSI Model.ppt
06 - OSI Model.ppt06 - OSI Model.ppt
06 - OSI Model.ppt
 
06 - OSI Model.ppt
06 - OSI Model.ppt06 - OSI Model.ppt
06 - OSI Model.ppt
 
Sargation university's open system interconnection
Sargation university's open system interconnectionSargation university's open system interconnection
Sargation university's open system interconnection
 
unit-1fon (1).pptx
unit-1fon (1).pptxunit-1fon (1).pptx
unit-1fon (1).pptx
 
INTERNET ARCHITECTURE.pptx
INTERNET ARCHITECTURE.pptxINTERNET ARCHITECTURE.pptx
INTERNET ARCHITECTURE.pptx
 
open system interconnection referencemodel.ppt
open system interconnection referencemodel.pptopen system interconnection referencemodel.ppt
open system interconnection referencemodel.ppt
 
Iso model
Iso modelIso model
Iso model
 
Osi
OsiOsi
Osi
 
Computer network coe351- part2- final
Computer network coe351- part2- finalComputer network coe351- part2- final
Computer network coe351- part2- final
 
OSI reference model
OSI reference modelOSI reference model
OSI reference model
 
Week2 lec1-bscs1
Week2 lec1-bscs1Week2 lec1-bscs1
Week2 lec1-bscs1
 
OSI Model.ppt
OSI Model.pptOSI Model.ppt
OSI Model.ppt
 
Ta 104-tcp
Ta 104-tcpTa 104-tcp
Ta 104-tcp
 
OSI Model 2 .ppt
OSI Model 2 .pptOSI Model 2 .ppt
OSI Model 2 .ppt
 

Mais de bhavanatmithun (13)

Code optimisation presnted
Code optimisation presntedCode optimisation presnted
Code optimisation presnted
 
computer networks
computer networkscomputer networks
computer networks
 
Deadlock
DeadlockDeadlock
Deadlock
 
krisibhavan site
krisibhavan sitekrisibhavan site
krisibhavan site
 
User server interaction
User server interactionUser server interaction
User server interaction
 
Types of cn, protocols and standards
Types of cn, protocols and standardsTypes of cn, protocols and standards
Types of cn, protocols and standards
 
Snmp
SnmpSnmp
Snmp
 
HTTP
HTTPHTTP
HTTP
 
FTP
FTPFTP
FTP
 
DNS
DNSDNS
DNS
 
application layer protocols
application layer protocolsapplication layer protocols
application layer protocols
 
Group communication
Group communicationGroup communication
Group communication
 
Group communication
Group communicationGroup communication
Group communication
 

Último

Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Krashi Coaching
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
fonyou31
 

Último (20)

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 

Iso osi and tcp-ip reference models

  • 2. Objectives • Understand the architecture of Internet with an analogy. • ISO/OSI Reference model • TCP/IP Reference model • Compare ISO/OSI and TCP/IP
  • 5. Protocol Layers • To reduce the design complexity, most networks are organized as a stack of layers or levels, each one built upon the one below it. • The purpose of each layer is to offer certain services to the higher layers, shielding those layers from the details of how the offered services are actually implemented.
  • 6. The OSI Reference Model • The model is called the ISO OSI (Open Systems Interconnection) Reference Model because it deals with connecting open systems—that is, systems that are open for communication with other systems.
  • 7. The OSI Reference Model Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data link layer Physical Layer • The seven layers of ISO/OSI model
  • 8. The OSI Reference Model…
  • 9. • The physical layer is concerned with transmitting raw bits over a communication channel. • The design issues here largely deal with – mechanical, electrical, and timing interfaces, and – the physical transmission medium, which lies below the physical layer The Physical Layer
  • 10. • The main task of the data link layer is to take a raw transmission facility and transform it into a line that appears free of undetected transmission errors to the network layer. • The sender break the input data up into data frames and transmit the frames sequentially. The Data Link Layer Data Frame1 Frame2 Data Link Layer
  • 11. • The network layer is concerned with controlling the operation of the subnet. • A key design issue is determining how packets are routed from source to destination. The Network Layer
  • 12. • The basic function of the transport layer is to accept data from above, split it up into smaller units if need be, • Pass the DU to the network layer, and ensure that the pieces all arrive correctly at the other end. The Transport Layer DU1 DU2 Data Transport Layer
  • 13. • The session layer allows users on different machines to establish sessions between them. • Dialog control – (keepingtrack of whose turn it is to transmit) • Token management – (preventing two parties from attempting the same critical operation at the same time) and • Synchronization – (checkpointing long transmissions to allow they to continue from where they were after a crash). The Session Layer
  • 14. • Concerned with the syntax and semantics of the information transmitted. The Presentation Layer
  • 15. • The application layer contains a variety of protocols that are commonly needed. • One widely-used appplication protocol is HTTP (HyperText Transfer Protocol), which is the basis for the World Wide Web. • When a browser wants a Web page, it sends the name of the page it wants to the server using HTTP. • The server then sends the page back. • Other application protocols are used for file transfer, electronic mail, and network news. The Application Layer
  • 16. The TCP/IP Reference Model • ISO OSI Model TCP/IP Model Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data link layer Physical Layer Application Layer Transport Layer Internet Layer Link Layer Physical Layer
  • 17.
  • 18.
  • 19. • Permit hosts to inject packets into any network and have them travel independently to the destination. • The internet layer defines an official packet format and protocol called IP (Internet Protocol). • The job of the internet layer is to deliver IP packets where they are supposed to go. The Internet Layer
  • 20. • The first protocol defined is TCP(Transmission Control Protocol) • TCP is a reliable connection-oriented protocol that allows a byte stream originating on one machine to be delivered without error on any other machine in the internet. • It fragments the incoming byte stream into discrete messages and passes each one onto the internet layer. The Transport Layer
  • 21. • The second protocol in this layer, UDP (User Datagram Protocol) • UDP is an unreliable, connectionless protocol for applications that do not want TCP’s sequencing or flow control and wish to provide their own. • It is also widely used for one-shot, client-server type request-reply queries and applications in which prompt delivery is more important than accurate delivery, such as transmitting speech or video. The Transport Layer…
  • 22. • It contains all the higher-level protocols. • The early ones included virtual terminal (TELNET), file transfer (FTP), and electronic mail (SMTP) • The TELNET allows a user on one machine to log into a distant machine and work there. • The FTP provides a way to move data efficiently from one machine to another. • SMTP was originally just a kind of file transfer, but later a specialized protocol was developed for it. The Application Layer
  • 23. • Domain Name Service (DNS) for mapping host names onto their network addresses • HTTP, the protocol used for fetching pages on the World Wide Web The Application Layer…
  • 24. • Below the internet layer is a great void. • The host has to connect to the network using some protocol so it can send IP packets over it. • This protocol is not defined and varies from host to host and network to network. The Host-to-Network Layer
  • 25. OSI Vs TCP/IP •Did not originally clearly distinguish between service, interface, and protocol • The protocols came first, and the model was really just a description of the existing protocols. •Four layers •connectionless in the network layer but supports both modes in the transport layer • Three concepts are central: Services, Interfaces, Proto cols • The OSI reference model was devised before the protocols were invented • Seven layers • Connectionless and connection-oriented communication in the network layer, but only connection-oriented communication in the transport layer