Lecture 8: Switched Ethernet and Collision Domains

Similar documents
Chapter 9. Ethernet. Part II

Local Area Networks. Aloha Slotted Aloha CSMA (non-persistent, 1-persistent, p-persistent) CSMA/CD Ethernet Token Ring

More on LANS. LAN Wiring, Interface

ก ก Information Technology II

Ethernet. Networks: Ethernet 1

Internetworking is connecting two or more computer networks with some sort of routing device to exchange traffic back and forth, and guide traffic on

LAN Systems. Bus topology LANs

Modern Ethernet variations. based on Chapter 5 of CompTIA Network+ Exam Guide, 4th ed., Mike Meyers

Lecture 05 Chapter 16 High Speed LANs

IEEE 802 LANs SECTION C

Objectives. Hexadecimal Numbering and Addressing. Ethernet / IEEE LAN Technology. Ethernet

Classical Ethernet (10 Mbps)

Chapter 4: Network Access. Introduction to Networks v5.1

Ethernet. Computer Networks. Lecture 4.

LAN Overview (part 2) Interconnecting LANs - Hubs

Part3. Local Area Networks (LAN)

Zarządzanie sieciami telekomunikacyjnymi

Data and Computer Communications

Ethernet Technologies

A LAN is a high-speed data network that covers a relatively small geographic area. It typically connects workstations, personal computers, printers,

Lecture (04) Data link layer

Introduction to LAN Topologies Cabling. 2000, Cisco Systems, Inc. 3-1

Network Media and Layer 1 Functionality

Chapter 6 Connecting Device

10- and 100-Mbps Ethernet

Extending the LAN. Context. Info 341 Networking and Distributed Applications. Building up the network. How to hook things together. Media NIC 10/18/10

Interface The exit interface a packet will take when destined for a specific network.

Lecture 6: Example LAN: Ethernet

CCNA Exploration Network Fundamentals. Chapter 09 Ethernet

Data Link Protocols. TCP/IP Suite and OSI Reference Model

Lecture (04) Network Layer (Physical/Data link) 2

ROYAL INSTITUTE OF INFORMATION & MANAGEMENT

Introduction. High Speed LANs. Emergence of High-Speed LANs. Characteristics of High Speed LANS. Text ch. 6, High-Speed Networks and

ET4254 Communications and Networking 1

Chapter Seven. Local Area Networks: Part 1. Data Communications and Computer Networks: A Business User s Approach Seventh Edition

Modern Ethernet. Chapter 6

Lecture (07) Media & Switching III Ethernet Protocol & Network Hardware Components

Ethernet Hub. Campus Network Design. Hubs. Sending and receiving Ethernet frames via a hub

Thursday, May 29,

Networking Technologies and Applications

KIBABII UNIVERSITY COLLEGE DEPARTMENT COMPUTER SCIENCE & IT ANSWER ALL QUESTIONS IN SECTION A AND ANY TWO QUESTIONS IN SECTION B

RMIT University. Data Communication and Net-Centric Computing COSC 1111/2061/1110. Lecture 8. Medium Access Control Methods & LAN

The Network Access Layer. In This Lecture. Network Access Layer. Hour 3

CCENT Study Guide. Chapter 2 Ethernet Networking and Data Encapsulation

Switched Ethernet Virtual LANs

GE Fanuc IC695ETM001. Rx3i PacSystem

Chapter 15 Local Area Network Overview

Introductory to Computer Networks Local Area Networks. Lecture 16 Fall Isfahan University of technology Dr.

EECS Introduction to Computer Networking. Local Area Networks / Ethernet. Hub

Chapter 10: Local Area Networks

Local Area Network Overview

Lecture 9: Switched Ethernet Features: STP and VLANs

CCM 4300 Lecture 5 Computer Networks, Wireless and Mobile Communications. Dr Shahedur Rahman. Room: T115

FSW-1609TFX FSW-2409TFX

Other Protocols. Arash Habibi Lashkari

Introduction to Networking Devices

Local Area Networks. Ethernet LAN

Section 3 Understanding Ethernet and Switch Operations

Computer Networks. Week 04 Media and Devices. College of Information Science and Engineering Ritsumeikan University

Technology in Action. Chapter 12 Behind the Scenes: Networking and Security. Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall

Media Access Control (MAC) Sub-layer and Ethernet

Tutorial 3 (Ethernet)

Introducing Cisco Data Center Networking

Computer Networks and Internet

Chapter 4 NETWORK HARDWARE

Hubs. twisted pair. hub. 5: DataLink Layer 5-1

Lecture Outline. Lecture 2. OSI model and networking. The OSI model and networking. The OSI model and networking. The OSI model and networking

5-Port 1000BASE-T. Gigabit Ethernet Switch. User s Guide

FSW-1610TX FSW-2410TX

NETWORK SECURITY ITEC 435

Internetwork Basic. Possible causes of LAN traffic congestion are

Principles behind data link layer services

Computer Networks. Lecture 8 Local Area Network, IEEE 802.x

Computer Science Department 2 nd semester- Lecture13

Chapter 12. Network Organization and Architecture

Principles behind data link layer services:

CSMA/CD (Collision Detection)

Principles behind data link layer services:

Review For Exam 2. Internetworking. Summary Questions. School of Business Eastern Illinois University. School of Business Eastern Illinois University

LAN PROTOCOLS. Beulah A AP/CSE

(Network Programming) Basic Networking Hardware

Communication Networks

2. LAN Topologies Gilbert Ndjatou Page 1

Introduction to Networks and the Internet

Integrating Information Systems: Technology, Strategy, and Organizational Factors

