Unit 1
Unit 1
• Physical Layer
• Guided Transmission Media
• Digital Modulation and Multiplexing
• Frequency Division Multiplexing
• Time Division Multiplexing
• Code Division Multiplexing
• Wave Length Division Multiplexing.
Physical Layer
• The purpose of the physical layer is to transport
bits from one machine to another.
• Various physical media can be used for the actual
transmission.
• Each one has its own terms of bandwidth, delay,
cost, and ease of installation and maintenance.
• Media are roughly grouped into guided media, such
as copper wire and fiber optics.
• Unguided media, such as terrestrial wireless,
satellite, and lasers through the air.
GUIDED TRANSMISSION MEDIA
• Magnetic Media
• One of the most common ways to transport
data from one computer to another is to write
them onto magnetic tape or removable media
(e.g., recordable DVDs)
• Physically transport the tape or disks to the
destination machine, and read them back in
again.
Twisted Pairs
• One of the oldest and still most common
transmission media is twisted pair.
• A twisted pair consists of two insulated
copper wires, typically about 1 mm thick.
• The wires are twisted together in a helical
form, just like a DNA molecule.
• Twisting is done because two parallel wires
constitute a fine antenna.
Twisted Pairs Continues…
• The most common application of the twisted pair
is the telephone system.
• Nearly all telephones are connected to the
telephone company (telco) office by a twisted
pair.
• Twisted pairs can run several kilometres without
amplification.
• Twisted pairs can be used for transmitting either
analog or digital information.
• The bandwidth depends on the thickness of the
wire and the distance travelled.
• Several megabits/sec can be achieved for a few
kilometres in many cases.
Twisted Pairs Continues…
• Twisted-pair cabling comes in several varieties.
• The garden variety deployed in many office
buildings is called Category 5 cabling, or ‘‘Cat
5.’’
• A category 5 twisted pair consists of two
insulated wires gently twisted together.
• Four such pairs are typically grouped in a plastic
sheath to protect the wires and keep them
together.
• Different LAN standards may use the twisted
pairs differently. 100-Mbps Ethernet uses two (out
of the four) pairs, one pair for each direction.
Twisted Pairs Continues…
o Microwaves
o Microwaves, due to their unidirectional properties, are very useful when unicast (one-to-one)
communication is needed between the sender and the receiver.
o Ex: Cellular phones, satellite networks, and wireless LANs.
o Infrared
o The infrared band, almost 400 THz, has an excellent potential for data transmission.
o Ex: Communication between devices such as keyboards, mice, PCs, printers, Mobiles using
special ports.
o One widely used application is in Remote Controllers.
Digital Modulation
o Wires and wireless channels carry analog signals such as
continuously varying voltage, light intensity, or sound intensity.
The process of converting between bits and signals that represent
them is called digital modulation.
o Two Schemes:
o Baseband Transmission: Directly convert bits into a signal.
o Passband Transmission: Regulate the amplitude, phase, or frequency of a
carrier signal to convey bits.
Baseband Transmission
• The most straightforward form of digital
modulation is to use a positive voltage to
represent a 1 and a negative voltage to
represent a 0. For an optical fiber, the
presence of light might represent a 1 and the
absence of light might represent a 0. This
scheme is called NRZ (Non-
Return-to-Zero).
o Clock Recovery: For all schemes that encode bits into symbols, the receiver must
know when one symbol ends and the next symbol begins to correctly decode the
bits. With NRZ, in which the symbols are simply voltage levels, a long run of 0s
or 1s leaves the signal unchanged.
o Solution:
o Sending a Separate Clock Signal.
o Using encoding mechanisms that send clock along with data by mixing them together like
Manchester encoding.