Unit 4
Unit 4
Insulator
Applica ons
Twisted-pair cables are used in telephone lines to provide voice and data channels
Local-area networks, such as lOBase-T use twisted-pair cables
Sender Receiver
Characteris cs:
It transmits light by means of total internal reflec on.
There are 3 types of op cal fiber transmission
modes:
a) Step index mul mode: Rays at shallow angles are
reflected and propagated along the fiber. Other rays
are absorbed by the surrounding material. It is used
for short distance transmission.
b) Graded-index mul mode: The refrac on index can
be varied. Instead of zig-zagging, light curves
helically. They are used in LANs.
c) Single mode: This has the best performance. There
is a single transmission path. It is used for long-
distance transmissions in telephones and cable
televisions.
Applica ons
Local-area networks such as 100Base-FX network (Fast Ethernet) and 1000Base-X use fiber-op c cable
A few cable TV networks also use it.
Advantages over twisted pair or coaxial cable:
Has greater capacity. Data rate can be 100s of Gbps.
Has smaller size and lighter weight.
Has lower a enua on.
Not affected by electromagne c fields.
Needs fewer repeaters
Parabolic Antenna
There are 3 types of Unguided media:
(i)Radiowaves
(iii) Infrared
Infrared waves have frequencies from 300 GHz to 400 THz
They can be used for short-range communica on.
Infrared waves cannot penetrate walls. This advantageous characteris c prevents interference
between one system and another
It cannot be affected by signals in the next room.
This same characteris c makes infrared signals useless for long-range communica on.
Applica ons
It can be used to transmit digital data with a very high data rate.
It can be used for communica on between devices such as keyboards, mouse and printers.
Switching
When there are mul ple devices, one solu on to connect the devices is using a point-to-point connec on.
However, this becomes costly when applied
to a large network. A be er solu on is
switching.
A switched network consists of a series of
interlinked nodes, called switches.
Switches are hardware and /or so ware
devices which create a temporary
connec on between two or more devices.
Data entering the network from a sta on
are routed to des na on by being switched
from node to node.
Example: In the figure: A to J is end systems.
I to V are switches.
Delay
Although a circuit-switched network normally has low efficiency, the delay in this type of network
is minimal. During data transfer the data are not delayed at each switch; the resources are allocated for the
dura on of the connec on.
SWITCHING CONCEPTS
The packet switching is a switching technique in which the message is sent in one go, but it is
divided into smaller pieces, and they are sent individually.
1. The message splits into smaller pieces known as packets and packets are given a unique
number to iden fy their order at the receiving end.
2. Every packet contains some informa on in its headers such as source address, des na on
address and sequence number.
3. Packets will travel across the network, taking the shortest path as possible.
4. All the packets are reassembled at the receiving end in correct order.
5. If any packet is missing or corrupted, then the message will be sent to resend the message.
6. If the correct order of the packets is reached, then the acknowledgment message will be
sent.
Advantages of Packet Switching:
1. Cost-effec ve: In packet switching technique, switching devices do not require massive secondary storage
to store the packets, so cost is minimized to some extent. Therefore, we can say that the packet switching
technique is a costeffec ve technique.
2. Reliable: If any node is busy, then the packets can be rerouted. This ensures that the Packet Switching
technique provides reliable communica on.
3. Efficient: Packet Switching is an efficient technique. It does not require any established path prior to the
transmission, and many users can use the same communica on channel simultaneously, hence makes use
of available bandwidth very efficiently.
Disadvantages of Packet Switching:
1. Packet Switching technique cannot be implemented in those applica ons that require low delay and high-
quality services.
2. The protocols used in a packet switching technique are very complex and requires high implementa on
cost.
3. If the network is overloaded or corrupted, then it requires retransmission of lost packets. It can also lead
to the loss of cri cal informa on if errors are nor recovered.
APPROACHES OF PACKET SWITCHING There are two approaches to Packet Switching:
Datagram Packet switching
Virtual Circuit Switching
Datagram Packet switching
1. It is a packet switching technology in which packet is known as a datagram, is considered as an
independent en ty.
2. Each packet contains the informa on about the des na on and switch uses this informa on to forward
the packet to the correct des na on.
3. The packets are reassembled at the receiving end in correct order.
4. In Datagram Packet Switching technique, the path is not fixed. o Intermediate nodes take the rou ng
decisions to forward the packets.
5. Datagram Packet Switching is also known as connec onless switching.
6. There are no setup or teardown phases.
7. Each packet is treated the same by a switch regardless of its source or des na on.
Rou ng Table
In this type of network, each switch (or packet switch) has a rou ng table which is based on the
des na on address. The rou ng tables are dynamic and are updated periodically. The des na on addresses
and the corresponding forwarding output ports are recorded in the tables.