SlideShare a Scribd company logo
1 of 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

More Related Content

Similar to 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
 
unit-1fon (1).pptx
unit-1fon (1).pptxunit-1fon (1).pptx
unit-1fon (1).pptxDeepVala5
 
OSI Model of Networking
OSI Model of NetworkingOSI Model of Networking
OSI Model of NetworkingMukesh Tekwani
 
Unit 2 ppt-idc
Unit 2 ppt-idcUnit 2 ppt-idc
Unit 2 ppt-idchiya123jes
 
Ccna exploration network fundamentals
Ccna exploration  network fundamentalsCcna exploration  network fundamentals
Ccna exploration network fundamentalsIT Tech
 
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
 
Networking (osi model)
Networking (osi model)Networking (osi model)
Networking (osi model)Pooja Bhojwani
 
open system interconnection referencemodel.ppt
open system interconnection referencemodel.pptopen system interconnection referencemodel.ppt
open system interconnection referencemodel.pptAnkitaAggarwal68
 
Overview of an OSI reference Model
Overview of an OSI reference ModelOverview of an OSI reference Model
Overview of an OSI reference ModelDarshan Bhatt
 
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.pptxgadisaAdamu
 
Protocol layer,OSI model & POP3
Protocol layer,OSI model & POP3Protocol layer,OSI model & POP3
Protocol layer,OSI model & POP3Zakirul Islam
 
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 networkingMeenakshiGupta233101
 

Similar to 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
 

More from 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
 

Recently uploaded

9654467111 Full Enjoy @24/7 Call Girls In Saket Delhi Ncr
9654467111 Full Enjoy @24/7 Call Girls In Saket Delhi Ncr9654467111 Full Enjoy @24/7 Call Girls In Saket Delhi Ncr
9654467111 Full Enjoy @24/7 Call Girls In Saket Delhi NcrSapana Sha
 
MinSheng Gaofeng Estate commercial storyboard
MinSheng Gaofeng Estate commercial storyboardMinSheng Gaofeng Estate commercial storyboard
MinSheng Gaofeng Estate commercial storyboardjessica288382
 
Zagor VČ OP 055 - Oluja nad Haitijem.pdf
Zagor VČ OP 055 - Oluja nad Haitijem.pdfZagor VČ OP 055 - Oluja nad Haitijem.pdf
Zagor VČ OP 055 - Oluja nad Haitijem.pdfStripovizijacom
 
Govindpuri Call Girls : ☎ 8527673949, Low rate Call Girls
Govindpuri Call Girls : ☎ 8527673949, Low rate Call GirlsGovindpuri Call Girls : ☎ 8527673949, Low rate Call Girls
Govindpuri Call Girls : ☎ 8527673949, Low rate Call Girlsashishs7044
 
FULL ENJOY - 9953040155 Call Girls in Paschim Vihar | Delhi
FULL ENJOY - 9953040155 Call Girls in Paschim Vihar | DelhiFULL ENJOY - 9953040155 Call Girls in Paschim Vihar | Delhi
FULL ENJOY - 9953040155 Call Girls in Paschim Vihar | DelhiMalviyaNagarCallGirl
 
Burari Call Girls : ☎ 8527673949, Low rate Call Girls
Burari Call Girls : ☎ 8527673949, Low rate Call GirlsBurari Call Girls : ☎ 8527673949, Low rate Call Girls
Burari Call Girls : ☎ 8527673949, Low rate Call Girlsashishs7044
 
Roadrunner Lodge, Motel/Residence, Tucumcari NM
Roadrunner Lodge, Motel/Residence, Tucumcari NMRoadrunner Lodge, Motel/Residence, Tucumcari NM
Roadrunner Lodge, Motel/Residence, Tucumcari NMroute66connected
 
Russian⚡ Call Girls In Sector 39 Noida✨8375860717⚡Escorts Service
Russian⚡ Call Girls In Sector 39 Noida✨8375860717⚡Escorts ServiceRussian⚡ Call Girls In Sector 39 Noida✨8375860717⚡Escorts Service
Russian⚡ Call Girls In Sector 39 Noida✨8375860717⚡Escorts Servicedoor45step
 
Call Girl in Bur Dubai O5286O4116 Indian Call Girls in Bur Dubai By VIP Bur D...
Call Girl in Bur Dubai O5286O4116 Indian Call Girls in Bur Dubai By VIP Bur D...Call Girl in Bur Dubai O5286O4116 Indian Call Girls in Bur Dubai By VIP Bur D...
Call Girl in Bur Dubai O5286O4116 Indian Call Girls in Bur Dubai By VIP Bur D...dajasot375
 
