Unit 2
Unit 2
Physical Layer
Bandwidth
4. Distances
Transmission Media
Magnetic Media
FDM
It is an analog technique.
Frequency Division Multiplexing is a
technique in which the available bandwidth
of a single transmission medium is subdivided
into several channels.
exing is a technique in which the available bandwidth of a single transmission medium is subdivided into several channels.
transmission medium is subdivided into several frequency channels, and each frequency channel is given to different devices. Device 1 has a frequency
FDM
In the above diagram, a single transmission
medium is subdivided into several frequency
channels, and each frequency channel is given to
different devices. Device 1 has a frequency
channel of range from 1 to 5.
The main aim of the FDM is to subdivide the
available bandwidth into different frequency
channels and allocate them to different devices.
FDM is mainly used in radio broadcasts and TV
networks.
exing is a technique in which the available bandwidth of a single transmission medium is subdivided into several channels.
transmission medium is subdivided into several frequency channels, and each frequency channel is given to different devices. Device 1 has a frequency
WDM
Wavelength Division Multiplexing is same as
FDM except that the optical signals are
transmitted through the fibre optic cable.
WDM is used on fibre optics to increase the
capacity of a single fibre.
It is used to utilize the high data rate
capability of fibre optic cable.
It is an analog multiplexing technique.
exing is a technique in which the available bandwidth of a single transmission medium is subdivided into several channels.
transmission medium is subdivided into several frequency channels, and each frequency channel is given to different devices. Device 1 has a frequency
TDM
It is a digital technique.
In Time Division Multiplexing technique,
the total time available in the channel is
distributed among different users. Therefore,
each user is allocated with different time
interval known as a Time slot at which data is
to be transmitted by the sender.
A user takes control of the channel for a fixed
amount of time.
exing is a technique in which the available bandwidth of a single transmission medium is subdivided into several channels.
transmission medium is subdivided into several frequency channels, and each frequency channel is given to different devices. Device 1 has a frequency
TDM
In Frequency Division Multiplexing
Technique, all signals operate at the same
time with different frequency, but in case of
Time Division Multiplexing technique, all
signals operate at the same frequency with
different time.
In Time Division Multiplexing technique, data
is not transmitted simultaneously rather the
data is transmitted one-by-one.
exing is a technique in which the available bandwidth of a single transmission medium is subdivided into several channels.
transmission medium is subdivided into several frequency channels, and each frequency channel is given to different devices. Device 1 has a frequency
TDM
There are two types of TDM:
Synchronous TDM
Asynchronous TDM
exing is a technique in which the available bandwidth of a single transmission medium is subdivided into several channels.
transmission medium is subdivided into several frequency channels, and each frequency channel is given to different devices. Device 1 has a frequency
Synchronous TDM
A Synchronous TDM is a technique in which
time slot is preassigned to every device.
In Synchronous TDM, each device is given
some time slot irrespective of the fact that
the device contains the data or not.
If the device does not have any data, then the
slot will remain empty.
If there are n devices, then there are n slots.
exing is a technique in which the available bandwidth of a single transmission medium is subdivided into several channels.
transmission medium is subdivided into several frequency channels, and each frequency channel is given to different devices. Device 1 has a frequency
Synchronous TDM
exing is a technique in which the available bandwidth of a single transmission medium is subdivided into several channels.
transmission medium is subdivided into several frequency channels, and each frequency channel is given to different devices. Device 1 has a frequency
Asynchronous TDM
An asynchronous TDM is a technique in which time slots are
not fixed.
Time slots are allocated to only those devices which have the
data to send. Therefore, we can say that Asynchronous Time
Division multiplexor transmits only the data from active
workstations.
An asynchronous TDM technique dynamically allocates the
time slots to the devices.
In Asynchronous TDM, total speed of the input lines can be
greater than the capacity of the channel.
Asynchronous Time Division multiplexor accepts the incoming
data streams and creates a frame that contains only data with
no empty slots.
Asynchronous TDM
Difference
The difference between Asynchronous TDM and
Synchronous TDM is that many slots in Synchronous
TDM are unutilized, but in Asynchronous TDM, slots are
fully utilized. This leads to the smaller transmission time
and efficient utilization of the capacity of the channel.
In Synchronous TDM, if there are n sending devices,
then there are n time slots. In Asynchronous TDM, if
there are n sending devices, then there are m time slots
where m is less than n (m<n).
The number of slots in a frame depends on the
statistical analysis of the number of input lines.
Switching
When a user accesses the internet or another computer
network outside their immediate location, messages are
sent through the network of transmission media. This
technique of transferring the information from one
computer network to another network is known
as switching.
Switching in a computer network is achieved by using
switches. A switch is a small hardware device which is
used to join multiple computers together with one local
area network (LAN).
Network switches operate at layer 2 (Data link layer) in
the OSI model.
Switching Techniques
Circuit switching
Message Switching
Packet Switching
Circuit switching
Circuit switching is a switching technique that
establishes a dedicated path between sender and
receiver.
In the Circuit Switching Technique, once the
connection is established then the dedicated path
will remain to exist until the connection is
terminated.
Circuit switching in a network operates in a similar
way as the telephone works.
A complete end-to-end path must exist before the
communication takes place.
Circuit switching
In case of circuit switching technique, when any user
wants to send the data, voice, video, a request signal
is sent to the receiver then the receiver sends back
the acknowledgment to ensure the availability of the
dedicated path. After receiving the
acknowledgment, dedicated path transfers the data.
Circuit switching is used in public telephone network.
It is used for voice transmission.
Fixed data can be transferred at a time in circuit
switching technology.
Circuit switching
Communication through circuit switching
has 3 phases:
Circuit establishment
Data transfer
Circuit Disconnect
Circuit switching
Advantages Of Circuit Switching:
In the case of Circuit Switching technique, the
communication channel is dedicated.
It has fixed bandwidth.
Message switching
Message Switching is a switching technique in which a
message is transferred as a complete unit and routed
through intermediate nodes at which it is stored and
forwarded.
In Message Switching technique, there is no
establishment of a dedicated path between the sender
and receiver.
The destination address is appended to the message.
Message Switching provides a dynamic routing as the
message is routed through the intermediate nodes
based on the information available in the message.
Message switching
Message switches are programmed in such a
way so that they can provide the most
efficient routes.
Each and every node stores the entire
message and then forward it to the next
node. This type of network is known as store
and forward network.
Message switching treats each message as an
independent entity.
Message switching
Advantages of Message switching