SlideShare una empresa de Scribd logo
1 de 15
OSI Model
Need for standards
 Over the past couple of decades many of
the networks that were built used
different hardware and software
implementations, as a result they were
incompatible and it became difficult for
networks using different specifications to
communicate with each other.
 To address the problem of networks
being incompatible and unable to
communicate with each other, the
International Organization for
Standardization (ISO) researched
various network schemes.
International Organization for
Standardization
 The International Organization for
Standardization (ISO) is an International
standards organization responsible for a
wide range of standards, including many
that are relevant to networking.
 In 1984 in order to aid network
interconnection without necessarily
requiring complete redesign, the Open
Systems Interconnection (OSI) reference
model was approved as an international
standard for communications
architecture.
Standardization within the OSI
framework
 The model defines in general terms the
functions to be performed at that layer
and facilitates the standards-making
process in two ways:
Because the functions of each layer are well
defined, standards can be developed
independently and simultaneously for each
layer. This speeds up the standards-making
process.
Because the boundaries between layers are
well defined, changes in standards in one
layer need not affect already existing
software in another layer. This makes it
easier to introduce new standards.
Advantages of Layered model
 It divides the network communication process
into smaller and simpler components, thus
aiding component development, design and
troubleshooting.
 It allows multiple-vendor development through
standardization of network components.
 It encourages Industry standardization by
defining what functions occur at each layer of
the model.
 It allows various types of network hardware and
software to communicate.
 It prevents changes in one layer from affecting
other layers, so it does not hamper
development.
OSI model Layers
LAYER 7 – The APPLICATION
Layer
• The top layer of the OSI model
• Provides a set of interfaces for sending and
receiving applications to gain access to and use
network services, such as: networked file transfer,
message handling and database query processing
• Provides a variety of functions:
Identifies communication partners
Determines resource availability
Synchronizes communication
• Protocols include:- FTP, HTTP, POP3, Telnet etc
LAYER 6 – The PRESENTATION Layer
• The presentation layer is concerned with the syntax and
semantics of the information exchanged between two systems.
• Functions include:
 Translation: - The processes (running programs) in two
systems are usually exchanging information in the form of
character strings, numbers, and so on. The information must
be changed to bit streams before being transmitted.
 Encryption: - To carry sensitive information, a system must be
able to ensure privacy. Encryption means that the sender
transforms the original information to another form and sends
the resulting message out over the network.
 Compression: - Data compression reduces the number of bits
contained in the information. Data compression becomes
particularly important in the transmission of multimedia such
as text, audio, and video.
 Examples of Presentation layer protocols: SSL, MIME
 Example of presentation layer formats are:
 Text - RTF, ASCII, EBCDIC
 Images - GIF, JPG, TIF
 Audio - MIDI, MP3, WAV
 Movies - MPEG, AVI, MOV
LAYER 5 – The SESSION Layer
• The session layer establishes,
maintains, and synchronizes the
interaction among communicating
systems.
• Functions include:
Dialog control: - The session layer allows two
systems to enter into a dialog. It allows the
communication between two processes to
take place in either half-duplex (one way at a
time) or full-duplex (two ways at a time)
mode.
 Synchronization: - The session layer allows
a process to add checkpoints, or
synchronization points, to a stream of data.
• Example protocols: - NetBIOS, SOCKS
LAYER 4 – The TRANSPORT Layer
• The transport layer is responsible for process-to-process delivery of the entire
message.
• Functions include:
 The transport layer is responsible for the delivery of a message from one process
to another.
 Service-point addressing: - Computers often run several programs at the same
time. For this reason, source-to-destination delivery means delivery not only
from one computer to the next but also from a specific process (running
program) on one computer to a specific process (running program) on the
other.
 Segmentation and reassembly: - A message is divided into transmittable
segments, with each segment containing a sequence number.
 Connection control: - The transport layer can be either connectionless or
connection-oriented.
 Flow control: - Like the data link layer, the transport layer is responsible for flow
control. However, flow control at this layer is performed end to end rather than
across a single link.
 Error control: - Like the data link layer, the transport layer is responsible for
error control. However, error control at this layer is performed process-to-
process rather than across a single link.
 Layer 4 protocols include:
LAYER 3 – The NETWORK Layer
 The network layer is responsible for the source-to-destination
delivery of a packet, possibly across multiple networks (links).
• Functions include:
 The network layer is responsible for the delivery of individual
packets from the source host to the destination host.
 Logical addressing: - The physical addressing implemented by
the data link layer handles the addressing problem locally. If a
packet passes the network boundary, we need another
addressing system to help distinguish the source and destination
systems.
 Routing: - When independent networks or links are connected to
create intemetworks (network of networks) or a large network,
the connecting devices (called routers or switches) route or
switch the packets to their final destination.
 The most common Network layer protocols are:
 Internet Protocol (IP)
 Internetwork Packet Exchange (IPX)
 AppleTalk
LAYER 2 – The DATA LINK Layer
• The data link layer transforms the physical layer, a raw transmission
facility, to a reliable link.
• Functions include:
 The data link layer is responsible for moving frames from one hop
(node) to the next.
 Framing: - The data link layer divides the stream of bits received
from the network layer into manageable data units called frames.
 Physical addressing: - If frames are to be distributed to different
systems on the network, the data link layer adds a header to the
frame to define the sender and/or receiver of the frame.
 Flow control: - If the rate at which the data are absorbed by the
receiver is less than the rate at which data are produced in the
sender, the data link layer imposes a flow control mechanism to
avoid overwhelming the receiver.
 Error control: - The data link layer adds reliability to the physical
layer by adding mechanisms to detect and retransmit damaged or
lost frames.
 Access control: - When two or more devices are connected to the
same link, data link layer protocols are necessary to determine
which device has control over the link at any given time.
• Datalink protocols:- ATM, Frame Relay, X.25, IEEE 802.3
LAYER 1 – The PHYSICAL Layer
• The physical layer coordinates the functions required to carry a bit stream
over a physical medium.
• Functions include:
 The physical layer is responsible for movements of individual bits from
one hop (node) to the next.
 Physical characteristics of interfaces and medium: - The physical layer
defines the characteristics of the interface between the devices and
the transmission medium.
 Representation of bits: - The physical layer data consists of a stream
of bits (sequence of Os or 1s) with no interpretation. To be transmitted,
bits must be encoded into signals--electrical or optical.
 Data rate: - The transmission rate-the number of bits sent each
second-is also defined by the physical layer.
 Synchronization of bits: - The sender and receiver not only must use
the same bit rate but also must be synchronized at the bit level.
 Line configuration: - The physical layer is concerned with the
connection of devices to the media.
 Physical topology: - The physical topology defines how devices are
connected to make a network.
 Transmission mode: - The physical layer also defines the direction of
transmission between two devices: simplex, half-duplex, or full-duplex.
• Example protocols: - EIA/TIA-232, IEEE 802.3, RS-232, USB, Bluetooth.
Remember
 A convenient aid for remembering the
OSI layer names is to use the first letter of
each word in the phrase:
 All People Seem To Need Data
Processing
 Please Do Not Throw Sausage Pizza
Away
PC 106 PPT-06

Más contenido relacionado

Similar a PC 106 PPT-06

Skr+3200+chapter+2+(kweh)
Skr+3200+chapter+2+(kweh)Skr+3200+chapter+2+(kweh)
Skr+3200+chapter+2+(kweh)
Ammar Shafiq
 
open system interconnection referencemodel.ppt
open system interconnection referencemodel.pptopen system interconnection referencemodel.ppt
open system interconnection referencemodel.ppt
AnkitaAggarwal68
 

Similar a PC 106 PPT-06 (20)

Skr+3200+chapter+2+(kweh)
Skr+3200+chapter+2+(kweh)Skr+3200+chapter+2+(kweh)
Skr+3200+chapter+2+(kweh)
 
unit-1fon (1).pptx
unit-1fon (1).pptxunit-1fon (1).pptx
unit-1fon (1).pptx
 
Chap 2 network models
Chap 2 network modelsChap 2 network models
Chap 2 network models
 
Osi model 7 Layers
Osi model 7 LayersOsi model 7 Layers
Osi model 7 Layers
 
Dc2 t1
Dc2 t1Dc2 t1
Dc2 t1
 
