SlideShare a Scribd company logo
1 of 22
CS101CS101
BY:-GULSHAN KUMAR MAHESHWARIBY:-GULSHAN KUMAR MAHESHWARI
QAU_ISLAMABADQAU_ISLAMABAD
THE OSI MODELTHE OSI MODEL
THE OSI MODELTHE OSI MODEL
• OSI “ Open Systems Interconnection".OSI “ Open Systems Interconnection".
• OSI model was first introduced in 1984 by the InternationalOSI model was first introduced in 1984 by the International
Organization for Standardization (ISO).Organization for Standardization (ISO).
• OutlinesOutlines WHATWHAT needs to be done to send data from oneneeds to be done to send data from one
computer to another.computer to another.
• NotNot HOWHOW it should be done.it should be done.
• Protocols stacks handle how data is prepared for transmittal (toProtocols stacks handle how data is prepared for transmittal (to
be transmitted)be transmitted)
• In the OSI model, The specification neededIn the OSI model, The specification needed
• are contained in 7 different layers that interact with each other.are contained in 7 different layers that interact with each other.
WHAT IS “THE MODEL?”WHAT IS “THE MODEL?”
• Commonly referred to as the OSI reference model.Commonly referred to as the OSI reference model.
• The OSI modelThe OSI model
• is a theoretical blueprint that helps us understand how datais a theoretical blueprint that helps us understand how data
gets from one user’s computer to another.gets from one user’s computer to another.
• It is also a model that helps develop standards so that all of ourIt is also a model that helps develop standards so that all of our
hardware and software talks nicely to each other.hardware and software talks nicely to each other.
• It aids standardization of networking technologies byIt aids standardization of networking technologies by
providing an organized structure for hardware and softwareproviding an organized structure for hardware and software
developers to follow, to insure there products are compatibledevelopers to follow, to insure there products are compatible
with current and future technologies.with current and future technologies.
7-Layers
• The Seven Layer OSI Model - Addition of Management and Security
– Standardizing notation or syntax for application messages (abstract syntax)
– Set of encoding rules (transfer syntax)
– Became the Presentation Layer
Presentation
Transport
Network
Physical
Data-Link
Session
Application
Presentation
Transport
Network
Physical
Data-Link
Session
Application
1
WHAT EACH LAYER DOESWHAT EACH LAYER DOES
2
PHYSICAL LAYERPHYSICAL LAYER
• Determines the specs forDetermines the specs for
all physical componentsall physical components
• CablingCabling
• Interconnect methodsInterconnect methods
(topology / devices)(topology / devices)
• Data encoding (bits to waves)Data encoding (bits to waves)
• Electrical propertiesElectrical properties
• Examples:Examples:
• Ethernet (IEEE 802.3)Ethernet (IEEE 802.3)
• Token Ring (IEEE 802.5)Token Ring (IEEE 802.5)
• Wireless (IEEE 802.11b)Wireless (IEEE 802.11b)
3
Physical layer
The physical layer is responsible
for the movement of individual bits
from one hop (node) to the next.
PHYSICAL LAYER (CONT’D0)PHYSICAL LAYER (CONT’D0)
• What are the Physical Layer components on myWhat are the Physical Layer components on my
computer?computer?
• NICNIC
• Network Interface CardNetwork Interface Card
• Has a unique 12 character Hexadecimal numberHas a unique 12 character Hexadecimal number
permanently burned into it at the manufacturer.permanently burned into it at the manufacturer.
• The number is the MAC Address/Physical address of aThe number is the MAC Address/Physical address of a
computercomputer
• CablingCabling
•
DATA LINK LAYERDATA LINK LAYER
• Places data and retrievesPlaces data and retrieves
it from the physical layerit from the physical layer
and provides errorand provides error
detection capabilitiesdetection capabilities
3
Data link layer
The data link layer is responsible for
moving frames from one hop (node) to
the next.
NETWORK LAYERNETWORK LAYER
• Provides network-wideProvides network-wide
addressing and a mechanism toaddressing and a mechanism to
move packets between networksmove packets between networks
(routing)(routing)
• Responsibilities:Responsibilities:
• Network addressingNetwork addressing
• RoutingRouting
• Example:Example:
• IP from TCP/IPIP from TCP/IP
Network layer
The network layer is responsible for
the delivery of individual packets from
the source host to the destination host.
NETWORK ADDRESSESNETWORK ADDRESSES
• IP (internet protocol):IP (internet protocol):
• Unique number that refers to a computer connected to theUnique number that refers to a computer connected to the
internetinternet
• 32bit number32bit number
• IP address by the ISPIP address by the ISP
• Example:127.80.144.30Example:127.80.144.30Connection orientedConnection oriented
• DNS:DNS: domain name system; method to used present domaindomain name system; method to used present domain
name.name.
• IP is difficult to remember for usersIP is difficult to remember for users
• Human readable namesHuman readable names
• Text instead of numberText instead of number
• Example:www.gmail.comExample:www.gmail.com
TRANSPORT LAYERTRANSPORT LAYER
• Provides reliable dataProvides reliable data
deliverydelivery
• It’s the TCP in TCP/IPIt’s the TCP in TCP/IP
• Receives info from upperReceives info from upper
layers and segments it intolayers and segments it into
packetspackets
• Can provide error detectionCan provide error detection
and correctionand correction 3
The transport layer is responsible for
the delivery of a message from one
process to another.
The transport layer
SESSION LAYERSESSION LAYER
• Allows applications toAllows applications to
maintain an ongoingmaintain an ongoing
sessionsession
• Where is it on myWhere is it on my
computer?computer?
• Workstation and ServerWorkstation and Server
Service (MS)Service (MS)
• Windows Client forWindows Client for
NetWare (NetWare)NetWare (NetWare)
3
PRESENTATION LAYERPRESENTATION LAYER
3
APPLICATION LAYERAPPLICATION LAYER
• Gives end-user applicationsGives end-user applications
access to network resourcesaccess to network resources
• Where is it on my computer?Where is it on my computer?
• Workstation or Server ServiceWorkstation or Server Service
in MS Windowsin MS Windows
3
HOW DOES IT ALL WORK TOGETHERHOW DOES IT ALL WORK TOGETHER
• Each layer contains a Protocol Data UnitEach layer contains a Protocol Data Unit
(PDU)(PDU)
• PDU’s are used for peer-to-peer contactPDU’s are used for peer-to-peer contact
between corresponding layers.between corresponding layers.
• Data is handled by the top three layers, thenData is handled by the top three layers, then
Segmented by the Transport layer.Segmented by the Transport layer.
• The Network layer places it into packets andThe Network layer places it into packets and
the Data Link frames the packets forthe Data Link frames the packets for
transmission.transmission.
• Physical layer converts it to bits and sends itPhysical layer converts it to bits and sends it
out over the media.out over the media.
• The receiving computer reverses the processThe receiving computer reverses the process
using the information contained in the PDUusing the information contained in the PDU..
2
Summary of layers
THE POSTAL ANALOGY:-_THE POSTAL ANALOGY:-_
• A-A- Write a 20 page letter to a foreign country.Write a 20 page letter to a foreign country.
• P-P- Translate the letter so the receiver can readTranslate the letter so the receiver can read
it.it.
• S-S- Insure the intended recipient can receiveInsure the intended recipient can receive
letter.letter.
• T-T- Separate and number pages. Like registeredSeparate and number pages. Like registered
mail, tracks delivery and requests anothermail, tracks delivery and requests another
package if one is “lost” or “damaged” in thepackage if one is “lost” or “damaged” in the
mail.mail.
• N-N- Postal Center sorting letters by zip code toPostal Center sorting letters by zip code to
route them closer to destination.route them closer to destination.
• D-D- Local Post Office determining which vehiclesLocal Post Office determining which vehicles
to deliver letters.to deliver letters.
• P-P- Physical Trucks, Planes, Rail, autos, etc whichPhysical Trucks, Planes, Rail, autos, etc which
carry letter between stations.carry letter between stations.
Presentation
Transport
Network
Physical
Data-Link
Session
Application
How would the OSI compare to the regular Post Office

