Understanding Gigabit Ethernet Performance

Total Page:16

File Type:pdf, Size:1020Kb

Understanding Gigabit Ethernet Performance 51-20-98 DATA COMMUNICATIONS MANAGEMENT UNDERSTANDING GIGABIT ETHERNET PERFORMANCE Gilbert Held INSIDE Ethernet Frame Flow; The Gigabit Ethernet Frame OVERVIEW Gigabit Ethernet represents the latest Institute of Electrical and Electronic Engineers (IEEE) Carrier Sense Multiple Access with Collision Detection (CSMA/CD) 802.3 standard. In developing the Gigabit Ethernet standard, the IEEE decided that it was important to retain the CSMA/CD access pro- tocol and frame format to provide a truly scalable technology, ranging from Ethernet’s 10Mbps operating rate to the 100Mbps operating rate of Fast Ethernet and to the 1Gbps operating rate of Gigabit Ethernet. Retain- ing the same media access and frame format simplifies equipment design as the differences between each version of Ethernet become primarily one of speed adaptation on clocking. Unfortunately, retaining the frame structure of Ethernet and Fast Ether- net introduced a new problem in the PAYOFF IDEA form of a collision domain. Gigabit Ethernet represents an increase in the op- Both Ethernet and Fast Ethernet erating rate of Fast Ethernet by an order of magni- provide sufficient time between the tude. Although Gigabit Ethernet operates faster than Fast Ethernet, there are certain situations next-to-last bit in a frame being where the actual performance of the more mod- placed on a network and the receipt ern technology may not provide any significant of a propagated collision signal to improvement when one considers the actual abil- enable a cabling length of 100 meters ity of each networking technology to transfer in- formation. Thus, it is important for network man- from a workstation to a hub port. In agers and LAN administrators to understand how a Gigabit Ethernet environment, the Gigabit Ethernet transfers data and those situa- higher operating rate restricts the di- tions that inhibit its ability to transfer information. ameter of a network to approximate- Knowing the operation of Gigabit Ethernet will al- ly ten meters, as cabling beyond that low one to select an appropriate networking tech- nology to satisfy organizational requirements distance closes the collision window without basing the decision on the operating rate and makes it possible for a station to of the network, which, under certain situations, transmit every bit in a frame while a can result in the inability of the technology to sat- isfy organizational requirements. 08/99 Auerbach Publications © 1999 CRC Press LLC collision occurred on some prior bits and the collision signal is still prop- agating toward the transmitting station. Because a ten-meter diameter would be overly restrictive, the IEEE standardized a technique referred to as carrier extension technology that adds special symbols to the end of relatively short frames on a Gigabit network. While the resulting tech- nique literally opens the collision window and permits a much more practical 200-meter network diameter, the carrier symbols occupy band- width and adversely affect the ability of Gigabit Ethernet to transport in- formation per unit of time under certain conditions. Thus, the trade-off was between obtaining a reasonable network cabling diameter and low- ering the ability of the network to transport information under certain network situations. It should be noted that carrier extension technology is only applicable to half-duplex, shared-media Gigabit Ethernet. This is because full-du- plex, nonshared media Gigabit Ethernet uses separate paths for the trans- mission and reception of data, precluding the possibility of collisions. However, because shared-media Gigabit Ethernet is copper based and costs significantly less per port than full-duplex, nonshared media, it is reasonable to expect that many network managers and LAN administra- tors will focus their attention on the less expensive technology. After all, 1Gbps of shared media bandwidth represents a considerable improve- ment over 100Mbps Fast Ethernet. Or does it? To answer this question, one must first examine the potential frame flow on different types of Ethernet networks. ETHERNET FRAME FLOW Exhibit 1 illustrates the composition of an Ethernet frame. Note that the “Data” field must be a minimum of 46 bytes in length and is filled with pad characters if the number of bytes to be transported is less than 46. Thus, the minimum length of an Ethernet frame is 72 bytes. In some literature one may have read that the minimum length of an Ethernet frame is 64 bytes. That metric references the IEEE standard that defines the frame prior to its placement on the network at the physical layer. Because network adapter cards automatically add the “Preamble” and “Start of Frame Delimiter” fields that add eight bytes to the frame for synchronization, the minimum length of the frame as it flows on the net- work is 72 bytes. Returning to the Ethernet frame’s “Data” field, its maximum value is 1500 bytes. When one considers the 26 overhead bytes in each frame, this means that the maximum frame length on the network is 1526 bytes. Many publications reference a maximum frame length of 1518 bytes. Once again, such publications are referencing the length of the frame pri- or to its placement on the network and do not consider the additional eight bytes added by the network adapter card in the form of a “Pream- ble” field and a “Start of Frame Delimiter” field for synchronization. EXHIBIT 1 — The Ethernet Frame Format By understanding that the minimum length of an Ethernet frame is 72 bytes and its maximum length is 1526 bytes, one can compute the max- imum number of minimum length and maximum number of maximum length frames that can flow on an Ethernet network. Because many read- ers may be from the “Show Me” state of Missouri, the computations are given here. At a 10Mbps operating rate, the Ethernet standard requires a “dead time” of 9.6 µs between frames, while the bit duration is 100 ns. Thus, the time required to transmit a 72 byte minimum length Ethernet frame becomes: 9.6 µs + 72 bytes × 8 bits/byte × 100 ns/bit or 67.2 × 10–6 s. Thus, in one second, there can be a maximum of 1/67.2 × 10–6, or 14,880 minimum size 72-byte frames flowing on an Ethernet 10Mbps network. Similar to the manner by which the maximum number of minimum length frames that can flow on a 10Mbps Ethernet network was calculat- ed, one can also compute the maximum number of maximum length frames that can flow on that network. To do, first compute the time per frame as follows: 9.6 µs + 1526 bytes × 8 bits/byte × 100 ns/bit or 1.23 ns. Then, in one second, there can be a maximum of 1/1.23 ns or 812 maximum length frames that can flow on a 10Mbps Ethernet net- work. In examining Fast Ethernet technology, one notes that the dead times between frames and bit duration are one tenth of 10Mbps and that both technologies use the same frame format with the same minimum frame length of 72 bytes and maximum frame length of 1526 bytes. Due to this, the maximum frame rate obtainable on Fast Ethernet is ten times the frame rate of 10Mbps Ethernet. In addition to determining the maximum frame rate on Ethernet and Fast Ethernet, one can also compute their information transfer capability. To do so, multiply their maximum and minimum frame rates by the num- ber of bytes capable of being transported in maximum length and mini- mum length frames. For example, consider the maximum frame rate when minimum length frames are transported on an Ethernet network. Since a minimum length 72 byte frame is capable of transporting 46 bytes and 14,880 minimum length frames per second can flow on an Ethernet network, the data transfer rate becomes: 14,880 frames/s × 46 bytes/frame × 8 bits/byte = 5.476Mbps EXHIBIT 2 — Ethernet Frame and Information Transfer Capability Average Frame Size Maximum Frame Maximum Information (Bytes) Rate Transfer Ethernet 72 14880 5.476 Mbps 1526 812 9.744 Mbps Fast Ethernet 72 14880 54.76 Mbps 1526 8120 97.44 Mbps Similarly, one can also compute the information transfer capability of 10Mbps Ethernet for maximum length 1526-byte frames. Since a maxi- mum of 812 frames per second can flow on that network and each max- imum length field can transport 1500 bytes, then the maximum data transfer rate for maximum length frames becomes: 812 frames/s × 1500 bytes/frame × 8 bits/byte = 9.744Mbps Exhibit 2 summarizes the maximum frame rates and information trans- fer capability for minimum length and maximum length frames flowing on Ethernet and Fast Ethernet networks. Because Fast Ethernet uses the same frame format and only differs from Ethernet by placing bits on the network faster by an order of ten, its transfer rate is ten times that of Ethernet. Thus, although one could compute the information transfer of Fast Ethernet in the same manner as for the information transfer for Ethernet, this will not be done. Instead, note that because the maximum frame rate on Fast Ethernet is ten times that of Ethernet, this results in the information transfer capability also being ten times that of Ethernet. Returning to the examination of the entries in Exhibit 2, one can now focus on the maximum information transfer capability of Ethernet and Fast Ethernet. Note that when the minimum frame length occurs that cor- responds to the transmission of frames carrying interactive traffic, the maximum information transfer on Ethernet and Fast Ethernet is slightly more than half of the operating rate of each network. At the opposite end of the range of frame lengths, the transmission of maximum length frames that corresponds to file transfers results in the information transfer rate approaching the operating rate of each network.
Recommended publications
  • The Essential Guide to Audio Over IP for Broadcasters 2 5
    The Essential Guide To Audio OverIP FOR BROADCASTERS Powerful Performance | Powerful Control | Powerful Savings i 1. Why IP for Broadcast Audio? Reasons to Migrate to Audio over IP ..........................................................................................................8 1. Flexibility ..................................................................................................................................................................................8 2. Cost ...........................................................................................................................................................................................8 3. Scalability ................................................................................................................................................................................9 4. Reliability (yes really!) .........................................................................................................................................................9 5. Availability ..............................................................................................................................................................................9 6. Control and Monitoring .....................................................................................................................................................9 7. Network Consolidation ......................................................................................................................................................9
    [Show full text]
  • EDSA-401 ISA Security Compliance Institute – Embedded Device Security Assurance – Testing the Robustness of Implementations of Two Common “Ethernet” Protocols
    EDSA-401 ISA Security Compliance Institute – Embedded Device Security Assurance – Testing the robustness of implementations of two common “Ethernet” protocols Version 2.01 September 2010 Copyright © 2009-2010 ASCI – Automation Standards Compliance Institute, All rights reserved EDSA-401-2.01 A. DISCLAIMER ASCI and all related entities, including the International Society of Automation (collectively, “ASCI”)provide all materials, work products and, information (‘SPECIFICATION’) AS IS, WITHOUT WARRANTY AND WITH ALL FAULTS, and hereby disclaim all warranties and conditions, whether express, implied or statutory, including, but not limited to, any (if any) implied warranties, duties or conditions of merchantability, of fitness for a particular purpose, of reliability or availability, of accuracy or completeness of responses, of results, of workmanlike effort, of lack of viruses, and of lack of negligence, all with regard to the SPECIFICATION, and the provision of or failure to provide support or other services, information, software, and related content through the SPECIFICATION or otherwise arising out of the use of the SPECIFICATION. ALSO, THERE IS NO WARRANTY OR CONDITION OF TITLE, QUIET ENJOYMENT, QUIET POSSESSION, CORRESPONDENCE TO DESCRIPTION, OR NON- INFRINGEMENT WITH REGARD TO THE SPECIFICATION. WITHOUT LIMITING THE FOREGOING, ASCI DISCLAIMS ALL LIABILITY FOR HARM TO PERSONS OR PROPERTY, AND USERS OF THIS SPECIFICATION ASSUME ALL RISKS OF SUCH HARM. IN ISSUING AND MAKING THE SPECIFICATION AVAILABLE, ASCI IS NOT UNDERTAKING TO RENDER PROFESSIONAL OR OTHER SERVICES FOR OR ON BEHALF OF ANY PERSON OR ENTITY, NOR IS ASCI UNDERTAKING TO PERFORM ANY DUTY OWED BY ANY PERSON OR ENTITY TO SOMEONE ELSE. ANYONE USING THIS SPECIFICATION SHOULD RELY ON HIS OR HER OWN INDEPENDENT JUDGMENT OR, AS APPROPRIATE, SEEK THE ADVICE OF A COMPETENT PROFESSIONAL IN DETERMINING THE EXERCISE OF REASONABLE CARE IN ANY GIVEN CIRCUMSTANCES.
    [Show full text]
  • Ethernet Basics Ethernet Basics
    2016-09-24 Ethernet Basics based on Chapter 4 of CompTIA Network+ Exam Guide, 4th ed., Mike Meyers Ethernet Basics • History • Ethernet Frames • CSMA/CD • Obsolete versions • 10Mbps versions • Segments • Spanning Tree Protocol 1 2016-09-24 Ethernet – Early History • 1970: ALOHAnet, first wireless packet-switched network - Norman Abramson, Univ. of Hawaii - Basis for Ethernet’s CSMA/CD protocol - 1972: first external network connected to ARPANET • 1973: Ethernet prototype developed at Xerox PARC - (Palo Alto Research Center) - 2.94 Mbps initially • 1976: "Ethernet: Distributed Packet Switching for Local Computer Networks" published in Communications of the ACM. - Bob Metcalfe and David Boggs - sometimes considered “the beginning of Ethernet” Ethernet goes Mainstream • 1979: DEC, Intel, Xerox collaborate on a commercial Ethernet specification - Ethernet II, a.k.a. “DIX” Ethernet - (Digital Equipment Corporation) • 1983: IEEE 802.3 specification formally approved - Differs from Ethernet II in the interpretation of the third header field • 1987: alternatives to coaxial cables - IEEE 802.3d: FOIRL, Fiber Optic Inter-Repeater Link - IEEE 802.3e: 1 Mbps over Twisted Pair wires (whoopee!) • 1990: Twisted-Pair wiring takes over - IEEE 802.3i: 10 Mbps over Twisted-Pair – 10Base-TX, 10Base-T4 2 2016-09-24 the Future is Now (next chapter) (and Now is so Yesteryear…) 1995 – Now: speed and cabling improvements • 1995: 100Mbps varieties • 1999: 1Gbps on twisted-pair • 2003-2006: 10Gbps on optical fiber and UTP • 2010: 40Gbps, 100Gbps (802.3ba) - optical fiber or twinaxial cable - point-to-point physical topology; for backbones • 2016, September: 2.5GBase-T, 5GBase-T ? - who knows? What Is Ethernet? • Protocols, standards for Local Area Networks » Ethernet II, IEEE 802.3 • Specifies Physical-layer components - Cabling, signaling properties, etc.
    [Show full text]
  • Medium Access Control (MAC)
    1 Medium Access Control 2 Medium Access Control (1) The Network H2 H4 H1 H3 Broadcast networks have possibility of multiple access (MA) to a channel medium access control describes how we resolve the conflict assume only one channel available for communication additional channels would also be the subject of MAC 3 Medium Access Control (2) The Network H2 H4 H1 H3 4 Medium Access Control (3) The Network H2 H4 H1 H3 5 Medium Access Control (4) The Network H2 H4 H1 H3 assume when two frames overlaps at the Rx then both are lost, and thus both must be retransmitted assumption always be true in LANs in broadcast WANs might not be true 6 ALOHA protocol You can do nothing for MAC . The Network The Network The Network The Network H2 H4 H2 H4 H2 H4 H2 H4 H1 H3 H1 H3 H1 H3 H1 H3 ALOHA is contention based: a host may broadcast whenever necessary higher layers spot errors caused by collisions, and do retransmission 7 Performance of ALOHA H n vulnerable period for -1 start (λt) −λt Pn(t)= e t1 + t2 n! H1 To find p from Poisson Equation - t set t = 2T, λ = µG, n = 0: t2 -1 0 (µ 2T ) − H2 p = G e µG2T t1 + t2 - 0! −µG2T vulnerable period for H2 start p = e µ − S = e µG2T Let t1 = t2 = T µG µS successfully sent per second −µG2T µS = µGe µG sent (including failures) per second p is probability frame has no collisions µST frames are delivered in T µ seconds p = S µG −µG2T ρ = µST = µGe T 8 Is ALOHA good? ρ 6 0.4 0.3 0.2 0.1 0.0 - 0.0 0.5 1.0 1.5 2.0 2.5 3.0 µGT load of 50% gives maximum efficiency of 18% not a very satisfactory performance no way of assuring that even this maximum efficiency is reached 9 Improving basic ALOHA 1.
    [Show full text]
  • Ethernet (IEEE 802.3)
    Computer Networking MAC Addresses, Ethernet & Wi-Fi Lecturers: Antonio Carzaniga Silvia Santini Assistants: Ali Fattaholmanan Theodore Jepsen USI Lugano, December 7, 2018 Changelog ▪ V1: December 7, 2018 ▪ V2: March 1, 2017 ▪ Changes to the «tentative schedule» of the lecture 2 Last time, on December 5, 2018… 3 What about today? ▪Link-layer addresses ▪Ethernet (IEEE 802.3) ▪Wi-Fi (IEEE 802.11) 4 Link-layer addresses 5 Image source: https://divansm.co/letter-to-santa-north-pole-address/letter-to-santa-north-pole-address-fresh-day-18-santa-s-letters/ Network adapters (aka: Network interfaces) ▪A network adapter is a piece of hardware that connects a computer to a network ▪Hosts often have multiple network adapters ▪ Type ipconfig /all on a command window to see your computer’s adapters 6 Image source: [Kurose 2013 Network adapters: Examples “A 1990s Ethernet network interface controller that connects to the motherboard via the now-obsolete ISA bus. This combination card features both a BNC connector (left) for use in (now obsolete) 10BASE2 networks and an 8P8C connector (right) for use in 10BASE-T networks.” https://en.wikipedia.org/wiki/Network_interface_controller TL-WN851ND - WLAN PCI card 802.11n/g/b 300Mbps - TP-Link https://tinyurl.com/yamo62z9 7 Network adapters: Addresses ▪Each adapter has an own link-layer address ▪ Usually burned into ROM ▪Hosts with multiple adapters have thus multiple link- layer addresses ▪A link-layer address is often referred to also as physical address, LAN address or, more commonly, MAC address 8 Format of a MAC address ▪There exist different MAC address formats, the one we consider here is the EUI-48, used in Ethernet and Wi-Fi ▪6 bytes, thus 248 possible addresses ▪ i.e., 281’474’976’710’656 ▪ i.e., 281* 1012 (trillions) Image source: By Inductiveload, modified/corrected by Kju - SVG drawing based on PNG uploaded by User:Vtraveller.
    [Show full text]
  • Traffic Generation
    WHITEPAPER Joan d’Austria, 112 - Barcelona - SP - 08018 Chalfont St Peter - Bucks - UK - SL9 9TR www.albedotelecom.com Ethernet Traffic Generation One of the key features of Ether.Genius / Ether.Sync / Ether.Giga tester fami- lies is the ability to generate traffic with deterministic and random bandwidth profiles. The traffic generation feature can be used to stress the network, sim- ulate user traffic and, if a suitable payload is configured, to measure critical net- work performance parameters like bit errors, packet loss or latency. The above mentioned Ethernet testers manufactured by ALBEDO, have eight in- dependent full featured traffic generators attached to the main test port (Port A). Each traffic flow may be configured with specific encapsulation and ad- dressing parameters thus providing great versatility in all applications requiring Ethernet and IP traffic generation. 1. GENERATION OF ETHERNET TRAFFIC In Ether.Genius / Ether.Sync / Ether.Giga testers, generation of custom Ether- net frames is available for Port A in Ethernet endpoint mode through the Frame, Bandwith profile and Payload settings for each of the eight available traffic flows. This is a short description of the Ethernet traffic generation menus: Figure 1 ALBEDO Ether.Giga is a field tester for Ethernet equipped with all the features to install and maintain Ethernet infrastructures supporting legacy features such as BER and RFC2544 while new test such as eSAM Y.1564. All rights reserved. No part of this document may be stored, copied or transmitted, by any means,
    [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]
  • 10/100 Mb/S Ethernet Frame Processor Agilent Technologies Broadband Series Test System
    10/100 Mb/s Ethernet Frame Processor Agilent Technologies Broadband Series Test System E6282A Product Features • Dual port 10/100 Ethernet module for the BSTS • Enables LAN-LAN, LAN-ATM and LAN-WAN interworking • Comprehensive real-time analysis and filtering • IP CoS stimulus/response testing • Functional and performance IP testing • More than 100 protocols supported • Error injection and the ability to transmit non-conforming streams • Over 200 real-time measurements • Full and half duplex configuration support • Network Services including RIP, Ping and full Main control dialog for the dual port E6282A Ethernet Frame Processor showing key operational modes ARP implementation and interface type, duplex and rate. The Agilent Technologies E6282A This module works seamlessly with Key Benefits 10/100 Mb/s Ethernet Frame Processor other BSTS ATM or frame relay brings LAN interworking and native modules to form the foundation of a Interworking with BSTS ATM and Frame Ethernet testing to the BSTS. As with functional interworking test. Relay modules all BSTS modules, the Ethernet Frame Important test connection modes The Ethernet Frame Processor is a Processor has a rich set of test features supported include: fully integrated BSTS module. It can tailored for equipment design and be used as a stimulus/response tester network test applications. • Dual Channel Emulation and debugging tool for native LAN, • Transmit Monitor You can create LAN Protocol Data WAN and ATM when used in • Active Monitor Units (PDUs) such as IP, send them conjunction with E4209B Cell individually or use the capabilities Physical layer support includes a Protocol Processor, E4206A T1/E1 provided by the traffic generator to choice of RJ45 or Media Independent Frame Processor, or E4207A create complex traffic streams.
    [Show full text]
  • Ethernet Theory of Operation
    AN1120 Ethernet Theory of Operation Author: M. Simmons However, with ubiquitous deployment, internet Microchip Technology Inc. connectivity, high data rates and limitless range expansibility, Ethernet can accommodate nearly all wired communications requirements. Potential INTRODUCTION applications include: This document specifies the theory and operation of • Remote sensing and monitoring the Ethernet technology found in PIC® MCUs with • Remote command, control and firmware updating integrated Ethernet and in stand-alone Ethernet • Bulk data transfer controllers. • Live streaming audio, video and media • Public data acquisition (date/time, stock quotes, Ethernet technology contains acronyms and terms news releases, etc.) defined in Table 1. THEORY OF OPERATION APPLICATIONS Ethernet is a data link and physical layer protocol Ethernet is an asynchronous Carrier Sense Multiple defined by the IEEE 802.3™ specification. It comes in Access with Collision Detect (CSMA/CD) many flavors, defined by maximum bit rate, mode of protocol/interface, with a payload size of 46-1500 octets. transmission and physical transmission medium. With data rates of tens to hundreds of megabits/second, it is generally not well suited for low-power applications. • Maximum Bit Rate (Mbits/s): 10, 100, 1000, etc. • Mode of Transmission: Broadband, Baseband • Physical Transmission Medium: Coax, Fiber, UTP, etc. TABLE 1: ETHERNET GLOSSARY Term Definition CRC Cyclic Redundancy Check: Type of checksum algorithm used when computing the FCS for all Ethernet frames and the hash table key for hash table filtering of receive packets. DA Destination Address: The 6-octet destination address field of an Ethernet frame. ESD End-of-Stream Delimiter: In 100 Mb/s operation, the ESD is transmitted after the FCS (during the inter-frame gap) to denote the end of the frame.
    [Show full text]
  • Gigabit Ethernet (802.3Z)
    Ethernet Computer Networks Lecture 4 The History of Ethernet Originally: DIX Ethernet (DEC-Intel-Xerox, Ethernet II) - 10Mbps. No LLC sublayer Later standardized as: IEEE 802.3 Frame format has changed: (type/length field interpretation). Both frame formats are being used today even on the same medium 2 Naming of Ethernet Family Members According to IEEE 802.3 Today, Ethernet is a whole technology suite with a common frame format (both LAN and WAN technologies) {Mbps|GbpsG}{Base|Broad}{seg_len/100[m]|-medium} Medium: T/TX – Twisted Pair, F/LX/SX/… – Fiber optic, … Examples: 10Base5,10Base5, 10Base-T,10Base-T, 100Base-LX10,100Base-LX10, 10GBase-T10GBase-T 3 Half-duplex Ethernet MAC Access Protocol: CSMA/CD p-persistant Maximum signal delay in the Ethernet network is defined to be 51,2 microseconds 2x maximum time of signal propagation + delays incured by repeaters/hubs Corresponds to 512 bit intervals (64B) at 10Mb/s Implies the maximum network reach and maximum number of repeaters/hubs with a standardized maximum signal delay (5-4-3 rule) A station that detects collision sends a jam signal which helps other stations to detect the collision to limit the duration of a collision Exponential backoff is applied after a collision 4 Half-duplex and Full-duplex Ethernet Half duplex – colission envirnment (CSMA/CD) In half-duplex mode we have to adhere CSMA/CD timing that implies the maximum cable lengths Full duplex – colission-free (switched) environment For compatibility with half-duplex NICs, P2P links may also operate in half-duplex mode 5 Duplex and Speed Autonegotiation Stations may automatically negotiate duplex mode and speed (10/100/1000 Mb/s).
    [Show full text]
  • 10-Gbps Ethernet Reference Design User Guide
    10-Gbps Ethernet Reference Design User Guide c The IP described in this document is scheduled for product obsolescence and discontinued support as described in PDN1207. Therefore, Altera® does not recommend use of this IP in new designs. For more information about Altera’s current IP offering, refer to Altera’s Intellectual Property website. 101 Innovation Drive IP Core Version: 11.0 San Jose, CA 95134 Document Date: December 2011 www.altera.com i–2 © December 2011 Altera Corporation 10-Gbps Ethernet Reference Design User Guide UG-01076-5.0 1. 10-Gbps Ethernet IP Datasheet This datasheet describes the Altera® 10-Gbps Ethernet IP core which implements the IEEE 802.3 2005 and 802.1Q Ethernet standards. You can use the Quartus® II software to parameterize and implement this IP core in your design. The 10-Gbps Ethernet IP core is highly configurable. It includes an Ethernet Media Access Controller (MAC) with an Avalon® Streaming (Avalon-ST) interface on the client side, and a XAUI or a standard XGMII interface on the network side. The XAUI interface is implemented as hard IP in an Altera FPGA transceiver or as soft logic, which results in a soft 10GBASE-X XAUI PCS. Alternatively, you can choose to implement a 10-Gbps Ethernet IP core that includes only the MAC or the soft XAUI PCS. Figure 1–1 illustrates the top-level modules of this IP core. 1 Altera categorizes this IP core as a reference design, described on the Altera website on the 10-Gbps Ethernet Reference Design web page. Figure 1–1.
    [Show full text]
  • Synchronized Real Time Audio Streaming Over Ethernet in Embedded Systems
    Synchronized real time audio streaming over ethernet in embedded systems A thesis submitted for the degree Master of Science in Information Technology submitted by Indumathi Duraipandian 926286 Fachbereich Informatik und Elektrotechnik Fachhochschule Kiel January 2018 Declaration of Authorship I, Indumathi Duraipandian, declare that this thesis titled, `SYNCHRONIZED REAL TIME AUDIO STREAMING OVER ETHERNET IN EMBEDDED SYSTEMS' and the work presented in it are my own. I confirm that: This work was done wholly or mainly while in candidature for a research degree at this University. Where any part of this thesis has previously been submitted for a degree or any other qualification at this University or any other institution, this has been clearly stated. Where I have consulted the published work of others, this is always clearly at- tributed. Where I have quoted from the work of others, the source is always given. With the exception of such quotations, this thesis is entirely my own work. I have acknowledged all main sources of help. Where the thesis is based on work done by myself jointly with others, I have made clear exactly what was done by others and what I have contributed myself. Signed: Date: i Abstract In any complex audio video networks such as professional audio recording studios, au- tomotive or in-flight infotainment systems, concert avenues or even home entertainment systems, the connection between the various audio/ video sources and sinks are mostly analog, point to point and serve a single purpose. This leads to tonnes of confusing cables, each cable serving a specific data exchange. Even the digital solutions such as I2S, S/PDIF, AES3 for short distance connections, most for automotive applications and Firewire (IEEE 1394), HDMI or audio over USB for high bandwidth applications, still require purpose built cables and proprietary software to work correctly and still they lack interoperability.
    [Show full text]