SlideShare a Scribd company logo
1 of 44
OSI MODEL
Introduction to OSI Model
• OSI model is based on the proposal developed by the International
Standards Organization (ISO).
• This model is called ISO OSI (Open Systems Interconnection) Reference
model because it deals with connecting open systems (systems that are
open for communication with other systems)
Principles on which OSI model was designed:
• Each layer should perform a well defined function.
• The function of each layer should be chosen according to the internationally standardized
protocols.
• The number of layers should be large enough that distinct functions should not be put in
the same layer and small enough that the architecture does not become very complex.
OSI Model
OSI Layers
5
An Exchange Using the OSI Model
Physical Layer
Physical Layer
• It is the bottom layer of OSI Model.
• It is responsible for the actual physical connection between the devices. Such physical
connection may be made by using twisted pair cable.
• It is concerned with transmitting bits over a communication channel.
Functions of Physical Layer
• Transforming bits into signals
• Provides synchronization of bits by a clock.
• Physical layer manages the way a device connects to network media.
• It defines the transmission rate.
• It defines the way in which the devices are connected to the medium.
• It provides physical topologies
It can use different techniques of multiplexing
Data Link Layer
Functions of Data Link Layer
• Framing : DLL divides the bits received from N/W layer into frames. (Frame contains
all the addressing information necessary to travel from S to D).
• Physical addressing: After creating frames, DLL adds physical address of
sender/receiver (MAC address) in the header of each frame.
• Flow Control: DLL prevents the fast sender from drowning the slow receiver.
• Error Control: It provides the mechanism of error control in which it detects &
retransmits damaged or lost frames.
• Access Control: When single comm. Channel is shared by multiple devices, MAC layer
of DLL provides help to determine which device has control over the channel.
Data Link Layer (Contd.)
o It is responsible for node-to-node delivery of data.
o It receives the data from network layer and creates FRAMES , add
physical address to these frames & pas them to physical layer
o It consist of 2 layers:
o Logical Link Layer (LLC) : Defines the methods and
provides addressing information for communication
between network devices.
o Medium Access Control (MAC): establishes
and maintains links between communicating
devices.
Data Link Layer (Example)
Network Layer
Network Layer (Contd.)
• It is responsible for the source to destination delivery of a packet across multiple
networks.
• If two systems are attached to different networks with devices like routers, then
N/W layer is used.
• Thus DLL overseas the delivery of the packet between the two systems on same
network and the network layer ensures that the packet gets its point of origin to
its final destination.
Functions of Network Layer:
• Internetworking: It provides Internetworking.
• Logical Addressing: When packet is sent outside the network, N/W layer adds Logical
(network) address of the sender & receiver to each packet.
• Network addresses are assigned to local devices by n/w administrator and assigned
dynamically by special server called DHCP (Dynamic Host Configuration Protocol).
• Routing: When independent n/w are connected to create internetwork several routes
are available to send the data from S to D. These n/w are interconnected by routers &
gateways that route the packet to final destination.
Transport Layer
Transport Layer (Contd.)
• It is responsible for process-to-process delivery of the entire message.
• TL looks after the delivery of entire message considering all its packets & make
sure that all packets are in order. On the other hand n/w layer treated each
packet independently.
• At the receiver side, TL provides services to application layer & takes services
form n/w layer.
• At the source side, TL receives message from upper layer into packets and
reassembles these packets again into message at the destination.
Transport Layer (Contd.)
Transport Layer provides two types of services:
• Connection Oriented Transmission: In this type of transmission the receiving devices
sends an acknowledge back to the source after a packet or group of packet is
received. It is slower transmission method.
• Connectionless Transmission: In this type of transmission the receiving devices does
not sends an acknowledge back to the source. It is faster transmission method.
Functions of Transport Layer:
• Segmentation of message into packet & reassembly of packets into
message.
• Port addressing: Computers run several processes. TL header include a
port address with each process.
• Flow Control: Flow control facility prevents the source form sending data
packets faster than the destination can handle.
• Error control: TL ensures that the entire message arrives at the receiving
TL without error.
Session Layer
Session Layer
• Session layer is the fifth layer of OSI Model
• It has the responsibility of beginning, maintaining and ending the communication
between two devices, called session.
• It also provides for orderly communication between devices by regulating the flow of
data.
Functions of Session Layer
• Establishing, Maintaining and ending a session: When sending device first contact with
receiving device, it sends syn (synchronization) packet to establish a connection &
determines the order in which information will be sent. Receiver sends ack
(acknowledgement). So the session can be set & end.
• Dialog Control: This function determines that which device will communicate first and the
amount of data that will be sent.
• Dialog separation: Process of adding checkpoints & markers to the stream of data is called
dialog separation.
Presentation Layer:
Presentation Layer (Contd.)
• Presentation layer is the sixth layer of OSI Model.
• It is concerned with the syntax & semantics of the information exchanged between the
two devices.
• It was designed for data encryption, decryption and compression.
Functions of Presentation Layer
• Data Presentation or Translation: Because different computers use different
encoding systems. It ensures that the data being sent is in the format that the
recipient can process.
• Data Encryption: PL provides this facility by which hides the information from
everyone except the person who originally sent the information & the intended
recipient. When encrypted data arrives at destination, PL decrypts the message.
• Data Compression: PL shrinks large amount of data into smaller pieces i.e. it
reduces the size of data.
Application Layer
Application Layer (Contd.)
• It is the topmost i.e. seventh layer of OSI Model.
• It enables the user to access the network.
• It provides user interface & supports for services such as e-mail, file transfer, access to
the world wide web.
• So it provides services to different user applications.
Functions of Application Layer:
• Mail Services: This application provides various e- mail services.
• File transfer & Access: It allows users to access files in a remote host, to retrieve files
from remote computer for use etc.
• Remote log-in: A user can log into a remote computer and access the resources of
that computer.
• Accessing the World Wide Web: Most common application today is the access of the
World Wide Web.
Thank You!
Functions of Presentation Layer
27
Functions of Application Layer
30

