SlideShare a Scribd company logo
Data transmission 
Data transmission, digital transmission, or digital 
communications is the physical transfer of 
dataover a point-to-point or point-to-multipoint 
communication channel. Examples of such 
channels are copper wires, optical fibres, wireless 
communication channels, storage media and 
computer buses. The data are represented as an 
electromagnetic signal, such as an electrical 
voltage, radiowave, microwave, or infrared signal.
 Data transmitted may be digital messages 
originating from a data source, for example a 
computer or a keyboard. It may also be an 
analog signal such as a phone call or a video 
signal,
Transmission channels 
 A path between two nodes in a network. It may 
refer to the physical cable, the signal 
transmitted within the cable or to a subchannel 
within a carrier frequency. In radio and TV, it 
refers to the assigned carrier frequency.
Hub 
 A hub is a device that connects a number of 
computers together to make a LAN. 
 The typical use of a hub is at the centre of a 
star network (or as part of a hybrid network) - 
the hub has cables plugged into it from each 
computer. 
 A hub is a ‘dumb’ device: if it receives a 
message, it sends it to every computer on the 
network. This means that hub-based networks 
are not very secure - everyone can listen in to
Data transmission and network topologies.html
Switch 
 A switch, like a hub, is a device that connects a 
number of computers together to make a LAN. 
 The typical use of a switch is at the centre of a 
star network - the switch has cables plugged 
into it from each computer. 
 A switch is a more ‘intelligent’ device than a 
hub: if it receives a message, it checks who it is 
addressed to, and only sends it to that specific 
computer. Because of this, networks that use 
switches are more secure than those that use 
hubs, but also a little more expensive.
Router 
 A router is a network device that connects 
together two or more networks. 
 A common use of a router is to join a home or 
business network (LAN) to the Internet (WAN). 
 The router will typically have the Internet cable 
plugged into it, as well as a cable, or cables to 
computers on the LA
Data transmission and network topologies.html
Bridge 
 A bridge is a network device that typically links 
together two different parts of a LAN.
Data transmission and network topologies.html
Proxy Server 
 A proxy server is a computer setup to share a 
resource, usually an Internet connection. 
 Other computers can request a web page via 
the proxy server. The proxy server will then get 
the page using its Internet connection, and 
pass it back to the computer who asked for it.
Data transmission and network topologies.html
Firewall 
 A firewall is a device, or a piece of software that 
is placed between your computer and the rest 
of the network (where the hackers are!) 
 If you wish to protect your whole LAN from 
hackers out on the Internet, you would place a 
firewall between the LAN and the Internet 
connection.
Data transmission and network topologies.html
Network topologies 
The word topology means ‘arrangement 
 Bus 
 Star 
 Ring 
 Hybrid
Bus Network 
 In this type of network, a long, central cable, the 
‘bus’ is used to connect all of the computers 
together. Each computer has a short cable 
linking it to the ‘bus’. 
 Is cheap to install (just one long cable) 
 Can be quite slow since all computers share 
the same cable when communicating 
 Will stop working if there is a break in the 
central bus cable.
Data transmission and network topologies.html
Ring Network 
 In this type of network each computer is 
connected to a loop of cable, the ‘ring’. (If you 
took a bus network and connected the ends of 
the bus cable together, you would have a ring 
network.) 
 Can cope with a break in the ring cable since all 
computers are still joined together (it is now a 
bus network)
Data transmission and network topologies.html
Star Network 
 In this type of network every computer is 
connected to a central device. The device 
passes messages between computers. 
 Is quite expensive to install (you have to buy 
lots of cable and the central device) 
 Is very fast since each computer has its own 
cable which it doesn’t need to share 
 Can cope with a broken cable (only one 
computer will be affected) 
 Will stop working if the central device breaks
Data transmission and network topologies.html
Hybrid Network 
 A hybrid network is simply one that combines 
two or more of the above basic topologies. 
 E.g. A network that has several star networks 
linked together is a hybrid network
Data transmission and network topologies.html

More Related Content

PPTX
Network devices
PPT
Introduction to networking by vikas jagtap
PPTX
Connecting devices
PPT
Network devices
PPT
Computer Networking
PPT
Computer Network
PPTX
Network Hardware And Software
PPTX
Networking basics
Network devices
Introduction to networking by vikas jagtap
Connecting devices
Network devices
Computer Networking
Computer Network
Network Hardware And Software
Networking basics

What's hot (20)

PPT
Computer networkingdevices
PPTX
Device & Types of Networking
PPTX
Networking basic fundamental
PPT
Networking device Computer Application in Business
PPTX
Computer Networking
PPT
03 basic computer_network
PPT
Computer Networking
PPT
Network devices
PPTX
Network topologies for management
PPT
Networking devices
PPTX
Lan network
PPTX
Networking Fundamentals
PPSX
Networking Devices and Networking Topologies
PPTX
Computer Networking | Computer Science
PPT
Network
PPTX
Network and technologies
PPT
Introduction to network
PPT
Network Basics
PPTX
Popular network devices
Computer networkingdevices
Device & Types of Networking
Networking basic fundamental
Networking device Computer Application in Business
Computer Networking
03 basic computer_network
Computer Networking
Network devices
Network topologies for management
Networking devices
Lan network
Networking Fundamentals
Networking Devices and Networking Topologies
Computer Networking | Computer Science
Network
Network and technologies
Introduction to network
Network Basics
Popular network devices
Ad

