SlideShare a Scribd company logo
1 of 20
COMPUTER NETWORK
Transmission Media & Topology
Presented By:
Sweta Kumari Barnwal
Assistant Professor
Arka Jain University
Jamshedpur, Jharkhand
CONTENTS:
 Transmission Media
 Guided
 Un-Guided
 Topology
 Mesh Topology
 Bus Topology
 Star Topology
 Ring Topology
 Tree Topology
 Hybrid Topology
TRANMISSIONMEDIA
In data communication terminology, a transmission medium is a
physical path between the transmitter and the receiver i.e it is the
channel through which data is sent from one place to another.
Transmission Media is broadly classified in following manners:
GUIDED MEDIA
1. Guided Media:
It is also referred to as Wired or Bounded transmission media. Signals
being transmitted are directed and confined in a narrow pathway by using
physical links. Its features:
 High Speed
 Secure
 Used for comparatively shorter distances
2. Unguided Media:
It is also referred to as Wireless or Unbounded transmission media. No
physical medium is required for the transmission of electromagnetic
signals. Its features:
 Signal is broadcasted through air
 Less Secure
 Used for larger distances
GUIDED MEDIA
Twisted-Pair Cables
 It consists of 2 separately insulated conductor wires wound about
each other. Generally, several such pairs are bundled together in a
protective sheath. They are the most widely used Transmission
Media.
 If the pair of wires are not twisted, electromagnetic noises from,
e.g., motors, will affect the closer wire more than the further one,
thereby causing errors.
 It is further divided into two parts
 UTP(Unshielded Twisted Pair)
 STP (Shielded Twisted Pair)
GUIDED MEDIA
 Unshielded Twisted Pair (UTP):
This type of cable has the ability to block interference and does
not depend on a physical shield for this purpose. It is used for
telephonic applications.
 Advantages: Least expensive, Easy to install, High speed capacity
 Disadvantages: Susceptible to external interference, Lower
capacity and performance in comparison to STP, Short distance
transmission due to attenuation
GUIDED MEDIA
 Shielded Twisted Pair (STP):
This type of cable consists of a special jacket to block external
interference. It is used in fast-data-rate Ethernet and in voice and
data channels of telephone lines.
 Advantages: Better performance at a higher data rate in
comparison to UTP, Eliminates crosstalk, Comparatively faster
 Disadvantages: Comparatively difficult to install and manufacture,
More expensive, Bulky
GUIDED MEDIA
Coaxial Cables
It has an outer plastic covering containing 2 parallel conductors each
having a separate insulated protection cover. Coaxial cable transmits
information in two modes: Baseband mode(dedicated cable bandwidth)
and Broadband mode(cable bandwidth is split into separate ranges).
Cable TVs and analog television networks widely used Coaxial cables.
 It carry signalsof higher freq (100KHz–500MHz) than UTPcables
 Outer metallic wrapping servesboth asa shieldagainst noiseand asthe
secondconductorthat completesthe circuit.
GUIDED MEDIA
Optical Fibre Cable –
It uses the concept of reflection of light through a core made up
of glass or plastic. The core is surrounded by a less dense glass or
plastic covering called the cladding. It is used for transmission of
large volumes of data.
Advantages: Increased capacity and bandwidth, Light weight,
Less signal attenuation, Immunity to electromagnetic
interference, Resistance to corrosive materials
Disadvantages: Difficult to install and maintain, High cost,
Fragile, unidirectional, there will need another fibre, if we want
bidirectional communication
 Beyond the critical angle  total internal reflection
GUIDED MEDIA
Optical Fibre Cable –
An optical fiber consistsof a core(densermaterial) and a
cladding (lessdense material)
 Light bouncesback and forth along the core
 Commonlight sources:LEDsand lasers
TRANMISSIONMEDIA
Unguided Media
It is also termed as Wireless or Unbounded transmission media. No
physical medium is required for the transmission of electromagnetic
signals. Its features are:
 Signal is broadcasted through air
 Less Secure
 Used for larger distance
