NETWORK TOPOLOGIES There are three basic configurations used to connect computers they are the Bus Ring Star.

Slides:



Advertisements
Similar presentations
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.
Advertisements

LAN Devices 5.3 IT Essentials.
[Networking Hardwares] [Maninder Kaur]
Presented by Serge Kpan LTEC Network Systems Administration 1.
1 Chapter 8 Local Area Networks - Internetworking.
Internetworking Devices that connect networks are called Internetworking devices. A segment is a network which does not contain Internetworking devices.
1 25\10\2010 Unit-V Connecting LANs Unit – 5 Connecting DevicesConnecting Devices Backbone NetworksBackbone Networks Virtual LANsVirtual LANs.
NETWORK TOPOLOGIES There are three basic configurations used to connect computers they are the Bus Ring Star.
COMPUTER NETWORKS.
NETWORKING DEVICES  What is a networking device?  What are the different networking devices?
Networking Components Chad Benedict – LTEC
Network Hardware for Expanding Network. Expanding Networks When do we need expansion:  Network cable is full of data movements  Printing tasks needs.
Basic Concepts of Computer Networks
Networking Components Christopher Biles LTEC Assignment 3.
Network Design Essentials. Guide to Networking Essentials, Fifth Edition2 Contents 1. Examining the Basics of a Network Layout 2. Understanding Standard.
Network Design Essentials
Chapter 2 Network Design Essentials Instructor: Nhan Nguyen Phuong.
Slide 1 What is a Computer Network? A computer network is a linked set of computer systems capable of sharing computer power and resources such as printers,
Common Devices Used In Computer Networks
NETWORK TOPOLOGIES There are three basic configurations used to connect computers they are the  Bus  Ring  Star.
Network Parts. Network Interface Card (NIC) 2 This used to be a separate card as shown. As many computers these days need access to a network, the technology.
Computer Concepts 2014 Chapter 5 Local Area Networks.
 Network Segments  NICs  Repeaters  Hubs  Bridges  Switches  Routers and Brouters  Gateways 2.
NETWORKING COMPONENTS AN OVERVIEW OF COMMONLY USED HARDWARE Christopher Johnson LTEC 4550.
NETWORKS NEED HISTORY HARDWARE REQD. SOFTWARE REQD. TOPOLOGIES.
OBJECTIVE: o Describe various network topologies o Discuss the role of network devices o Understand Network Configuration Factors to deploy a new network.
Networks and Protocols CE Week 2a. Network hardware.
15.1 Chapter 15 Connecting LANs, Backbone Networks, and Virtual LANs Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or.
Computer Networks 15-1 Connecting Devices. Connecting Device We divide connecting devices into five different categories based on the layer in which they.
By: M.Nadeem Akhtar1 Data Communication Ch 10. By: M.Nadeem Akhtar2 Networks?  LAN  MAN  WAN.
Network Topologies.
NETWORK HARDWARE CABLES NETWORK INTERFACE CARD (NIC)
Chapter2 Networking Fundamentals
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Star Topology Star Networks are one of the most common network topologies. consists of one central switch, hub or computer, which acts as a conduit to.
Data Communications and Networks Chapter 1 - Classification of network topologies Data Communications and Network.
Guide to Networking Essentials Fifth Edition Chapter 2 Network Design Essentials.
NETWORK DEVICES Department of CE/IT.
Kevin Harrison LTEC 4550 Assignment 3.  Ethernet Hub  An unsophisticated device that is used for connecting multiple Ethernet devices together.  Typically.
CHAPTER -II NETWORKING COMPONENTS CPIS 371 Computer Network 1 (Updated on 3/11/2013)
Networks DEVICES. Repeater device to amplify or regenerate digital signals received while setting them from one part of a network into another. Works.
CIS 173 Networking Essentials Week #3 Objectives Review Chapter #1 Questions Lecture Chapter #2 (Topologies)
BASIC CONCEPTS OF NETWORK. INDEX  Definition & applications of computer network  Components of computer network  Network benefits  Disadvantages of.
NETWORK FUNDAMENTALS. ● Network Topology ● Network Cable ● OSI Model ● Network Hardware.
Network Concepts.
Introduction to Network Hardware
Unit Communication Hardware
Network and hardware revision
Network Hardware for Expanding Network
Featrues of Compputer Networks
Chapter 2: Network Design Essentials
Local Area Networks Honolulu Community College
Section 4 – Computer Networks
Networking Devices.
Local Area Networks Yiannos Mylonas.
Chapter 3 Computer Networking Hardware
Connecting LANs, Backbone Networks
Computer Networking Devices
Introduction to Computers
CT1303 LAN Rehab AlFallaj.
DEPARTMENT OF COMPUTER SCIENCE M.TEJASWINI
Chapter 7 Backbone Network
2 Basic Concepts: data and computer networking
Ethernet First network to provide CSMA/CD
Network Devices Hub Definition:
Computer communications
Networks and Topologies
Computer Networks Lesson 2.
Connectors, Repeaters, Hubs, Bridges, Switches, Routers, NIC’s
Presentation transcript:

NETWORK TOPOLOGIES There are three basic configurations used to connect computers they are the Bus Ring Star

PEER-TO-PEER networking Bus topology This type of network was widely used in the 1980’s In this configuration every computer (node) shares the networks total bus capacities. In this configuration adding more computers will reduce the access speed on the network. Each computer communicates to other computers on the network independently this is referred to as PEER-TO-PEER networking