More Related Content

What's hot

Orientation to Computer Networks
Orientation to Computer NetworksOrientation to Computer Networks
Orientation to Computer NetworksMukesh Chinta
 
Basic networking 07-2012
Basic networking 07-2012Basic networking 07-2012
Basic networking 07-2012Samuel Dratwa
 
Ipv4 tutorial
Ipv4 tutorialIpv4 tutorial
Ipv4 tutorialsaryu2011
 
02 protocols and tcp-ip
02 protocols and tcp-ip02 protocols and tcp-ip
02 protocols and tcp-ipmyl_1116
 
Networking Essentials Lesson 01 - Eric Vanderburg
 Networking Essentials Lesson 01 - Eric Vanderburg Networking Essentials Lesson 01 - Eric Vanderburg
Networking Essentials Lesson 01 - Eric VanderburgEric Vanderburg
 
NETWORK PROTOCOL
NETWORK PROTOCOLNETWORK PROTOCOL
NETWORK PROTOCOLKak Yong
 
Osi model with neworking overview
Osi model with neworking overviewOsi model with neworking overview
Osi model with neworking overviewSripati Mahapatra
 
Topic 2.1 network communication using osi model part1
Topic 2.1 network communication using osi   model part1Topic 2.1 network communication using osi   model part1
Topic 2.1 network communication using osi model part1Atika Zaimi
 