Ethernet Basics. based on Chapter 4 of CompTIA Network+ Exam Guide, 4 th ed., Mike Meyers

Unit 10. Networks. Copyright 2005 Heathkit Company, Inc. All rights reserved.

Lecture (04) Network Access layer fundamentals I

Lecture (04) Network Access layer fundamentals I

Introduction to LAN Protocols

Link Layer and Ethernet

Chapter 9 & 12: Wired LAN

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 16 Networking Types, Devices, and Cabling

The following pages contain a guide for the installation

Bit A binary digit. The smallest unit of data, either a zero or a one. Bus A shared connection for multiple devices over a cable or backplane.

Lecture (04 & 05) Data link layer fundamental

ECE 4450:427/527 - Computer Networks Spring 2017

PLANEAMENTO E GESTÃO DE REDES INFORMÁTICAS COMPUTER NETWORKS PLANNING AND MANAGEMENT

Prof. Shervin Shirmohammadi SITE, University of Ottawa. Design Technologies. Lecture 17: Prof. Shervin Shirmohammadi CEG

Chapter 4: Network Access

Transcription:

Lecture 8: Switched Ethernet and Collision Domains Dr. Mohammed Hawa Electrical Engineering Department University of Jordan EE426: Communication Networks Ethernet Installations 2 1

Twisted Pair and Fiber Twisted Pair Ethernet: 10Base-T, 100Base-TX, 1000Base-T, etc. Fiber Optics: 10Base-F, 100Base-FX, 1000Base-LX, etc. Wiring Closet: yellow cables are single mode fibers; orange and blue cables are multi-mode fibers: 50/125 µm OM2 and 50/125 µm OM3 fibers respectively; grey cables are twisted pairs. 3 The Ethernet Hub Electronic device at the center of the network that replaces the coaxial cable used in earlier versions of Ethernet. The hub has physical ports (not to be confused with TCP port number). Each machine connects to one of the hub ports using either an unshielded twisted pair (UTP) or an optical fiber cable. The hub connects all the cables on its ports electronically (as if they were soldered together inside the hub). The hub does not buffer incoming frames. Instead if a voltage appears on one if its ports, the hub retransmits the same voltage on all other ports. Hence, the hub acts as a zero-length shared bus (like the old coaxial cable). We say that the logical topology is still bus topology, even though the physical topology is a star topology. 4 2

The Ethernet Hub [2] Provides more reliable connection than a coax T-connector, and does not have impedance mismatch issues when a cable is accidentally disconnected, which means each port disconnection affects only one machine. Using twisted pair is popular because it is the cheapest of all cables. Maximum UTP cable run from the hub to the PC is only 100 m due to noise & attenuation. Fiber cables are used for longer runs (to connect different buildings). Runs up to 1 km or 2 km between the computer and the hub are allowed (but maximum distance between any two computers is limited to 2.5 km). A hub is different than a switch or gateway or router (see later). 5 Non-Switched (Hub-based) Ethernet Limitations: 1. Half-duplex transmission (collisions). 2. Signal strength considerations. 3. MAC protocol considerations. 4. Heavy load affects throughput. 5. Broadcast storms are possible. 6 3

7 Throughput 8 4

The Ethernet Switch An Ethernet switch physically resembles a hub, but is different. A switch buffers any frame it receives on one of its ports into its memory (RAM), then sends the frame on an internal high-speed backplane (switching fabric) to the destination port. The switch uses the backplane to transmit the frame to all other ports without collisions (except maybe the port the frame arrived at). Hence, each port of an Ethernet switch is its own collision domain. Sometimes, the switch is connected to the computer NIC using two pairs of twisted wires (4 wires) to allow full duplex communications without collisions on that port, as data can flow from the computer to the buffers of the switch and backwards simultaneously. This was advertised as double the link speed (e.g. 200 Mbps Ethernet instead of 100 Mbps), but is called full-duplex 100 Mbps. 9 Switched Ethernet 10 5

Switching Fabric 11 The Ethernet Switch [2] Since collisions are avoided in an Ethernet switch, the different ports are allowed to receive and transmit frames at the same time, for parallel, full-duplex operation, something not possible with CSMA/CD on a single shared channel (a single collision domain). When full-duplex mode is used, the CSMA/CD protocol is switched off (new Ethernet NICs auto negotiation working in full-duplex or halfduplex depending if they are connected to a hub or switch). Ethernet switches are Layer 2 devices while hubs are Layer 1 devices. Switches understand the MAC layer of Ethernet, MAC addresses, etc, and they can negotiate half-duplex (with CSMA/CD) or full-duplex (no CSMA/CD) modes based on the situation. CSMA/CD limitation are removed in switched Ethernet, and performance (in terms of throughput and delay) is enhanced. Switches are also called bridges (bridges were used to connects LAN segments, or interface between different LAN technologies, such as Ethernet and Wi-Fi). 12 6

Switched Ethernet 13 Physical vs. Logical Diagram Switch Hub A B C Hub Switch Hub D E Hub F G H 14 7

A Cat-5 UTP cable with connectors (RJ-45 connector) Equipment Low-end switches (used at the edge of the network) (Cost: $10 $100) 15 Equipment [2] Medium-end switches (used at the edge and aggregation points of the network) (Cost: $300 $1,000) Wiring closet 16 8

Equipment [3] High-end switches (used at aggregation points and the core of the network) (Cost: $2,000 $60,000 depending on selected modules) (e.g, Cisco Catalyst 3500 Series, Cisco Catalyst 6500 Series, Juniper EX series, HPE, Huawei, Arista, etc). 17 9