Net - 006 Chapter 2 - OSI Specificatoins
Net - 006 Chapter 2 - OSI Specificatoins
2
Internetworking Models
• The Open Systems Interconnection (OSI) reference model
was created by the International Organization for
Standardization (late 1970s)
3
Advantages of Reference Models
• Divides the network communication process into smaller
and simpler components, thus aiding component
development, design, and troubleshooting.
• Allows multiple-vendor development through
standardization of network components.
• Encourages industry standardization by defining what
functions occur at each layer of the model.
• Allows various types of network hardware and software to
communicate.
• Prevents changes in one layer from affecting other layers,
so it doesn’t hamper development and makes application
programming easier.
4
The OSI Model
5
OSI Layer Functions
• End-to-end connection
Transport
• Routing
Network
• Framing
Data Link
• Physical topology
Physical
6
The Upper Layers
• Presents data
Presentation • Handles processing such as encryption
Transport
Data Link
Physical
7
The Lower Layers
Application
8
Application Layer
13
A Connection Oriented Session
Sender Receiver
SYN
SYN/ACK
ACK
Connection Established
Data transfer
(Send bytes of Segments)
14
Flow Control
Sender Receiver
Transmit
Buffer full
Not ready –
STOP!
Segments
processed
GO!
Transmit
15
Windowing Flow Control
Sender Receiver
Window size of 1
Send 1 Receive 1
Ack 1
Send 2 Receive 2
Ack 2
Window size of 3
Send 1
Send 2
Send 3
Ack 4
Send 4
16
Acknowledgements
Sender Receiver
1 2 3 4 5 6 1 2 3 4 5 6
Send 1
Send 2
Send 3
Ack 4
Send 4
Send 6
Ack 5
Send 5
Ack 7
17
What Type Of Connection Am I
Using At The Network Layer?
• TCP
– Connection Oriented Communication
– Uses “three-way” handshake
– Creates and uses a “virtual circuit”
• UDP
– Connectionless Communication
– No acknowledgement of data
– Does not use a “virtual circuit”
18
Routing at Layer 3
• First, when a packet is received on a router interface,
the destination IP address is checked.
• If the packet isn’t destined for that router, it looks up its
destination on the routing table.
• Once it finds its destination, the packet is sent to that
interface to be framed and sent out over the local
network
• If a destination can’t be reached, the packet is dropped.
– Data Packets
– Route-update packets
19
Routing at Layer 3
3.0
1.0
3.1
1.1
2.1 2.2
1.3 3.3
E0 E0
S0 S0
3.2
1.2
1 E0 0 1 S0 1
2 S0 0 2 S0 0
3 S0 1 3 E0 0
20
Routers at Layer 3
21
Data Link Layer (Layer 2)
Logical Link Control (LLC) – Identifies network layer protocols and then
encapsulates them, LLC headers tell the data link layer what to do with a packet
once a frame is received.
Media Access Control (MAC) – Defines how packets are placed on the media,
22
802 Standards
23
The Physical Layer
24
Data Encapsulation
PDU
Application
Presentation
Upper layer data
Session
TCP Header Upper layer data Segment Transport
25
Modulation Techniques
• The purpose of digital modulation is to transfer a digital
bit stream over an analog bandpass channel.
• In networks, modulation is the process of varying one or
more properties of a waveform, called the carrier signal,
with a signal that typically contains information to be
transmitted.
• Modulation of a waveform transforms a baseband
(Ethernet or wireless) message signal into a passband
signal, or a signal that is within a specific range that
prevents attenuation.
• A modulator is a device that performs modulation of a
signal and a demodulator is a device that performs
demodulation, the inverse of modulation. We typically
just call these modems 26
Summary
• Summary
• Exam Essentials Section
• Written Labs
• Review Questions
28