OSI model and TCP/IP model
OSI model and TCP/IP modelOSI model and TCP/IP model
OSI model and TCP/IP modelRubal Sagwal
 
Loopback address
Loopback addressLoopback address
Loopback addressCEC Landran
 
0 lecture 5 wp wireless protocol
0 lecture 5 wp wireless protocol0 lecture 5 wp wireless protocol
0 lecture 5 wp wireless protocolumardanjumamaiwada
 
Lecture 5 internet-protocol_assignments
Lecture 5 internet-protocol_assignmentsLecture 5 internet-protocol_assignments
Lecture 5 internet-protocol_assignmentsSerious_SamSoul
 
ND0801_Assignment_3_Protocols for P3
ND0801_Assignment_3_Protocols for P3ND0801_Assignment_3_Protocols for P3
ND0801_Assignment_3_Protocols for P3John Mathias
 

What's hot (20)

Orientation to Computer Networks
Orientation to Computer NetworksOrientation to Computer Networks
Orientation to Computer Networks
 
Basic networking 07-2012
Basic networking 07-2012Basic networking 07-2012
Basic networking 07-2012
 
Internet protocol
Internet protocolInternet protocol
Internet protocol
 
Ipv4 tutorial
Ipv4 tutorialIpv4 tutorial
Ipv4 tutorial
 
02 protocols and tcp-ip
02 protocols and tcp-ip02 protocols and tcp-ip
02 protocols and tcp-ip
 
Internet Protocols
Internet ProtocolsInternet Protocols
Internet Protocols
 
Networking Essentials Lesson 01 - Eric Vanderburg
 Networking Essentials Lesson 01 - Eric Vanderburg Networking Essentials Lesson 01 - Eric Vanderburg
Networking Essentials Lesson 01 - Eric Vanderburg
 
NETWORK PROTOCOL
NETWORK PROTOCOLNETWORK PROTOCOL
NETWORK PROTOCOL
 
Fragmentation
FragmentationFragmentation
Fragmentation
 
Virtual lans
Virtual lansVirtual lans
Virtual lans
 
Osi model with neworking overview
Osi model with neworking overviewOsi model with neworking overview
Osi model with neworking overview
 
Topic 2.1 network communication using osi model part1
Topic 2.1 network communication using osi   model part1Topic 2.1 network communication using osi   model part1
Topic 2.1 network communication using osi model part1
 
OSI model and TCP/IP model
OSI model and TCP/IP modelOSI model and TCP/IP model
OSI model and TCP/IP model
 
Loopback address
Loopback addressLoopback address
Loopback address
 
Application Layer
Application LayerApplication Layer
Application Layer
 