There are 3 major types of Unguided Media:
UNGUIDED MEDIA
a) Radiowaves –
These are easy to generate and can penetrate through buildings. The
sending and receiving antennas need not be aligned. Its Frequency
Range is 3KHz – 1GHz. AM and FM radios and cordless phones use
Radiowaves for transmission.
Further Categorized as (i) Terrestrial and (ii) Satellite.
b) Microwaves –
It is a line of sight transmission i.e. the sending and receiving
antennas need to be properly aligned with each other. The distance
covered by the signal is directly proportional to the height of the
antenna. Its Frequency Range is1GHz – 300GHz. These are majorly
used for mobile phone communication and television distribution.
c) Infrared –
Infrared waves are used for very short distance communication. They
cannot penetrate through obstacles because of low wavelength. This
prevents interference between systems. Frequency Range:300GHz –
400THz. It is used in TV remotes, wireless mouse, keyboard, printer,
etc.
TOPOLOGY
The Graphical arrangement of a network which comprises of nodes
and connecting lines between sender and receiver is referred as
network topology. The various network topologies are:
Mesh
Bus
Star
Ring
Tree
Hybrid
TOPOLOGY
Mesh Topology:
In this every device is connected to another device.
 If suppose, N number of devices are connected with each other in
mesh topology, then total number of ports that is required by each
device is ? N-1. In the Figure 1, there are 5 devices connected to
each other, hence total number of ports required is 4.
 If suppose, N number of devices are connected with each other in
mesh topology, then total number of dedicated links required to
connect them is N(N-1)/2.
 Advantages: It is robust, Fault is diagnosed easily. Data is reliable
because data is transferred among the devices through dedicated
channels or links., Provides security and privacy.
 Disadvantages: Installation and configuration is difficult, Cost of
cables are high as bulk wiring is required, hence suitable for less
number of devices, Cost of maintenance is high.
TOPOLOGY
Star Topology :
In this every device is connected via Central Unit/Hub.
 In this all the devices are connected to a single hub through a
cable. This hub is the central node and all others nodes are
connected to the central node. The hub can be Passive (not
intelligent) or Active (intelligent) in nature.
 Advantages : If N devices are connected to each other in star
topology, then the number of cables required to connect them is N.
So, it is easy to set up, Each device require only 1 port i.e. to
connect to the hub.
 Disadvantages: If the concentrator (hub) on which the whole
topology relies fails, the whole system will crash down, Cost of
installation is high, Performance is based on the single
concentrator i.e. hub.
TOPOLOGY
Bus Topology :
In this every computer and network device is connected to single
cable.
 It transmits the data from one end to another in single direction.
No bi-directional feature is in bus topology.
 Advantages: If N devices are connected to each other in bus
topology, then the number of cables required to connect them is 1
?which is known as backbone cable and N drop lines are required,
Cost of the cable is less as compared to other topology, but it is
used to built small networks.
 Disadvantages: If the common cable fails, then the whole system
will crash down, If the network traffic is heavy, it increases
collisions in the network. To avoid this, various protocols are used
in MAC layer known as Pure Aloha, Slotted Aloha, CSMA/CD
etc.
TOPOLOGY
Ring Topology:
It forms a ring connecting a devices with its exactly two neighboring
devices.
The following operations takes place in ring topology are :
 One station is known as monitor station which takes all the
responsibility to perform the operations.
 To transmit the data, station has to hold the token. After the
transmission is done, the token is to be released for other stations
to use.
 When no station is transmitting the data, then the token will
circulate in the ring.
 Advantages :The possibility of collision is minimum in this type
of topology, Cheap to install and expand.
 Disadvantages: Troubleshooting is difficult in this topology,
Addition of stations in between or removal of stations can disturb
the whole topology.
TOPOLOGY
Tree Topology:
This topology have hierarchical flow of data.
 Data flow occurs from top to bottom i.e from the central hub to