OSI Model of Networking
OSI Model of NetworkingOSI Model of Networking
OSI Model of Networking
 
Unit 2 ppt-idc
Unit 2 ppt-idcUnit 2 ppt-idc
Unit 2 ppt-idc
 
Ccna exploration network fundamentals
Ccna exploration  network fundamentalsCcna exploration  network fundamentals
Ccna exploration network fundamentals
 
Pwani notes-Network Essentials.pp for Internet Protocoltx
Pwani notes-Network Essentials.pp  for Internet ProtocoltxPwani notes-Network Essentials.pp  for Internet Protocoltx
Pwani notes-Network Essentials.pp for Internet Protocoltx
 
OSI Model.pdf
OSI Model.pdfOSI Model.pdf
OSI Model.pdf
 
Networking (osi model)
Networking (osi model)Networking (osi model)
Networking (osi model)
 
open system interconnection referencemodel.ppt
open system interconnection referencemodel.pptopen system interconnection referencemodel.ppt
open system interconnection referencemodel.ppt
 
Overview of an OSI reference Model
Overview of an OSI reference ModelOverview of an OSI reference Model
Overview of an OSI reference Model
 
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
 
OSI Model
OSI ModelOSI Model
OSI Model
 
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
 
Osi model
Osi modelOsi model
Osi model
 
Osi
OsiOsi
Osi
 
Protocol layer,OSI model & POP3
Protocol layer,OSI model & POP3Protocol layer,OSI model & POP3
Protocol layer,OSI model & POP3
 
OSI and TCP/IP reference models in networking
OSI and TCP/IP reference models in networkingOSI and TCP/IP reference models in networking
OSI and TCP/IP reference models in networking
 

Más de MLG College of Learning, Inc (20)

PC111.Lesson2
PC111.Lesson2PC111.Lesson2
PC111.Lesson2
 
PC111.Lesson1
PC111.Lesson1PC111.Lesson1
PC111.Lesson1
 
PC111-lesson1.pptx
PC111-lesson1.pptxPC111-lesson1.pptx
PC111-lesson1.pptx
 
PC LEESOON 6.pptx
PC LEESOON 6.pptxPC LEESOON 6.pptx
PC LEESOON 6.pptx
 
PC 106 PPT-09.pptx
PC 106 PPT-09.pptxPC 106 PPT-09.pptx
PC 106 PPT-09.pptx
 
PC 106 PPT-07
PC 106 PPT-07PC 106 PPT-07
PC 106 PPT-07
 
PC 106 PPT-01
PC 106 PPT-01PC 106 PPT-01
PC 106 PPT-01
 
PC 106 PPT-05
PC 106 PPT-05PC 106 PPT-05
PC 106 PPT-05
 
PC 106 Slide 04
PC 106 Slide 04PC 106 Slide 04
PC 106 Slide 04
 
PC 106 Slide no.02
PC 106 Slide no.02PC 106 Slide no.02
PC 106 Slide no.02
 
pc-106-slide-3
pc-106-slide-3pc-106-slide-3
pc-106-slide-3
 
PC 106 Slide 2
PC 106 Slide 2PC 106 Slide 2
PC 106 Slide 2
 
PC 106 Slide 1.pptx
PC 106 Slide 1.pptxPC 106 Slide 1.pptx
PC 106 Slide 1.pptx
 
Db2 characteristics of db ms
Db2 characteristics of db msDb2 characteristics of db ms
Db2 characteristics of db ms
 
Db1 introduction
Db1 introductionDb1 introduction
Db1 introduction
 
Lesson 3.2
Lesson 3.2Lesson 3.2
Lesson 3.2
 
Lesson 3.1
Lesson 3.1Lesson 3.1
Lesson 3.1
 
Lesson 1.6
Lesson 1.6Lesson 1.6
Lesson 1.6
 
Lesson 3.2
Lesson 3.2Lesson 3.2
Lesson 3.2
 
Lesson 3
Lesson 3Lesson 3
Lesson 3
 

Último

一比一原版(YU学位证书)约克大学毕业证学历认证新版办理
一比一原版(YU学位证书)约克大学毕业证学历认证新版办理一比一原版(YU学位证书)约克大学毕业证学历认证新版办理
一比一原版(YU学位证书)约克大学毕业证学历认证新版办理
txkonu
 