Network layers
Network layersNetwork layers
Network layers
 
0 lecture 5 wp wireless protocol
0 lecture 5 wp wireless protocol0 lecture 5 wp wireless protocol
0 lecture 5 wp wireless protocol
 
Lecture 5 internet-protocol_assignments
Lecture 5 internet-protocol_assignmentsLecture 5 internet-protocol_assignments
Lecture 5 internet-protocol_assignments
 
Ccna training report
Ccna training reportCcna training report
Ccna training report
 
ND0801_Assignment_3_Protocols for P3
ND0801_Assignment_3_Protocols for P3ND0801_Assignment_3_Protocols for P3
ND0801_Assignment_3_Protocols for P3
 

Similar to Osi week10(1) [autosaved] by Gulshan K Maheshwari(QAU)

Topic 2.1 network communication using osi model
Topic 2.1 network communication using osi modelTopic 2.1 network communication using osi model
Topic 2.1 network communication using osi modelDoLce MiEra
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA Aiman Hud
 
Dc lec-06 & 07 (osi model)
Dc lec-06 & 07 (osi model)Dc lec-06 & 07 (osi model)
Dc lec-06 & 07 (osi model)diaryinc
 
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
 
Sept 2017 network standards and models
Sept 2017   network standards and modelsSept 2017   network standards and models
Sept 2017 network standards and modelsshahin raj
 
Ccna presentation{complete]
Ccna presentation{complete]Ccna presentation{complete]
Ccna presentation{complete]Avijit Nath
 
Ccnapresentation 13020219098042-phpapp02 (1)
Ccnapresentation 13020219098042-phpapp02 (1)Ccnapresentation 13020219098042-phpapp02 (1)
Ccnapresentation 13020219098042-phpapp02 (1)ateeq85905
 
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
 
communication-protocols
 communication-protocols communication-protocols
communication-protocolsAli Kamil
 
Basic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesBasic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesVamsi Krishna Kalavala
 
Osi model secugenius_harksh
Osi model secugenius_harkshOsi model secugenius_harksh
Osi model secugenius_harkshMike McLain
 

Similar to Osi week10(1) [autosaved] by Gulshan K Maheshwari(QAU) (20)

Osi model
Osi modelOsi model
Osi model
 
Topic 2.1 network communication using osi model
Topic 2.1 network communication using osi modelTopic 2.1 network communication using osi model
Topic 2.1 network communication using osi model
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA
 
Dc lec-06 & 07 (osi model)
Dc lec-06 & 07 (osi model)Dc lec-06 & 07 (osi model)
Dc lec-06 & 07 (osi model)
 
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
 
Sept 2017 network standards and models
Sept 2017   network standards and modelsSept 2017   network standards and models
Sept 2017 network standards and models
 
Ccna presentation{complete]
Ccna presentation{complete]Ccna presentation{complete]
Ccna presentation{complete]
 
Ccnapresentation 13020219098042-phpapp02 (1)
Ccnapresentation 13020219098042-phpapp02 (1)Ccnapresentation 13020219098042-phpapp02 (1)
Ccnapresentation 13020219098042-phpapp02 (1)
 
ccna presentation
ccna presentationccna presentation
ccna presentation
 
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
 
Dc2 t1
Dc2 t1Dc2 t1
Dc2 t1
 
OSI layer
OSI layerOSI layer
OSI layer
 
communication-protocols
 communication-protocols communication-protocols
communication-protocols
 
Bhargava Presentation.ppt
Bhargava Presentation.pptBhargava Presentation.ppt
Bhargava Presentation.ppt
 
Bhargava Presentation.ppt
Bhargava Presentation.pptBhargava Presentation.ppt
Bhargava Presentation.ppt
 
Basic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesBasic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notes
 
Osi model secugenius_harksh
Osi model secugenius_harkshOsi model secugenius_harksh
Osi model secugenius_harksh
 
ch5-osi.pdf
ch5-osi.pdfch5-osi.pdf
ch5-osi.pdf
 
C C N A Day1
C C N A  Day1C C N A  Day1
C C N A Day1
 

