Shuffle Exchange Point-to-point, Bus, Ring, Star, Mesh

Slides:



Advertisements
Similar presentations
COMPUTER NETWORK TOPOLOGIES
Advertisements

Computer Network Topologies
Data Link Layer B. Konkoth. PDU  Protocol Data Unit  A unit of data which is specified in a protocol of a given layer  Layer 5, 6, 7 – Data  Layer.
Shalini Bhavanam. Key words: Basic Definitions Classification of Networks Types of networks Network Topologies Network Models.
1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
LAN Risanuri Hidayat. LAN-Local Area Network A LAN is a high-speed data network that covers a relatively small geographic area. It typically connects.
Core 3: Communication Systems. On any network there are two types of computers present – servers and clients. By definition Client-Server architecture.
Damian Gordon.  When we hook up computers together using data communication facilities, we call this a computer network.
COMPUTER NETWORKS.
Network Topologies.
Networks CSCI-N 100 Dept. of Computer and Information Science.
Semester 1 Module 8 Ethernet Switching Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
Network Design Essentials. Guide to Networking Essentials, Fifth Edition2 Contents 1. Examining the Basics of a Network Layout 2. Understanding Standard.
Chapter 2 Network Design Essentials Instructor: Nhan Nguyen Phuong.
20 LAN Hardware Overview Version A.01 H3065S Module 2 Slides.
Semester 1 CHAPTER 3 Le Chi Trung
NETWORK TOPOLOGIES HNC COMPUTING - Network Concepts 1 Network Concepts Topologies.
 Lecturer : Ch. Nabeel Ahmed Superior University Grw Campus 1.
Module 8: Ethernet Switching
Overview of computer communication and Networking Communication VS transmission Computer Network Types of networks Network Needs Standards.
 Topology Topology  Different types of topology Different types of topology  bus topologybus topology  ring topologyring topology  star topologystar.
NETWORKS NEED HISTORY HARDWARE REQD. SOFTWARE REQD. TOPOLOGIES.
Computer Networks. A computer network is defined as the interconnection of 2 or more independent computers or/and peripherals. Computer Network.
Physical Topology Physical layout of the network nodes – Broad description of the network: no detail about device types, connection methods, addressing,...
COMON NETWORK STRUCTURES BY :Karla Barragán. STAR topology Star networks are one of the most common computer network topologies. In its simplest form,
5 SECTION A 1 Network Building Blocks  Network Classifications  LAN Standards  Network Devices  Clients, Servers, and Peers  Physical Topology  Network.
Sem1 - Module 8 Ethernet Switching. Shared media environments Shared media environment: –Occurs when multiple hosts have access to the same medium. –For.
By: M.Nadeem Akhtar1 Data Communication Ch 10. By: M.Nadeem Akhtar2 Networks?  LAN  MAN  WAN.
Network Topologies.
Network Concepts Topologies
NET 324 D Networks and Communication Department Lec1 : Network Devices.
Chapter 5 Network Architecture. Physical Topologies Bus Ring Star.
NETWORKS.
Networks. Ethernet  Invented by Dr. Robert Metcalfe in 1970 at Xerox Palo Alto Research Center  Allows group of computers to communicate in a Local.
Computer Networks Syed Md. Ashraful Karim Lecturer, CSE BU.
Data Communications and Networks Chapter 1 - Classification of network topologies Data Communications and Network.
Network Topologies Created by: Ghadeer H. Abosaeed June 22, 2012.
Chapter 1 : Computer Networks.
NETWORK DEVICES Department of CE/IT.
Data Communication and Networks Chapter 5. What’s a Network? a network consists of two or more computers that are connected together to share information.
LAN Topologies Part 1. What is topology? Topology is the physical or logical interconnection of communicating devices Physical Topology: LANtopology,
Class Notes CS403- Internet Technology Prepared by: Gulrez Alam Khan.
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;
Local Area Network Topology. LAN Architecture - Protocol architecture - Topologies - Media access control - Logical Link Control.
SIMS-201 Computer Networks.
Introduction What is a Network?
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
INTRODUCTION TO COMPUTER NETWORKS
Computer Network Collection of computers and devices connected by communications channels that facilitates communications among users and allows users.
Local Area Networks Yiannos Mylonas.
Connecting Devices LANs or WANs do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs or WANs, we.
Chapter 3 Computer Networking Hardware
Computer Network Topologies
LAN Risanuri Hidayat.
CT1303 LAN Rehab AlFallaj.
Guide to Networking Essentials, 6th Edition
Computer Networks.
Chapter 5 Networks Communicating and Sharing Resources
Understand Network Topologies and Access Methods
2 Basic Concepts: data and computer networking
Chapter 6 Networks Communicating and Sharing Resources
COMMUNICATIONS,NETWORKS, THE INTERNET AND
Network Topologies Charles Warren.
INTRODUCTION TO COMPUTER NETWORKS
INTRODUCTION TO COMPUTER NETWORKS
SIMS-201 Computer Networks.
Networking Theory and Protocol.
WJEC GCSE Computer Science
Practical Network Computer Science IT&CS Third Class part Mohanad Ali
Presentation transcript:

Shuffle Exchange Point-to-point, Bus, Ring, Star, Mesh Routing Shuffle Exchange Point-to-point, Bus, Ring, Star, Mesh

Shuffle exchange

Classifications Point-to-Point – direction connection between Nodes Bus – Nodes are connected to a single cable (Bus) Star – each node is connected to a central node Ring – a closed bus loop Mesh – nodes are directly connected to (some/all) nodes

Network Connection Technologies

Communicating on Token Ring Token ring local area network (LAN) technology is a communications protocol for local area networks. It uses a special three-byte frame called a "token" that travels around a logical "ring" of workstations or servers. This token passing is a channel access method providing fair access for all stations, and eliminating the collisions of contention-based access methods.

Communicating on Star the hub and leaf nodes, and the transmission lines between them, form a graph with the topology of a star. Data on a star network passes through the hub, switch, or concentrator before continuing to its destination. The hub, switch, or concentrator manages and controls all functions of the network. It also acts as a repeater for the data flow

Communication on Ethernet Since all communication happens on the same wire, any information sent by one computer is received by all, even if that information is intended for just one destination. The network interface card interrupts the CPU only when applicable packets are received: The card ignores information not addressed to it. Use of a single cable also means that the data bandwidth is shared, such that, for example, available data bandwidth to each device is halved when two stations are simultaneously active.

Connection on Mesh The message is propagated along a path by hopping from node to node until it reaches its destination. To ensure all its paths' availability, the network must allow for continuous connections and must reconfigure itself around broken paths, using self-healing algorithms such as Shortest Path Bridging. Self-healing allows a routing-based network to operate when a node breaks down or when a connection becomes unreliable. As a result, the network is typically quite reliable, as there is often more than one path between a source and a destination in the network. Although mostly used in wireless situations, this concept can also apply to wired networks and to software interaction.

Clusters and load balancing