You are on page 1of 86

Chapter 4:

Network Access

Introduction to Networks

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 1
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 2
Chapter 4
4.1 Physical Layer Protocols
4.2 Network Media
4.3 Data Link Layer Protocols
4.4 Media Access Control
4.5 Summary

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 3
Prerequisite

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 4

Fundamentals of communication signal
ANALOG SIGNAL
DIGITAL SIGNAL

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 5
Frequency

 Frequency = # of cycles/second

 shorter wave length produce higher frequencies


b/c the waves are closer together
UNIT USED TO MEASURE FREQUENCY
 Hertz =>means Cycles Per Second
 Kilohertz
 Megahertz
 Gigahertz etc
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 6
Prefixes used together with HERTZ or bps

 Kilo (K) = 103 = 1 Thousand


 Mega (M) = 106 =1 Million
 Giga (G) = 109 = 1 Billion
 Tera (T) = 1012 = 1 Trillion
 Peta (P) = 1015 = 1 Quadrillion
 Exa (E) = 1018 =1 Quintillion

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 7
Note: In computing world
 1 KB ≈ 103 B
 1 KB = 1024 B = 210 B
Hence

 1 KB = 210 bytes
 1 MB = 220 bytes
 1 GB =230 bytes
 1 TB = 240 bytes
 1 PB = 250 bytes

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 8
Digital signal

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 9
COMPUTER CODING SYSTEM
Numbers, letters and symbols found on the
keyboard are coded.
We need standard. The popular one is
ASCII (American Standard Code for Information
interchange) code

For example:

A is represented by 01000001
0 is represented by 00110000
1 is represented by 00110001 etc.
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 10
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 11
What is BANDWIDTH?
The data transmission capacity of
a communications channel
i.e. The amount of data that can be transmitted in a fixed
amount of time.

Example: FOUR-LANE ROAD can


carry more traffic than a TWO-
LANE ROAD.
Similarly some COMCHA can carry
more data than others.
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 12
Illustration to understand bandwidth

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 13
The BANDWIDTH of digital COMCHA is
usually expressed in Bits Per Second (bps) or Bytes
per second (BPS)

The BANDWIDTH of Analog devices


/analog COMCHA is expressed in cycles per second, or
HERTZ (Hz)

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 14
Throughput is the measure of the transfer of bits across the media over a given period of time.

What is Throughput?
 It is the measure of the
transfer of bits across the
media over a given period of
time.
 Due to a number of factors, throughput usually does not match the
specified bandwidth in physical layer implementations

Many factors influence


throughput including:
 The amount of traffic
 The type of traffic
 The latency created by the number
of network devices encountered
between source and destination
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 15
Measuring internet connection speed
www.speedtest.net

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 16
What is Goodput?
Goodput is the measure of usable
data transferred over a given
period of time.
Goodput = throughput – (traffic
overhead for establishing
sessions, acknowledgements, and
encapsulation)

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 17
 Fundamentals of
signal/data transmission
BASE BAND TRANSMISSION
 Allocates the entire bandwidth to a single channel
 Best suited for LAN
 Only supports digital signaling
 Signal flows in the form of discrete pulses of
electricity or light

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 18
BROADBAND TRANSMISSION

 divides the available bandwidth into multiple


channels
i.e. more than one device can
transmit at a time
 can transfer large quantities of data at a time
 Supports analog as well as digital signaling
 designed for signaling over long distance
communications
 Suitable for WANs

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 19
4.1 Physical Layer Protocols

 a. How do you get


physically connected to
LAN?
Using
 Shared Hub
 Shared Switch
 Wireless AP/WAP
 ISRs/home router
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 20
Connecting to the wired LAN

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 21
Connecting to the wireless LAN with a range
Extender
 Use NICs to connect
end devices to the
network
 Ethernet NIC
/wired connections/

 Ethernet WLAN NICs


/wireless connection/
End devices might
have one or both
types of NICS
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 22
b. What is the Purpose of the Physical layer protocol?

The PL encodes the frames and creates the


electrical, optical, or radio wave signals that
represent the bits in each frame.

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 23
Physical Layer Standards
a. The physical layer standards address

i. Physical Components
 Media, NICs, connectors etc

ii. Encoding
 The physical layer must generate the
electrical, optical, or wireless signals
(Signaling)
 provide codes for control purposes such as
identifying the beginning and end of a frame.
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 24
4.1.2.4 Lab - Identifying Network Devices
and Cabling

Filed visit (tour)