More from GulshanKumar368

Search engines by Gulshan K Maheshwari(QAU)
Search engines by Gulshan  K Maheshwari(QAU)Search engines by Gulshan  K Maheshwari(QAU)
Search engines by Gulshan K Maheshwari(QAU)GulshanKumar368
 
Power point by Gulshan K Maheshwari(QAU)
Power point by Gulshan  K Maheshwari(QAU)Power point by Gulshan  K Maheshwari(QAU)
Power point by Gulshan K Maheshwari(QAU)GulshanKumar368
 
Ms excel shortcut keys complete by Gulshan K Maheshwari(QAU)
Ms excel shortcut keys complete by Gulshan  K Maheshwari(QAU)Ms excel shortcut keys complete by Gulshan  K Maheshwari(QAU)
Ms excel shortcut keys complete by Gulshan K Maheshwari(QAU)GulshanKumar368
 
Microsoft word tutorials COMPLETE by Gulshan K Maheshwari(QAU)
Microsoft word tutorials COMPLETE by Gulshan  K Maheshwari(QAU)Microsoft word tutorials COMPLETE by Gulshan  K Maheshwari(QAU)
Microsoft word tutorials COMPLETE by Gulshan K Maheshwari(QAU)GulshanKumar368
 
Internet and web by Gulshan K Maheshwari(QAU)
Internet and web by Gulshan  K Maheshwari(QAU)Internet and web by Gulshan  K Maheshwari(QAU)
Internet and web by Gulshan K Maheshwari(QAU)GulshanKumar368
 
(computer Networks it) by gulshan k maheshwari qau
(computer Networks it) by gulshan k maheshwari qau(computer Networks it) by gulshan k maheshwari qau
(computer Networks it) by gulshan k maheshwari qauGulshanKumar368
 
"History Of Computer" By Gulshan K Maheshwari .qau
"History Of Computer" By Gulshan K Maheshwari .qau"History Of Computer" By Gulshan K Maheshwari .qau
"History Of Computer" By Gulshan K Maheshwari .qauGulshanKumar368
 

More from GulshanKumar368 (8)

Search engines by Gulshan K Maheshwari(QAU)
Search engines by Gulshan  K Maheshwari(QAU)Search engines by Gulshan  K Maheshwari(QAU)
Search engines by Gulshan K Maheshwari(QAU)
 
Power point by Gulshan K Maheshwari(QAU)
Power point by Gulshan  K Maheshwari(QAU)Power point by Gulshan  K Maheshwari(QAU)
Power point by Gulshan K Maheshwari(QAU)
 
Ms excel shortcut keys complete by Gulshan K Maheshwari(QAU)
Ms excel shortcut keys complete by Gulshan  K Maheshwari(QAU)Ms excel shortcut keys complete by Gulshan  K Maheshwari(QAU)
Ms excel shortcut keys complete by Gulshan K Maheshwari(QAU)
 
Microsoft word tutorials COMPLETE by Gulshan K Maheshwari(QAU)
Microsoft word tutorials COMPLETE by Gulshan  K Maheshwari(QAU)Microsoft word tutorials COMPLETE by Gulshan  K Maheshwari(QAU)
Microsoft word tutorials COMPLETE by Gulshan K Maheshwari(QAU)
 
Internet and web by Gulshan K Maheshwari(QAU)
Internet and web by Gulshan  K Maheshwari(QAU)Internet and web by Gulshan  K Maheshwari(QAU)
Internet and web by Gulshan K Maheshwari(QAU)
 
Html full
Html fullHtml full
Html full
 
(computer Networks it) by gulshan k maheshwari qau
(computer Networks it) by gulshan k maheshwari qau(computer Networks it) by gulshan k maheshwari qau
(computer Networks it) by gulshan k maheshwari qau
 
"History Of Computer" By Gulshan K Maheshwari .qau
"History Of Computer" By Gulshan K Maheshwari .qau"History Of Computer" By Gulshan K Maheshwari .qau
"History Of Computer" By Gulshan K Maheshwari .qau
 