secondary and then to the devices or from bottom to top i.e.
devices to secondary hub and then to the central hub.
 Advantages : It allows more devices to be attached to a single
central hub thus it increases the distance that is travel by the signal
to come to the devices, It allows the network to get isolate and
also prioritize from different computers.
 Disadvantages: If the central hub gets fails the entire system fails,
The cost is high because of cabling.
TOPOLOGY
Hybrid Topology:
It is a collection of two or more topologies which are described
above.
 This is a scalable topology which can be expanded easily. It is
reliable one but at the same it is a costly topology.
 It is a combination of two or more same kind or different kind of
topologies. That's why it will consist the advantages and
disadvantages of respective topologies.
THANK YOU

More Related Content

What's hot

What's hot (20)

Direct Memory Access(DMA)
Direct Memory Access(DMA)Direct Memory Access(DMA)
Direct Memory Access(DMA)
 
Parallel processing
Parallel processingParallel processing
Parallel processing
 
IPv4
IPv4IPv4
IPv4
 
Inside the Volta GPU Architecture and CUDA 9
Inside the Volta GPU Architecture and CUDA 9Inside the Volta GPU Architecture and CUDA 9
Inside the Volta GPU Architecture and CUDA 9
 
Inter Process Communication Presentation[1]
Inter Process Communication Presentation[1]Inter Process Communication Presentation[1]
Inter Process Communication Presentation[1]
 
Presentation on arp protocol
Presentation on arp protocolPresentation on arp protocol
Presentation on arp protocol
 
Tcp/Ip Model
Tcp/Ip ModelTcp/Ip Model
Tcp/Ip Model
 
Bootp and dhcp
Bootp and dhcpBootp and dhcp
Bootp and dhcp
 
Memory management
Memory managementMemory management
Memory management
 
Computer network_network devices
Computer network_network devicesComputer network_network devices
Computer network_network devices
 
Disk structure
Disk structureDisk structure
Disk structure
 
Operating system structures
Operating system structuresOperating system structures
Operating system structures
 
Introduction to Parallel Distributed Computer Systems
Introduction to Parallel Distributed Computer SystemsIntroduction to Parallel Distributed Computer Systems
Introduction to Parallel Distributed Computer Systems
 
Introduction to High-Performance Computing
Introduction to High-Performance ComputingIntroduction to High-Performance Computing
Introduction to High-Performance Computing
 
Cache memory
Cache memoryCache memory
Cache memory
 
contiguous memory allocation.pptx
contiguous memory allocation.pptxcontiguous memory allocation.pptx
contiguous memory allocation.pptx
 
Network devices
Network devicesNetwork devices
Network devices
 
Rarp
RarpRarp
Rarp
 
Grid computing & its applications
Grid computing & its applicationsGrid computing & its applications
Grid computing & its applications
 
Dma
DmaDma
Dma
 

Similar to Computer network transmission channel & topology

What Is A Network made by Ms. Archika Bhatia
What Is A Network made by Ms. Archika BhatiaWhat Is A Network made by Ms. Archika Bhatia
What Is A Network made by Ms. Archika Bhatiakulachihansraj
 
Transmission Media and Topologies .pdf
Transmission Media and Topologies   .pdfTransmission Media and Topologies   .pdf
Transmission Media and Topologies .pdfKamran Abdullah
 
NETWORKS & TOPOLOGY
NETWORKS & TOPOLOGYNETWORKS & TOPOLOGY
NETWORKS & TOPOLOGYPRINCE KUMAR
 
Networktopology 130710013533-phpapp01
Networktopology 130710013533-phpapp01Networktopology 130710013533-phpapp01
Networktopology 130710013533-phpapp01Sayyed Nawaz
 