Low Rate Call Girls in Laxmi Nagar Delhi Call 9990771857
Low Rate Call Girls in Laxmi Nagar Delhi Call 9990771857Low Rate Call Girls in Laxmi Nagar Delhi Call 9990771857
Low Rate Call Girls in Laxmi Nagar Delhi Call 9990771857delhimodel235
 
Aiims Call Girls : ☎ 8527673949, Low rate Call Girls
Aiims Call Girls : ☎ 8527673949, Low rate Call GirlsAiims Call Girls : ☎ 8527673949, Low rate Call Girls
Aiims Call Girls : ☎ 8527673949, Low rate Call Girlsashishs7044
 
FULL ENJOY - 9953040155 Call Girls in Laxmi Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Laxmi Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in Laxmi Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Laxmi Nagar | DelhiMalviyaNagarCallGirl
 
Turn Lock Take Key Storyboard Daniel Johnson
Turn Lock Take Key Storyboard Daniel JohnsonTurn Lock Take Key Storyboard Daniel Johnson
Turn Lock Take Key Storyboard Daniel Johnsonthephillipta
 
SHIVNA SAHITYIKI APRIL JUNE 2024 Magazine
SHIVNA SAHITYIKI APRIL JUNE 2024 MagazineSHIVNA SAHITYIKI APRIL JUNE 2024 Magazine
SHIVNA SAHITYIKI APRIL JUNE 2024 MagazineShivna Prakashan
 
Olivia Cox. intertextual references.pptx
Olivia Cox. intertextual references.pptxOlivia Cox. intertextual references.pptx
Olivia Cox. intertextual references.pptxLauraFagan6
 
FULL ENJOY - 9953040155 Call Girls in Gtb Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Gtb Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in Gtb Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Gtb Nagar | DelhiMalviyaNagarCallGirl
 
FULL ENJOY - 9953040155 Call Girls in Uttam Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Uttam Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in Uttam Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Uttam Nagar | DelhiMalviyaNagarCallGirl
 
FULL ENJOY - 9953040155 Call Girls in Moti Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Moti Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in Moti Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Moti Nagar | DelhiMalviyaNagarCallGirl
 
FULL ENJOY - 9953040155 Call Girls in Gandhi Vihar | Delhi
FULL ENJOY - 9953040155 Call Girls in Gandhi Vihar | DelhiFULL ENJOY - 9953040155 Call Girls in Gandhi Vihar | Delhi
FULL ENJOY - 9953040155 Call Girls in Gandhi Vihar | DelhiMalviyaNagarCallGirl
 
FULL ENJOY - 9953040155 Call Girls in Shahdara | Delhi
FULL ENJOY - 9953040155 Call Girls in Shahdara | DelhiFULL ENJOY - 9953040155 Call Girls in Shahdara | Delhi
FULL ENJOY - 9953040155 Call Girls in Shahdara | DelhiMalviyaNagarCallGirl
 

Recently uploaded (20)

9654467111 Full Enjoy @24/7 Call Girls In Saket Delhi Ncr
9654467111 Full Enjoy @24/7 Call Girls In Saket Delhi Ncr9654467111 Full Enjoy @24/7 Call Girls In Saket Delhi Ncr
9654467111 Full Enjoy @24/7 Call Girls In Saket Delhi Ncr
 
MinSheng Gaofeng Estate commercial storyboard
MinSheng Gaofeng Estate commercial storyboardMinSheng Gaofeng Estate commercial storyboard
MinSheng Gaofeng Estate commercial storyboard
 
Zagor VČ OP 055 - Oluja nad Haitijem.pdf
Zagor VČ OP 055 - Oluja nad Haitijem.pdfZagor VČ OP 055 - Oluja nad Haitijem.pdf
Zagor VČ OP 055 - Oluja nad Haitijem.pdf
 
Govindpuri Call Girls : ☎ 8527673949, Low rate Call Girls
Govindpuri Call Girls : ☎ 8527673949, Low rate Call GirlsGovindpuri Call Girls : ☎ 8527673949, Low rate Call Girls
Govindpuri Call Girls : ☎ 8527673949, Low rate Call Girls
 