Recently uploaded

Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
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
 
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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 

Recently uploaded (20)

Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
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
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
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...
 
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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 

Osi week10(1) [autosaved] by Gulshan K Maheshwari(QAU)

  • 1. CS101CS101 BY:-GULSHAN KUMAR MAHESHWARIBY:-GULSHAN KUMAR MAHESHWARI QAU_ISLAMABADQAU_ISLAMABAD
  • 2. THE OSI MODELTHE OSI MODEL
  • 3. THE OSI MODELTHE OSI MODEL • OSI “ Open Systems Interconnection".OSI “ Open Systems Interconnection". • OSI model was first introduced in 1984 by the InternationalOSI model was first introduced in 1984 by the International Organization for Standardization (ISO).Organization for Standardization (ISO). • OutlinesOutlines WHATWHAT needs to be done to send data from oneneeds to be done to send data from one computer to another.computer to another. • NotNot HOWHOW it should be done.it should be done. • Protocols stacks handle how data is prepared for transmittal (toProtocols stacks handle how data is prepared for transmittal (to be transmitted)be transmitted) • In the OSI model, The specification neededIn the OSI model, The specification needed • are contained in 7 different layers that interact with each other.are contained in 7 different layers that interact with each other.
  • 4. WHAT IS “THE MODEL?”WHAT IS “THE MODEL?” • Commonly referred to as the OSI reference model.Commonly referred to as the OSI reference model. • The OSI modelThe OSI model • is a theoretical blueprint that helps us understand how datais a theoretical blueprint that helps us understand how data gets from one user’s computer to another.gets from one user’s computer to another. • It is also a model that helps develop standards so that all of ourIt is also a model that helps develop standards so that all of our hardware and software talks nicely to each other.hardware and software talks nicely to each other. • It aids standardization of networking technologies byIt aids standardization of networking technologies by providing an organized structure for hardware and softwareproviding an organized structure for hardware and software developers to follow, to insure there products are compatibledevelopers to follow, to insure there products are compatible with current and future technologies.with current and future technologies.
  • 5. 7-Layers • The Seven Layer OSI Model - Addition of Management and Security – Standardizing notation or syntax for application messages (abstract syntax) – Set of encoding rules (transfer syntax) – Became the Presentation Layer Presentation Transport Network Physical Data-Link Session Application Presentation Transport Network Physical Data-Link Session Application 1
  • 6. WHAT EACH LAYER DOESWHAT EACH LAYER DOES 2
  • 7. PHYSICAL LAYERPHYSICAL LAYER • Determines the specs forDetermines the specs for all physical componentsall physical components • CablingCabling • Interconnect methodsInterconnect methods (topology / devices)(topology / devices) • Data encoding (bits to waves)Data encoding (bits to waves) • Electrical propertiesElectrical properties • Examples:Examples: • Ethernet (IEEE 802.3)Ethernet (IEEE 802.3) • Token Ring (IEEE 802.5)Token Ring (IEEE 802.5) • Wireless (IEEE 802.11b)Wireless (IEEE 802.11b) 3
  • 8. Physical layer The physical layer is responsible for the movement of individual bits from one hop (node) to the next.
  • 9. PHYSICAL LAYER (CONT’D0)PHYSICAL LAYER (CONT’D0) • What are the Physical Layer components on myWhat are the Physical Layer components on my computer?computer? • NICNIC • Network Interface CardNetwork Interface Card • Has a unique 12 character Hexadecimal numberHas a unique 12 character Hexadecimal number permanently burned into it at the manufacturer.permanently burned into it at the manufacturer. • The number is the MAC Address/Physical address of aThe number is the MAC Address/Physical address of a computercomputer • CablingCabling •
  • 10. DATA LINK LAYERDATA LINK LAYER • Places data and retrievesPlaces data and retrieves it from the physical layerit from the physical layer and provides errorand provides error detection capabilitiesdetection capabilities 3
  • 11. Data link layer The data link layer is responsible for moving frames from one hop (node) to the next.
  • 12. NETWORK LAYERNETWORK LAYER • Provides network-wideProvides network-wide addressing and a mechanism toaddressing and a mechanism to move packets between networksmove packets between networks (routing)(routing) • Responsibilities:Responsibilities: • Network addressingNetwork addressing • RoutingRouting • Example:Example: • IP from TCP/IPIP from TCP/IP
  • 13. Network layer The network layer is responsible for the delivery of individual packets from the source host to the destination host.
  • 14. NETWORK ADDRESSESNETWORK ADDRESSES • IP (internet protocol):IP (internet protocol): • Unique number that refers to a computer connected to theUnique number that refers to a computer connected to the internetinternet • 32bit number32bit number • IP address by the ISPIP address by the ISP • Example:127.80.144.30Example:127.80.144.30Connection orientedConnection oriented • DNS:DNS: domain name system; method to used present domaindomain name system; method to used present domain name.name. • IP is difficult to remember for usersIP is difficult to remember for users • Human readable namesHuman readable names • Text instead of numberText instead of number • Example:www.gmail.comExample:www.gmail.com
  • 15. TRANSPORT LAYERTRANSPORT LAYER • Provides reliable dataProvides reliable data deliverydelivery • It’s the TCP in TCP/IPIt’s the TCP in TCP/IP • Receives info from upperReceives info from upper layers and segments it intolayers and segments it into packetspackets • Can provide error detectionCan provide error detection and correctionand correction 3
  • 16. The transport layer is responsible for the delivery of a message from one process to another. The transport layer
  • 17. SESSION LAYERSESSION LAYER • Allows applications toAllows applications to maintain an ongoingmaintain an ongoing sessionsession • Where is it on myWhere is it on my computer?computer? • Workstation and ServerWorkstation and Server Service (MS)Service (MS) • Windows Client forWindows Client for NetWare (NetWare)NetWare (NetWare) 3
  • 19. APPLICATION LAYERAPPLICATION LAYER • Gives end-user applicationsGives end-user applications access to network resourcesaccess to network resources • Where is it on my computer?Where is it on my computer? • Workstation or Server ServiceWorkstation or Server Service in MS Windowsin MS Windows 3
  • 20. HOW DOES IT ALL WORK TOGETHERHOW DOES IT ALL WORK TOGETHER • Each layer contains a Protocol Data UnitEach layer contains a Protocol Data Unit (PDU)(PDU) • PDU’s are used for peer-to-peer contactPDU’s are used for peer-to-peer contact between corresponding layers.between corresponding layers. • Data is handled by the top three layers, thenData is handled by the top three layers, then Segmented by the Transport layer.Segmented by the Transport layer. • The Network layer places it into packets andThe Network layer places it into packets and the Data Link frames the packets forthe Data Link frames the packets for transmission.transmission. • Physical layer converts it to bits and sends itPhysical layer converts it to bits and sends it out over the media.out over the media. • The receiving computer reverses the processThe receiving computer reverses the process using the information contained in the PDUusing the information contained in the PDU.. 2
  • 22. THE POSTAL ANALOGY:-_THE POSTAL ANALOGY:-_ • A-A- Write a 20 page letter to a foreign country.Write a 20 page letter to a foreign country. • P-P- Translate the letter so the receiver can readTranslate the letter so the receiver can read it.it. • S-S- Insure the intended recipient can receiveInsure the intended recipient can receive letter.letter. • T-T- Separate and number pages. Like registeredSeparate and number pages. Like registered mail, tracks delivery and requests anothermail, tracks delivery and requests another package if one is “lost” or “damaged” in thepackage if one is “lost” or “damaged” in the mail.mail. • N-N- Postal Center sorting letters by zip code toPostal Center sorting letters by zip code to route them closer to destination.route them closer to destination. • D-D- Local Post Office determining which vehiclesLocal Post Office determining which vehicles to deliver letters.to deliver letters. • P-P- Physical Trucks, Planes, Rail, autos, etc whichPhysical Trucks, Planes, Rail, autos, etc which carry letter between stations.carry letter between stations. Presentation Transport Network Physical Data-Link Session Application How would the OSI compare to the regular Post Office