More Related Content

What's hot (20)

low level protocols
low level protocolslow level protocols
low level protocols
 
Osi model
Osi modelOsi model
Osi model
 
Network (Hub,switches)
Network  (Hub,switches)Network  (Hub,switches)
Network (Hub,switches)
 
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)
 
Data link layer
Data link layerData link layer
Data link layer
 
Osi model
Osi modelOsi model
Osi model
 
Basics of Ethernet
Basics of Ethernet Basics of Ethernet
Basics of Ethernet
 
Computer networks-3
Computer networks-3Computer networks-3
Computer networks-3
 
Networking- OSI Layer Protocol Functions
Networking- OSI Layer Protocol FunctionsNetworking- OSI Layer Protocol Functions
Networking- OSI Layer Protocol Functions
 
Osi model
Osi modelOsi model
Osi model
 
The OSI model
 The OSI model The OSI model
The OSI model
 
OSI layer (Network)
OSI layer (Network)OSI layer (Network)
OSI layer (Network)
 
Computer networks-2
Computer networks-2Computer networks-2
Computer networks-2
 
Osi model
Osi modelOsi model
Osi model
 
Osi model
Osi modelOsi model
Osi model
 
Osi model
Osi model Osi model
Osi model
 
Computer networks-4
Computer networks-4Computer networks-4
Computer networks-4
 
Chap 2 network models
Chap 2 network modelsChap 2 network models
Chap 2 network models
 
5. protocol layering
5. protocol layering5. protocol layering
5. protocol layering
 
Osi
OsiOsi
Osi
 

Similar to Concept of OSI Model_KSMS_BCA_4th_6th_Sem_Priyanka Bhattacharya_20th March 2020

Protocol layer,OSI model & POP3
Protocol layer,OSI model & POP3Protocol layer,OSI model & POP3
Protocol layer,OSI model & POP3Zakirul Islam
 
Osi layer and network protocol
Osi layer and network protocolOsi layer and network protocol
Osi layer and network protocolNayan Sarma
 
unit1 network model osi and tcpip.pptx
unit1  network model osi and tcpip.pptxunit1  network model osi and tcpip.pptx
unit1 network model osi and tcpip.pptx183JAIDEEP
 
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
 
06 - OSI Model.ppt
06 - OSI Model.ppt06 - OSI Model.ppt
06 - OSI Model.pptssuserf7cd2b
 
06 - OSI Model.ppt
06 - OSI Model.ppt06 - OSI Model.ppt
06 - OSI Model.pptssuserf7cd2b
 
Open system interference reference model.pptx
Open system interference reference model.pptxOpen system interference reference model.pptx
Open system interference reference model.pptxSwapnilGaikwad138578
 
Network internet
Network internetNetwork internet
Network internetKumar
 
Networks internet
Networks internetNetworks internet
Networks internetKumar
 
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 ProtocoltxMosesOkumu4
 
Skr+3200+chapter+2+(kweh)
Skr+3200+chapter+2+(kweh)Skr+3200+chapter+2+(kweh)
Skr+3200+chapter+2+(kweh)Ammar Shafiq
 
