NETWORKS Network Topologies / Configurations. Learning Objectives Describe for each type of network topology the relative strengths and weaknesses.

Slides:



Advertisements
Similar presentations
Shape of a Network.
Advertisements

LAN and WAN LAN (Local Area Networks) are small networks which are contained in a single building or small area. WAN (Wide Area Networks) are larger networks.
COMPUTER NETWORK TOPOLOGIES
Computer Network Topologies
Networks By the end of this session, you will:
Network Topologies CS 1202.
Marwan Al-Namari Week 2. ADSL : Asymmetric Digital Subscriber Line Ethernet networks - 10BASE-T - 100BASE-TX BASE-T BASE-TX (Cat5e.
Network Topologies CSC (c) Nouf AlJaffan.
Network topology.
Solve the anagram. What do these represent?. Solve the anagram. What do these represent? RING BUSSTAR.
NETWORK TOPOLOGY. WHAT IS NETWORK TOPOLOGY?  Network Topology is the shape or physical layout of the network. This is how the computers and other devices.
Network topologies. What is a network topology? Physical arrangement of the devices in a communications network. Most commonly used are bus and star.
Network Topologies.
This is the way an organisation distributes the data across its network. It uses different types of networks to communicate the information across it.
The Three Important Topologies By: Parimal Satashia.
What Is A Network A network is a group of computers interconnected with communication lines which allows users to share information and resources.
Information Technology Lecture No 3 By: Khurram Shahid.
NETWORK TOPOLOGIES HNC COMPUTING - Network Concepts 1 Network Concepts Topologies.
Server is ‘host’ Clients do not communicate with each other.
Definitions What is a network? A series of interconnected computers, linked together either via cabling or wirelessly. Often linked via a central server.
There are Physical and logical network layout. Physical : Topology of a network refers to the configuration of cables, computers, and other peripherals.
 Topology Topology  Different types of topology Different types of topology  bus topologybus topology  ring topologyring topology  star topologystar.
NETWORK TOPOLOGIES. NETWORK TOPOLOGIES THERE ARE BASIC FIVE TYPE OF NETWORK TOPOLOGIES.
UNIT -1. DATA COMMUNICATIONS The term telecommunication means communication at a distance. The word data refers to information presented in whatever form.
1 Network Topology 2 Introduction 8Physical and Logical Topologies 8Topologies 8Bus 8Ring 8Star 8Extended Star 8Mesh 8Hybrid.
The McGraw- AS Computing LAN Topologies. The McGraw- Categories of LAN Topology.
Three types of network cabling Star Topology Tree Topology Linear Bus.
Networks and topology  Lesson Objective: Understand the main terminology about networks.  Learning Outcome: Understand the different types of network.
A bus topology is a type of network setup where each computer and network device are connected to a single cable or backbone. A bus topology is multipoint.
How Computers Work. Objectives What Explain what a computer network is. Explain the advantages and disadvantages of a network. Why To understand how computers.
Royal Latin School. Describe, using diagrams or otherwise, the ring, bus and star network topologies Once you have decided to network a number of computers.
How Networks work?.
Network Topologies.
Network Concepts Topologies
IST 126 Computer Networks Day 2. Server Security Only one password needed to access network Associated with the account is permission to access certain.
Networks Mr Hewitt. Objectives By the end of this lesson you will be able to: Compare stand alone, networked and laptop computers Define a Network Explain.
Mr C Johnston ICT Teacher
SHAPE OF A NETWORK COPYRIGHT BTS TOPOLOGY The way the computers are cabled together Four different layouts Logical topology describes the way data travels.
NETWORKS.
Networks and topology  Lesson Objective: Understand the main terminology about networks.  Learning Outcome: Understand the different types of network.
Project on Network Topology Vipul S. Kale S.Y.B.Com 19 Computer Programming Sterling College.
Network Topologies.
 LAN ADVANTAGE  Workstations can share peripherals devices like printers. Cheaper that providing a printer for each computer.  Workstations do not.
What Is A Network A network is a group of computers interconnected with communication lines which allows users to share information and resources.
Chapter 2 Network topology and Networking devices.
Shape of a Network 10/10/07. Topology  The way the computers are cabled together  Four different layouts  Logical topology describes the way data travels.
Chapter 1 : Computer Networks.
Activity 1 5 minutes to discuss and feedback on the following:
Different computer networks. Star network The star network is local area network mostly used at home, school and offices. Star network has 5 or 6 workstations.
Computer Networks Part 2
Chapter Seven Network Topology [tə'p ɒ ləd ʒɪ ]. In networking, the term “topology” refers to the layout of connected devices on a network. This article.
Network types Point-to-Point (Direct) Connection Dedicated circuit boards connected by cable; To transfer data from A to B: – A writes on its circuit board;
CSC (c) Nouf AlJaffan Network Topologies.
LAN, WAN, and Network Topologies
Network Topologies CSC (c) Nouf AlJaffan.
Computer Network Topologies
Basic Concepts of Computer Networks and Communications
Computer Networks Lesson 1.
Network Topologies CS 1202.
Network Topologies CS 1202.
Computer communications
 What is Topology  Categories of Topology  Definition, structure, advantage and disadvantage of all of the following topologies: o Mesh o Bus o Ring.
Computer Networks Lesson 1.
Network Topologies CSC (c) Nouf AlJaffan.
The Ring Network Advantages: They are cheap to expand.
Communication and the Internet
Networks By the end of this session, you will:
Network Topologies CSC (c) Nouf AlJaffan.
Presentation transcript:

NETWORKS Network Topologies / Configurations

Learning Objectives Describe for each type of network topology the relative strengths and weaknesses.

Network Topologies / Configurations Networks can have their computers connected in a number of different ways. Networks can have their computers connected in a number of different ways. Each method has its advantages and disadvantages.

BUS Advantage: Simple and cheap to set up. Out of all the topologies the bus topology uses the least cabling.Disadvantages: If there is a break in the main cable, the entire network stops working and for this reason adding workstations disrupts the entire network (there needs to be a terminator on both ends of the cable for it to work). A busy (many workstations or a lot of traffic) bus network will have many data collisions and so will be VERY slow (slowest network topology). Data trying to travel simultaneously along the cable in different directions is called a 'data collision'. Poor security as messages do not have to go through the server. Workstation terminator

RINGAdvantage: If there is a break in the cable, the network will continue to operate because the messages can go in the other direction. If there is a break in the cable, the network will continue to operate because the messages can go in the other direction. The workstations themselves now act as terminators. Simple and cheap to set up as cabling is minimal (more than Bus but less than Star). Simple and cheap to set up as cabling is minimal (more than Bus but less than Star). One direction is chosen for data transmission (changed only if cable is broken as explained above) so data collisions are prevented. One direction is chosen for data transmission (changed only if cable is broken as explained above) so data collisions are prevented. Performs better than any other topology under heavy network traffic (load). Performs better than any other topology under heavy network traffic (load). Can be used for wide area networks. Can be used for wide area networks. Disadvantage: Adding workstations does not stop the network but messages have to go the other way so the network traffic is slowed. Adding workstations does not stop the network but messages have to go the other way so the network traffic is slowed. Poor security as messages do not have to go through the server. Poor security as messages do not have to go through the server. Workstation Server Workstation

STARAdvantage: Reliable - new stations may be added / deleted / damaged and cables between workstations and the hub broken without affecting the network at all. Reliable - new stations may be added / deleted / damaged and cables between workstations and the hub broken without affecting the network at all. Good data security - no workstation can interact with another without going through the server first. Good data security - no workstation can interact with another without going through the server first.Disadvantage: Complex wiring - lots of cables required. Complex wiring - lots of cables required. Extra hardware required such as hubs (or switches see right). Extra hardware required such as hubs (or switches see right). Workstation Server Workstation Notes: 1.A STAR network dictates that all messages travel via the server on their way to their destination. 2.If the central point is a ‘switch’ instead of a ‘hub’ then data collisions are prevented as the switch controls communications (a hub however just relays all communications so data collisions can still occur). 3.If the hub breaks down or the cable hub server breaks then the whole network goes down.

Peripherals Printers, scanners etc…. are often known as peripherals and are often shared by connecting them to the server, rather than directly to the network as shown in previous diagrams.

Comparing Topologies When asked to compare topologies do not use an advantage or disadvantage if they also apply to the other/s.

Bus: Advantage: Advantage: Simple and cheap to set up. Out of all the topologies the bus topology uses the least cabling. Disadvantages: Disadvantages: If there is a break in the main cable, the entire network stops working. A busy (many workstations or a lot of traffic) bus network will have many data collisions and so will be VERY slow (slowest network topology). Ring: Advantage: Advantage: Performs better than any other topology under heavy network traffic (load). If there is a break in the cable, the network will continue to operate because the messages can go in the other direction. One direction is chosen for data transmission (changed only if cable is broken as explained above) so data collisions are prevented. Can be used for wide area networks. Disadvantage: Disadvantage: Slightly more difficult to set up than the BUS topology and if one workstation is off or a workstation is added, network traffic is slowed (but not stopped) as messages have to travel in the other direction (one workstation being switched off in a BUS has no affect at all on the network). Bus Vs Ring

BUS Vs STAR Bus: Advantage: Advantage: Simple and cheap to set up. Out of all the topologies the bus topology uses the least cabling. Disadvantages: Disadvantages: If there is a break in the main cable, the entire network stops working and for this reason adding workstations disrupts the entire network. A busy (many workstations or a lot of traffic) bus network will have many data collisions and so will be VERY slow (slowest network topology). Poor security as messages do not have to go through the server. Star: Advantage: Advantage: Reliable - new stations may be added / deleted / damaged and cables between workstations and the hub broken without affecting the network at all. Good data security - no workstation can interact with another without going through the server first. Disadvantage: Disadvantage: Complex wiring - lots of cables required. Extra hardware required such as hubs (or switches).

RING Vs STAR RING: Advantage: Advantage: Performs better than any other topology under heavy network traffic (load). Simple and cheap to set up. Less cabling than a STAR network topology. Disadvantages: Disadvantages: Adding workstations does not stop the network but messages have to go the other way so network traffic is slowed. Poor security as messages do not have to go through the server. Star: Advantage: Advantage: Reliable - new stations may be added / deleted / damaged and cables between workstations and the hub broken without affecting the network at all. Good data security - no workstation can interact with another without going through the server first. Disadvantage: Disadvantage: Complex wiring - lots of cables required. Extra hardware required such as hubs (or switches).

BUS Vs RING Vs STAR Bus: Advantage: Advantage: Simple and cheap to set up. Out of all the topologies the bus topology uses the least cabling. Disadvantages: Disadvantages: If there is a break in the main cable, the entire network stops working and for this reason adding workstations disrupts the entire network. A busy (many workstations or a lot of traffic) bus network will have many data collisions and so will be VERY slow (slowest network topology). Ring: Advantage: Advantage: Performs better than any other topology under heavy network traffic (load). Can be used for wide area networks. Breaks in any cables do not stop the network but network traffic is slowed. If the hub breaks down or the cable hub server breaks in a STAR then the whole network goes down. Disadvantage: Disadvantage: Adding workstations does not stop the network but messages have to go the other way so the network traffic is slowed. Star: Advantage: Advantage: Reliable - new stations may be added / deleted / damaged and cables between workstations and the hub broken without affecting the network at all. Good data security - no workstation can interact with another without going through the server first. Disadvantage: Disadvantage: Complex wiring - lots of cables required. Extra hardware required such as hubs (or switches).

Plenary Describe each type of network topology and give their relative strengths and weaknesses.

BUS Advantage: Simple and cheap to set up. Simple and cheap to set up. Out of all the topologies the bus topology uses the least cabling. Out of all the topologies the bus topology uses the least cabling.Disadvantages: If there is a break in the main cable, the entire network stops working and for this reason adding workstations disrupts the entire network (there needs to be a terminator on both ends of the cable for it to work). If there is a break in the main cable, the entire network stops working and for this reason adding workstations disrupts the entire network (there needs to be a terminator on both ends of the cable for it to work). A busy (many workstations or a lot of traffic) bus network will have many data collisions and so will be VERY slow (slowest network topology). A busy (many workstations or a lot of traffic) bus network will have many data collisions and so will be VERY slow (slowest network topology). Data trying to travel simultaneously along the cable in different directions is called a 'data collision'. Poor security as messages do not have to go through the server. Poor security as messages do not have to go through the server. Workstation terminator

RINGAdvantage: If there is a break in the cable, the network will continue to operate because the messages can go in the other direction. If there is a break in the cable, the network will continue to operate because the messages can go in the other direction. The workstations themselves now act as terminators. Simple and cheap to set up as cabling is minimal (more than Bus but less than Star). Simple and cheap to set up as cabling is minimal (more than Bus but less than Star). One direction is chosen for data transmission (changed only if cable is broken as explained above) so data collisions are prevented. One direction is chosen for data transmission (changed only if cable is broken as explained above) so data collisions are prevented. Performs better than any other topology under heavy network traffic (load). Performs better than any other topology under heavy network traffic (load). Can be used for wide area networks. Can be used for wide area networks. Disadvantage: Adding workstations does not stop the network but messages have to go the other way so the network traffic is slowed. Adding workstations does not stop the network but messages have to go the other way so the network traffic is slowed. Poor security as messages do not have to go through the server. Poor security as messages do not have to go through the server. Workstation Server Workstation

STARAdvantage: Reliable - new stations may be added / deleted / damaged and cables between workstations and the hub broken without affecting the network at all. Reliable - new stations may be added / deleted / damaged and cables between workstations and the hub broken without affecting the network at all. Good data security - no workstation can interact with another without going through the server first. Good data security - no workstation can interact with another without going through the server first.Disadvantage: Complex wiring - lots of cables required. Complex wiring - lots of cables required. Extra hardware required such as hubs (or switches see right). Extra hardware required such as hubs (or switches see right). Workstation Server Workstation Notes: 1.A STAR network dictates that all messages travel via the server on their way to their destination. 2.If the central point is a ‘switch’ instead of a ‘hub’ then data collisions are prevented as the switch controls communications (a hub however just relays all communications so data collisions can still occur). 3.If the hub breaks down or the cable hub server breaks then the whole network goes down.