How a Bus Peer to Peer Network Works All computers on a network have a distinct address just like your house does a message would be send from one computer with the address of another computer attached to the message The message is broadcasted to all the computers on the network until the addressed PC accepts the message

How it worked The type of wires used for Bus Networks in the 80’s were called Thicknet and Thinnet A Thicknet cable (very large about 1 inch in diameter usually yellow was hung around a room) Thinnet cables were connected to the PC’s NIC and a Transceiver. The Transceiver was tapped into the Thicknet cable To stop the message from bouncing back and forward down the wire (known as signal bounce) both ends of the network are terminated with 50Ω resistors

Problems One of the main problems with this type of network is that it is not very fault tolerant, a break or defect in the bus would affect the whole network

Ring Topology In Ring topology each node is connected to the two nearest nodes so the entire network forms a circle Data only travels in one direction on a Ring network

How this Topology works a node has information to send to another computer on the network so it sends the information out on the network to the PC it is connected to, if the information is for this PC (the recipients NIC address is attached to the message, which is like putting an address on an envelope) then the PC accepts the data otherwise it passes the information on to the next PC by repeating the data back out on the line This method of repeating the data helps keep the integrity of the data readable by other computers

How it Works As it is better to have computers take turns using the connecting Data cable, Ring topologies incorporated a system called Token passing In this topology, to transmit on the wire your computer must have control of the token or wait for the token to be free Larger Token Ring networks use multiple tokens

Problems and Solutions The drawback to this type of topology is that a single malfunctioning workstation can disable the whole network To make sure all the information is sent the receiving PC sends the token back to the sending PC after it has received all the data If the sending PC is finished sending it passes the token to the next PC This type of network was also widely used in the 1980’s This type of network used Thinnet cable joining nodes. In the mid 1980’s Thinnet cable was replaced by Category 3 Ethernet cable capable of handling up to 10Mbps

Star topology HUB In a Star topology every node is connected through a central device such as a Hub, Switch or Router Compared to a Ring or Bus topology a Star topology requires that more thought be put into its setup

The Good and Bad of a Star Network The upside of a star network is that if any one cable fails then only the node connected on that cable would be affected Another positive point to this type of network is that it is very simple to join two star networks together by connecting their central devices to each other

The Good and Bad of a Star Network As each computer is connected to a central device (Hub) the location of the Hub must be made as central as possible, so as to reduce cable lengths The drawback to this type of topology is if a central device was to fail then all computers connected to that device would not be able to see the network

What is a Hub? A hub is usually a small rectangular box, often made of plastic, which receives its power from an ordinary wall outlet A hub joins multiple computers (or other network devices) together to form a single network segment On this network segment, all computers can communicate directly with each other

What is a Hub? Ethernet hubs are by far the most common type, but hubs for other types of networks such as USB also exist A hub includes a series of ports that each accepts a network cable Small hubs can network four computers together They contain four or sometimes five ports

What is a Hub? Many times the fifth port is reserved for "uplink" which is the connecting of one hub to another hub or similar device (joining two segments together). Larger hubs contain eight, 12, 16, and even 24 ports

Key Features of Hubs Hubs classify as Layer 1 devices in the OSI model OSI stands for : The Open Systems Interconnection Basic Reference Model At the physical layer, hubs can support little in the way of sophisticated networking Hubs do not read any of the data passing through them and are not aware of their source or destination

Key Features of Hubs Essentially, a hub simply receives incoming packets, possibly amplifies the electrical signal, and broadcasts these packets out to all devices on the network - including the one that originally sent the packet! a packet is a formatted block of data carried by a computer network

Different Types of Hubs Technically speaking, three different types of hubs exist Passive Active Intelligent

Passive hubs Passive hubs do not amplify the electrical signal of incoming packets before broadcasting them out to the network Active hubs amplify the electrical signal of incoming packets back to their original level before broadcasting them back out on the network

Intelligent hubs add extra features to an active hub that are of particular importance to businesses An intelligent hub is typically stackable (built in such a way that multiple units can be placed one on top of the other to conserve space).

Intelligent hubs It also typically includes remote management capabilities via SNMP and virtual LAN (VLAN) support (You can configure or check it from a computer that is connected to it). SNMP-Simple Network Management Protocol

What is a Network Switch? A network switch is a small hardware device that joins multiple computers together within one local area network (LAN) Technically, network switches operate at layer two (Data Link Layer) of the OSI model

Network Switch Network switches appear nearly identical to network hubs, but a switch generally contains more "intelligence" (and a slightly higher price tag) than a hub Unlike hubs, network switches are capable of inspecting data packets as they are received, determining the source and destination device of that packet, and forwarding it appropriately

Network Switch By delivering each message only to the connected device it was intended for, a network switch conserves network bandwidth and offers generally better performance than a hub

What is a Router? Routers are physical devices that join multiple wired or wireless networks together Technically, a wired or wireless router is a Layer 3 gateway, meaning that the wired/wireless router connects networks together A Gateway is a device that acts like a security guard and only allows data in or out if it has the right network headers

Routers Home “networkers” often use an Internet Protocol (IP) wired or wireless router IP is the most common OSI network layer protocol Protocols are the rules governing the transfer of data information, it can also be compared to how humans use languages (to get your point across you must talk in the same language as the person you are speaking to).

Routers An IP router such as a DSL or cable modem are broadband routers and joins the home's local area network (LAN) to the wide-area network (WAN) of the Internet A Broadband Router is a device that allows multiple PC’s to access the Internet using only one address.