Russian Call Girls Pilibhit Just Call 👉👉 📞 8617370543 Top Class Call Girl Ser...
Russian Call Girls Pilibhit Just Call 👉👉 📞 8617370543 Top Class Call Girl Ser...Russian Call Girls Pilibhit Just Call 👉👉 📞 8617370543 Top Class Call Girl Ser...
Russian Call Girls Pilibhit Just Call 👉👉 📞 8617370543 Top Class Call Girl Ser...
Nitya salvi
 
Museum of fine arts Lauren Simpson…………..
Museum of fine arts Lauren Simpson…………..Museum of fine arts Lauren Simpson…………..
Museum of fine arts Lauren Simpson…………..
mvxpw22gfc
 
如何办理(Flinders毕业证)弗林德斯大学毕业证毕业证成绩单原版一比一
如何办理(Flinders毕业证)弗林德斯大学毕业证毕业证成绩单原版一比一如何办理(Flinders毕业证)弗林德斯大学毕业证毕业证成绩单原版一比一
如何办理(Flinders毕业证)弗林德斯大学毕业证毕业证成绩单原版一比一
8jg9cqy
 
Van Gogh Powerpoint for art lesson today
Van Gogh Powerpoint for art lesson todayVan Gogh Powerpoint for art lesson today
Van Gogh Powerpoint for art lesson today
lucygibson17
 
FULL ENJOY —📞9711106444 ✦/ Vℐℙ Call Girls in Ghaziabad | Delhi🫶
FULL ENJOY —📞9711106444 ✦/ Vℐℙ Call Girls in Ghaziabad | Delhi🫶FULL ENJOY —📞9711106444 ✦/ Vℐℙ Call Girls in Ghaziabad | Delhi🫶
FULL ENJOY —📞9711106444 ✦/ Vℐℙ Call Girls in Ghaziabad | Delhi🫶
delhimunirka15
 
Mussafah Call Girls +971525373611 Call Girls in Mussafah Abu Dhabi
Mussafah Call Girls +971525373611 Call Girls in Mussafah Abu DhabiMussafah Call Girls +971525373611 Call Girls in Mussafah Abu Dhabi
Mussafah Call Girls +971525373611 Call Girls in Mussafah Abu Dhabi
romeke1848
 
Nehru Nagar, Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genui...
Nehru Nagar, Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genui...Nehru Nagar, Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genui...
Nehru Nagar, Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genui...
delhimunirka15
 
+97470301568>> buy weed, thc oil,cbd oil, kush, hash in Doha qatar}}
+97470301568>> buy weed, thc oil,cbd oil, kush, hash in Doha qatar}}+97470301568>> buy weed, thc oil,cbd oil, kush, hash in Doha qatar}}
+97470301568>> buy weed, thc oil,cbd oil, kush, hash in Doha qatar}}
Health
 
一比一原版(UEA毕业证书)东英吉利亚大学毕业证如何办理
一比一原版(UEA毕业证书)东英吉利亚大学毕业证如何办理一比一原版(UEA毕业证书)东英吉利亚大学毕业证如何办理
一比一原版(UEA毕业证书)东英吉利亚大学毕业证如何办理
ss
 
Call Girl In Chandigarh ☎ 08868886958✅ Just Genuine Call Call Girls Chandigar...
Call Girl In Chandigarh ☎ 08868886958✅ Just Genuine Call Call Girls Chandigar...Call Girl In Chandigarh ☎ 08868886958✅ Just Genuine Call Call Girls Chandigar...
Call Girl In Chandigarh ☎ 08868886958✅ Just Genuine Call Call Girls Chandigar...
Sheetaleventcompany
 

Último (20)

一比一原版(YU学位证书)约克大学毕业证学历认证新版办理
一比一原版(YU学位证书)约克大学毕业证学历认证新版办理一比一原版(YU学位证书)约克大学毕业证学历认证新版办理
一比一原版(YU学位证书)约克大学毕业证学历认证新版办理
 