4-Topology and Categories of Network-06-01-2024.PPT
4-Topology and Categories of Network-06-01-2024.PPT4-Topology and Categories of Network-06-01-2024.PPT
4-Topology and Categories of Network-06-01-2024.PPTvedhatrioathi100
 
Network using topologies
Network using topologiesNetwork using topologies
Network using topologiesJaveria600
 
Computer network by faraz ali
Computer network by faraz aliComputer network by faraz ali
Computer network by faraz aliFaraz Faqeer
 
lecture 2,3.pdf
lecture 2,3.pdflecture 2,3.pdf
lecture 2,3.pdfuseless45
 
7 topology ethernet
7 topology ethernet7 topology ethernet
7 topology ethernetSamit Singh
 
Network topology and media presentation
Network topology and media presentationNetwork topology and media presentation
Network topology and media presentationhassaanashraf1
 
Computer network-and Network topology
Computer network-and Network topologyComputer network-and Network topology
Computer network-and Network topologyRida Shad
 
Network topology
Network topologyNetwork topology
Network topologyStudent
 

Similar to Computer network transmission channel & topology (20)

What Is A Network made by Ms. Archika Bhatia
What Is A Network made by Ms. Archika BhatiaWhat Is A Network made by Ms. Archika Bhatia
What Is A Network made by Ms. Archika Bhatia
 
Transmission Media and Topologies .pdf
Transmission Media and Topologies   .pdfTransmission Media and Topologies   .pdf
Transmission Media and Topologies .pdf
 
NETWORKS & TOPOLOGY
NETWORKS & TOPOLOGYNETWORKS & TOPOLOGY
NETWORKS & TOPOLOGY
 
Networktopology 130710013533-phpapp01
Networktopology 130710013533-phpapp01Networktopology 130710013533-phpapp01
Networktopology 130710013533-phpapp01
 
original
originaloriginal
original
 
4-Topology and Categories of Network-06-01-2024.PPT
4-Topology and Categories of Network-06-01-2024.PPT4-Topology and Categories of Network-06-01-2024.PPT
4-Topology and Categories of Network-06-01-2024.PPT
 
networking
networkingnetworking
networking
 
Network using topologies
Network using topologiesNetwork using topologies
Network using topologies
 
Topology
TopologyTopology
Topology
 
Computer network by faraz ali
Computer network by faraz aliComputer network by faraz ali
Computer network by faraz ali
 
Lesson 8
Lesson 8Lesson 8
Lesson 8
 
lecture 2,3.pdf
lecture 2,3.pdflecture 2,3.pdf
lecture 2,3.pdf
 
7 topology ethernet
7 topology ethernet7 topology ethernet
7 topology ethernet
 
Network -Lecture Notes
Network -Lecture NotesNetwork -Lecture Notes
Network -Lecture Notes
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
 
Network topology and media presentation
Network topology and media presentationNetwork topology and media presentation
Network topology and media presentation
 
Network topology
Network topologyNetwork topology
Network topology
 
Computer network-and Network topology
Computer network-and Network topologyComputer network-and Network topology
Computer network-and Network topology
 
Topology
Topology Topology
Topology
 
Network topology
Network topologyNetwork topology
Network topology
 

More from Sweta Kumari Barnwal

Computer Network-Data Link Layer-Module-2.pdf
Computer Network-Data Link Layer-Module-2.pdfComputer Network-Data Link Layer-Module-2.pdf
Computer Network-Data Link Layer-Module-2.pdfSweta Kumari Barnwal
 
Sensors in Different Applications Area.pdf
Sensors in Different Applications Area.pdfSensors in Different Applications Area.pdf
Sensors in Different Applications Area.pdfSweta Kumari Barnwal
 
Sensor technology module-3-interface electronic circuits
Sensor technology module-3-interface electronic circuitsSensor technology module-3-interface electronic circuits
Sensor technology module-3-interface electronic circuitsSweta Kumari Barnwal
 