AAU-CBE-school of commerce

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 25
4.2 Network Media
Bounded media
1. Copper Media (copper cable)
2. OPTICAL MEDIA (fiber optic

Unbounded media
3. Wireless media air, water,
outer space(vacuum), etc
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 26
i. Copper Media
Two types:-

Twisted-pair cable
Coaxial cable (co-ax)

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 27
1. Twisted-pair cable

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 28
The problem of Electromagnetic
Fog in copper media
Source of electromagnetic fog
 DATA CABLE WHICH CARRIES SIGNAL
 MOTORS
 POWER TRANSFORMERS.
 CELLULAR PHONE
 ELECTRIC VOLTAGE TRANSMISSION LINES
 RADIO/TV BROADCAST TOWERS etc

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 29
Hence in copper media, the following
THREATS should be considered

Noise (unwanted signal) to be considered 


i. External Electromagnetic Interferences (EMI)
ii. Radio frequency interferences (10KHz to 6GHz
(regulated by Federal communications Commission
(FCC)) ) (RFI)
 Note: Frequencies for unregulated use are:
902-928 MHz - Cordless phones, remote controls.
2.4 GHz ( used in Wi-Fi, Bluetooth )
5.72-5.85 GHz
11 – 23 GHz microwave signals

iii. Crosstalk (background conversations )


Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 30
Noise in copper media

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 31
HOW THESE THREATS CAN
BE PROTECTED?

1. BY TWISTING cancels out electrical noise


from adjacent pairs/DATA WIRE and from
other external sources.
2. BY SHIELDING can increase
immunity/Resistance to EMI & RFI

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 32
How Crosstalk occurs?
 Crosstalk is the noise
generated by adjacent pairs
or twisted data wires pair-
to-pair coupling and data
wire –to- data wire coupling
 Twisting the wires can
enhance cancellation
effect.
 a cable with short twist
length is preferable to
reduce such noise
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 33
Attenuation causes signals to
deteriorate
Themaximum data transmission length of
twisted pair cable is 100 meters

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 34
TYPES OFTWISTED PAIR
CABLE
There are two types
of twisted pair
cable BASED
ON SHIELDING
1. Unshielded
Twisted Pair
cable (UTP)
2. Shielded
twisted pair
cable (STP)
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 35
UTP Cabling Standards

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 36
Category 6
• Similar to CAT 5/5e.
• but contains a physical separator
between the 4 pairs To reduce
the effect of crosstalk, EMI, and
RFI,

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 37
Category 7
This category is still in the development stage and use
I. Braided Aluminum shielding
ii. Aluminum foil shielding for each pairs
Note: requires grounding

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 38
Crimping Standards

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 39
Standard Ethernet wiring scheme

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 40
A. Straight-Through Cable (ll)
For connecting unlike devices

 Router to hub X
 Router to switch 
 Switch to PC or server 
 Hub to PC or server X
 Network printer to switch 
 Network printer to hub X
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 41
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 42
Example -1
Crimp and test Straight-Through Cable (ll) using the
standard T568B.

Steps
You must strip the jacket 3 to 5 cm using striper
Arrange the wires

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 43
•Cut the wires straight
across so that no more
than 1.25 cm of wires
are exposed from the
jacket This controls
terminal cross-talk
interference

Insert your wires into


the connector, white-
orange on left

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 44
Note

Pin 1 & Pin 2 are


transmitter
Pin 3 & Pin 6 are receiver

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 45
B. Crossover cables (X)

Used to connect like devices


 Switch to switch 
 Switch to hub X
 Hub to hub X
 Router to router 
 PC to PC 
 Router to PC 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 46
Example-2

 Crimp and test X-over


cable using T568B
standard

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 47
C. Rollover Cable/console cable
 Used for intermediary devices configuration

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 48
Instruments required
RJ-45/11 Crimpier
Punch Down Tool

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 49
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 50
Connecting on RJ-45 Jack

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 51
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 52
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 53
Wiring Closet (RACK)

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 54
How do you avoid this problem?

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 55
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 56
Testing UTP Cables

Network Cable
Tracer/tracker Network cable tester

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 57
Warning
Guarding Against
Electrostatic Discharge
(ESD)
Put your Antistatic wrist
band /strap on your hand
before inserting NIC into
your system
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 58
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 59
Coaxial Cable

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 60
OPTICAL MEDIA
Fiber Optic Cable (Outdoor)

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 61
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 62
Advanced Fiber optic Cable Design

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 63
Fiber Optic Cable (Indoor)
µm =a unit of length known as a micron or
micrometer.
1 µm = 0.000001 meter = 10-6 meter

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 64
 Optical fiber cable contains glass (or in some cases,
plastic) fibers rather than copper wire.
 Signals are transmitted across these fibers in the form
of light pulses rather than electrical pulses.
 Optical fiber strands are thin filaments of glass
consisting of an inner core and an outer cladding.
 Both the core and the cladding are glass (plastic), and
each has a different refractive index (light passing
capability) less dense medium has more refractive index
than more dense medium
 When these light pulses strike the cladding (dense
medium) they are reflected back into the core because
the cladding has a lower refractive index than the core.
This keeps the transmitted signal within the core as it
travels down the fiber.
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 65
Types of fiber optic cable
1. Single-mode FOC (SMF)
core diameter of
approximately= 9 µm
2. Multimode FOC (MMF)
the most commonly used
type
core diameter = 50/62.5
µm.
The cladding diameter for
both is 125 µm.
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 66
Multimode FOC

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 67
Single mode FOC

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 68
Fiber Optic Cable Connectors
 Straight Tip (ST) connector:-
It is a connector that uses a
mechanism similar to the
BNC connectors used by
thinnet. The most popular
 Subscriber connector (SC):-
are square shaped and have
release mechanisms to
prevent the cable from
accidentally being
unplugged

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 69
continued…….
 Lucent Connector
(LC): Sometimes
called a little or local
connector, is quickly
growing in popularity
due to its smaller
size. It is used with
single-mode fiber and
also supports
multimode fiber.

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 70
Common fiber patch cords

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 71
LC connectors magnified…

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 72
Sample fiber NICs

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 73
Fusion Splicer
fiber optic pigtail
 fiber optic pigtail is a piece of fiber with connector installed on
one end only.
 used for terminating a out door fiber to the fiber patch panel
by using fusion splicer.

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 74
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 75
Fiber Optic Cabling
Testing Fiber Cables  Misalignment: The
fiber-optic media are
not precisely aligned to
one another when
joined.
 End gap: The media
does not completely
touch at the splice or
connection.
 End finish: The media
ends are not well
polished or dirt is
present at the
Presentation_ID
termination.
© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 76
Fiber Optic Cabling
Fiber versus Copper
Implementation issues Copper media Fibre-optic

Bandwidth supported 10 Mbps – 10 Gbps 10 Mbps – 100 Gbps

Relatively short Relatively High


Distance (1 – 100 meters) (1 – 100,000 meters)

High
Immunity to EMI and RFI Low
(Completely immune)

High
Immunity to electrical hazards Low
(Completely immune)

Media and connector costs Lowest Highest

Installation skills required Lowest Highest

Safety precautions Lowest Highest

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 77
Commonly used outdoor FOC
1. Aerial Cable/Self-Supporting provides ease of
installation -above ground and reduces time and cost

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 78
Continued…
2. Armored Cable  can be used for rodent –(type of rat )
protection in direct burial if required

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 79
Wireless Media
Types of Wireless Media
• IEEE 802.11 standards
• Commonly referred to as Wi-Fi.
• Uses CSMA/CA
• Variations include:
• 802.11a: 54 Mbps, 5 GHz
• 802.11b: 11 Mbps, 2.4 GHz
• 802.11g: 54 Mbps, 2.4 GHz
• 802.11n: 600 Mbps, 2.4 and 5 GHz
• 802.11ac: 1 Gbps, 5 GHz
• 802.11ad: 7 Gbps, 2.4 GHz, 5 GHz, and 60 GHz

• IEEE 802.15 standard


• Supports speeds up to 3 Mbps
• Provides device pairing over distances from 1 to
100 meters.

• IEEE 802.16 standard


• Provides speeds up to 1 Gbps
• Uses a point-to-multipoint topology to provide
wireless broadband access.

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 80
Wi-MAX /point to multipoint topology/
used by service providers

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 81
Wireless Media
Wireless LAN

Cisco Linksys EA6500 802.11ac wireless router


Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 82
Wireless Media
802.11 Wi-Fi Standards

Maximum Backwards
Standard Frequency
Speed compatible

802.11a 54 Mbps 5 GHz No

802.11b 11 Mbps 2.4 GHz No

802.11g 54 Mbps 2.4 GHz 802.11b

802.11n 600 Mbps 2.4 GHz or 5 GHz 802.11b/g

1.3 Gbps 2.4 GHz and 5.5


802.11ac (1300 Mbps) GHz
802.11b/g/n

7 Gbps 2.4 GHz, 5 GHz and


802.11ad (7000 Mbps) 60 GHz
802.11b/g/n/ac

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 83
LAB exercises

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 84
Will be discussed in chapter 5

4.3 Data Link Layer Protocols


4.4 Media Access Control

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 85
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 86

You might also like