Unit 13: IEEE 802.3 (Ethernet) a Bit of History…

Total Page:16

File Type:pdf, Size:1020Kb

Unit 13: IEEE 802.3 (Ethernet) a Bit of History… EECS 122: Introduction to Communication Networks Unit 13: IEEE 802.3 (Ethernet) A bit of history… • 1970 ALOHAnet radio network deployed in Hawaiian islands • 1973 Metcalf and Boggs invent Ethernet, random access in wired net • 1979 DIX Ethernet II Standard • 1985 IEEE 802.3 LAN Standard (10 Mbps) • 1995 Fast Ethernet (100 Mbps) • 1998 Gigabit Ethernet • 2002 10 Gigabit Ethernet • Ethernet is today the dominant LAN standard Metcalf’s Sketch AW: Unit 13 2 EE 122 Spring 2015 IEEE 802.3 – The „classical Ethernet“ AW: Unit 13 3 EE 122 Spring 2015 IEEE 802.3 MAC: Ethernet • MAC Protocol: CSMA/CD. • Slot Time is the critical system parameter - upper bound on time to detect collision - upper bound on time to acquire channel - upper bound on length of frame segment generated by collision - quantum for retransmission scheduling - max{round-trip propagation, MAC jam time} • Truncated binary exponential backoff - for retransmission n: 0 < r < 2k, where k=min(n,10) - Give up after 16 retransmissions AW: Unit 13 4 EE 122 Spring 2015 IEEE 802.3 Original Parameters • BASIC ASSUMPTION: all collisions can always be detected by the participating parties (transmitters!) • Transmission Rate: 10 Mbps • Min Frame: 512 bits = 64 bytes • Slot time: 512 bits/10 Mbps = 51.2 msec - 51.2 msec x 2x105 km/sec =10.24 km, 1 way - 5.12 km round trip distance • Max Length: 2500 meters + 4 repeaters • Each x10 increase in bit rate, must be accompanied by x10 decrease in distance AW: Unit 13 5 EE 122 Spring 2015 LAN Standard Relationship to the ISO/OSI Model n AUI – Attachment Unit Interface n MAU – Medium Attachment Unit n MDI – Medium Dependent Interface n PMA – Physical Medium Attachment AW: Unit 13 6 EE 122 Spring 2015 IEEE 802.3 MAC Frame 802.3 MAC Frame 7 1 6 6 2 4 Destination Source Preamble SD Length Information Pad FCS address address Synch Start 64 - 1518 bytes frame l Every frame transmission begins “from scratch” l Preamble helps receivers synchronize their clocks to transmitter clock l 7 bytes of 10101010 generate a square wave l Start frame byte changes to 10101011 l Receivers look for change in 10 pattern AW: Unit 13 7 EE 122 Spring 2015 IEEE 802.3 MAC Frame 802.3 MAC Frame 7 1 6 6 2 4 Destination Source Preamble SD Length Information Pad FCS address address Synch Start 64 - 1518 bytes frame 0 Single address • Destination address • single address • group address 1 Group address • broadcast = 111...111 Addresses 0 Local address • local or global • Global addresses • first 24 bits assigned to manufacturer; 1 Global address • next 24 bits assigned by manufacturer • Cisco 00-00-0C AW: Unit 13 8• 3COM 02-60-8C EE 122 Spring 2015 IEEE 802.3 MAC Frame 802.3 MAC Frame 7 1 6 6 2 4 Destination Source Preamble SD Length Information Pad FCS address address Synch Start 64 - 1518 bytes frame l Length: # bytes in information field l Max frame 1518 bytes, excluding preamble & SD l Max information 1500 bytes: 05DC l Pad: ensures min frame of 64 bytes l FCS: CCITT-32 CRC, covers addresses, length, information, pad fields l NIC discards frames with improper lengths or failed CRC AW: Unit 13 9 EE 122 Spring 2015 MAC Frame Format (summary) • Preamble – synchronization of circuitry - 7 bytes made of: 10101010 • SFD – Start Frame Delimiter - Fixed sequence: 10101011 • Length – determine number of data octets • Data – sequence of octets - min/max size is determined by physical layer specification • PAD – padding - If length field is below a certain threshold, a PAD field will be added at the end of the data field - Max(0, minFrameSize - (8n + 2addressSize + 48)), where n is the number of LLC data field octets • FCS – Frame Check Sequence - Check includes all fields between SFD and FCS, CRC polynom G(x)=x32+x26+x23+x22+x16+x12+x11+x10+x8 +x7 +x5 +x4 +x2 +x+1 AW: Unit 13 10 EE 122 Spring 2015 MAC Frame Format (Summary – cont. ) n I/G = 0 ® individual address n I/G = 1 ® group address n U/L = 0 ® globally administered address n U/L = 1 ® locally administered address • Individual address - associated with a particular station on the network • Group address - Associated with one or more stations on the network, two types, multicast and broadcast • Locally/globally administered address - Beyond the scope of the standard AW: Unit 13 11 EE 122 Spring 2015 Collision Handling • Access Interference and recovery Ø Collsion avoidance by deferring Ø In case of collision: Collision detect signal turns on: Ø Transmission continues: a certain bit sequence is sent ( jam signal – can be generated by any station ) Ø Upon detection of the jam signal, transmission is stopped and retransmission is initiated after a certain deference time. Ø Deference time is selected from a certain interval that is increased after each collision and decreased in case of success. • How are collisions detected? Ø Signals are current-driven on the medium Ø In case of a collision the voltage on the medium is twice the voltage generated by a single station AW: Unit 13 12 EE 122 Spring 2015 Retransmission and Back-off upon Collision Ø Collisions will be followed by retransmission until either success or a maximum number of attempts (being set to 16 by the standard) Ø Scheduling of retransmission: truncated binary exponential back-off Ø Transmission is delayed in terms of slot times Ø Number of slot times for the nth retransmission is chosen as a uniformly distributed integer r in the range: Ø 0<r<2k-1, where k=min(n,10) n Note: Introduction of more delay in a special implementation is allowed, this algorithm represents a lower bound nQUESTION: why does this schema work without acknowledgment (in contrast to ALOHA). AW: Unit 13 13 EE 122 Spring 2015 Retransmission and Backoff upon Collision AW: Unit 13 14 EE 122 Spring 2015 Media Access Control - Basic Functions • Data encapsulation/decapsulation - Framing (frame boundary delimination/ synchronization) - Addressing - Error detection • Media Access management - Medium allocation (collision avoidance) - Contention resolution (collision handling) AW: Unit 13 15 EE 122 Spring 2015 Receive Control Flow AW: Unit 13 16 EE 122 Spring 2015 Transmit Frame Control Flow AW: Unit 13 17 EE 122 Spring 2015 IEEE 802.3 Physical Layer Table 6.2 IEEE 802.3 10 Mbps medium alternatives 10baseFX 10base5 10base2 10baseT (forget it!) Medium Thick coax Thin coax Twisted pair Optical fiber Max. Segment Length 500 m 200 m 100 m 2 km Point-to-point Topology Bus Bus Star link Hubs & Switches! (a) transceivers (b) Thick Coax: Stiff, hard to work with T connectors flaky AW: Unit 13 18 EE 122 Spring 2015 Support for Different Media Ø Coaxial cable. Baseband ! Ø Twisted pair ! - Baseband Ø 10Base5 („Yellow cable“, 10 Mbit/s) Ø 10BaseT (10 Mbit/s) Ø 10Base2 (Cheapernet, 10 Mbit/s) Ø 100BaseTX (100 Mbit/s) Ø 100BaseVG (100 Mbit/s) ØFiber 100BaseXL (100 Mbit/s) ØBroadband On Cable 10 Bas Broad 36 Note: Both the later: HISTORICAL ONLY 10Base5 10Base2 10BaseT 10Broad36 10BaseFP Transmission Coaxial Cable Coaxial Cable Unshielded Coaxial Cable 850 nm – medium (50 W) (50 W) Twisted Pair (75 W) optical fiber pair Signaling Baseband Baseband Baseband Broadband Manchester technique (Manchester) (Manchester) (Manchester) (DPSK) (On-Off) Topology Bus Bus Star Bus/Tree Star Maximum 500 m 185 m 100 m 1800 m 500 m segment length Nodes per 100 30 - - 33 segment Cable diameter 10 mm 5 mm 0.4 – 0.6 mm 0.4 – 1.0 mm 62.5/125 mm AW: Unit 13 19 EE 122 Spring 2015 Twisted Pair Ethernet (10BaseT) (1) Example for twisted pair Ethernet connection: Ø Why Twisted Pair? Ø coax cable drawbacks: Ø 10Base5: complicated and expensive cabling Ø 10Base2: 200m per segment with 30 stations Ø both: cable breaks, bad taps, and loose connectors are major problems with repercussios on a whole segment AW: Unit 13 20 EE 122 Spring 2015 Twisted Pair Ethernet (10BaseT) Hub AW: Unit 13 21 EE 122 Spring 2015 Twisted Pair Ethernet (10BaseT) (2) Ø Twisted Pair advantages: Ø easy maintenance (finding cable breaks) Ø using existing cabling (telephone, structured cabling) Ø easy adding / removing of stations Ø 10BaseT wiring scheme Ø every station is connected directly to a central hub Ø the function of a hub is to receive and retransmit (repeat with amplification) electrical signals Ø collision detection and handling is done by every station (DTE) as with coax Ø thus a hub forms a segment (collision domain) Ø a cable from station to hub can be 100 m to 150 m long (cable cat 3 to 5) AW: Unit 13 22 EE 122 Spring 2015 Example Configuration - System with maximum signal path AW: Unit 13 23 EE 122 Spring 2015 Round-trip Delays – values in bit timesa Segment Max Left End Midsegment Right End RT Delay type Len. Base Base Base Max. Max. Max. 10Base5 500 m 11.75 46.5 169.5 212.8 0.0866 55.05 89.8 10Base2 185 m 11.75 30.731 46.5 65.48 169.5 188.48 0.1026 FOIRL 1000 m 7.75 107.75 29 152 252 0.1 129 10BaseT 100 mb 15.25 26.55 42 165 176.3 0.113 53.3 10BaseFP 1000 m 11.25 111.25 61 183.5 284 0.1 161 10BaseFB 2000 m N/Ac N/A 24 N/A N/A 0.1 224 10BaseFL 2000 m 12.25 212.25 33.5 233.5 156.5 356.5 0.1 Excess AUI 48 m 0 0 0 4.88 0.1026 4.88 4.88 a.
Recommended publications
  • End-To-End Performance of 10-Gigabit Ethernet on Commodity Systems
    END-TO-END PERFORMANCE OF 10-GIGABIT ETHERNET ON COMMODITY SYSTEMS INTEL’SNETWORK INTERFACE CARD FOR 10-GIGABIT ETHERNET (10GBE) ALLOWS INDIVIDUAL COMPUTER SYSTEMS TO CONNECT DIRECTLY TO 10GBE ETHERNET INFRASTRUCTURES. RESULTS FROM VARIOUS EVALUATIONS SUGGEST THAT 10GBE COULD SERVE IN NETWORKS FROM LANSTOWANS. From its humble beginnings as such performance to bandwidth-hungry host shared Ethernet to its current success as applications via Intel’s new 10GbE network switched Ethernet in local-area networks interface card (or adapter). We implemented (LANs) and system-area networks and its optimizations to Linux, the Transmission anticipated success in metropolitan and wide Control Protocol (TCP), and the 10GbE area networks (MANs and WANs), Ethernet adapter configurations and performed sever- continues to evolve to meet the increasing al evaluations. Results showed extraordinari- demands of packet-switched networks. It does ly higher throughput with low latency, so at low implementation cost while main- indicating that 10GbE is a viable intercon- taining high reliability and relatively simple nect for all network environments. (plug and play) installation, administration, Justin (Gus) Hurwitz and maintenance. Architecture of a 10GbE adapter Although the recently ratified 10-Gigabit The world’s first host-based 10GbE adapter, Wu-chun Feng Ethernet standard differs from earlier Ether- officially known as the Intel PRO/10GbE LR net standards, primarily in that 10GbE oper- server adapter, introduces the benefits of Los Alamos National ates only over fiber and only in full-duplex 10GbE connectivity into LAN and system- mode, the differences are largely superficial. area network environments, thereby accom- Laboratory More importantly, 10GbE does not make modating the growing number of large-scale obsolete current investments in network infra- cluster systems and bandwidth-intensive structure.
    [Show full text]
  • 40 and 100 Gigabit Ethernet Overview
    Extreme Networks White Paper 40 and 100 Gigabit Ethernet Overview Abstract This paper takes a look at the main forces that are driving Ethernet bandwidth upwards. It looks at the standards and architectural practices adopted by the different segments, how the different speeds of Ethernet are used and how its popularity has resulted in an ecosystem spanning data centers, carrier networks, enterprise networks, and consumers. Make Your Network Mobile © 2011 Extreme Networks, Inc. All rights reserved. Do not reproduce. Extreme Networks White Paper: 40 and 100 Gigabit Ethernet Overview and how its popularity has resulted in a complex ecosys- Overview tem between carrier networks, enterprise networks, and consumers. There are many reasons driving the need for higher bandwidth Ethernet, however, the main reason is our insatiable appetite for content. The definition of content Driving the Need for Speed in itself has evolved over time – where once the majority of traffic on an Ethernet network may have been occa- Ethernet in the Enterprise and Data sional file transfers, emails and the like, today technology Center is allowing us to push and receive richer content such Data center virtualization, which includes storage and as voice, video and high definition multimedia. Simi- server virtualization, is all about the efficient use of larly, mechanisms for delivering content have evolved resources. In the data center this is multifaceted. On over time to reflect this demand. While there were a few the one hand data center managers are trying to bring technologies competing for LAN dominance in the early power, cooling and space utilization under control, while days of networks, Ethernet has become the clear choice.
    [Show full text]
  • 1) What Is the Name of an Ethernet Cable That Contains Two
    1) What is the name of an Ethernet cable that contains two electrical conductors ? A coaxial cable 2) What are the names of the two common conditions that degrade the signals on c opper-based cables? Crosstal and attenuation 3) Which topology requires the use of terminators? Bus 4) Which of the following topologies is implemented only logically, not physical ly? Ring 5) How many wire pairs are actually used on a typical UTP Ethernet network? Two 6) What is the name of the process of building a frame around network layer info rmation? Data encapsulation 7) Which of the connectors on a network interface adapter transmits data in para llel? The System bus connector 8) Which two of the following hardware resources do network interface adapters a lways require? I/O port address and IRQ 9) What is the name of the process by which a network interface adapter determin es when it should transmit its data over the network? Media Access Control 10) Which bus type is preferred for a NIC that will be connected to a Fast Ether net network? PCI 11) A passive hub does not do which of the following? Transmit management information using SNMP 12) To connect two Ethernet hubs together, you must do which of the following? Connect the uplink port in one hub to a standard port on the other 13) Which term describes a port in a Token Ring MAU that is not part of the ring ? Intelligent 14) A hub that functions as a repeater inhibits the effect of____________? Attenuation 15) You can use which of the following to connect two Ethernet computers togethe r using UTP
    [Show full text]
  • Mikrodenetleyicili Endüstriyel Seri Protokol Çözümleyici Sisteminin Programi
    YILDIZ TEKNİK ÜNİVERSİTESİ FEN BİLİMLERİ ENSTİTÜSÜ MİKRODENETLEYİCİLİ ENDÜSTRİYEL SERİ PROTOKOL ÇÖZÜMLEYİCİ SİSTEMİNİN PROGRAMI Elektronik ve Haberleşme Müh. Kemal GÜNSAY FBE Elektronik ve Haberleşme Anabilim Dalı Elektronik Programında Hazırlanan YÜKSEK LİSANS TEZİ Tez Danışmanı : Yrd. Doç. Dr. Tuncay UZUN (YTÜ) İSTANBUL, 2009 YILDIZ TEKNİK ÜNİVERSİTESİ FEN BİLİMLERİ ENSTİTÜSÜ MİKRODENETLEYİCİLİ ENDÜSTRİYEL SERİ PROTOKOL ÇÖZÜMLEYİCİ SİSTEMİNİN PROGRAMI Elektronik ve Haberleşme Müh. Kemal GÜNSAY FBE Elektronik ve Haberleşme Anabilim Dalı Elektronik Programında Hazırlanan YÜKSEK LİSANS TEZİ Tez Danışmanı : Yrd. Doç. Dr. Tuncay UZUN (YTÜ) İSTANBUL, 2009 İÇİNDEKİLER Sayfa KISALTMA LİSTESİ ................................................................................................................ v ŞEKİL LİSTESİ ...................................................................................................................... viii ÇİZELGE LİSTESİ .................................................................................................................... x ÖNSÖZ ...................................................................................................................................... xi ÖZET ........................................................................................................................................ xii ABSTRACT ............................................................................................................................ xiii 1. GİRİŞ ......................................................................................................................
    [Show full text]
  • Gigabit Ethernet - CH 3 - Ethernet, Fast Ethernet, and Gigabit Ethern
    Switched, Fast, and Gigabit Ethernet - CH 3 - Ethernet, Fast Ethernet, and Gigabit Ethern.. Page 1 of 36 [Figures are not included in this sample chapter] Switched, Fast, and Gigabit Ethernet - 3 - Ethernet, Fast Ethernet, and Gigabit Ethernet Standards This chapter discusses the theory and standards of the three versions of Ethernet around today: regular 10Mbps Ethernet, 100Mbps Fast Ethernet, and 1000Mbps Gigabit Ethernet. The goal of this chapter is to educate you as a LAN manager or IT professional about essential differences between shared 10Mbps Ethernet and these newer technologies. This chapter focuses on aspects of Fast Ethernet and Gigabit Ethernet that are relevant to you and doesn’t get into too much technical detail. Read this chapter and the following two (Chapter 4, "Layer 2 Ethernet Switching," and Chapter 5, "VLANs and Layer 3 Switching") together. This chapter focuses on the different Ethernet MAC and PHY standards, as well as repeaters, also known as hubs. Chapter 4 examines Ethernet bridging, also known as Layer 2 switching. Chapter 5 discusses VLANs, some basics of routing, and Layer 3 switching. These three chapters serve as a precursor to the second half of this book, namely the hands-on implementation in Chapters 8 through 12. After you understand the key differences between yesterday’s shared Ethernet and today’s Switched, Fast, and Gigabit Ethernet, evaluating products and building a network with these products should be relatively straightforward. The chapter is split into seven sections: l "Ethernet and the OSI Reference Model" discusses the OSI Reference Model and how Ethernet relates to the physical (PHY) and Media Access Control (MAC) layers of the OSI model.
    [Show full text]
  • Spec TEG-S40TXD(English).Pdf
    TRENDnet TRENDware, USA TEG-S40TXD What's Next in Networking 4-Port 10/100/1000Mbps Copper Gigabit Ethernet Switch TRENDnet’s TEG-S40TXD Copper Gigabit Switch consist of four 10/100/1000Mbps Copper Gigabit Ethernet ports with each port having Auto-negotiation and Auto-MDIX features. The Switch offers a reliable and affordable LAN solution to meet immediate bandwidth demand. Users can connect Server(s) to the Gigabit port(s) to increase network performance or cascade Copper Gigabit Switches together to create high-bandwidth Gigabit backbones. TRENDnet’s TEG- S40TXD provides simple migration, scalability, and flexibility to handle new applications and data types making it a highly reliable and cost effective solution for high-speed network connectivity. Features Benefits 4 x 10/100/1000Mbps Copper Gigabit Ethernet Integration Friendly: Ports Plug-n-Play. Connects with current Fast Ethernet Cat. 5 cables. Full/Half duplex transfer mode for each port (1000Mbps in full-duplex only) Flexible: All ports automatically negotiate Auto-MDIX on each port 10/100/1000Mbps network speed. All ports are Auto-MDIX; connection can Supports store-and-forward switching architecture be made with either a straight through with non-blocking full wire-speed performance or a crossover cable. Supports aging function and 802.3x flow control for Expandability: full-duplex mode and back pressure flow control for Cascade Gigabit Switches together to half-duplex mode operation create a Gigabit backbone. Up to 8K unicast addresses entities per device Performance: Gigabit
    [Show full text]
  • Instituto Politécnico Nacional Escuela Superior De Ingeniería Mecánica Y Eléctrica Ingeniería En Comunicaciones Y Electrónica
    INSTITUTO POLITÉCNICO NACIONAL ESCUELA SUPERIOR DE INGENIERÍA MECÁNICA Y ELÉCTRICA INGENIERÍA EN COMUNICACIONES Y ELECTRÓNICA INSTITUTO POLITÉCNICO NACIONAL ESCUELA SUPERIOR DE INGENIERÍA MECÁNICA Y ELECTRICA INGENIERÍA EN COMUNICACIONES Y ELECTRÓNICA Diseño de una RED FAST ETHERNET (IEEE 802.3) en el laboratorio 7 de la Academia de Computación de Ingeniería en Comunicaciones y Electrónica de la Escuela Superior de Ingeniería Mecánica y Eléctrica, Unidad Zacatenco del IPN. TESIS QUE PARA OBTENER EL TITULO DE: INGENIERO EN COMUNICACIONES Y ELECTRONICA PRESENTAN: OSCAR ARTURO GARCIA PÉREZ AL AN NERI N AR ANJO SÁNCHEZ GLORIA RIVERA OJEDA ASESOR: M. EN C. GENARO ZAVALA MEJÍA MEXICO, D.F. 2008 INSTITUTO POLITÉCNICO NACIONAL ESCUELA SUPERIOR DE INGENIERÍA MECÁNICA Y ELÉCTRICA INGENIERÍA EN COMUNICACIONES Y ELECTRÓNICA MEXICO, D.F. 2008 1 INSTITUTO POLITÉCNICO NACIONAL ESCUELA SUPERIOR DE INGENIERÍA MECÁNICA Y ELÉCTRICA INGENIERÍA EN COMUNICACIONES Y ELECTRÓNICA INSTITUTO POLITECNICO NACIONAL ESCUELA SUPERIOR DE INGENIERIA MECANICA Y ELECTRICA INGENIERIA EN COMUNICACIONES Y ELECTRONICA TESIS COLECTIVA CON OPCIÓN A TITULACION TEMA: Diseño de una RED FAST ETHERNET (IEEE 802.3) en el laboratorio 7 de la Academia de Computación de Ingeniería en Comunicaciones y Electrónica de la Escuela Superior de Ingeniería Mecánica y Eléctrica, Unidad Zacatenco del IPN. ASESORES: M. EN. C. GENARO ZAVALA MEJÍA INTEGRANTES: OSCAR ARTURO GARCIA PÉREZ. ALAN NERI NARANJO SÁNCHEZ. GLORIA RIVERA OJEDA. MEXICO, D.F. 2008 2 INSTITUTO POLITÉCNICO NACIONAL ESCUELA SUPERIOR DE INGENIERÍA MECÁNICA Y ELÉCTRICA INGENIERÍA EN COMUNICACIONES Y ELECTRÓNICA AGRADECIMIENTOS En testimonio de gratitud limitada para su apoyo, aliento y estímulo mismos que posibilitaron la conquista de esta meta, y sabiendo también que no existirá una forma de agradecer una vida de sacrificio y esfuerzo, quiero que sientan que el objetivo logrado también es de ustedes y que la fuerza que me ayudo a conseguirlo fue su apoyo.
    [Show full text]
  • Ethernet and Wifi
    Ethernet and WiFi hp://xkcd.com/466/ CSCI 466: Networks • Keith Vertanen • Fall 2011 Overview • Mul?ple access networks – Ethernet • Long history • Dominant wired technology – 802.11 • Dominant wireless technology 2 Classic Ethernet • Ethernet – luminferous ether through which electromagne?c radiaon once thought to propagate – Carrier Sense, Mul?ple Access with Collision Detec?on (CSMA/CD) – IEEE 802.3 Robert Metcalfe, co- inventor of Ethernet 3 Classic Ethernet • Ethernet – Xerox Ethernet standardized as IEEE 802.3 in 1983 – Xerox not interested in commercializing – Metcalfe leaves and forms 3Com 4 Ethernet connec?vity • Shared medium – All hosts hear all traffic on cable – Hosts tapped the cable – 2500m maximum length – May include repeaters amplifying signal – 10 Mbps bandwidth 5 Classic Ethernet cabling Cable aSer being "vampire" tapped. Thick Ethernet cable (yellow), 10BASE-5 transceivers, cable tapping tool (orange), 500m maximum length. Thin Ethernet cable (10BASE2) with BNC T- connector, 185m maximum length. 6 Ethernet addressing • Media Access Control address (MAC) – 48-bit globally unique address • 281,474,976,710,656 possible addresses • Should last ?ll 2100 • e.g. 01:23:45:67:89:ab – Address of all 1's is broadcast • FF:FF:FF:FF:FF:FF 7 Ethernet frame format • Frame format – Manchester encoded – Preamble products 10-Mhz square wave • Allows clock synch between sender & receiver – Pad to at least 64-bytes (collision detec?on) Ethernet 802.3 AlternaWng 0's 48-bit MAC and 1's (except addresses SoF of 11) 8 Ethernet receivers • Hosts listens to medium – Deliver to host: • Any frame with host's MAC address • All broadcast frames (all 1's) • Mul?cast frames (if subscribed to) • Or all frames if in promiscuous mode 9 MAC sublayer • Media Access Control (MAC) sublayer – Who goes next on a shared medium – Ethernet hosts can sense if medium in use – Algorithm for sending data: 1.
    [Show full text]
  • Gigabit Ethernet
    Ethernet Technologies and Gigabit Ethernet Professor John Gorgone Ethernet8 Copyright 1998, John T. Gorgone, All Rights Reserved 1 Topics • Origins of Ethernet • Ethernet 10 MBS • Fast Ethernet 100 MBS • Gigabit Ethernet 1000 MBS • Comparison Tables • ATM VS Gigabit Ethernet •Ethernet8SummaryCopyright 1998, John T. Gorgone, All Rights Reserved 2 Origins • Original Idea sprang from Abramson’s Aloha Network--University of Hawaii • CSMA/CD Thesis Developed by Robert Metcalfe----(1972) • Experimental Ethernet developed at Xerox Palo Alto Research Center---1973 • Xerox’s Alto Computers -- First Ethernet Ethernet8systemsCopyright 1998, John T. Gorgone, All Rights Reserved 3 DIX STANDARD • Digital, Intel, and Xerox combined to developed the DIX Ethernet Standard • 1980 -- DIX Standard presented to the IEEE • 1980 -- IEEE creates the 802 committee to create acceptable Ethernet Standard Ethernet8 Copyright 1998, John T. Gorgone, All Rights Reserved 4 Ethernet Grows • Open Standard allows Hardware and Software Developers to create numerous products based on Ethernet • Large number of Vendors keeps Prices low and Quality High • Compatibility Problems Rare Ethernet8 Copyright 1998, John T. Gorgone, All Rights Reserved 5 What is Ethernet? • A standard for LANs • The standard covers two layers of the ISO model – Physical layer – Data link layer Ethernet8 Copyright 1998, John T. Gorgone, All Rights Reserved 6 What is Ethernet? • Transmission speed of 10 Mbps • Originally, only baseband • In 1986, broadband was introduced • Half duplex and full duplex technology • Bus topology Ethernet8 Copyright 1998, John T. Gorgone, All Rights Reserved 7 Components of Ethernet • Physical Medium • Medium Access Control • Ethernet Frame Ethernet8 Copyright 1998, John T. Gorgone, All Rights Reserved 8 CableCable DesignationsDesignations 10 BASE T SPEED TRANSMISSION MAX TYPE LENGTH Ethernet8 Copyright 1998, John T.
    [Show full text]
  • IEEE 802.3 Working Group Standards Status November 14Th, 2005
    IEEE 802.3 Working Group Standards Status November 14th, 2005 ISO/IEC approved ISO/IEC 8802-3:2000 ANSI/IEEE Std 802.3-2005 (Was IEEE project 802.3REVam) th .3 Network To be published as 5 Books (Sections) Target publication date – 9 December Policy and Systems Section 1 Section 2 Section 3 Section 4 Section 5 Procedures Tutorial Clause 1 to 20 Clause 21 to 33 Clause 34 to 43 Clause 44 to 54 Clause 56 to 67 Approved Published Annex A to H Annex 22A to 32A Annex 36A to 43C Annex 44A to 50A Annex 58A to 67A Nov-97 Jun-95 CSMA/CD Overview 100Mb/s Overview 1000Mb/s Overview 10Gb/s Overview Subscriber Access MAC MII GMII MDC/MDIO Overview PLS/AUI 100BASE-T2 1000BASE-X AutoNeg XGMII OAM 10BASE5 MAU 100BASE-T4 1000BASE-SX XAUI Multi-point MAC 10BASE2 MAU 100BASE-TX 1000BASE-LX XSBI Control ANSI/IEEE 10BROAD36 MAU 100BASE-FX 1000BASE-CX 10GBASE-SR 100BASE-LX10 approved 10BASE-T MAU 100Mb/s Repeater 1000BASE-T 10GBASE-LR 100BASE-BX10 10BASE-F MAUs 100Mb/s Topology 1000Mb/s Repeater 10GBASE-ER 1000BASE-LX10 10Mb/s Repeater 1000Mb/s Topology 10GBASE-SW 1000BASE-BX10 10Mb/s Topology MAC Control 10GBASE-LW 1000BASE-PX10 IEEE Std 1802.3-2001 Auto Negotiation Link Aggregation 10GBASE-EW 1000BASE-PX20 Conformance Test 1BASE5 Management 10GBASE-LX4 10PASS-TS DTE & MAU Mgmt 10GBASE-CX4 2BASE-TL 10BASE-T Repeater Mgmt Subscriber Access Published 19-Oct-01 Maintenance 7 Topology Maintenance 6 DTE Power Maintenance 6 Maintenance 7 Maintenance 6 Maintenance 7 Maintenance 7 802.3 .3an .3aq WG 10GBASE-T 10GBASE-LRM .3as in Task Force Task Force Frame .3ap process (B.
    [Show full text]
  • IEEE Std 802.3™-2012 New York, NY 10016-5997 (Revision of USA IEEE Std 802.3-2008)
    IEEE Standard for Ethernet IEEE Computer Society Sponsored by the LAN/MAN Standards Committee IEEE 3 Park Avenue IEEE Std 802.3™-2012 New York, NY 10016-5997 (Revision of USA IEEE Std 802.3-2008) 28 December 2012 IEEE Std 802.3™-2012 (Revision of IEEE Std 802.3-2008) IEEE Standard for Ethernet Sponsor LAN/MAN Standards Committee of the IEEE Computer Society Approved 30 August 2012 IEEE-SA Standard Board Abstract: Ethernet local area network operation is specified for selected speeds of operation from 1 Mb/s to 100 Gb/s using a common media access control (MAC) specification and management information base (MIB). The Carrier Sense Multiple Access with Collision Detection (CSMA/CD) MAC protocol specifies shared medium (half duplex) operation, as well as full duplex operation. Speed specific Media Independent Interfaces (MIIs) allow use of selected Physical Layer devices (PHY) for operation over coaxial, twisted-pair or fiber optic cables. System considerations for multisegment shared access networks describe the use of Repeaters that are defined for operational speeds up to 1000 Mb/s. Local Area Network (LAN) operation is supported at all speeds. Other specified capabilities include various PHY types for access networks, PHYs suitable for metropolitan area network applications, and the provision of power over selected twisted-pair PHY types. Keywords: 10BASE; 100BASE; 1000BASE; 10GBASE; 40GBASE; 100GBASE; 10 Gigabit Ethernet; 40 Gigabit Ethernet; 100 Gigabit Ethernet; attachment unit interface; AUI; Auto Negotiation; Backplane Ethernet; data processing; DTE Power via the MDI; EPON; Ethernet; Ethernet in the First Mile; Ethernet passive optical network; Fast Ethernet; Gigabit Ethernet; GMII; information exchange; IEEE 802.3; local area network; management; medium dependent interface; media independent interface; MDI; MIB; MII; PHY; physical coding sublayer; Physical Layer; physical medium attachment; PMA; Power over Ethernet; repeater; type field; VLAN TAG; XGMII The Institute of Electrical and Electronics Engineers, Inc.
    [Show full text]
  • The Future Is 40 Gigabit Ethernet White Paper Cisco Public
    The Future Is 40 Gigabit Ethernet White Paper Cisco Public The Future Is 40 Gigabit Ethernet © 2016 Cisco and/or its affiliates. All rights reserved. The Future Is 40 Gigabit Ethernet White Paper Cisco Public Executive Summary The business case for 40 Gigabit Ethernet is becoming inescapably compelling. While 10 Gigabit Ethernet is still making its way into the data centers, CIOs and IT managers must now consider how they are going to handle what’s coming next: high-bandwidth applications such as server virtualization and cloud computing; fabric consolidation within the data center; and a greater demand for high-performance computing among end users (see Figure 1). The need for faster data transfer rates is relentless and carries significant implications with regard to network productivity as well as operating expenditure (OpEx) costs. Figure 1. Current Trends Driving the Demand for This report addresses the impending move to 40 Higher-Speed Ethernet Gigabit Ethernet, how it may change the network architecture, and what IT managers can do now to Market Drivers for More Bandwidth prepare to migrate to the new standard. Consumer & Broadband Access Introduction: The Business Case for Content 40 Gigabit Ethernet Providers Since February 1980, when the first IEEE 802 Server Virtualization standards committee convened, speeds in Ethernet Video on delivery to all layers have made increasingly greater Demand leaps over increasingly shorter intervals. In 2016, Blade Server Higher eight years after the adoption of 10 Gigabit Ethernet, Speed Service the IEEE has adopted 802.3ba, paving the way for Providers & Ethernet IXCs 40 Gigabit Ethernet and 100 Gigabit Ethernet.
    [Show full text]