SB_ Dragons Riders of Berk_ Rough_ RiverPhan (2024)
SB_ Dragons Riders of Berk_ Rough_ RiverPhan (2024)SB_ Dragons Riders of Berk_ Rough_ RiverPhan (2024)
SB_ Dragons Riders of Berk_ Rough_ RiverPhan (2024)
 
Russian Call Girls Pilibhit Just Call 👉👉 📞 8617370543 Top Class Call Girl Ser...
Russian Call Girls Pilibhit Just Call 👉👉 📞 8617370543 Top Class Call Girl Ser...Russian Call Girls Pilibhit Just Call 👉👉 📞 8617370543 Top Class Call Girl Ser...
Russian Call Girls Pilibhit Just Call 👉👉 📞 8617370543 Top Class Call Girl Ser...
 
Azamgarh Call Girls WhatsApp Chat: 📞 8617370543 (24x7 ) Service Available Nea...
Azamgarh Call Girls WhatsApp Chat: 📞 8617370543 (24x7 ) Service Available Nea...Azamgarh Call Girls WhatsApp Chat: 📞 8617370543 (24x7 ) Service Available Nea...
Azamgarh Call Girls WhatsApp Chat: 📞 8617370543 (24x7 ) Service Available Nea...
 
Museum of fine arts Lauren Simpson…………..
Museum of fine arts Lauren Simpson…………..Museum of fine arts Lauren Simpson…………..
Museum of fine arts Lauren Simpson…………..
 
HUMA Final Presentation About Chicano Culture
HUMA Final Presentation About Chicano CultureHUMA Final Presentation About Chicano Culture
HUMA Final Presentation About Chicano Culture
 
Headshots and Personal Branding by Julie King Photography
Headshots and Personal Branding by Julie King PhotographyHeadshots and Personal Branding by Julie King Photography
Headshots and Personal Branding by Julie King Photography
 
Completed Event Presentation for Huma 1305
Completed Event Presentation for Huma 1305Completed Event Presentation for Huma 1305
Completed Event Presentation for Huma 1305
 
如何办理(Flinders毕业证)弗林德斯大学毕业证毕业证成绩单原版一比一
如何办理(Flinders毕业证)弗林德斯大学毕业证毕业证成绩单原版一比一如何办理(Flinders毕业证)弗林德斯大学毕业证毕业证成绩单原版一比一
如何办理(Flinders毕业证)弗林德斯大学毕业证毕业证成绩单原版一比一
 
Call Girls Sultanpur Just Call 📞 8617370543 Top Class Call Girl Service Avail...
Call Girls Sultanpur Just Call 📞 8617370543 Top Class Call Girl Service Avail...Call Girls Sultanpur Just Call 📞 8617370543 Top Class Call Girl Service Avail...
Call Girls Sultanpur Just Call 📞 8617370543 Top Class Call Girl Service Avail...
 
Van Gogh Powerpoint for art lesson today
Van Gogh Powerpoint for art lesson todayVan Gogh Powerpoint for art lesson today
Van Gogh Powerpoint for art lesson today
 
FULL ENJOY —📞9711106444 ✦/ Vℐℙ Call Girls in Ghaziabad | Delhi🫶
FULL ENJOY —📞9711106444 ✦/ Vℐℙ Call Girls in Ghaziabad | Delhi🫶FULL ENJOY —📞9711106444 ✦/ Vℐℙ Call Girls in Ghaziabad | Delhi🫶
FULL ENJOY —📞9711106444 ✦/ Vℐℙ Call Girls in Ghaziabad | Delhi🫶
 
Jaro je tady - Spring is here (Judith) 2
Jaro je tady - Spring is here (Judith) 2Jaro je tady - Spring is here (Judith) 2
Jaro je tady - Spring is here (Judith) 2
 
How to order fake Worcester State University diploma?
How to order fake Worcester State University diploma?How to order fake Worcester State University diploma?
How to order fake Worcester State University diploma?
 
Mussafah Call Girls +971525373611 Call Girls in Mussafah Abu Dhabi
Mussafah Call Girls +971525373611 Call Girls in Mussafah Abu DhabiMussafah Call Girls +971525373611 Call Girls in Mussafah Abu Dhabi
Mussafah Call Girls +971525373611 Call Girls in Mussafah Abu Dhabi
 
