Topology What is a Topology? The physical topology of a network refers to the configuration of cables,computers,and other peripherals.Physical topology.

Slides:



Advertisements
Similar presentations
Topology The physical topology of a network refers to the configuration of cables, computers and other peripherals. The main types of network topologies.
Advertisements

Chapter 4 Computer Networks
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
Bus topology refers to a single cable that connects all the work stations, servers, printers and other devices on the network. The cable runs from one.
INTRODUCTION TO NETWORKS
Computer Network Topologies
Basic Concepts of Computer
Nilesh Agre Wedashree Jalukar Neelima Shahi Group Members.
Chapter 2 Basic Concepts Line Configuration Topology Transmission Mode Categories of Networks Internetworks WCB/McGraw-Hill  The McGraw-Hill Companies,
Internetworking School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 4, Tuesday 1/30/2007)
Network topology.
What is a Computer Network? Two or more computers which are connected together.
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 TOPOLOGY ALEGRIA GONZALEZ. WHAT IS A NETWORK TOPOLOGY?  a topology is a description of the of a network, including its  The physical topology.
Network Design Essentials
Chapter 4: Computer Networks Department of Computer Science Foundation Year Program Umm Alqura University, Makkah Computer Skills /1436.
The Three Important Topologies By: Parimal Satashia.
2 ADVANTAGE OF BUS TOPOLOGY Cheap and Easy, Having only one main cable connecting all of the stations together drastically reduces the time and the cost.
What is a Topology? The physical topology of a network refers to the configuration of cables, computers, and other peripherals. Physical topology should.
Information Technology Lecture No 3 By: Khurram Shahid.
Topology Level: Prep-I Topic: Computer Networks Ms. Fouzia Yousuf October 25, 2010.
Server is ‘host’ Clients do not communicate with each other.
Today’s Topics Chapter 8: Networks Chapter 8: Networks HTML Introduction HTML Introduction.
Local Area Network Daniel Shin CS 147, Section 3 November 18, 2008.
Network Topologies Lecturer: Hyder R. Hamandi. Network Topologies Physical topologies describe how the cables are run in the network A topology is a way.
There are Physical and logical network layout. Physical : Topology of a network refers to the configuration of cables, computers, and other peripherals.
Net work topology Suzann Muhammad abu rewaedh
Intro to Network Design
 Topology Topology  Different types of topology Different types of topology  bus topologybus topology  ring topologyring topology  star topologystar.
 A star topology is one of the most common network setups where each of the devices and computers on a network connect to a central hub.
Computer Networks. A computer network is defined as the interconnection of 2 or more independent computers or/and peripherals. Computer Network.
NETWORK TOPOLOGIES. NETWORK TOPOLOGIES THERE ARE BASIC FIVE TYPE OF NETWORK TOPOLOGIES.
1 Network Topology 2 Introduction 8Physical and Logical Topologies 8Topologies 8Bus 8Ring 8Star 8Extended Star 8Mesh 8Hybrid.
Three types of network cabling Star Topology Tree Topology Linear Bus.
Networks Network topologies. Networks Network topology Is the way the devices are arranged in a network In a wired network, it shows how the computers.
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.
Topology, refers to the physical and logical diagrams which summarize network connections and information flow.
Network Concepts Topologies
NET 324 D Networks and Communication Department Lec1 : Network Devices.
NETWORKS.
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.
NETWORK TOPOLOGIES NETWORK DEVICES. TOPOLOGY The physical topology of a network refers to the configuration of cables, computers, and other peripherals.
 Physical arrangement of devices in a network  Common types: › Ring › Bus › Star › Tree.
Networking Topology 1.BUS Topology 2.RING Topology 3.STAR Topology
Project on Network Topology Vipul S. Kale S.Y.B.Com 19 Computer Programming Sterling College.
Network Topologies.
Local-Area Networks. Topology Defines the Structure of the Network – Physical topology – actual layout of the wire (media) – Logical topology – defines.
Network Topologies Created by: Ghadeer H. Abosaeed June 22, 2012.
Internetworking School of Business Eastern Illinois University © Abdou Illia, Spring 2016 (February 3, 2016)
By: Juan Mateo Granja.  A star topology is one of the most common network setups where each computers on a network connect to a central hub.hub  The.
3 Semester 1 CHAPTER 3 REVIEW JEOPARDY S2C01 Jeopardy Review.
Chapter 1 : Computer Networks.
Network Topologies By: Josh Geller. Star Topology All computers are connected to a central hub. Cheap to expand as hubs are currently inexpensive. No.
Physical Network Topology. When working with a network What is Physical Topology????? The physical topology of a network refers to the configuration of.
COMPUTER NETWORKS CS610 Lecture-12 Hammad Khalid Khan.
LAN Topologies Part 1. What is topology? Topology is the physical or logical interconnection of communicating devices Physical Topology: LANtopology,
Network Topology Computer network topology is the way various components of a network (like nodes, links, peripherals, etc) are arranged. Network topologies.
COMPUTER NETWORKS CS610 Lecture-13 Hammad Khalid Khan.
Local Area Network Topology. LAN Architecture - Protocol architecture - Topologies - Media access control - Logical Link Control.
Local Area Networks Yiannos Mylonas.
Computer Network Topologies
Shuffle Exchange Point-to-point, Bus, Ring, Star, Mesh
Basic Concepts of Computer Networks and Communications
Network Topology.
Network Models, Hardware, Protocols and number systems
How Computers Work.
Physical Network Topology
Practical Network Computer Science IT&CS Third Class part Mohanad Ali
Presentation transcript:

Topology What is a Topology? The physical topology of a network refers to the configuration of cables,computers,and other peripherals.Physical topology should not be contused with logical topology which is the method used to pass information between workstations.

Topology

Bus A physical bus topology,also called a linear bus,consists of a single cable to which all the computers in the segment are attached.Messages are sent down the line to all attached stations,regardless of which one is the recipient.Each computer examines every packet on the wire to determine whom the packet is for;if it is for another station, the computer discards it.Likewise,a computer will receive and process any packets on the bus that are address to it.

Bus Topology The bus topology employs one bus to carry entire data of a network. A bus is single continuous cable that runs throughout the office and is connected to all the computers.

Bus topology

Advantages: 1. Low trafic network,since only small amount of devices alowed in the network. 2. Unexpensive since you may only need sever,workstation,an Ethernet,cable,and network interface cards.

Disadvantages: 1. Limited to how many devices can be connected to the bus or cable. 2. If problem occures on the backbone “ cable ”,the entire network will go down. 3. Limited to future addition of other devices.