Gigabit Ethernet

Total Page:16

File Type:pdf, Size:1020Kb

Gigabit Ethernet GIGABIT ETHERNET: TUTORIAL From 100 to 1,000 Mbps Gigabit Ethernet is the latest in the family of high-speed HOWARD FRAZIER Cisco Systems Inc. Ethernet technologies. HOWARD JOHNSON Signal Consulting Inc. It extends the operating speed of the world’s most he installed base for Ethernet ranges from PCs and servers to print- ers, test equipment, telephone switches, cable TV set-top boxes, T process control systems, and even high-end theatrical lighting sys- deployed LAN to 1 billion bits tems. In short, Ethernet is ubiquitous—which is to say, consumers can’t get enough of it. The great value of Ethernet is not that one size fits all, but that common protocols and models are available at a wide range of per second while maintaining price/performance points. Originally standardized and deployed at 10 megabits per second, Ethernet has always been considered a high-speed network. The newest standard, Gigabit Ethernet,1 scales up two orders of compatibility with the installed magnitude to 1,000 Mbps, while maintaining compatibility with systems deployed in the early 1980s. The Ethernet supplier community has consistently led the technical base of 10 Mbps and 100 developments underlying ever-faster operating speeds on the installed base of network cabling—whether it was coaxial cable, Unshielded Twisted Pair, multimode fiber, or single-mode fiber. Each media type presents unique Mbps Ethernet equipment. challenges. In this tutorial, we describe the operation of Gigabit Ethernet over fiber-optic cabling and the emerging IEEE standards project known as 1000Base-T, which addresses operation over Category-5 UTP cabling. LAYERS OF CHANGE Any tutorial concerning a network interface and access protocol standard must refer first to the ISO seven-layer reference model. Like most specifi- cations produced by the IEEE 802 LAN/MAN standards committee, Giga- bit Ethernet (IEEE802.3z) addresses the two lowest layers of the model: ■ Layer 2, the Data-link layer, which describes how data are organized into frames and sent over the network, and ■ Layer 1, the Physical layer, which describes the network medium and signaling specifications. 24 JANUARY • FEBRUARY 1999 http://computer.org/internet/ 1089-7801/99/$10.00 ©1999 IEEE IEEE INTERNET COMPUTING . GIGABIT ETHERNET Figure 1 represents the elements of the Gigabit Eth- ernet standard as sublayers in this context. STANDARD DESIGNATIONS Media Access Layer The Media Access Control sublayer occupies the 1000Base-T = IEEE P802.3ab/D5.0 (draft) lower half of the ISO Data-link layer. The MAC Gigabit Ethernet = IEEE Std 802.3z-1998 sublayer defines the Carrier Sense Multiple Access Full-Duplex Ethernet with Flow Control = IEEE Std 802.3x-1997 with Collision Detection protocol, which made Fast Ethernet = IEEE Std 802.3u-1995 Ethernet famous. The CSMA/CD protocol coor- Ethernet = IEEE Std 802.3-1998 dinates data transmission within Ethernet’s shared- access physical bus topology. It enables each com- puter to sense the coaxial cable for electrical carrier short packets to be transmitted consecutively, signals before a frame is sent (CSMA) and to detect up to a limit, without relinquishing control of the simultaneous transmission of data (CD). the signaling channel and reverting to the CSMA/CD protocol between packets. Thus, it Shared-Access Topology Enhancements. The Giga- offers a way to avoid the overhead associated bit Ethernet standard includes CSMA/CD with with the carrier extension technique for all but two important modifications: the first packet of a burst. ■ A carrier extension was added to overcome an Dedicated-Access Topology Enhancements. Wide- inherent limitation of the CSMA/CD algo- spread deployment of switched networks in the rithm that mandated the round-trip signal early 1990s has caused a shift from shared to dedi- propagation delay between two stations not to cated LAN bandwidth, thus paving the way for the exceed the time required to transmit the small- IEEE Standard 802.3x, Full-Duplex Ethernet,2 est allowable frame. The carrier extension which defines a protocol for full-duplex or simul- appends a set of special symbols to the end of taneous bidirectional communication over the short frames so that the resulting transmission physical signaling channel. When Ethernet oper- is at least 4,096 bit-times in duration (4.096 ates in full-duplex mode, the CSMA/CD algorithm microseconds), up from the minimum 512 bit- (including the carrier-extension and frame-burst- times imposed at 10 and 100 Mbps. ing features) is disabled. This means that data ■ An optional frame bursting feature was defined transmission and reception can occur simultane- to improve the throughput of gigabit CSMA/ ously without interference, and with no contention CD LANs. Frame bursting allows multiple for a shared medium. Easier to implement than the ISO Model Media Access Control (MAC) Application layer Full duplex and/or half duplex Presentation layer Session layer 802.3z Gigabit Media-Independent Interface (GMII) (optional) Transport layer 1000Base-X PHY 802.3ab Network layer 8B/10B-AutoNegotiation 1000Base-T PCS Data-link layer 1000Base-LX 1000Base-SX 1000Base-CX 1000Base-T Fiber-optic Fiber-optic Copper PMA Physical layer Xcvr Xcvr Xcvr Single-mode Multimode Shielded Unshielded or multimode fiber copper twisted pair fiber cable Figure 1. Gigabit Ethernet layer diagram addresses the MAC and PHY layers of the ISO model. IEEE INTERNET COMPUTING http://computer.org/internet/ JANUARY • FEBRUARY 1999 25 . TUTORIAL ifies how long the transmitter should remain quiet. GIGABIT ETHERNET PRODUCT CATEGORIES If the receiver becomes uncongested before the transmitter’s pause timer expires, the receiver may elect to send another Pause frame to the transmitter Gigabit Ethernet vendor products tend to fall into four categories. with a timer value of zero, allowing the transmitter Network Interface Cards are offered with a variety of interfaces to resume immediately. Thus, the Pause protocol is to the physical medium, such as 1000Base-SX and 1000Base-LX. like the XON/XOFF flow-control protocol, except NICs also come with various levels of built-in protocol intelligence. that the pause frame really means “XOFF for a Some can off-load tasks from their host computer’s CPU. while.” The protocol operates only between the two Hubs can be categorized as either CSMA/CD or full-duplex endpoints of a point-to-point link. It is not an end- repeaters. We are unaware of any commercial implementations to-end protocol and cannot be forwarded through of a gigabit CSMA/CD hub, but there are several full-duplex bridges, switches, or routers. repeaters. No formal standard defines the functionality or perfor- Gigabit Ethernet builds on the Pause protocol by mance of a full-duplex repeater; however, they generally rely on introducing asymmetric flow control. It uses the compliance of the attached stations with Gigabit Ethernet. AutoNegotiation protocol (described later in the Switches may be classified in different ways, but most fall into one section “The Physical Layer”). This protocol lets a of three categories: aggregation devices versus backbone devices, device indicate that it intends to send pause frames stackables versus modular chassis, or layer-2 versus layer-3 switch- to its link partner, but declines to respond to them. es. We define an aggregation switch as one that collects a number If the link partner is willing to cooperate, then Pause of lower speed links (10 or 100 Mbps) and combines them into a frames will flow in only one direction on the link. high-speed (gigabit) link. Aggregation switches are an excellent choice for the periphery of a LAN. They can be either a stackable Media-Independent Interface “pizza box” with a relatively low port density (8 to 48 ports) or a Because Ethernet supports a variety of physical small modular chassis with roughly twice this port density. media, it has always included a Media-Independent Backbone switches generally have a much higher port count Interface below the MAC sublayer (see Figure 1). and internal bandwidth than aggregation switches. They also pro- Gigabit Ethernet defines an enhanced MII, termed vide greater flexibility, accommodating other network interface the Gigabit Media-Independent Interface. The types, such as ATM or FDDI. They support rich network manage- GMII allows industry to develop additional Phys- ment capabilities and tend to take the form of modular chassis- ical layer (PHY) specifications—for example, sup- based systems with plug-in “blades.” port for Category-5 UTP cabling. Routers and layer-3 switches can make more sophisticated for- Composed of independent 8-bit-parallel trans- warding decisions than multiport bridges or layer-2 switches. mit-and-receive synchronous data interfaces, the Routers are generally more flexible than layer-3 switches as they GMII is intended as a chip-to-chip interface that can implement a broader range of routing protocols and media lets system vendors mix MAC and PHY compo- interfaces, and can route a variety of network layer protocols. By nents from different chip manufacturers. Unlike the contrast, a device can be branded a layer-3 switch if it simply per- MII defined for 10- and 100-Mbps operation, the forms IP routing between two Ethernets. GMII is not exposed at a user-accessible connector, since such exposure would make it prohibitively dif- ficult to maintain the required signal quality. half-duplex (CSMA/CD) mode, the full-duplex The management registers defined in the MII mode also provides higher bandwidth. Thus, all specification for IEEE Standard 802.3u, Fast Ether- currently shipping Gigabit Ethernet equipment net,3 are carried over to the GMII, with appropriate operates in full duplex. extensions for managing gigabit PHY components. The Full-Duplex Ethernet standard further sup- For example, the Pause function requires additional ports dedicated channels and full-duplex operation bits to support asymmetric operation and to identi- by introducing link-level flow control, which keeps fy a device capable of 1,000-Mbps operation.
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]
  • 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]
  • 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]
  • 100 Gigabit Ethernet Is Here!
    100 Gigabit Ethernet is Here! Introduction Ethernet technology has come a long way since its humble beginning in 1973 at Xerox PARC. With each subsequent iteration, there has been a lag between time of standardization and large scale adoption. The latest iteration, dubbed 802.3ba by the IEEE Higher Speed Study Group (HSSG), was ratified in June, 2010 and follows this same pattern but with a slight twist. For the first time in Ethernet history a single standard defines two separate speeds; 100 Gigabit Ethernet (100GbE) as well as 40 Gigabit Ethernet (40GbE). Figure 1: Original Ethernet Sketch The technical challenges facing 100GbE have been significant; ranging from developing a whole new generation of optics that can handle 4 lanes of 25Gbps, to simply dealing with normal router and switch functions such as packet inspection, queuing, lookups, filtering and table updates, all in one-tenth the amount of time as with 10GbE. And of course this all has to be done with complete backwards compatibility and meeting all expectations with respect to bit error rate, latency, jitter and the like. As expected 40GbE gained some level of market acceptance first, but some 5 years after ratification the time for 100 Gigabit Ethernet is now! 2 | P a g e This whitepaper will discuss the evolution of 100GbE technology in the service provider and data center markets and provide insights in to how network application acceleration hardware can be leveraged to maximize performance and efficiency in emerging 100GbE network appliances. 100GbE in Service Providers Networks 100GbE is rapidly approaching large scale adoption in the wide area network (WAN), which is largely the purview of service providers.
    [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]
  • Towards 100 Gbps Ethernet: Development of Ethernet / Physical Layer Aspects
    SEMINAR ON TOPICS IN COMMUNICATIONS ENGINEERING 1 Towards 100 Gbps Ethernet: Development of Ethernet / Physical Layer Aspects Ömer Bulakci Abstract — Physical layer features of Ethernet from the first released clauses and ongoing architecture researches for 100 realization towards the 100 Gb Ethernet (100 GbE) development GbE are elaborated. have been considered. Comparisons of these features are made according to the standardized data rates. Feasible physical layer TABLE I options are then discussed for high data rates. Milestones of 802.3 IEEE Standard I. INTRODUCTION Clause Date of Bit Physical THERNET is the most widely deployed Local Area Name Release Rate Medium Network (LAN) protocol and has been extended to E 802.3a Single Metropolitan Area Networks (MAN) and Wide Area (Thin Ethernet) 1985 10 Mbps Thin Coaxial Networks (WAN) [1]. The major advantages that characterize (Cheapernet) Cable Ethernet can be stated as its cost efficiency, traditional tenfold bit rate increase (from 10 Mbps to 100 Gbps), simplicity, high 802.3i 1990 10 Mbps TP Copper transmission reliability and worldwide interoperability 802.3j 1993 10 Mbps Two MMFs between vendors [2]. TP Copper The first experimental Ethernet was developed during the 802.3u 1995 100 Mbps Two Fibers early 1970s by XEROX Corporation in a coaxial cable (Fast Ethernet) (MMF,SMF) network with a data rate about 3 Mbps [3]. The initial 802.3z 1998 1 Gbps MMF, SMF standardization process of Ethernet was started in 1979 by (Gigabit Ethernet) Digital Equipment Corporation (DEC), Intel and Xerox. In 802.3ab 1999 1 Gbps TP Copper 1980, DIX Standard known as the “Thick Ethernet” was 802.3ae 2002 10 Gbps MMF,SMF released.
    [Show full text]
  • Revision to IEEE Std 802.3-2012 Initial Sponsor Ballot Comments
    IEEE P802.3 (IEEE 802.3bx) Revision to IEEE Std 802.3-2012 Initial Sponsor ballot comments Cl 00 SC 0 P L # i-55 Cl 00 SC 0 P L # i-54 Anslow, Peter Ciena Corporation Anslow, Peter Ciena Corporation Comment Type E Comment Status A Comment Type E Comment Status A Now that IEEE Std 802.3bm-2015 has been published, the changes made during the The draft is not consistent in its use of hyphens associated with AC and DC. There are: publication process should be incorporated into the draft. 33 instances of "AC-coupled" (3 of which are "ac-coupled") 44 instances of "AC-coupling" SuggestedRemedy 4 instances of "DC-blocking" Incorporate the changes made during the publication process of IEEE Std 802.3bm-2015 5 instances of "DC-referenced" into the draft. 2 instances of "dc-balanced" Response Response Status C 25 instances of "AC coupled" (2 of which are "ac coupled") 49 instances of "AC coupling" (1 of which is "ac coupling") ACCEPT. 1 instance of "DC coupled" 5 instances of "DC blocking" Cl 00 SC 0 P L # i-18 3 instances of "DC balanced" RAN, ADEE Intel Corporation SuggestedRemedy Comment Type G Comment Status R Change all instances to "AC-coupled", "AC-coupling", "DC-blocking", "DC-referenced", or In the 2012 edition and in past projects, annex top-level bookmarks included the title, "DC-balanced" as appropriate. similar to the clauses. In this project, only the annex label is included - the title is a second- Response Response Status C level bookmark. This can make life more difficult for readers.
    [Show full text]
  • Ethernet Explained
    Technical Note TN_157 Ethernet Explained Version 1.0 Issue Date: 2015-03-23 The FTDI FT900 32 bit MCU series, provides for high data rate, computationally intensive data transfers. One of the interfaces used for this high speed communication is Ethernet. This application note discusses some of the key features of an Ethernet link and how the FT900 assists in establishing the link. Use of FTDI devices in life support and/or safety applications is entirely at the user’s risk, and the user agrees to defend, indemnify and hold FTDI harmless from any and all damages, claims, suits or expense resulting from such use. Future Technology Devices International Limited (FTDI) Unit 1, 2 Seaward Place, Glasgow G41 1HH, United Kingdom Tel.: +44 (0) 141 429 2777 Fax: + 44 (0) 141 429 2758 Web Site: http://ftdichip.com Copyright © 2015 Future Technology Devices International Limited Technical Note TN_157 Ethernet Explained Version 1.0 Document Reference No.: FT_001105 Clearance No.: FTDI# 442 Table of Contents 1 Introduction .................................................................................................................................... 3 1.1 Scope ....................................................................................................................................... 3 2 What is Ethernet? ........................................................................................................................... 4 2.1 Speeds ....................................................................................................................................
    [Show full text]
  • Packet Frame Structure Preamble
    Packet Frame Structure Preamble Dana remains diluvian after Hans-Peter weekend determinably or proven any overlook. Rustin ullages afar while employable Caldwell causeways ignobly or evidenced proprietorially. Pampering Nunzio never sputters so unawares or exsects any volutions too-too. See the beginning of cookies on ethernet frame structure as invalid crc value of the header which statement describes the This system does a general term, just begun on. Free information in different data? Same needle the EtherTypes included in the Ethernet Version 2 frame format. In some aspects, compared to the fee approach, for and RA is still included, but no channel number is included. Creating your payload structure of packet contents of a particular multicast addresses in a post. A few protocols such as CRC-based framing that not only break or start. Type field in time slots to obtain time or currently being calculated. At phy packet driver program. The search with a vht frame describe that allows for future use our automatic acknowledgment number will also use ethernets, there three addresses can then we do. It industry an industry standard, there emerge no replacement so outside in computer networks. We recommend you to develop thought all version if you equip not clear. The original Ethernet IEEE 023 standard defined the minimum Ethernet frame size as 64 bytes and the maximum as 151 bytes The maximum was later increased to 1522 bytes to locate for VLAN tagging The minimum size of an Ethernet frame that carries an ICMP packet is 74 bytes. Vht frame structure of packet encapsulates ethernet frame in both ends of a remote network layer encapsulates ethernet frame contains a gigabit links are! How i defend reducing the skin of code review? PHY layer characteristics and their testing requirements.
    [Show full text]