Turn Off The Air Con - The Singapore Punk Scene
Turn Off The Air Con - The Singapore Punk SceneTurn Off The Air Con - The Singapore Punk Scene
Turn Off The Air Con - The Singapore Punk Scene
 
Nehru Nagar, Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genui...
Nehru Nagar, Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genui...Nehru Nagar, Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genui...
Nehru Nagar, Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genui...
 
+97470301568>> buy weed, thc oil,cbd oil, kush, hash in Doha qatar}}
+97470301568>> buy weed, thc oil,cbd oil, kush, hash in Doha qatar}}+97470301568>> buy weed, thc oil,cbd oil, kush, hash in Doha qatar}}
+97470301568>> buy weed, thc oil,cbd oil, kush, hash in Doha qatar}}
 
一比一原版(UEA毕业证书)东英吉利亚大学毕业证如何办理
一比一原版(UEA毕业证书)东英吉利亚大学毕业证如何办理一比一原版(UEA毕业证书)东英吉利亚大学毕业证如何办理
一比一原版(UEA毕业证书)东英吉利亚大学毕业证如何办理
 
Call Girl In Chandigarh ☎ 08868886958✅ Just Genuine Call Call Girls Chandigar...
Call Girl In Chandigarh ☎ 08868886958✅ Just Genuine Call Call Girls Chandigar...Call Girl In Chandigarh ☎ 08868886958✅ Just Genuine Call Call Girls Chandigar...
Call Girl In Chandigarh ☎ 08868886958✅ Just Genuine Call Call Girls Chandigar...
 

