Data Communication Lecture 11
Data Communication Lecture 11
1. The first section introduces the transmission media and defines its position in the
Internet model. It shows that we can classify transmission media into two broad
categories: guided and unguided media.
2. The second section discusses guided media. The first part describes twisted-pair
cables and their characteristics and applications. The second part describes coaxial
cables and their characteristics and applications
3. The third section discusses unguided media. The first part describes radio waves and
their characteristics and applications. The second part describes microwaves and
their characteristics and applications.
Transmission media are actually located below the physical layer and are directly
controlled by the physical layer. We could say that transmission media belong to
layer zero. Figure shows the position of transmission media in relation to the
physical layer.
Guided media, which are those that provide a conduit from one device to another,
include twisted-pair cable, coaxial cable, and fiber-optic cable. A signal traveling
along any of these media is directed and contained by the physical limits of the
medium.
A twisted pair consists of two conductors (normally copper), each with its own
plastic insulation, twisted together, as shown in Figure 7.3.
One of the wires is used to carry signals to the receiver, and the other is used only
as a ground reference. The receiver uses the difference between the two.
In addition to the signal sent by the sender on one of the wires, interference (noise)
and crosstalk may affect both wires and create unwanted signals.
Twisted-Pair Cable
Coaxial cable (or coax) carries signals of higher frequency ranges than those in
twisted pair cable, in part because the two media are constructed quite differently.
Instead of having two wires, coax has a central core conductor of solid or stranded
wire (usually copper) enclosed in an insulating sheath, which is, in turn, encased in
an outer conductor of metal foil, braid, or a combination of the two. The outer
metallic wrapping serves both as a shield against noise and as the second conductor,
which completes the circuit.
Electromagnetic waves having frequencies between 1 and 300 GHz are called
microwaves. Microwaves are unidirectional. When an antenna transmits
microwaves, they can be narrowly focused. This means that the sending and
receiving antennas need to be aligned. The unidirectional property has an obvious
advantage. A pair of antennas can be aligned without interfering with another pair of
aligned antennas.
Infrared waves, with frequencies from 300 GHz to 400 THz (wavelengths from 1
mm to 770 nm), can be used for short-range communication. Infrared waves, having
high frequencies, cannot penetrate walls. This advantageous characteristic prevents
interference between one system and another; a short-range communication system
in one room cannot be affected by another system in the next room. When we use
our infrared remote control, we do not interfere with the use of the remote by our
neighbors.
Switching Techniques
Switching at Physical Layer: At the physical layer, we can have only circuit
switching. There are no packets exchanged at the physical layer. The switches at the
physical layer allow signals to travel in one path or another.
Switching at Network Layer At the network layer, we can have packet switching.
In this case, either a virtual-circuit approach or a datagram approach can be used.
Currently the Internet uses a datagram approach, but the tendency is to move to a
virtual-circuit approach.
Messages are broken into small segments of bit-sequences and they are called
packets. As packets are restricted to a specific size, they can be routed more
rapidly.
Packets have the following structure:
Header Data
Header carries control information (e.g., destination id, source id, message
id, packet id, control info)
Each packet is passed through the network from node to node along some path
(Routing)
At each node the entire packet is received, stored briefly, and then forwarded to
the next node (Store-and-Forward Networks)