Client Server Network and Peer to Peer.pptx
Client Server Network and Peer to Peer.pptxClient Server Network and Peer to Peer.pptx
Client Server Network and Peer to Peer.pptxDevChaudhari17
 
Computer Networks Notes Complete Syllabus
Computer Networks Notes Complete SyllabusComputer Networks Notes Complete Syllabus
Computer Networks Notes Complete SyllabusAnujashejwal
 
BAPANKAR15800121011 SOFT.pptx
BAPANKAR15800121011 SOFT.pptxBAPANKAR15800121011 SOFT.pptx
BAPANKAR15800121011 SOFT.pptxBapanKar2
 

Similar to Concept of OSI Model_KSMS_BCA_4th_6th_Sem_Priyanka Bhattacharya_20th March 2020 (20)

Protocol layer,OSI model & POP3
Protocol layer,OSI model & POP3Protocol layer,OSI model & POP3
Protocol layer,OSI model & POP3
 
tcpiposi.pptx
tcpiposi.pptxtcpiposi.pptx
tcpiposi.pptx
 
Dc2 t1
Dc2 t1Dc2 t1
Dc2 t1
 
Osi layer and network protocol
Osi layer and network protocolOsi layer and network protocol
Osi layer and network protocol
 
ch5-osi.pdf
ch5-osi.pdfch5-osi.pdf
ch5-osi.pdf
 
unit1 network model osi and tcpip.pptx
unit1  network model osi and tcpip.pptxunit1  network model osi and tcpip.pptx
unit1 network model osi and tcpip.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)
 
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
 
OSI &TCP/IP Model
OSI &TCP/IP ModelOSI &TCP/IP Model
OSI &TCP/IP Model
 
OSI MODEL.pptx
OSI MODEL.pptxOSI MODEL.pptx
OSI MODEL.pptx
 
Open system interference reference model.pptx
Open system interference reference model.pptxOpen system interference reference model.pptx
Open system interference reference model.pptx
 
Network internet
Network internetNetwork internet
Network internet
 
Networks internet
Networks internetNetworks internet
Networks internet
 
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
 
Skr+3200+chapter+2+(kweh)
Skr+3200+chapter+2+(kweh)Skr+3200+chapter+2+(kweh)
Skr+3200+chapter+2+(kweh)
 
Client Server Network and Peer to Peer.pptx
Client Server Network and Peer to Peer.pptxClient Server Network and Peer to Peer.pptx
Client Server Network and Peer to Peer.pptx
 
Computer Networks Notes Complete Syllabus
Computer Networks Notes Complete SyllabusComputer Networks Notes Complete Syllabus
Computer Networks Notes Complete Syllabus
 
PC 106 PPT-06
PC 106 PPT-06PC 106 PPT-06
PC 106 PPT-06
 
BAPANKAR15800121011 SOFT.pptx
BAPANKAR15800121011 SOFT.pptxBAPANKAR15800121011 SOFT.pptx
BAPANKAR15800121011 SOFT.pptx
 

Recently uploaded

Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
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.pdfJayanti Pande
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
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 17Celine George
 
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 ...EduSkills OECD
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 

Recently uploaded (20)

Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
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
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
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
 
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 ...
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
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
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 