PC 106 PPT-06

  • 2. Need for standards  Over the past couple of decades many of the networks that were built used different hardware and software implementations, as a result they were incompatible and it became difficult for networks using different specifications to communicate with each other.  To address the problem of networks being incompatible and unable to communicate with each other, the International Organization for Standardization (ISO) researched various network schemes.
  • 3. International Organization for Standardization  The International Organization for Standardization (ISO) is an International standards organization responsible for a wide range of standards, including many that are relevant to networking.  In 1984 in order to aid network interconnection without necessarily requiring complete redesign, the Open Systems Interconnection (OSI) reference model was approved as an international standard for communications architecture.
  • 4. Standardization within the OSI framework  The model defines in general terms the functions to be performed at that layer and facilitates the standards-making process in two ways: Because the functions of each layer are well defined, standards can be developed independently and simultaneously for each layer. This speeds up the standards-making process. Because the boundaries between layers are well defined, changes in standards in one layer need not affect already existing software in another layer. This makes it easier to introduce new standards.
  • 5. Advantages of Layered model  It divides the network communication process into smaller and simpler components, thus aiding component development, design and troubleshooting.  It allows multiple-vendor development through standardization of network components.  It encourages Industry standardization by defining what functions occur at each layer of the model.  It allows various types of network hardware and software to communicate.  It prevents changes in one layer from affecting other layers, so it does not hamper development.
  • 7. LAYER 7 – The APPLICATION Layer • The top layer of the OSI model • Provides a set of interfaces for sending and receiving applications to gain access to and use network services, such as: networked file transfer, message handling and database query processing • Provides a variety of functions: Identifies communication partners Determines resource availability Synchronizes communication • Protocols include:- FTP, HTTP, POP3, Telnet etc
  • 8. LAYER 6 – The PRESENTATION Layer • The presentation layer is concerned with the syntax and semantics of the information exchanged between two systems. • Functions include:  Translation: - The processes (running programs) in two systems are usually exchanging information in the form of character strings, numbers, and so on. The information must be changed to bit streams before being transmitted.  Encryption: - To carry sensitive information, a system must be able to ensure privacy. Encryption means that the sender transforms the original information to another form and sends the resulting message out over the network.  Compression: - Data compression reduces the number of bits contained in the information. Data compression becomes particularly important in the transmission of multimedia such as text, audio, and video.  Examples of Presentation layer protocols: SSL, MIME  Example of presentation layer formats are:  Text - RTF, ASCII, EBCDIC  Images - GIF, JPG, TIF  Audio - MIDI, MP3, WAV  Movies - MPEG, AVI, MOV
  • 9. LAYER 5 – The SESSION Layer • The session layer establishes, maintains, and synchronizes the interaction among communicating systems. • Functions include: Dialog control: - The session layer allows two systems to enter into a dialog. It allows the communication between two processes to take place in either half-duplex (one way at a time) or full-duplex (two ways at a time) mode.  Synchronization: - The session layer allows a process to add checkpoints, or synchronization points, to a stream of data. • Example protocols: - NetBIOS, SOCKS
  • 10. LAYER 4 – The TRANSPORT Layer • The transport layer is responsible for process-to-process delivery of the entire message. • Functions include:  The transport layer is responsible for the delivery of a message from one process to another.  Service-point addressing: - Computers often run several programs at the same time. For this reason, source-to-destination delivery means delivery not only from one computer to the next but also from a specific process (running program) on one computer to a specific process (running program) on the other.  Segmentation and reassembly: - A message is divided into transmittable segments, with each segment containing a sequence number.  Connection control: - The transport layer can be either connectionless or connection-oriented.  Flow control: - Like the data link layer, the transport layer is responsible for flow control. However, flow control at this layer is performed end to end rather than across a single link.  Error control: - Like the data link layer, the transport layer is responsible for error control. However, error control at this layer is performed process-to- process rather than across a single link.  Layer 4 protocols include:
  • 11. LAYER 3 – The NETWORK Layer  The network layer is responsible for the source-to-destination delivery of a packet, possibly across multiple networks (links). • Functions include:  The network layer is responsible for the delivery of individual packets from the source host to the destination host.  Logical addressing: - The physical addressing implemented by the data link layer handles the addressing problem locally. If a packet passes the network boundary, we need another addressing system to help distinguish the source and destination systems.  Routing: - When independent networks or links are connected to create intemetworks (network of networks) or a large network, the connecting devices (called routers or switches) route or switch the packets to their final destination.  The most common Network layer protocols are:  Internet Protocol (IP)  Internetwork Packet Exchange (IPX)  AppleTalk
  • 12. LAYER 2 – The DATA LINK Layer • The data link layer transforms the physical layer, a raw transmission facility, to a reliable link. • Functions include:  The data link layer is responsible for moving frames from one hop (node) to the next.  Framing: - The data link layer divides the stream of bits received from the network layer into manageable data units called frames.  Physical addressing: - If frames are to be distributed to different systems on the network, the data link layer adds a header to the frame to define the sender and/or receiver of the frame.  Flow control: - If the rate at which the data are absorbed by the receiver is less than the rate at which data are produced in the sender, the data link layer imposes a flow control mechanism to avoid overwhelming the receiver.  Error control: - The data link layer adds reliability to the physical layer by adding mechanisms to detect and retransmit damaged or lost frames.  Access control: - When two or more devices are connected to the same link, data link layer protocols are necessary to determine which device has control over the link at any given time. • Datalink protocols:- ATM, Frame Relay, X.25, IEEE 802.3
  • 13. LAYER 1 – The PHYSICAL Layer • The physical layer coordinates the functions required to carry a bit stream over a physical medium. • Functions include:  The physical layer is responsible for movements of individual bits from one hop (node) to the next.  Physical characteristics of interfaces and medium: - The physical layer defines the characteristics of the interface between the devices and the transmission medium.  Representation of bits: - The physical layer data consists of a stream of bits (sequence of Os or 1s) with no interpretation. To be transmitted, bits must be encoded into signals--electrical or optical.  Data rate: - The transmission rate-the number of bits sent each second-is also defined by the physical layer.  Synchronization of bits: - The sender and receiver not only must use the same bit rate but also must be synchronized at the bit level.  Line configuration: - The physical layer is concerned with the connection of devices to the media.  Physical topology: - The physical topology defines how devices are connected to make a network.  Transmission mode: - The physical layer also defines the direction of transmission between two devices: simplex, half-duplex, or full-duplex. • Example protocols: - EIA/TIA-232, IEEE 802.3, RS-232, USB, Bluetooth.
  • 14. Remember  A convenient aid for remembering the OSI layer names is to use the first letter of each word in the phrase:  All People Seem To Need Data Processing  Please Do Not Throw Sausage Pizza Away