DCC Unit 2
DCC Unit 2
Unit Outcome:
1.Explain with sketches the construction of given type of cable.
2. Explain with sketches the characteristics of the given type of unguided transmission
media.
3.Explain with sketches the given switching technique.
4.Compare different switching techniques on the given parameter.
Sub Points:
2.1Communication Media: Guided Transmission Media Twisted pair Cable, coaxial
cable, fiber optic cable.
2.2 Unguided Transmission Media, Radio Waves, Microwaves, Infrared, Satellite.
2.3 Line of sight Transmission point to point , broadcast
2.4 Multitasking :Frequency-Division Multiplexing
2.5 Switching: Circuit-switched networks. Packet –switched networks.
Assignments Questions
1) List any four Unguided Transmission Media.
2) Why is circuit switching preferred over packet switching in voice
communication.
3) Describe the construction of fiber optic cable with a neat diagram.
4) Describe leased line connection . Give its need.
5) Give difference between FDM and TDM.
6) Draw the neat diagram of circuit switching. Explain in brief.
7) State any two advantages of coaxial cable.
8) With neat diagram , explain satellight communication system.
9) Distinguish between guided and unguided transmission media.
10)Draw and explain twisted pair cable.
About title of the chapter
Transmission Media and Switching
Transmission media is a communication channel that carries the information from the
sender to the receiver. Data is transmitted through the electromagnetic signals.
In large networks, there can be multiple paths from sender to receiver. The switching
technique will decide the best route for data transmission.
Switching technique is used to connect the systems for making one-to-one
communication.
Central Idea of chapter
As computer and network used for communication. So to have knowledge about
different transmission media &switching techniques how actually data is transmitted is
necessary.
Importance of the chapter
From this chapter student will get knowledge about different transmission media. How
data transmission is carried out.
2.1Communication Media: Guided Transmission Media Twisted pair
Cable, coaxial cable, fiber optic cable.
Transmission media is a pathway that carries the information from sender to receiver.
• We use different types of cables or waves to transmit data.
• Data is transmitted normally through electrical or electromagnetic signals.
Transmission media are located below the physical layer
• Computers use signals to represent data.
• Signals are transmitted in form of electromagnetic energy.
Classification of Transmission media
1) Twisted-pair cable
• A twisted pair consists of two conductors.
• Basically copper based.
• With its own plastic insulation, twisted together.
• Provide protection against cross talk or interference(noise)
• One wire use to carry signals to the receiver
• Second wire used as a ground reference
• For twisting, after receiving the signal remains same.
• Therefore number of twists per unit length, determines the quality of cable.
• Advantages:
• Cheap
• Easy to work with
• Disadvantages:
• Low data rate
• Short range
Twisted Pair Cables has two types
2) Sky propagation:
Radio waves radiate to the ionosphere then they are
reflected back to earth.
3)Line-of-Sight Propagation:
In straight lines directly from antenna to antenna.
1)kHz(kilohertz): 1kHz=1000hz
2)MHz(megahertz):1MHz=10^6= is represents one
million cycle per Second
3)GHz(Gigahertz):1GHZ=10^9
4)THz(Terahertz):1THZ=10^12
5)PHz(Petahertz):1PHz=10^15
6)EHz(Exahertz):1EHz=10^18
7)ZHz(Zetthertz):1ZHz=10^21
Unguided Media Wireless transmission waves
1) Radio waves
Radio waves are the electromagnetic waves that are
transmitted in all the directions of free space.
Advantages:
1)They help in reducing workload on individual host PC’s.
2) The increase the performance of the network.
Disadvantages:
1)Network connectivity issues are difficult to be traced through the network switch.
2)Broadcast traffic may be trouble some.
1) Circuit switching
• Circuit switching is switching techniques.
• It’s also connection oriented switching technique.
• Circuit switching technique that establishes a dedicated path between sender
and receiver.
• Circuit switching maintains the idea of dedicated connections between two
end points, but allows for sharing of channels within the network, and hence
is much more scaleable.
• Circuit switching takes advantage of the fact that while everybody needs to
be able to talk to everybody else, they aren't likely to all do so at the same
time.
• The telephone network is based on circuit switching.
• When you actually start exchanging data (talking) all of your data follows
the same path or circuit through the network.
• If you pause in your conversation the circuit you're using is idle, wasting
bandwidth. But you never lose data because you have a guaranteed, reserved
circuit, so it is impossible for the system to be too busy to handle your data.
Advantages:
• Guarantee of performance through dedication of resources.
• Messages all follow same route, preserving ordering and (perhaps) inter message timing.
• No buffering in the switches (data flows continuously).
Disadvantages:
• Wasted resources due to idle, dedicated resources.
• Potentially large set-up time (round trip time) could be unacceptable for short message exchange.
• If part of the circuit (link or switch) fails your connection is lost.
• Poorly matched to bursty traffic since it reserves a fixed amount of capacity.
• Circuit routing fixed so can't adapt to changes in network.
• Usually assumes symmetrical traffic flows for full-duplex channels.
2) Message Switching
• Message switching is type of switching technique in which a massage is transferred
as a complete unit and routed through intermediate nodes at which it is stored and
forwarded.
• In Massage switching sender and receiver are not directly connected. There are a
number of intermediate nodes transfer data and ensure that the message reaches its
destination.
Advantages:
1)It’s help to reduce the traffic congestion in network.
2)It’s able to store the message for which communication channel is not available.
Disadvantages
1) It require a large storing capacity
3) Packet Switching
• Packet switching alleviates the problems of circuit and message switching.
• A small upper bound is put on the maximum size of a packet sent through the network.
• No reserved channel is created ahead of time.
• Each packet belonging to a single message may take a different route through the
network.
• Since there is no reservation of capacity it is possible that congestion becomes a
problem.
• Too many packets trying to get through the same router requires that the router be able
to buffer packets.
• All buffers have finite size, so it is possible that packets are dropped.
Advantages
• No set-up time.
• No assumption of symmetrical traffic flow for full-duplex.
• No wasted resources due to dedicated, idle resources.
• Good match to bursty traffic.
• Potential for more robust, adaptive behavior in the event of a down link or router.
• Routing algorithm can adapt route per packet based on network loading.
Disadvantages
• Congestion is possible in routers - lost packets.
• Packets may be re-ordered by network.
• Time spent in each router deciding which path to take.
• Each packet has to carry more information with it so it can be routed.
• Router must buffer as packets are sent store-and-forward style.