Networks. Bus Network Terminator‘Workstation’ ‘Client’ ‘Terminal’ ‘Node’ Computer Terminator Backbone Server (optional)

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

Wireless network Usually use Radio Frequency (RF) technology Adv :
INTRODUCTION TO NETWORKS
Networks Terminology and Hardware. Network A network is a group of connected computers that can communicate with each other to share information and equipment,
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.
Networks Adapting Computers to Telecommunications Media.
1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
مقدمة في تقنية المعلومات د. محمد البرواني. مقدمة عن الشبكات مقدمة عن الشبكات.
Telecommunications Chapter 5 Chapter 5 Telecommunications
Communication Links Communication Link = Physical connection or Physical Medium Types: Wire Pair or Twisted Pair Coaxial Cable Fiber Optics Bandwidth,
Two Network Types Defined by DISTANCE LAN WAN. NETWORKS LAN LOCAL AREA NETWORK.
Internetworking School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 4, Tuesday 1/30/2007)
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.
Understanding Networks II. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
Distributed Systems Module 1 -Basic networking Teaching unit 1 – LAN standards Ernesto Damiani University of Bozen-Bolzano Lesson 3 – Introduction to Ethernet.
Core 3: Communication Systems. On any network there are two types of computers present – servers and clients. By definition Client-Server architecture.
COMPUTER NETWORKS.
1 Computer Networks Course: CIS 3003 Fundamental of Information Technology.
Network Topologies.
Networks CSCI-N 100 Dept. of Computer and Information Science.
Chapter 4.  Understand network connectivity.  Peer-to-Peer network & Client-Server network  Understand network topology  Star, Bus & Ring topology.
Chapter Five Network Architecture. Chapter Objectives  Describe the basic and hybrid LAN technologies  Describe a variety of enterprise-wide and WAN.
Network Design Essentials
Chapter 5 Networks Communicating and Sharing Resources
Computer Network: It is group of interconnected computers and devices which are sharing the same communication infrastructure and communication protocols.
Networks and Telecommunications
Chapter 9A Network Basics.
SIMS-201 Computer Networks. 2 Introduction to Computer Networks Chapter 19 The Local Area Network  Overview.
1 Chapter 2: LAN Standards, Physical Connectivity, and Media Access.
Networks LANS,. FastPoll True Questions Answer A for True and B for False A wireless infrastructure network uses a centralized broadcasting device, such.
Dale & Lewis Chapter 15 Networks. What is a computer network? A collection of computing devices that are connected in various ways in order to communicate.
Introduction to Networks Ruth Watson
NETWORK TOPOLOGIES HNC COMPUTING - Network Concepts 1 Network Concepts Topologies.
Understanding Network Architecture Access Methods How Networks Send Data Ethernet Token Ring AppleTalk and ArcNet 1.
Lesson 3—Networking BASICS1 Networking BASICS Network Design Unit 2 Lesson 3.
Local Area Network Daniel Shin CS 147, Section 3 November 18, 2008.
Chapter 2 Network Topology
What Is a Network? Definition of a Network
1 Network Topology 2 Introduction 8Physical and Logical Topologies 8Topologies 8Bus 8Ring 8Star 8Extended Star 8Mesh 8Hybrid.
3/5/2002e-business and Information Systems1 Computer Networking Computer System Computer Hardware Computer Software Computer Networking.
Topologies By: Luis Alberto Freile. Types of topology Star Topology Bus Topology Ring Topology.
5 SECTION A 1 Network Building Blocks  Network Classifications  LAN Standards  Network Devices  Clients, Servers, and Peers  Physical Topology  Network.
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.
Chapter2 Networking Fundamentals
Summary - Part 2 - Objectives The purpose of this basic IP technology training is to explain video over IP network. This training describes how video can.
-Network topology is the layout of the connection between the computers. -It is also known as the pattern in which computers.
Internetworking School of Business Eastern Illinois University © Abdou Illia, Spring 2016 (February 3, 2016)
Network and the internet Part one Introduction to computer, 2nd semester, 2009/2010 Mr.Nael Aburas Faculty of Information.
Shape of a Network. Topology  The way the computers are __  Four different __  __.
Data Communications is the Real World OSI Layers 1 & 2 a.k.a TCP/IP Network Interface Layer.
What Is a Network? Definition of a Network Computer Networking Introduction Uses for a Computer Network Two Major Types of Networks 1.
Simple LAN Topologies  Terminators stop signals after they have reached their destination  Signal bounce –Phenomenon in which signals travel endlessly.
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.
CIS 173 Networking Essentials Week #3 Objectives Review Chapter #1 Questions Lecture Chapter #2 (Topologies)
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;
SIMS-201 Computer Networks.
Network Infrastructure
LAN Risanuri Hidayat.
Introduction to Computers
أ.كمال عيد كلية المعلمين حائل
NETWORKING TECHNOLOGIES (II)
شبكات الحاسب COMPUTER NETWORKS د. نسرين بابكر.
Изготвено от Билял Карахасанов
SIMS-201 Computer Networks.
Presentation transcript:

Networks

Bus Network Terminator‘Workstation’ ‘Client’ ‘Terminal’ ‘Node’ Computer Terminator Backbone Server (optional)

Bus Network Terminator‘Workstation’ ‘Client’ ‘Terminal’ ‘Node’ Computer Terminator Backbone Server (optional) Network interface card (NIC) T connector – plugs into NIC

Bus Network All components are connected via a backbone. At each end of the backbone is a terminator which stops signals ‘bouncing back’ down the network. Each network interface card is passive: they all listen to the backbone for signals addressed for them. Signals are sent in both directions of the backbone at the same time. Only one computer can transmit successfully at any one time, however this is not regulated so collisions and data corruption do occur. A protocol called CSMA-CD (carrier sense multiple access collision detection) is used to handle this problem.

Bus Network Bus networks work well under small loads: small number of computers, small demand for resources. Under heavy loads it can be very slow or completely grind to a halt. If a machine goes down it doesn’t affect the network. A break in the backbone will result in the whole network going down. Bus topologies were popular in the early 1990’s. Today, better technologies (switched Ethernet) have superseded simple bus topologies.

Bus Network Collisions on a Bus network –Problems arises when two computers transmit onto the bus a the same time. The voltage pulses form each computer will eventually collide, resulting in higher voltage swings. A protocol is used to decrease the chance of this. This is CSMA/CD – Carrier Sense Multiple Access with Collision Detection.

Bus Network Collisions on a Bus network

Ring Network Each computer is responsible for passing the message on. Can use token passing Special packet is passed around altered by a computer if it needs to send data

Star Network Common network Connected by switches and hubs. Better performance than bus networks

Classifications of Networks Can you come up with definitions of the following –LAN –WAN –MAN –PAN –VPN

Classifications of Networks Can you come up with definitions of the following –LAN – Local Area Network –WAN – Wide Area Network –MAN – Metropolitan Area Network –PAN – Personal Area Network. –VPN – Virtual Private Network.

Task Answer questions on page 129.