FULL ENJOY - 9953040155 Call Girls in Paschim Vihar | Delhi
FULL ENJOY - 9953040155 Call Girls in Paschim Vihar | DelhiFULL ENJOY - 9953040155 Call Girls in Paschim Vihar | Delhi
FULL ENJOY - 9953040155 Call Girls in Paschim Vihar | Delhi
 
Burari Call Girls : ☎ 8527673949, Low rate Call Girls
Burari Call Girls : ☎ 8527673949, Low rate Call GirlsBurari Call Girls : ☎ 8527673949, Low rate Call Girls
Burari Call Girls : ☎ 8527673949, Low rate Call Girls
 
Roadrunner Lodge, Motel/Residence, Tucumcari NM
Roadrunner Lodge, Motel/Residence, Tucumcari NMRoadrunner Lodge, Motel/Residence, Tucumcari NM
Roadrunner Lodge, Motel/Residence, Tucumcari NM
 
Russian⚡ Call Girls In Sector 39 Noida✨8375860717⚡Escorts Service
Russian⚡ Call Girls In Sector 39 Noida✨8375860717⚡Escorts ServiceRussian⚡ Call Girls In Sector 39 Noida✨8375860717⚡Escorts Service
Russian⚡ Call Girls In Sector 39 Noida✨8375860717⚡Escorts Service
 
Call Girl in Bur Dubai O5286O4116 Indian Call Girls in Bur Dubai By VIP Bur D...
Call Girl in Bur Dubai O5286O4116 Indian Call Girls in Bur Dubai By VIP Bur D...Call Girl in Bur Dubai O5286O4116 Indian Call Girls in Bur Dubai By VIP Bur D...
Call Girl in Bur Dubai O5286O4116 Indian Call Girls in Bur Dubai By VIP Bur D...
 
Low Rate Call Girls in Laxmi Nagar Delhi Call 9990771857
Low Rate Call Girls in Laxmi Nagar Delhi Call 9990771857Low Rate Call Girls in Laxmi Nagar Delhi Call 9990771857
Low Rate Call Girls in Laxmi Nagar Delhi Call 9990771857
 
Aiims Call Girls : ☎ 8527673949, Low rate Call Girls
Aiims Call Girls : ☎ 8527673949, Low rate Call GirlsAiims Call Girls : ☎ 8527673949, Low rate Call Girls
Aiims Call Girls : ☎ 8527673949, Low rate Call Girls
 
FULL ENJOY - 9953040155 Call Girls in Laxmi Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Laxmi Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in Laxmi Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Laxmi Nagar | Delhi
 
Turn Lock Take Key Storyboard Daniel Johnson
Turn Lock Take Key Storyboard Daniel JohnsonTurn Lock Take Key Storyboard Daniel Johnson
Turn Lock Take Key Storyboard Daniel Johnson
 
SHIVNA SAHITYIKI APRIL JUNE 2024 Magazine
SHIVNA SAHITYIKI APRIL JUNE 2024 MagazineSHIVNA SAHITYIKI APRIL JUNE 2024 Magazine
SHIVNA SAHITYIKI APRIL JUNE 2024 Magazine
 
Olivia Cox. intertextual references.pptx
Olivia Cox. intertextual references.pptxOlivia Cox. intertextual references.pptx
Olivia Cox. intertextual references.pptx
 
FULL ENJOY - 9953040155 Call Girls in Gtb Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Gtb Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in Gtb Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Gtb Nagar | Delhi
 
FULL ENJOY - 9953040155 Call Girls in Uttam Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Uttam Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in Uttam Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Uttam Nagar | Delhi
 
FULL ENJOY - 9953040155 Call Girls in Moti Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Moti Nagar | DelhiFULL ENJOY - 9953040155 Call Girls in Moti Nagar | Delhi
FULL ENJOY - 9953040155 Call Girls in Moti Nagar | Delhi
 
FULL ENJOY - 9953040155 Call Girls in Gandhi Vihar | Delhi
FULL ENJOY - 9953040155 Call Girls in Gandhi Vihar | DelhiFULL ENJOY - 9953040155 Call Girls in Gandhi Vihar | Delhi
FULL ENJOY - 9953040155 Call Girls in Gandhi Vihar | Delhi
 
FULL ENJOY - 9953040155 Call Girls in Shahdara | Delhi
FULL ENJOY - 9953040155 Call Girls in Shahdara | DelhiFULL ENJOY - 9953040155 Call Girls in Shahdara | Delhi
FULL ENJOY - 9953040155 Call Girls in Shahdara | Delhi
 

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