Ethernet by T.S.R.K

Total Page:16

File Type:pdf, Size:1020Kb

Ethernet by T.S.R.K L8 – Ethernet by T.S.R.K. Prasad EA C451 Internetworking Technologies 02/02/2013 References / Acknowledgements Sec 4.3, 4.8: Computer Networks, Andrew Tanenbaum Sec 5.4 – 5.6: [Kurose] Sec 2.6: [Peterson] References EA C451 INET TECH Optional Readings [Shenker-ETH] Scott Shenker, L18- Ethernet, EE122, Fall 2012, Dept of EECS, University of California, Berkeley. http://inst.eecs.berkeley.edu/~ee122/ [Kurose] Chapter 5: The Link Layer and Local Area Networks, Computer Networking, Kurose & Ross Optional Readings EA C451 INET TECH Optional Readings [Tanenbaum] Chapters 3: Data Link Layer and Chapter 4: MAC Sublayer, Computer Networks, Andrew Tanenbaum, 4th Edition. [Peterson] Chapter 2: Getting Connected, Computer Networks, Peterson & Davie. IEEE 802 Project Look Ma – NO RFCs!!! Optional Readings EA C451 INET TECH Self-Study Topics Spanning tree protocol Self-Study EA C451 INET TECH IEEE 802 Project Network Layer Network LLC 802.2 Layer Logical Link Control (LLC) Data Link 802.3 MAC CSMA/CD 802.11a 802.11b 802.11g 802.15 802.16 Layer Ethernet Wireless LAN / Wi-Fi Bluetooth WiMax Physical QAM / Manchester OFDM HR-DSSS OFDM FHSS Physical Layer QPSK IEEE Standard OSI Model Note: This is not the complete model; IEEE 802 standard has 20 sub-committees formulating the details of the Data link layer standards. IEEE 802 Project EA C451 INET TECH You Said It If something comes along to replace Ethernet, it will be called “Ethernet”, so therefore Ethernet will never die. - Attributed to Bob Metcalfe by Ken Thompson You Said It EA C451 INET TECH Presentation Overview Conclusion Deployment Scenarios Gigabit Ethernet Classic Ethernet Introduction Lecture Outline EA C451 INET TECH Presentation Overview Conclusion Deployment Scenarios Gigabit Ethernet Classic Ethernet Introduction Lecture Outline EA C451 INET TECH Ethernet “dominant” wired LAN technology: • cheap Rs. 889/- for 1Gbps NIC • first widely used LAN technology • simpler, cheaper than token LANs and ATM • kept up with speed race: 10 Mbps – 100 Gbps Metcalfe’s Ethernet sketch Introduction EA C451 INET TECH Where is the link layer implemented? • Link layer implemented in “adaptor” (aka network interface card NIC) or on a chip application transport – Ethernet card, 802.11 network cpu memory link card; Ethernet chipset host – implements link, physical bus controller (e.g., PCI) layer link physical • ’ physical attaches into host s system transmission buses • combination of hardware, network adapter software, firmware card Introduction Implementation EA C451 INET TECH Medium Access Techniques Medium sharing techniques Static Dynamic medium channelization access control Partition medium Dedicated allocation Scheduling Random access to users Polling: take turns Loose coordination Satellite Request for slot in Send, wait, retry if transmission transmission necessary Cellular Telephone schedule Aloha Token ring Ethernet Wireless LANs Introduction Medium Access Techniques EA C451 INET TECH Notion of Discrete Time node 1 1 1 1 1 node 2 2 2 2 node 3 3 3 3 C E C S E C E S S Nodes transmit only at the beginning of a time slot Introduction Notion of Discrete Time EA C451 INET TECH CSMA/CD CSMA/CD – Carrier Sense Multiple Access / Collision Detection CSMA: listen before transmit: if channel sensed idle: transmit entire frame • if channel sensed busy, defer transmission CD: detect collision and stop • If collision detected on channel, stop transmission • Implement Binary Exponential Backoff (BEB) Algo human analogy: don’t interrupt others! Introduction CSMA/CD EA C451 INET TECH CSMA/CD (collision detection) spatial layout of nodes Introduction CSMA/CD EA C451 INET TECH LAN Addresses each adapter on LAN has unique LAN address 1A-2F-BB-76-09-AD LAN adapter 71-65-F7-2B-08-53 58-23-D7-FA-20-B0 0C-C4-11-6F-E3-98 Introduction LAN Address EA C451 INET TECH Presentation Overview Conclusion Deployment Scenarios Gigabit Ethernet Classic Ethernet Introduction Lecture Outline EA C451 INET TECH Ethernet: physical topology • bus: popular through mid 90s – all nodes in same collision domain (can collide with each other) • star: prevails today – active switch in center – each “spoke” runs a (separate) Ethernet protocol (nodes do not collide with each other) switch star bus: coaxial cable Classic Ethernet Physical Topology EA C451 INET TECH Ethernet Frame Structure Classic Ethernet Ethernet Frame Structure EA C451 INET TECH Ethernet Frame Structure sending adapter encapsulates IP datagram (or other network layer protocol packet) in Ethernet frame type dest. source data CRC preamble address address (payload) preamble: • 7 bytes with pattern 10101010 followed by one byte with pattern 10101011 • used to synchronize receiver, sender clock rates Classic Ethernet Ethernet Frame Structure EA C451 INET TECH Ethernet Frame Structure • addresses: 6 byte source, destination MAC addresses . if adapter receives frame with matching destination address, or with broadcast address (e.g. ARP packet), it passes data in frame to network layer protocol . otherwise, adapter discards frame • type: indicates higher layer protocol (mostly IP but others possible, e.g., Novell IPX, AppleTalk) • CRC: cyclic redundancy check at receiver . error detected: frame is dropped type dest. source data preamble address address (payload) CRC Classic Ethernet Ethernet Frame Structure EA C451 INET TECH 802.3 Ethernet PHY Standards • many different Ethernet standards . common MAC protocol and frame format . different speeds: 2 Mbps, 10 Mbps, 100 Mbps, 1Gbps, 10G bps, 100G bps . different physical layer media: fiber, cable MAC protocol application and frame format transport network 100BASE-TX 100BASE-T2 100BASE-FX link 100BASE-T4 100BASE-SX 100BASE-BX physical copper (twister fiber physical layer pair) physical layer Classic Ethernet Ethernet PHY Standards EA C451 INET TECH Ethernet Switch • Store and forward A Ethernet frames C’ B • Multiple simultaneous 6 1 2 transmissions 5 4 3 • Transparent B’ C • Plug and Play A’ switch with six interfaces – Self learning (1,2,3,4,5,6) Classic Ethernet Ethernet Switch EA C451 INET TECH Self-learning, forwarding Dest: A’ Source: A A A A’ • frame destination, A’, locaton unknown: C’ B flood 6 1 2 A A’ • destination A location 5 4 3 known: selectively B’ C send A’ A on just one link A’ MAC addr interface TTL A 1 60 switch table A’ 4 60 (initially empty) Classic Ethernet Switches Self-learning EA C451 INET TECH Self-learning multi-switch example Suppose C sends frame to I, I responds to C S 2 0 4 S 1 1 S2 0 0 S 3 0 3 A 3 1 1 1 F 3 2 I B C D 2 2 H E G Q: show switch tables and packet forwarding in S1, S2, S3, S4 Classic Ethernet Switches Self-learning EA C451 INET TECH VLANs Virtual Local 1 7 9 15 Area Network 2 8 10 16 switch(es) supporting VLAN capabilities can … … be configured to Electrical Engineering Computer Science define multiple virtual (VLAN ports 1-8) (VLAN ports 9-15) LANS over single … operates as multiple virtual physical LAN switches infrastructure. 1 7 9 15 2 8 10 16 port-based VLAN … … Electrical Engineering Computer Science (VLAN ports 1-8) (VLAN ports 9-16) Classic Ethernet VLANs EA C451 INET TECH Port-based VLAN router • traffic isolation: frames to/from ports 1-8 can only reach ports 1-8 . can also define VLAN based on MAC addresses of endpoints, rather than switch port 1 7 9 15 2 8 10 16 • dynamic membership: … … ports can be dynamically Electrical Engineering Computer Science assigned among VLANs (VLAN ports 1-8) (VLAN ports 9-15) • forwarding between VLANS: done via routing (just as with separate switches) . in practice vendors sell combined switches plus routers Classic Ethernet VLANs Port-based VLANs EA C451 INET TECH VLANS spanning multiple switches 1 7 9 15 1 3 5 7 2 8 10 16 2 4 6 8 … … Electrical Engineering Computer Science Ports 2,3,5 belong to EE VLAN (VLAN ports 1-8) (VLAN ports 9-15) Ports 4,6,7,8 belong to CS VLAN • trunk port: carries frames between VLANS defined over multiple physical switches – frames forwarded within VLAN between switches can’t be vanilla 802.1 frames (must carry VLAN ID info) – 802.1q protocol adds/removed additional header fields for frames forwarded between trunk ports Classic Ethernet VLANs Multiple Switches EA C451 INET TECH 802.1Q VLAN frame format type preamble dest. source data (payload) address address CRC 802.3 frame type preamble dest. source data (payload) address address CRC 802.1Q frame 2-byte Tag Protocol Identifier Recomputed (value: 81-00) CRC Tag Control Information (12 bit VLAN ID field, 3 bit priority field like IP TOS) Classic Ethernet VLANs Frame Format EA C451 INET TECH Presentation Overview Conclusion Deployment Scenarios Gigabit Ethernet Classic Ethernet Introduction Lecture Outline EA C451 INET TECH Brief History of Ethernet Gigabit Ethernet Brief History of Ethernet EA C451 INET TECH Ethernet Versions Name Technical Name Maximum Speed Ethernet 802.3, CSMA/CD 10 Mbps Fast Ethernet 802.3u 100 Mbps Gigabit Ethernet 802.3z 1 Gbps 10 Gbps Ethernet 802.3ae 10 Gbps 100 Gbps Ethernet 802.3ba 100 Gbps 400 Gbps Ethernet 802.3bj 400 Gbps Gigabit Ethernet Ethernet Versions EA C451 INET TECH Link Aggregation Group (LAG) Gigabit Ethernet LAG EA C451 INET TECH LAG – Multiplexing by another name Gigabit Ethernet LAG EA C451 INET TECH Presentation Overview Conclusion Deployment Scenarios Gigabit Ethernet Classic Ethernet Introduction Lecture Outline EA C451 INET TECH Ethernet in Supercomputers Interconnects used on the Top 500 Supercomputers Deployment Scenarios Supercomputers EA C451 INET TECH Inside the Data Center Deployment Scenarios Data Centers EA C451 INET TECH Inside the Enterprises Deployment Scenarios Inside the Enterprises EA C451 INET TECH Ethernet for Interconnecting Campuses Deployment Scenarios Campus Interconection (WAN) EA C451 INET TECH Ethernet in Apartments Deployment Scenarios Apartments EA C451 INET TECH 10Gb Ethernet MAN Deployment Scenarios Metro Ethernet EA C451 INET TECH Ethernet for All Seasons Deployment Scenarios Ethernet for All Seasons EA C451 INET TECH Presentation Overview Conclusion Deployment Scenarios Gigabit Ethernet Classic Ethernet Introduction Lecture Outline EA C451 INET TECH Ethernet with Supporting Technologies Conclusion EA C451 INET TECH .
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]
  • Network Architectures
    Dr. Beinschróth József Telecommunication informatics I. Part 4 ÓE-KVK Budapest, 2019. Dr. Beinschróth József: Telecommunication informatics I. Content Network architectures: collection of recommendations The Physical Layer: transporting bits The Data Link Layer: Logical Link Control and Media Access Control Examles for technologies based on the Data Link Layer The Network Layer 1: functions and protocols The Network Layer 2: routing Examle for technology based on the Network Layer The Transport Layer The Application Layer Criptography IPSec, VPN and border protection QoS and multimedia Additional chapters Dr. Beinschróth József: Telecommunication informatics I. 2 The content of this chapter Wired LAN-s Wireless LAN-s Bluetooth PLC, BPL (Power Line Communication, Broadband over Power Lines) DOCSIS Dr. Beinschróth József: Telecommunication informatics I. 3 The LAN (Local Area Network) architecture covers the first two layer of the model The LAN technology is very widespread Covers the first two layer of the model, The data link layer plays a decisive role in the LAN architecture. Wired LAN-s Dr. Beinschróth József: Telecommunication informatics I. 4 The LAN is implemented in buildings or buildings close to each other (1) Located within a relatively small range of intelligent devices: the physical dimension limit: max. a few km, the transmission time is known in advance (micro, nanosecond scale delays). Typically is implemented in buildings, buildings close to each other, companies, institutions. The data transfer is implemented in a communication channel (does not use connected or leased telephone or data networks) Typically private network - work with one owner and administrative management. Destination: computers, printers and other shared resources sharing, messaging.
    [Show full text]
  • Industrial Ethernet
    Industrial Ethernet ... from the Office to the Machine - world wide - Band I Ronald Dietrich Industrial Ethernet ... from the Office to the machine - world wide - HARTING The best connections worldwide – because quality connects. HARTING was founded in 1945 by the family that still retains sole ownership of the company. HARTING presently employs more than 2 000 people including 150 highly qualified engineers and over 100 sales engineers who take care of the daily needs of our customers. Today, HARTING is the leading manufacturer of connectors with 34 subsidiary companies in Europe, America and Asia. As the market leader, HARTING offers the advantage of ‘just in time’ services. It is therefore no wonder that the company maintains close business relationships with all of its important customers active in the world market. HARTING is the market leader in several of its product sectors. HARTING can draw on many years of extensive experience gained in achieving high degrees of protection in industrial environments (IP 65 and higher), all of which has flowed into expanding its product portfolio as well as the development of its family of devices for industrial communication. HARTING products are manufactured utilizing cutting edge and efficient productions methods. CAD systems support research and development as well as tool making activities. We abide by our philosophy of quality, which states that only fully automatic manufacturing processes can achieve a zero error rate. In accordance with DIN EN ISO 9001, the organisation and procedures constituting our quality assurance measures are documented in a quality assurance manual. HARTING employs approximately 60 members of staff in quality assurance.
    [Show full text]
  • Time Sensitive Ethernet the Future for Industrial Control System Networks a Whitepaper
    Time Sensitive Ethernet The future for industrial control system networks A Whitepaper Call: +44 345 222 1711 / +353 1 210 1711 Email: [email protected] Visit: bsigroup.com Introduction Local Area Networks (LAN) are extremely important in the fully interconnected world we live in nowadays, acting as the backbone that enable the interaction between IT elements. They are also used to link local IT systems with the Wide Area Network (Internet). In the industrial world, LANs are even more critical, fulfilling real-time communication requirements to the interaction of the different elements present in SCADA (Supervisory Control and Data Acquisition). This paper will focus on the new enhancements of the most widespread LAN: ETHERNET, and how they allow the standard to achieve a prominent position in the industrial world. Local Area Networks (LANs), OT Architecture Review Ethernet LANs IT and OT Ethernet is, by far, the most used Local Area Network used Before introducing the Automation Pyramid in section 1.3, in IT systems all over the world. It is an open, manufacturer this section provides a brief comparison for the IT and OT independent technology, driven by the Standard IEEE 802.3 concepts. (part of the ISO standard organization) that has found wide The world of traditional Information Technology (IT) acceptance by network hardware manufacturers. has split over the years into several categories. In the “Ethernet refers to the family of LAN products covered by the IEEE case of Information Technology applied to supporting 802.3 standard that defines the carrier sense multiple access manufacturing processes and control systems the collision detect (CSMA/CD) protocol.
    [Show full text]