Similar to Data transmission and network topologies.html (20)

PPT
Chapter 4 computer networks
PPTX
What is network
PPTX
Computer Networks
PPTX
NETWORKING CONCEPTS of class 8 KIPS.pptx
PPTX
(computer Networks it) by gulshan k maheshwari qau
PPT
Networkingconcepts
PPTX
Network devices.pptx
DOCX
Network Devices
PPTX
Prepare 2 COMPUTER_NETWORKS Lecture 1 & 2.pptx
PPTX
Computer networks
PPT
Networking Fundamentals
PPTX
Network connectivity devices
PPT
1 introduction-to-computer-networking
PPTX
Networking Fundamentals
PPT
NETWORKING
DOCX
Network hardware
PPS
Network ppt
PPTX
Data communication and Computer Network Material (1).pptx
PPT
Networking fundamentals (1)
PPT
Networkingfundamentals
Chapter 4 computer networks
What is network
Computer Networks
NETWORKING CONCEPTS of class 8 KIPS.pptx
(computer Networks it) by gulshan k maheshwari qau
Networkingconcepts
Network devices.pptx
Network Devices
Prepare 2 COMPUTER_NETWORKS Lecture 1 & 2.pptx
Computer networks
Networking Fundamentals
Network connectivity devices
1 introduction-to-computer-networking
Networking Fundamentals
NETWORKING
Network hardware
Network ppt
Data communication and Computer Network Material (1).pptx
Networking fundamentals (1)
Networkingfundamentals
Ad

Data transmission and network topologies.html

  • 1. Data transmission Data transmission, digital transmission, or digital communications is the physical transfer of dataover a point-to-point or point-to-multipoint communication channel. Examples of such channels are copper wires, optical fibres, wireless communication channels, storage media and computer buses. The data are represented as an electromagnetic signal, such as an electrical voltage, radiowave, microwave, or infrared signal.
  • 2.  Data transmitted may be digital messages originating from a data source, for example a computer or a keyboard. It may also be an analog signal such as a phone call or a video signal,
  • 3. Transmission channels  A path between two nodes in a network. It may refer to the physical cable, the signal transmitted within the cable or to a subchannel within a carrier frequency. In radio and TV, it refers to the assigned carrier frequency.
  • 4. Hub  A hub is a device that connects a number of computers together to make a LAN.  The typical use of a hub is at the centre of a star network (or as part of a hybrid network) - the hub has cables plugged into it from each computer.  A hub is a ‘dumb’ device: if it receives a message, it sends it to every computer on the network. This means that hub-based networks are not very secure - everyone can listen in to
  • 6. Switch  A switch, like a hub, is a device that connects a number of computers together to make a LAN.  The typical use of a switch is at the centre of a star network - the switch has cables plugged into it from each computer.  A switch is a more ‘intelligent’ device than a hub: if it receives a message, it checks who it is addressed to, and only sends it to that specific computer. Because of this, networks that use switches are more secure than those that use hubs, but also a little more expensive.
  • 7. Router  A router is a network device that connects together two or more networks.  A common use of a router is to join a home or business network (LAN) to the Internet (WAN).  The router will typically have the Internet cable plugged into it, as well as a cable, or cables to computers on the LA
  • 9. Bridge  A bridge is a network device that typically links together two different parts of a LAN.
  • 11. Proxy Server  A proxy server is a computer setup to share a resource, usually an Internet connection.  Other computers can request a web page via the proxy server. The proxy server will then get the page using its Internet connection, and pass it back to the computer who asked for it.
  • 13. Firewall  A firewall is a device, or a piece of software that is placed between your computer and the rest of the network (where the hackers are!)  If you wish to protect your whole LAN from hackers out on the Internet, you would place a firewall between the LAN and the Internet connection.
  • 15. Network topologies The word topology means ‘arrangement  Bus  Star  Ring  Hybrid
  • 16. Bus Network  In this type of network, a long, central cable, the ‘bus’ is used to connect all of the computers together. Each computer has a short cable linking it to the ‘bus’.  Is cheap to install (just one long cable)  Can be quite slow since all computers share the same cable when communicating  Will stop working if there is a break in the central bus cable.
  • 18. Ring Network  In this type of network each computer is connected to a loop of cable, the ‘ring’. (If you took a bus network and connected the ends of the bus cable together, you would have a ring network.)  Can cope with a break in the ring cable since all computers are still joined together (it is now a bus network)
  • 20. Star Network  In this type of network every computer is connected to a central device. The device passes messages between computers.  Is quite expensive to install (you have to buy lots of cable and the central device)  Is very fast since each computer has its own cable which it doesn’t need to share  Can cope with a broken cable (only one computer will be affected)  Will stop working if the central device breaks
  • 22. Hybrid Network  A hybrid network is simply one that combines two or more of the above basic topologies.  E.g. A network that has several star networks linked together is a hybrid network