Second Lecture
Second Lecture
Second Lecture
1
OSI or ISO
The layering model is OSI, which stands for
Open System Interconnection.
The organization that developed the model
is ISO, International Organization for
Standardization.
◼ ANSI (American National Standards Institute) is
a member of ISO.
ANSI farms out much of the hardware
standardization to the IEEE.
2
Communications Layering
The communication between two (or
more) users on a network similarly is
broken down into layers.
A reference model is a conceptual
blueprint of how communications
should take place ,it addresses all the
processes into logical grouping called
layers
3
What is OSI?
OSI serves as a "reference model" for how
information is transmitted between any two
points in a network.
It guides manufacturers (vendors) so they can
create interoperable network devices and
Software in form of protocols or standards ,so
that different vendors networks could become
compatible and work together
The OSI model is comprised of seven layers
that are involved in communicating between
two nodes of a network.
4
OSI’s Purpose
Even if manufacturers do not restrict
themselves to a particular OSI layer,
they usually think of and describe
their products in relationship to the
OSI model.
It provides a language and framework
for discussion of networks, so it
persists and continues to be taught.
2
◼ The receiving computer reverses the
process using the information
contained in the PDU.
Layer 1: Physical
There is no interpretation at this level, a
stream of 1’s and 0’s are put into a form
convenient for transmission.
This level is the most hardware oriented. It
includes specifications about
◼ NIC card speeds
◼ Types and lengths of cable
◼ Voltage characteristics (range, level or edge)
11
Physical layer
16
Copper Media: Coaxial Cable
Coaxial cable is a
copper-cored cable
surrounded by a heavy
shielding and is used to
connect computers in a
network.
Outer conductor shields
the inner conductor
from picking up stray Category Impedance Use
signal from the air تداخل
اإلشارة وتقويتها. RG-59 75 Cable TV
18
Figure 7.8 BNC connectors
NDSLab Copyright@2008 19
Male and Female coax cables
20
Coaxial Cable Applications
Most versatile medium
Television distribution
◼ Ariel to TV
◼ Cable TV
Long distance telephone transmission
◼ Can carry 10,000 voice calls simultaneously
◼ Being replaced by fiber optic
Short distance computer systems links
Coaxial Cables Advantages
23
Copper Media: Twisted Pair
Twisted-pair is a type of
cabling that is used for
telephone
communications and most
modern Ethernet
networks.
A pair of wires forms a
circuit that can transmit
data. The pairs are twisted
to provide protection
against
crosstalk(minimize
interference), the noise
generated by adjacent
pairs.
Multiple individually
insulated wires that are
twisted together in pairs .
Twisted-Pair Cables
25
Unshielded Twisted-Pair (UTP)
Insulator Metal
26
Physical Media
28
Physical Media
30
Twisted Pair (Cat 5/5e,
Cat 6)
Good for up to 100m, we don’t like to go over 80m
when wiring a building though.
31
Twisted Pair (continued)
Common Terms: 10BaseT, 100BaseT, 1000BaseT. The “T” is
for Twisted pair, the number is the speed, the base is
“baseband”.
8 strands, 4 pairs. A couple of different standards, but 568A
and 568B are the most common. Stanford uses 568B (for
568A, swap the labels for pairs 2 and 3, but no real
functional difference):
Strands: 1 2 3 4 5 6 7 8
568B:
Pairs: 2 1 4
(orange) (blue) (brown)
3 (green)
10BaseT and 100BaseT only use pairs 2 and 3, so you may see some
cables with only 4 strands, but since 1000T (gigabit) uses all pairs,
don’t keep those cables.
32
Categories of UTP Cables
35
Fiber-Optic Cables
Light travels at 3108 ms-1 in free space and
is the fastest possible speed in the Universe
Light slows down in denser media, e.g. glass
Refraction occurs at interface, with light
bending away from the normal when it
enters a less dense medium
Fiber optic cabel transmits digital signals
using light impulses.
36
An optical fiber consists of a core (denser
material glass or plastic) and a cladding
(less dense material)
Glass travels for long distance but plastic is
cheaper.
The cabel is either single mode
fiber(SMF)or multimode fiber(MMF)
Simplest one is a multimode step-index
optical fiber cladding)
Light bounces back and forth along the core
Common light sources: LEDs and lasers
37
38
Advantages and Disadvantages
39
Single –Mode Fiber
40
Multi –Mode Fiber
41
42
Fiber optic connectors
43
Layer 2: The data-link layer
At this layer one begins to consider bytes
instead of just bits, one examines some of
the information content of the signal (at
least the address and some of the error
detection sequencing)
Recall that bridges operate at this level
◼ They know where a packet is headed.
◼ They know whether or not it has been involved
in a collision.
◼ Bit stuffing occurs at this level.
Provides network-wide
addressing and a mechanism to
move packets between
networks (routing)
Responsibilities:
◼ Network addressing
◼ Routing
Example: 3
◼ IP from TCP/IP
Layer 3: The network layer
The router acted at this layer.
One of the main functions of the layer is
routing. Store and forward are network
layer functions.
Building the routing tables, troubleshooting
the routing tables when there is a lot of
traffic or if a connection goes down.
The network layer also gathers related
packets (packet sequencing).
acknowledgments
Transport layer(cont)
58
Transport layer (cont)
Manages transmission packets
◼ Repackages long messages when necessary into small
packets for transmission
◼ Reassembles packets in correct order to get the original
message.
Handles error recognition and recovery.
◼ Transport layer at receiving acknowledges packet delivery.
◼ Resends missing packets
Session Layer
Allows applications to
maintain an ongoing
session
Where is it on my
computer?
◼ Workstation and
Server Service (MS)
◼ Windows Client for
NetWare (NetWare)
3
Layer 5: The session layer
Recall when discussing connection-oriented
schemes, we mentioned the idea of a
“session.”
It is an agreement between a source and
destination to communicate.
This layer establishes, manages and
terminates sessions between applications
(they could be on the same computer or on
different computers).
61
Session Layer(cont)
3
Layer 6: The presentation layer
This layer provides independence from
differences in data representation (e.g.,
encryption) by translating from application
to network format, and vice versa.
The presentation layer works to transform
data into the form that the application layer
can accept. This layer formats and encrypts
data to be sent across a network, providing
freedom from compatibility problems. It is
sometimes called the “syntax layer.”
66
Presentation Layer(cont)
3
Layer 7: The application layer
70
Other References
http://www.whatis.com
http://www.webopedia.com
MCSE TCP/IP for Dummies, Brandon
http://www.iso.ch/iso/en/ISOOnline.fro
ntpage
71