Ethernet Technology 1 Ethernet Technology 2

Total Page:16

File Type:pdf, Size:1020Kb

Ethernet Technology 1 Ethernet Technology 2 • History - Xerox : LAN for open office automation (1970s) 3Mbps on 75 Ohm Coax, coverage 1km area - DEC, Intel, and Xerox Co-proposed “Ethernet v1.0” (9/1980) - D.I.X. Ö Ethernet ver 2.0 (11/1982): 50Ohm Coax, 2.8 km • ANSI/IEEE 802.3 (ISO 8802.3) - Reformulated Ethernet v2 in 1985 - Drop cable, connector technology, times and fields are redefined - It’s used with Ethernet interchangeably, but less meaningful than Ethernet (?retain the original name) - Supplementary documents (regarding to various medium) + Upgrades are published after Feb.1989 Î IEEE 802.3x Ethernet Technology 1 Ethernet Technology 2 NotationNotation ofof EthernetEthernet TechnologyTechnology # B X / # Bit rate in Mbps: Distance in 100m: -1 -10 -100 - 2, -5, -36, -1000 -10000 or Medium: Simplified to: Signaling method: - Baseband 10/100Æ T?/TX or F/FX invented by: Bob Metcalfe and David Boggs in 1970 1GE & 10GE - Broadband 1GEÆ (C/S/L)X or T 10GEÆ(S/L/E)(X/R/W) ൩೭ኬǻ Ethernet Technology 3 Ethernet Technology More on Ethernet Family 4 Bus Topology -- 10Base2/5/36 Explanation of the Abbreviations • Connecting nodes via (tap to) coaxial cable • Transmission and receiving over the same media (line) • Basic configuration (Ex: A 10Base5 segment = a coax) : TRL ~ Transceiver’s cable Length DBN ~ Distance Between Nodes ӕືႝᢑ୔ࢤȐനߏ 500 ϦЁȑ MSL node NPS ~ Nodes Per Segment DBT Terminator Multiple of 2.5m Coaxial Cable tap Extension ? MES MSL ~ Maximum Segment Length ԏวᏔ Ȑനߏ 50 ϦЁȑ TRL ԏวᏔႝᢑ Transceiver Terminator ಖᆄᏔ MES ~ Maximum Extendable Segments ୔ࢤനӭௗ 100 ঁȑ NPS؂Ȑ • Important parameters: TRL, DBT, NPS, MSL, and MND. Ethernet Technology 5 Ethernet Technology 6 Star/Tree Topology -- 10BaseT/F, 1Base5 Transmitting and Receiving Frames • Connecting nodes via (tap to) UTP / FO A B • Transmission and receiving over separate media (line) • Basic configuration (Ex: one 10BaseT segment) (ӅӕᡏڮHub Number of ports/hub Bus (ғ All stations are in the same “collision domain” s nt eg me me seg nt Physically a star, Hub - multiple repeater logically a bus A B Length (PC/Hub-to-PC/Hub) = a “segment” ; 100m, max Star Ethernet Technology 7 Ethernet Technology 8 IEEE 802.3 (MAC) Frame Format IEEE 802.3 versus Ethernet II 7 1 6 6 2 46 d bytes d 1500 4 ˵̌̇˸̆ LEN Preamble SFD DA SA or LLC PAD FCS Type z Preamble: (10101010 . 10101010) for receiving synchronization z SFD: Start Frame Delimiter (10101011) z DA: Destination Address z SA: Source Address z L/T: Length of LLC-Frame / Protocol type z LLC-Frame: Greater than 46 but up to 1500 bytes (LLC/MAC) z PAD: Padding when LLC-Frame < 46 bytes In practice, however, both frame formats can coexist on the same z FCS: Frame Check Sequence (CRC-32) z MAC-frame size -- from DA to FCS physical coax. This is done by using protocol type numbers (type - Min (18+46) bytes to distinguish from collision field) greater than 1,500 in the Ethernet frame. However, different -Max (18+1500) bytes to prevent dominating bandwidth/channel device drivers are needed to handle each of these formats. Ethernet Technology 9 Ethernet Technology 10 Length/Type field Node’s operation • Repeater’s operation : Copy what received and sent to all, • Used in two different way: no filtering. Refresh preamble and regenerate incoming frames ~ indicating “length of data field” , not including any padding (by IEEE -- a true standard way) • Node’s (NIC) operation modes (upon sensing a frame): ~ indicating the “type of data” (by DIX) 1. Address filtering - unicast and multicasting • How do we know which one is being interpreted? - selects (if MAC address matched) and copies to node If 1500 t L/T > 0 Ö data size/length Í IEEE frame (802.3) 2. Broadcast If L/T > 1500 Ö protocol type Í Ethernet II / DIX frame - sent to all by letting MAC = 48 1’s - used very often for searching for other stations (Discovery) * The reason for this is rooted in how Ethernet become a standard. 3. Promiscuous Å copies any presented-frames • Fortunately, Ethernets’ hardware never use L/T field. - turn off filtering and copy all frames received It is there strictly for the convenience of the higher-layer protocols. (regardless of Destination’s MAC address) - for diagnostic and network traffic monitoring Ethernet Technology 11 Ethernet Technology 12 Important Terms/Parameters for Ethernets Some Key Parameters • InterFrame gap (IPG) = 96 bit-time Path Delay Value ~ time difference between two ~ the minimum period to be waiting for the end of the nodes, in terms of propagation delay last transmitted frame / packet Å Let stations to sense channel idle • Collision Window (= Maximum PDV)* - the time between when a MAC transmits the first bit of a frame Start of Frame End of Frame and when it detect a collision with any node on the LAN IPG IPG IPG - proportional to network diameter (positively) nop q • Max allowable C.W. = 512 bit times (in specification) time - called Slot time - It determines Min frame size and Max network diameter. • JamSize = 32 bit (For collision enforcement) • Min Frame Size = 512 bits (64 bytes) • AttempLimit = 16 (Max # of retransmissions) • BackoffLimit = 10 (Max # of backoff times) • Network Diameter - the max. cable distance between any two stations • MaxFrameSize = 1518 bytes - Collision domain • MinFrameSize = 64 bytes • AddressSize = 48 bits - the nodes that share an Ethernet using the CSMA/CD rules Ethernet Technology 13 Ethernet Technology 14 CSMA/CD (cont’d) CSMA/CD Transmitting a Frame The soul of Ethernet and IEEE 802.3 collision ~ Carrier Sense Multiple Access/Collision Detection • Operation: A station with data ready for transmission first listens (senses) to the channel/medium before its frame transmission: N 1. If the channel Æ Idle Ö transmits frame; otherwise, go to 2. 2. If the channel Æ busy Ö continues to listen until idle, then N Has the IPG passed since transmits frame immediately this node received the last bit of any frames ? (1-persistent CSMA/CD) 3. Senses carrier while transmission. If collision detected during transmission Collision N Ö transmits jamming signal and ceases its transmission 4. Waits a random time (back-off) and attempt to transmit again too much collision (back to step 1) Ethernet Technology 15 Ethernet Technology 16 CSMA/CD (cont’d) Reveiving/sensing Receiving a Frame the next frame Back-off Algorithm - Collision Recovery N Receiving • Collision back-off and retransmission in Ethernets completed ? ~ Truncated Binary Exponential Back-off Algorithm (BEBA) Y Let n = number of collisions experienced (n 16) Y d Frame too short (collision) ? k = Min(n,10) Å Truncation 15 retries, 16 attampts in total N then Retry in the r th slot-time , 1 d r d 2k N Address matched ? min(n,10) ~ Back-off time RAND(0,2 ) Å Waiting for # of slot-time N Y N More bits CRC received ? correct ? • Disadvantage of BEBA Î unfair Y Y Decapsulating header/trailer Length (if)* Y Ö Last-in-First-out effect: correct ? Submit to - Stations with no or few collisions will have a better chance N higher layer Received to transmit before stations that have waited longer. Error frame Framing error Length error successfully Ethernet Technology 17 Ethernet Technology 18 Backoff (cont’d) • Waiting for: 0 ~ (2k-1) slot-time Õ Binary back-off Example: 10Base5 Medium Specification • Waiting for: 0 ~ (ak + b)-1 slot-time Õ Linear back-off • 10Mbps, Manchester encoding • Probability of successful retransmission ? • Use a 50-ohm(D=10mm) coaxial cable (characteristic impedance = 50 ohm) collision (Impedance is a measure of how much voltage must be slot time = 512 bit-time = 2 W applied to the cable to achieve a certain signal strength) W n o p q • The maximum length of a segment is 500m • The maximum length of a 10Base5 network is 2500m • The distance between any two adjacent taps being a multiple reattempt of 2.5m (Tap); A maximum of 100 taps is allowed Randomly choose From the 2k time slots • Slot time = 51.2 us; IFG = 9.6us Collide: • Packet size: 64 bytes (Min) ~ 1518 bytes (Max) A ~ the first time B ~ the second time Ethernet Technology 19 Ethernet Technology 20 Manchester Encoding for 10Base Ethernet • Basic 10Base2 Ethernet LAN (one segment) Coaxial Cable -- speed = 0.77C Idle Preamble Data Idle 50: 1 0 1 ... 0 1 0 0 ... 1 0 0V -0.225V // // • Bit interval ̐ࠠௗᓐ -1.825V ಖᆄᏔ (50 ohm terminator) ಒጕႝᢑ୔ࢤ (T-Connector) For 10BaseTx: (Thin Coax Cable) = 1/(10Mbps) = 0.1 us Idle Preamble Data Idle 10Base2 Example 1 0 1 . 0 1 1 1 . 0 0 // // • Thin cable (for 10Base2) is thinner and supports fewer taps over shorter distance than thick cable (for 10Base5) • For 10base2 Ethernet, a transceiver is replaced by a simple 100ns 50ns Î 10Mbps T-connector Ethernet Technology 21 Ethernet Technology 22 10Base2 Example CSMA/CD Collision for the Farest Stations A B D C t1 : B and C ready to TX, but B defers upon sensing the carrier from A time t2 : C detects collision and ceases TX collision t3 : collision propagates to A and A ceases TX Ethernet Technology 23 Ethernet Technology CSMA/CD 24 Collision Detection and Late Collision Extensions of Bus (10Base2/5) Networks A B • Two segments (Cable) Ethernet (10Base5 for each segment) Start of A’s frame time Start of B’s frame ӕືႝᢑ୔ࢤȐനߏ 500 ϦЁȑ B C A jammed ಃ΋ࢤӕືႝᢑ End of B’s frame End of A’s frame Collision of ԏวᏔႝᢑȐനߏ 50 ϦЁȑ two frames D • An undetected collision ( ૻဦቚ੻Ꮤ (repeater) E I Why ? A B time ಃΒࢤӕືႝᢑ 50m max F G H Collision ӕືႝᢑ୔ࢤȐനߏ 500 ϦЁȑ back Ethernet Technology CSMA/CD 25 Ethernet Technology 26 Extending 10Base5 Ethernet with Repeater/Half-repeater Slot time (Collision window) calculation ϡҹ ϡҹ ߻຾ၡ৩ ӣำၡ৩ ᒨۯᒨ ϡҹኧ ϡҹኧ ᏾ᡏۯᒨ ௴୏ۯۓA (max length A ' N =
Recommended publications
  • Ethernet Switches and Crossover Cables
    Ethernet Switch A switch is something that is used to turn various electronic devices on or off. However, in computernetworking, a switch is used to connect multiple computers with each other. Since it is an external device it becomes part of the hardware peripherals used in the operation of a computer system. This connection is done within an existing Local Area network (LAN) only and is identical to an Ethernet hub in terms of appearance, but with more intelligence. These switches not only receive data packets, but also have the ability to inspect them before passing them on to the next computer. That is, they can figure out the source, the contents of the data, and identify the destination as well. As a result of this uniqueness, it sends the data to the relevant connected system only, thereby using less bandwidth at high performance rates. The first Ethernet network switch was pioneered by Kalpana (computer networking equipmentmanufacturing company in Silicon Valley established by an entrepreneur of Indian origin, Vinod Bharadwaj) in 1990. Switches operate at Layer 2 of the OSI Model; the Data-Link Layer. This is in contrast to routers, which operate at Layer 3 of the OSI Model, the Network Layer. A switch stores the MAC Address of each and every device which is connected to it. The switch will then evaluate every frame that passes through it. The switch will examine the destination MAC Address in each frame. Based upon the destination MAC Address, the switch will then decide which port to copy the frame to. If the switch does not recognize the MAC Address, it will not know which port to copy the frame to.
    [Show full text]
  • 10/100 Physical Layer Ethernet Switch,16-Port
    10/100 PHYSICAL LAYER ETHERNET SWITCH,16-PORT Make 10/100 Physical Layer Ethernet connections without rewiring or rerouting cables. Key Features emotely configure, redistribute, Ethernet hub or network switch You can also instantly and Ideal for point-to-point R and monitor Ethernet devices using a crossover cable. Each effortlessly recall up to 16 Ethernet connections. in 10/100 Ethernet LAN connected device can be placed frequently-used patching environments. The 10/100 up to 328 ft. (100 m) away from the configurations (stored in the Auto-adapts port Physical Layer Ethernet Switch, switch. switch’s non-volatile memory) via speed to either 10 or 16-Port provides point-to-point The switch installs between the LAN or RS-232 serial port. 100 Mbps. connectivity without rewiring or your patch panels and network The control software works rerouting cables. And it switch. Since it operates at the with Windows® 95/98/2000/XP and Switch between up to automatically adapts to port Physical Layer, the switch can Windows NT®. The PC connected 16 devices, each speeds of 10 or 100 Mbps. shut down the physical connec- to the serial port can be located located up to 328 ft. Attach 10BASE-T Ethernet or tion to specific workstations, up to 50 ft. (15.2 m) from the (100 m) away from the 100BASE-TX Fast Ethernet departments, or buildings. You switch, while the workstation switch. devices via the 16 RJ-45 can do this remotely via the connected to the LAN port can be connectors on the switch’s front control software and a PC located up to 328 ft.
    [Show full text]
  • Modern Ethernet
    Color profile: Generic CMYK printer profile Composite Default screen All-In-One / Network+ Certification All-in-One Exam Guide / Meyers / 225345-2 / Chapter 6 CHAPTER Modern Ethernet 6 The Network+ Certification exam expects you to know how to • 1.2 Specify the main features of 802.2 (Logical Link Control) [and] 802.3 (Ethernet): speed, access method, topology, media • 1.3 Specify the characteristics (for example: speed, length, topology, and cable type) of the following cable standards: 10BaseT and 10BaseFL; 100BaseTX and 100BaseFX; 1000BaseTX, 1000BaseCX, 1000BaseSX, and 1000BaseLX; 10GBaseSR, 10GBaseLR, and 10GBaseER • 1.4 Recognize the following media connectors and describe their uses: RJ-11, RJ-45, F-type, ST,SC, IEEE 1394, LC, MTRJ • 1.6 Identify the purposes, features, and functions of the following network components: hubs, switches • 2.3 Identify the OSI layers at which the following network components operate: hubs, switches To achieve these goals, you must be able to • Define the characteristics, cabling, and connectors used in 10BaseT and 10BaseFL • Explain how to connect multiple Ethernet segments • Define the characteristics, cabling, and connectors used with 100Base and Gigabit Ethernet Historical/Conceptual The first generation of Ethernet network technologies enjoyed substantial adoption in the networking world, but their bus topology continued to be their Achilles’ heel—a sin- gle break anywhere on the bus completely shut down an entire network. In the mid- 1980s, IBM unveiled a competing network technology called Token Ring. You’ll get the complete discussion of Token Ring in the next chapter, but it’s enough for now to say that Token Ring used a physical star topology.
    [Show full text]
  • Ethernet Networks: Design, Implementation, Operation, Management
    Ethernet Networks: Design, Implementation, Operation, Management. Gilbert Held Copyright 2003 John Wiley & Sons, Ltd. ISBN: 0-470-84476-0 ethernet networks Fourth Edition Books by Gilbert Held, published by Wiley Quality of Service in a Cisco Networking Environment 0 470 84425 6 (April 2002) Bulletproofing TCP/IP-Based Windows NT/2000 Networks 0 471 49507 7 (April 2001) Understanding Data Communications: From Fundamentals to Networking, Third Edition 0 471 62745 3 (October 2000) High Speed Digital Transmission Networking: Covering T/E-Carrier Multiplexing, SONET and SDH, Second Edition 0 471 98358 6 (April 1999) Data Communications Networking Devices: Operation, Utilization and LAN and WAN Internetworking, Fourth Edition 0 471 97515 X (November 1998) Dictionary of Communications Technology: Terms, Definitions and Abbreviations, Third Edition 0 471 97517 6 (May 1998) Internetworking LANs and WANs: Concepts, Techniques and Methods, Second Edition 0 471 97514 1 (May 1998) LAN Management with SNMP and RMON 0 471 14736 2 (September 1996) ethernet networks Fourth Edition ♦ Design ♦ Implementation ♦ Operation ♦ Management GILBERT HELD 4-Degree Consulting, Macon, Georgia, USA Copyright 2003 John Wiley & Sons Ltd, The Atrium, Southern Gate, Chichester, West Sussex PO19 8SQ, England Telephone (+44) 1243 779777 Email (for orders and customer service enquiries): [email protected] Visit our Home Page on www.wileyeurope.com or www.wiley.com All Rights Reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except under the terms of the Copyright, Designs and Patents Act 1988 or under the terms of a licence issued by the Copyright Licensing Agency Ltd, 90 Tottenham Court Road, London W1T 4LP, UK, without the permission in writing of the Publisher.
    [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]
  • Fast Ethernet Hub Instruction Leaflet 5 Port Hub RS Stock No
    Issued March 1998 10772 Fast Ethernet Hub Instruction Leaflet 5 port hub RS stock no. 288-5825 Table of contents Page 1.0 Introduction______________________________________________2 1.1 Inspecting the package and product __________________________________2 1.2 Product description ________________________________________________2 1.2.1 Ports 1-5: 100Mbps shared ports ________________________________3 1.2.2 Port 6: 10Mbps or 100Mbps switched port________________________3 1.3 Features and Benefits ________________________________________________3 1.4 Applications________________________________________________________4 2.0 Installation ______________________________________________6 2.1 Locating the hub __________________________________________________6 2.2 Ethernet media connections __________________________________________6 2.3 Collision domain diameter __________________________________________6 2.4 Connections to auto-negotiation 10/100 NICs____________________________9 2.5 Powering the Hub __________________________________________________9 3.0 Operation ______________________________________________9 3.1 Functionality ______________________________________________________9 3.1.1 Filtering and forwarding________________________________________9 3.1.2 Address learning (address table maintenance) __________________10 3.1.3 Throughput increase__________________________________________10 3.1.4 Software transparency ________________________________________11 3.2 LED’s ____________________________________________________________11 3.3 100Mb
    [Show full text]
  • Physical Layer Standards
    ELEC3030 (EL336) Computer Networks S Chen Physical Layer Standards • Physical layer: concern with transmission of raw bit stream over physical medium • A physical layer “protocol” or standard deals with mechanical, electrical and procedural characteristics to access physical medium • Parts of a physical layer are completely related to the medium and others are independent of the medium → useful thinking physical layer as two sublayers – “Medium dependent sublayer”: specifies the medium, physical connectors, related mechanical and electrical characteristics – “Medium independent sublayer”: covers line coding – how to transmit 0 and 1 bits; synchronisation – sender and receiver clocks must be synchronised to know the start/end of a bit, usually by organising block of bits into a frame; other issues not directly linked to the medium Do not confuse layer-1 framing with framing in layer-2: It is really concerned with how to reliably transmit bit stream (timing), while layer-2 framing includes some other higher functional purposes 25 ELEC3030 (EL336) Computer Networks S Chen IEEE 802.3 Ethernet • A bus LAN, “medium dependent” part of physical layer specifies things related to the medium: Controller name (a) 10Base5 (b) 10Base2 (c) 10Base-T Controller Twisted pair Transceiver medium thick coax cable thin coax cable twisted pair Transceiver + controller cable max. length 500 m 200 m 100 m Core Vampire tap nodes 100 30 1024 data rate 10 Mbps 10 Mbps 10 Mbps Transceiver Connector Hub (a) (b) (c) • “Medium independent”: the Manchester encoding is
    [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]
  • Baystack Access Node and Access Node Hub Data Sheet
    BAYSTACK ACCESS NODE AND ACCESS NODE HUB WORKGROUP PRODUCTS The Bay Networks BayStack™ Access Node (AN®) and Access Node Hub (ANH™) routers cost-effectively connect small remote offices and ensure network availability while minimizing network operating costs. Typical connectivity requirements of remote offices are supported by the BayStack AN router’s LAN interfaces (Ethernet and Token Ring) and serial interfaces (Synchronous, one T1/FT1 data service unit/channel service unit (DSU/CSU) or 56/64 Kbps DSU/CSU adapter module, and one ISDN Basic Rate Interface (BRI)). The fully managed BayStack ANH supports either eight or twelve 10BASE-T repeater ports, as well as Synchronous interfaces, one or two Synchronous and ISDN BRI interfaces, and one T1/FT1 DSU/CSU or 56/64 Kbps DSU/CSU adapter module, reducing equipment and management complexity. In all BayStack AN and ANH configurations, the serial interfaces provide remote office network design flexibility. For mission-critical applications, they facilitate Dial Backup and Bandwidth-on-Demand support. In addition, Dial-on- Demand functionality enables a BayStack AN to extend network availability on an as-needed basis to small remote sites, minimizing WAN service costs. Optionally, Synchronous interfaces can be used for Synchronous Data Link Control (SDLC), allowing both IBM SNA and multiprotocol LAN traffic over one consolidated WAN link to the internetwork backbone. The BayStack AN and ANH easily integrate with the enter- prise internetwork by supporting Bay Networks Routing Services (BayRS™), which provides support for all major LAN and WAN protocols. The Motorola MC68360 micro- processor, used in the BayStack AN and ANH router’s highly integrated design, easily maintains high forwarding and filtering rates regardless of the number of protocols and network interfaces used—even when processing SNMP management inquiries.
    [Show full text]
  • Affordable Industrial Ethernet - Ctrlink™ by George Thomas, Contemporary Controls the Power Source
    Volume 3 • Issue 1 JANUARY – FEBRUARY 2002 Past issues of the Extension are the available. If you would like a copy, please send your request to EXTENSION [email protected] A Technical Supplement to control NETWORK © 2002 Contemporary Control Systems, Inc. Affordable Industrial Ethernet - CTRLink™ By George Thomas, Contemporary Controls the power source. For safety, some control panels only provide low-voltage AC or DC power to control devices. INTRODUCTION Wall-mounted power supplies may not be acceptable. The electromagnetic compatibility (EMC) requirements differ with CTRLink™ gives its name to a new line of Industrial industrial locations requiring a higher immunity to EMI and Ethernet connectivity products that facilitate the use of ESD. Regulatory safety approvals differ from that in an office. Ethernet on the plant floor. Ethernet is recognized as Process plants may require hazardous location ratings. the most popular local area network technology— A factory may require an industrial control panel approval finding more applications in factories and process while a building automation system may necessitate a smoke plants. Why? Ethernet’s low cost, its familiarity with and fire approval rating. These are unique application customers and use as the simplest means of connecting standards that low-cost, office-grade Ethernet hubs and to the Internet make this technology the preferred switches fail to address. However, the CTRLink™ family choice. CTRLink is an evolving line of Industrial addresses these issues. Ethernet media converters, hubs, switches, routers, gateways and adapters that are required when CTRLink™ ENCLOSURES implementing an Ethernet network in an industrial or commercial environment. All CTRLink™ products are intended to be mounted in control panels and are available in two sizes.
    [Show full text]
  • 20 Computer Terms Every Mac User Should Know
    macworld 2/14/14, 10:23 AM This is from a macworld.com article dated July 4, 2013… 20 computer terms every Mac user should know Wired and wireless networking Magic is the word some people use to describe the ability to connect your computer and mobile devices wirelessly to the Internet. But other—and more specific—means and protocols include the following. Ethernet: This wired standard is used in local computer networking (that is, in networked devices that are located in the same physical space and share a common router address). An ethernet connector looks like a large telephone plug; and like a telephone plug, it snaps into its host receptacle. The most common forms of ethernet Page 1 of 9 macworld 2/14/14, 10:23 AM are 10Base-T, 100Base-T, and 1000Base-T (also known as gigabit ethernet). These forms differ considerably in speed. 10Base-T operates at a limit of 10 megabits per second (mbps), 100Base- T bumps that limit up to 100 mbps, and 1000Base-T offers a limit of 1000 mbps (or one gigabit per second). Ethernet connections are handled through Cat-5 and Cat-6 cables like this. Ethernet can be faster than a Wi-Fi connection, depending on the devices you’re using. If, for example, your Mac supports gigabit ethernet but a device it’s connected to supports only 100Base-T, your Mac must move data between it and that device at the slower speed. The other advantage ethernet offers is range. You can string a very long ethernet cable that allows you access to a network where a Wi-Fi signal would have long since Page 2 of 9 macworld 2/14/14, 10:23 AM petered out.
    [Show full text]
  • Comparative Analysis of Performance of Hub with Switch Local Area Network (LAN) Using Riverbed in University of Technology (Utech),Jamaica
    International Journal of Computer Networks & Communications (CNCIJ) Vol.01, No.1, January 2019 Comparative Analysis of Performance of Hub with Switch Local Area Network (LAN) Using Riverbed in University of Technology (Utech),Jamaica. Christopher Udeagha,R. Maye, D.Partrick,D. Humphery,D.Escoffery,E.Campbell School of Computing & Information Technology, Faculty of Engineering & Computing, UTech, Papine, Jamaica. Abstract Hubs and switches have been actively used devices in computer networks vision, over two (2) decades. As results, numerous approaches have been used with varying degrees of success to evaluate the performances of these devices in computer networks. A class of approach that shown substantial promise is one that gives clear and predictive results regarding the numbers of workstations, servers and categories of cables used in the network is by riverbed academic edition, version 17.5. A common theme in this green technique, to this approach is by creating two scenarios. In the first scenario, about seven (7) to ten (10) workstations were connected to web server via a hub. The relevant performance statistics were collected at both workstations and the server. The same was done in the second scenario except that the hub was replaced with a switch, which will facilitate the connections between the workstations and the server. Simulations in the laboratory-using riverbed version 17.5, was done to obtain the statistical comparative results of these two scenarios. This approach has shown to outperform other existing methods in comparative analysis of performance of hub with switch in a local area network (LAN). Keywords : hub; riverbed; simulations; switch; workstation; I INTRODUCTION The goal of this paper is to compare the performance of a pure hub, (LAN), which a switched (LAN) at University of Technology, Jamaica, campus network with about ten (10) workstations using riverbed 17.5.in labouratory 1AX of Networking and Communication Labouratory.
    [Show full text]