Concept of OSI Model_KSMS_BCA_4th_6th_Sem_Priyanka Bhattacharya_20th March 2020

  • 2. Introduction to OSI Model • OSI model is based on the proposal developed by the International Standards Organization (ISO). • This model is called ISO OSI (Open Systems Interconnection) Reference model because it deals with connecting open systems (systems that are open for communication with other systems)
  • 3. Principles on which OSI model was designed: • Each layer should perform a well defined function. • The function of each layer should be chosen according to the internationally standardized protocols. • The number of layers should be large enough that distinct functions should not be put in the same layer and small enough that the architecture does not become very complex.
  • 6. An Exchange Using the OSI Model
  • 8. Physical Layer • It is the bottom layer of OSI Model. • It is responsible for the actual physical connection between the devices. Such physical connection may be made by using twisted pair cable. • It is concerned with transmitting bits over a communication channel. Functions of Physical Layer • Transforming bits into signals • Provides synchronization of bits by a clock. • Physical layer manages the way a device connects to network media. • It defines the transmission rate. • It defines the way in which the devices are connected to the medium. • It provides physical topologies It can use different techniques of multiplexing
  • 10. Functions of Data Link Layer • Framing : DLL divides the bits received from N/W layer into frames. (Frame contains all the addressing information necessary to travel from S to D). • Physical addressing: After creating frames, DLL adds physical address of
  • 11. sender/receiver (MAC address) in the header of each frame. • Flow Control: DLL prevents the fast sender from drowning the slow receiver. • Error Control: It provides the mechanism of error control in which it detects & retransmits damaged or lost frames. • Access Control: When single comm. Channel is shared by multiple devices, MAC layer of DLL provides help to determine which device has control over the channel.
  • 12. Data Link Layer (Contd.) o It is responsible for node-to-node delivery of data. o It receives the data from network layer and creates FRAMES , add physical address to these frames & pas them to physical layer o It consist of 2 layers: o Logical Link Layer (LLC) : Defines the methods and provides addressing information for communication between network devices. o Medium Access Control (MAC): establishes and maintains links between communicating devices.
  • 13. Data Link Layer (Example)
  • 15. Network Layer (Contd.) • It is responsible for the source to destination delivery of a packet across multiple networks. • If two systems are attached to different networks with devices like routers, then N/W layer is used. • Thus DLL overseas the delivery of the packet between the two systems on same network and the network layer ensures that the packet gets its point of origin to its final destination. Functions of Network Layer: • Internetworking: It provides Internetworking. • Logical Addressing: When packet is sent outside the network, N/W layer adds Logical (network) address of the sender & receiver to each packet. • Network addresses are assigned to local devices by n/w administrator and assigned dynamically by special server called DHCP (Dynamic Host Configuration Protocol). • Routing: When independent n/w are connected to create internetwork several routes are available to send the data from S to D. These n/w are interconnected by routers & gateways that route the packet to final destination.
  • 17. Transport Layer (Contd.) • It is responsible for process-to-process delivery of the entire message. • TL looks after the delivery of entire message considering all its packets & make sure that all packets are in order. On the other hand n/w layer treated each packet independently. • At the receiver side, TL provides services to application layer & takes services form n/w layer. • At the source side, TL receives message from upper layer into packets and reassembles these packets again into message at the destination.
  • 18. Transport Layer (Contd.) Transport Layer provides two types of services: • Connection Oriented Transmission: In this type of transmission the receiving devices sends an acknowledge back to the source after a packet or group of packet is received. It is slower transmission method. • Connectionless Transmission: In this type of transmission the receiving devices does not sends an acknowledge back to the source. It is faster transmission method.
  • 19. Functions of Transport Layer: • Segmentation of message into packet & reassembly of packets into message. • Port addressing: Computers run several processes. TL header include a port address with each process. • Flow Control: Flow control facility prevents the source form sending data packets faster than the destination can handle. • Error control: TL ensures that the entire message arrives at the receiving TL without error.
  • 21. Session Layer • Session layer is the fifth layer of OSI Model • It has the responsibility of beginning, maintaining and ending the communication between two devices, called session. • It also provides for orderly communication between devices by regulating the flow of data. Functions of Session Layer • Establishing, Maintaining and ending a session: When sending device first contact with receiving device, it sends syn (synchronization) packet to establish a connection & determines the order in which information will be sent. Receiver sends ack (acknowledgement). So the session can be set & end. • Dialog Control: This function determines that which device will communicate first and the amount of data that will be sent. • Dialog separation: Process of adding checkpoints & markers to the stream of data is called dialog separation.
  • 23. Presentation Layer (Contd.) • Presentation layer is the sixth layer of OSI Model. • It is concerned with the syntax & semantics of the information exchanged between the two devices.
  • 24. • It was designed for data encryption, decryption and compression. Functions of Presentation Layer • Data Presentation or Translation: Because different computers use different encoding systems. It ensures that the data being sent is in the format that the recipient can process. • Data Encryption: PL provides this facility by which hides the information from everyone except the person who originally sent the information & the intended recipient. When encrypted data arrives at destination, PL decrypts the message. • Data Compression: PL shrinks large amount of data into smaller pieces i.e. it reduces the size of data. Application Layer
  • 25. Application Layer (Contd.) • It is the topmost i.e. seventh layer of OSI Model. • It enables the user to access the network. • It provides user interface & supports for services such as e-mail, file transfer, access to the world wide web.
  • 26. • So it provides services to different user applications. Functions of Application Layer: • Mail Services: This application provides various e- mail services. • File transfer & Access: It allows users to access files in a remote host, to retrieve files from remote computer for use etc. • Remote log-in: A user can log into a remote computer and access the resources of that computer. • Accessing the World Wide Web: Most common application today is the access of the World Wide Web.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 42.
  • 43.