Sensors fundamentals and characteristics, physical principle of sensing
Sensors fundamentals and characteristics, physical principle of sensingSensors fundamentals and characteristics, physical principle of sensing
Sensors fundamentals and characteristics, physical principle of sensingSweta Kumari Barnwal
 
Module 5-cloud computing-SECURITY IN THE CLOUD
Module 5-cloud computing-SECURITY IN THE CLOUDModule 5-cloud computing-SECURITY IN THE CLOUD
Module 5-cloud computing-SECURITY IN THE CLOUDSweta Kumari Barnwal
 

More from Sweta Kumari Barnwal (20)

UNIT-1 Start Learning R.pdf
UNIT-1 Start Learning R.pdfUNIT-1 Start Learning R.pdf
UNIT-1 Start Learning R.pdf
 
MODULE-2-Cloud Computing.docx.pdf
MODULE-2-Cloud Computing.docx.pdfMODULE-2-Cloud Computing.docx.pdf
MODULE-2-Cloud Computing.docx.pdf
 
Number System.pdf
Number System.pdfNumber System.pdf
Number System.pdf
 
Cloud Computing_Module-1.pdf
Cloud Computing_Module-1.pdfCloud Computing_Module-1.pdf
Cloud Computing_Module-1.pdf
 
Computer Network-Data Link Layer-Module-2.pdf
Computer Network-Data Link Layer-Module-2.pdfComputer Network-Data Link Layer-Module-2.pdf
Computer Network-Data Link Layer-Module-2.pdf
 
Sensors in Different Applications Area.pdf
Sensors in Different Applications Area.pdfSensors in Different Applications Area.pdf
Sensors in Different Applications Area.pdf
 
Sensor technology module-3-interface electronic circuits
Sensor technology module-3-interface electronic circuitsSensor technology module-3-interface electronic circuits
Sensor technology module-3-interface electronic circuits
 
Sensors fundamentals and characteristics, physical principle of sensing
Sensors fundamentals and characteristics, physical principle of sensingSensors fundamentals and characteristics, physical principle of sensing
Sensors fundamentals and characteristics, physical principle of sensing
 
Logic gates
Logic gatesLogic gates
Logic gates
 
Basic computer system
Basic computer systemBasic computer system
Basic computer system
 
Features of windows
Features of windowsFeatures of windows
Features of windows
 
Operating system and services
Operating system and servicesOperating system and services
Operating system and services
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
 
Application Layer
Application LayerApplication Layer
Application Layer
 
Network Layer & Transport Layer
Network Layer & Transport LayerNetwork Layer & Transport Layer
Network Layer & Transport Layer
 
Module 5-cloud computing-SECURITY IN THE CLOUD
Module 5-cloud computing-SECURITY IN THE CLOUDModule 5-cloud computing-SECURITY IN THE CLOUD
Module 5-cloud computing-SECURITY IN THE CLOUD
 
Module 3-cyber security
Module 3-cyber securityModule 3-cyber security
Module 3-cyber security
 
Unit ii-hackers and cyber crimes
Unit ii-hackers and cyber crimesUnit ii-hackers and cyber crimes
Unit ii-hackers and cyber crimes
 
Module 3-cloud computing
Module 3-cloud computingModule 3-cloud computing
Module 3-cloud computing
 
Virtualization - cloud computing
Virtualization - cloud computingVirtualization - cloud computing
Virtualization - cloud computing
 

Recently uploaded

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 

Recently uploaded (20)

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 

Computer network transmission channel & topology

  • 1. COMPUTER NETWORK Transmission Media & Topology Presented By: Sweta Kumari Barnwal Assistant Professor Arka Jain University Jamshedpur, Jharkhand
  • 2. CONTENTS:  Transmission Media  Guided  Un-Guided  Topology  Mesh Topology  Bus Topology  Star Topology  Ring Topology  Tree Topology  Hybrid Topology
  • 3. TRANMISSIONMEDIA In data communication terminology, a transmission medium is a physical path between the transmitter and the receiver i.e it is the channel through which data is sent from one place to another. Transmission Media is broadly classified in following manners:
  • 4. GUIDED MEDIA 1. Guided Media: It is also referred to as Wired or Bounded transmission media. Signals being transmitted are directed and confined in a narrow pathway by using physical links. Its features:  High Speed  Secure  Used for comparatively shorter distances 2. Unguided Media: It is also referred to as Wireless or Unbounded transmission media. No physical medium is required for the transmission of electromagnetic signals. Its features:  Signal is broadcasted through air  Less Secure  Used for larger distances
  • 5. GUIDED MEDIA Twisted-Pair Cables  It consists of 2 separately insulated conductor wires wound about each other. Generally, several such pairs are bundled together in a protective sheath. They are the most widely used Transmission Media.  If the pair of wires are not twisted, electromagnetic noises from, e.g., motors, will affect the closer wire more than the further one, thereby causing errors.  It is further divided into two parts  UTP(Unshielded Twisted Pair)  STP (Shielded Twisted Pair)
  • 6. GUIDED MEDIA  Unshielded Twisted Pair (UTP): This type of cable has the ability to block interference and does not depend on a physical shield for this purpose. It is used for telephonic applications.  Advantages: Least expensive, Easy to install, High speed capacity  Disadvantages: Susceptible to external interference, Lower capacity and performance in comparison to STP, Short distance transmission due to attenuation
  • 7. GUIDED MEDIA  Shielded Twisted Pair (STP): This type of cable consists of a special jacket to block external interference. It is used in fast-data-rate Ethernet and in voice and data channels of telephone lines.  Advantages: Better performance at a higher data rate in comparison to UTP, Eliminates crosstalk, Comparatively faster  Disadvantages: Comparatively difficult to install and manufacture, More expensive, Bulky
  • 8. GUIDED MEDIA Coaxial Cables It has an outer plastic covering containing 2 parallel conductors each having a separate insulated protection cover. Coaxial cable transmits information in two modes: Baseband mode(dedicated cable bandwidth) and Broadband mode(cable bandwidth is split into separate ranges). Cable TVs and analog television networks widely used Coaxial cables.  It carry signalsof higher freq (100KHz–500MHz) than UTPcables  Outer metallic wrapping servesboth asa shieldagainst noiseand asthe secondconductorthat completesthe circuit.
  • 9. GUIDED MEDIA Optical Fibre Cable – It uses the concept of reflection of light through a core made up of glass or plastic. The core is surrounded by a less dense glass or plastic covering called the cladding. It is used for transmission of large volumes of data. Advantages: Increased capacity and bandwidth, Light weight, Less signal attenuation, Immunity to electromagnetic interference, Resistance to corrosive materials Disadvantages: Difficult to install and maintain, High cost, Fragile, unidirectional, there will need another fibre, if we want bidirectional communication  Beyond the critical angle  total internal reflection
  • 10. GUIDED MEDIA Optical Fibre Cable – An optical fiber consistsof a core(densermaterial) and a cladding (lessdense material)  Light bouncesback and forth along the core  Commonlight sources:LEDsand lasers
  • 11. TRANMISSIONMEDIA Unguided Media It is also termed as Wireless or Unbounded transmission media. No physical medium is required for the transmission of electromagnetic signals. Its features are:  Signal is broadcasted through air  Less Secure  Used for larger distance There are 3 major types of Unguided Media:
  • 12. UNGUIDED MEDIA a) Radiowaves – These are easy to generate and can penetrate through buildings. The sending and receiving antennas need not be aligned. Its Frequency Range is 3KHz – 1GHz. AM and FM radios and cordless phones use Radiowaves for transmission. Further Categorized as (i) Terrestrial and (ii) Satellite. b) Microwaves – It is a line of sight transmission i.e. the sending and receiving antennas need to be properly aligned with each other. The distance covered by the signal is directly proportional to the height of the antenna. Its Frequency Range is1GHz – 300GHz. These are majorly used for mobile phone communication and television distribution. c) Infrared – Infrared waves are used for very short distance communication. They cannot penetrate through obstacles because of low wavelength. This prevents interference between systems. Frequency Range:300GHz – 400THz. It is used in TV remotes, wireless mouse, keyboard, printer, etc.
  • 13. TOPOLOGY The Graphical arrangement of a network which comprises of nodes and connecting lines between sender and receiver is referred as network topology. The various network topologies are: Mesh Bus Star Ring Tree Hybrid
  • 14. TOPOLOGY Mesh Topology: In this every device is connected to another device.  If suppose, N number of devices are connected with each other in mesh topology, then total number of ports that is required by each device is ? N-1. In the Figure 1, there are 5 devices connected to each other, hence total number of ports required is 4.  If suppose, N number of devices are connected with each other in mesh topology, then total number of dedicated links required to connect them is N(N-1)/2.  Advantages: It is robust, Fault is diagnosed easily. Data is reliable because data is transferred among the devices through dedicated channels or links., Provides security and privacy.  Disadvantages: Installation and configuration is difficult, Cost of cables are high as bulk wiring is required, hence suitable for less number of devices, Cost of maintenance is high.
  • 15. TOPOLOGY Star Topology : In this every device is connected via Central Unit/Hub.  In this all the devices are connected to a single hub through a cable. This hub is the central node and all others nodes are connected to the central node. The hub can be Passive (not intelligent) or Active (intelligent) in nature.  Advantages : If N devices are connected to each other in star topology, then the number of cables required to connect them is N. So, it is easy to set up, Each device require only 1 port i.e. to connect to the hub.  Disadvantages: If the concentrator (hub) on which the whole topology relies fails, the whole system will crash down, Cost of installation is high, Performance is based on the single concentrator i.e. hub.
  • 16. TOPOLOGY Bus Topology : In this every computer and network device is connected to single cable.  It transmits the data from one end to another in single direction. No bi-directional feature is in bus topology.  Advantages: If N devices are connected to each other in bus topology, then the number of cables required to connect them is 1 ?which is known as backbone cable and N drop lines are required, Cost of the cable is less as compared to other topology, but it is used to built small networks.  Disadvantages: If the common cable fails, then the whole system will crash down, If the network traffic is heavy, it increases collisions in the network. To avoid this, various protocols are used in MAC layer known as Pure Aloha, Slotted Aloha, CSMA/CD etc.
  • 17. TOPOLOGY Ring Topology: It forms a ring connecting a devices with its exactly two neighboring devices. The following operations takes place in ring topology are :  One station is known as monitor station which takes all the responsibility to perform the operations.  To transmit the data, station has to hold the token. After the transmission is done, the token is to be released for other stations to use.  When no station is transmitting the data, then the token will circulate in the ring.  Advantages :The possibility of collision is minimum in this type of topology, Cheap to install and expand.  Disadvantages: Troubleshooting is difficult in this topology, Addition of stations in between or removal of stations can disturb the whole topology.
  • 18. TOPOLOGY Tree Topology: This topology have hierarchical flow of data.  Data flow occurs from top to bottom i.e from the central hub to secondary and then to the devices or from bottom to top i.e. devices to secondary hub and then to the central hub.  Advantages : It allows more devices to be attached to a single central hub thus it increases the distance that is travel by the signal to come to the devices, It allows the network to get isolate and also prioritize from different computers.  Disadvantages: If the central hub gets fails the entire system fails, The cost is high because of cabling.
  • 19. TOPOLOGY Hybrid Topology: It is a collection of two or more topologies which are described above.  This is a scalable topology which can be expanded easily. It is reliable one but at the same it is a costly topology.  It is a combination of two or more same kind or different kind of topologies. That's why it will consist the advantages and disadvantages of respective topologies.