Mikrodenetleyicili Endüstriyel Seri Protokol Çözümleyici Sisteminin Programi

Total Page:16

File Type:pdf, Size:1020Kb

Mikrodenetleyicili Endüstriyel Seri Protokol Çözümleyici Sisteminin Programi YILDIZ TEKNİK ÜNİVERSİTESİ FEN BİLİMLERİ ENSTİTÜSÜ MİKRODENETLEYİCİLİ ENDÜSTRİYEL SERİ PROTOKOL ÇÖZÜMLEYİCİ SİSTEMİNİN PROGRAMI Elektronik ve Haberleşme Müh. Kemal GÜNSAY FBE Elektronik ve Haberleşme Anabilim Dalı Elektronik Programında Hazırlanan YÜKSEK LİSANS TEZİ Tez Danışmanı : Yrd. Doç. Dr. Tuncay UZUN (YTÜ) İSTANBUL, 2009 YILDIZ TEKNİK ÜNİVERSİTESİ FEN BİLİMLERİ ENSTİTÜSÜ MİKRODENETLEYİCİLİ ENDÜSTRİYEL SERİ PROTOKOL ÇÖZÜMLEYİCİ SİSTEMİNİN PROGRAMI Elektronik ve Haberleşme Müh. Kemal GÜNSAY FBE Elektronik ve Haberleşme Anabilim Dalı Elektronik Programında Hazırlanan YÜKSEK LİSANS TEZİ Tez Danışmanı : Yrd. Doç. Dr. Tuncay UZUN (YTÜ) İSTANBUL, 2009 İÇİNDEKİLER Sayfa KISALTMA LİSTESİ ................................................................................................................ v ŞEKİL LİSTESİ ...................................................................................................................... viii ÇİZELGE LİSTESİ .................................................................................................................... x ÖNSÖZ ...................................................................................................................................... xi ÖZET ........................................................................................................................................ xii ABSTRACT ............................................................................................................................ xiii 1. GİRİŞ ....................................................................................................................... 1 1.1 Veri İletişim Protokolleri ......................................................................................... 1 1.1.1 Senkron seri veri iletişimi ........................................................................................ 1 1.1.2 Asenkron seri veri iletişimi ...................................................................................... 1 1.2 Endüstride Kullanılan Bazı Haberleşme Protokolleri.............................................. 2 1.2.1 Tümleşik devreler arası protokol (I2C) .................................................................... 3 1.2.2 Ethernet .................................................................................................................... 5 1.2.3 Seri ileri teknoloji bağlantısı (SATA) ..................................................................... 7 1.2.4 Modbus protokolü .................................................................................................... 9 1.2.5 İşlem alanı veri yolu protokolü (PROFIBUS) ....................................................... 10 2. I2C STANDARDI .................................................................................................. 13 2.1 I2C Veri yolu Tarihçesi .......................................................................................... 13 2.2 I2C Veri yolu Özellikleri ........................................................................................ 15 2.3 Tasarımcı Açısından Faydaları .............................................................................. 16 2.4 Üretici Açısından Faydaları ................................................................................... 17 2.5 Tümleşik Devre Tasarımcıları Açısından Faydaları .............................................. 17 2.6 I2C Veri yolu Protokolü ......................................................................................... 17 2.6.1 SDA ve SCL işaretleri ........................................................................................... 19 2.6.2 SDA ve SCL lojik seviyeleri ................................................................................. 19 2.6.3 Veri Geçerliliği ...................................................................................................... 19 2.6.4 START - STOP Koşulları ...................................................................................... 20 2.6.5 Bayt Formatı .......................................................................................................... 20 2.6.6 Onay (ACK) ve Onay Yok (NACK) ..................................................................... 21 2.6.7 Saat Eşleme ............................................................................................................ 21 2.6.8 Uzlaşma ................................................................................................................. 22 2.6.9 Saat Yayma ............................................................................................................ 23 2.6.10 Slave Adres ve Okuma/Yazma Biti ....................................................................... 23 2.6.11 10-bit Adresleme ................................................................................................... 25 2.6.12 Saklı Adresler ........................................................................................................ 27 2.6.13 Genel Çağrı Adresi ................................................................................................ 27 2.6.14 Yazılımsal Reset .................................................................................................... 28 2.6.15 START Baytı ......................................................................................................... 29 2.6.16 Hattı Temizleme .................................................................................................... 30 ii 2.7 I2C Hattının diğer Haberleşme Protokolleri ile Kullanımı .................................... 30 2.7.1 CBUS ile Uyumluluk ............................................................................................. 30 2.7.2 Sistem Yönetim Veri yolu (SMBus) ..................................................................... 30 2.7.3 Güç Yönetim Veri yolu (PMBus) .......................................................................... 30 2.7.4 Akıllı Platform Yönetim Ara yüzü (IPMI) ............................................................ 30 2.7.5 Gelişmiş Telekomünikasyon İşleme Mimarisi (ATCA) ....................................... 31 2.8 I2C Protokolü Uygulaması ..................................................................................... 31 2.8.1 I2C Master Uygulaması ......................................................................................... 32 2.8.2 I2C Slave Uygulaması ............................................................................................ 32 3. TÜMLEŞİK DEVRELER ARASI PROTOKOL ÇÖZÜMLEYİCİ ÖRNEK SİSTEMLER ......................................................................................................... 36 3.1 BusBee Seri Protokol Çözümleyici ....................................................................... 36 3.2 MCC Tümleşik Devreler Arası/Sistem Yönetim Veriyolu Protokol Çözümleyici 38 3.3 Jupiter Instruments Tümleşik Devreler Arası Protokol Çözümleyici.................... 40 3.4 Beagle Tümleşik Devreler Arası/Seri Çevre Birimi Arayüzü Protokol Çözümleyici ........................................................................................................... 42 3.5 Seri Protokol Çözümleyici Yazılımlarının Tablo halinde Karşılaştırılması .......... 45 4. LABVIEW GELİŞTİRME ORTAMI ve TÜMLEŞİK DEVRELER ARASI PROTOKOL UYGULAMALARI ........................................................................ 47 4.1 LabVIEW ............................................................................................................... 47 4.1.1 LabVIEW Ortamı .................................................................................................. 48 4.1.1.1 Ön panel ................................................................................................................. 48 4.1.1.2 Blok şema .............................................................................................................. 48 4.1.2 LabVIEW Geliştirme Paketleri ............................................................................. 49 4.2 LabVIEW Destekli Tümleşik Devreler Arası Protokol Yazılımları ..................... 49 4.2.1 ARM Mikrodenetleyiciler için NI Gömülü Modülü ............................................. 49 4.2.2 NI–8451 Genel Amaçlı Seri Haberleşme Modülü ................................................ 52 4.2.3 Telos Veri yolu Okuyucu ...................................................................................... 54 5. MİKRODENETLEYİCİLİ ENDÜSTRİYEL SERİ PROTOKOL ÇÖZÜMLEYİCİ SİSTEM .................................................................................... 58 5.1 Seri Protokol Çözümleyici Sisteminin Donanımı ................................................. 59 6. MİKRODENETLEYİCİLİ ENDÜSTRİYEL SERİ PROTOKOL ÇÖZÜMLEYİCİ SİSTEMİNİN YAZILIMI ......................................................... 61 6.1 Kişisel Bilgisayar Yazılımı .................................................................................... 61 6.1.1 Seri Protokol Çözümleyici Yönetim Paneli ........................................................... 61 6.2 Mikrodenetleyici Yazılımı ..................................................................................... 66 6.2.1 Ana Döngü ve Tuş İşleme Yazılımı ...................................................................... 68 6.2.2 Yönetim Katmanı ile Haberleşme Yazılımı .......................................................... 71 6.2.3 Veri yolu Örnekleyici Yazılımı ............................................................................. 72 6.2.4 Protokol
Recommended publications
  • 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]
  • Gigabit Ethernet
    Ethernet Technologies and Gigabit Ethernet Professor John Gorgone Ethernet8 Copyright 1998, John T. Gorgone, All Rights Reserved 1 Topics • Origins of Ethernet • Ethernet 10 MBS • Fast Ethernet 100 MBS • Gigabit Ethernet 1000 MBS • Comparison Tables • ATM VS Gigabit Ethernet •Ethernet8SummaryCopyright 1998, John T. Gorgone, All Rights Reserved 2 Origins • Original Idea sprang from Abramson’s Aloha Network--University of Hawaii • CSMA/CD Thesis Developed by Robert Metcalfe----(1972) • Experimental Ethernet developed at Xerox Palo Alto Research Center---1973 • Xerox’s Alto Computers -- First Ethernet Ethernet8systemsCopyright 1998, John T. Gorgone, All Rights Reserved 3 DIX STANDARD • Digital, Intel, and Xerox combined to developed the DIX Ethernet Standard • 1980 -- DIX Standard presented to the IEEE • 1980 -- IEEE creates the 802 committee to create acceptable Ethernet Standard Ethernet8 Copyright 1998, John T. Gorgone, All Rights Reserved 4 Ethernet Grows • Open Standard allows Hardware and Software Developers to create numerous products based on Ethernet • Large number of Vendors keeps Prices low and Quality High • Compatibility Problems Rare Ethernet8 Copyright 1998, John T. Gorgone, All Rights Reserved 5 What is Ethernet? • A standard for LANs • The standard covers two layers of the ISO model – Physical layer – Data link layer Ethernet8 Copyright 1998, John T. Gorgone, All Rights Reserved 6 What is Ethernet? • Transmission speed of 10 Mbps • Originally, only baseband • In 1986, broadband was introduced • Half duplex and full duplex technology • Bus topology Ethernet8 Copyright 1998, John T. Gorgone, All Rights Reserved 7 Components of Ethernet • Physical Medium • Medium Access Control • Ethernet Frame Ethernet8 Copyright 1998, John T. Gorgone, All Rights Reserved 8 CableCable DesignationsDesignations 10 BASE T SPEED TRANSMISSION MAX TYPE LENGTH Ethernet8 Copyright 1998, John T.
    [Show full text]
  • IEEE 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]
  • Fact Sheet: Single-Pair Ethernet Trade Article
    Fact sheet Single Pair Ethernet Matthias Fritsche – product manager device connectivity & Jonas Diekmann – technical editor HARTING Technology group – October 2016– November 2016 Wireless technology and optical cable have already been often heralded as the future transmission technology. However, simple twisted pair cable based on plain old copper, often pronounced dead, is the most common transmission medium. Simple, robust, and perhaps with 100GBASE T1 soon to be also incredibly fast. From the beginnings of Ethernet in the 1970s, then via diverse multi-pair Ethernet developments with multiple parallel transmission paths, now apparently we are taking a step back. Back to single twisted-pair. With a new protocol and new PHYs transmission rates of up to 10 Gbit/s and PoDL capacities of up to 60 W are no longer a problem. Ultimately one pair is enough. When the team surrounding David Boggs and Robert Metcalf in the 1970s developed Ethernet at the Xerox Palo Alto Research Center (PARC), no one could foresee that this transmission method would develop so dynamically and dominate data transmission worldwide to this day. The original 10BASE5 Ethernet still used coax cable as the common medium. Today, next to wireless and optical cables, twisted-pair cable, often pronounced dead, is the most frequently used transmission medium. Starting in 1990 with 10BASE-T, the data transmission rate of the IEEE standards increased by a factor of 10 approximately every 5 years over 100BASE-TX and 1000BASE-T up to 10GBASE-T. This series could not be continued for the jump to 100GBASE-T, instead however four new IEEE standards were finalized in 2016.
    [Show full text]
  • Ethernet Coax Transceiver Interface 1CY7B8392 Functional Description
    CY7B8392 Ethernet Coax Transceiver Interface 1CY7B8392 Functional Description Features The CY7B8392 is a low power coaxial transceiver for Ethernet 10BASE5 and 10BASE2 applications. The device contains all • Compliant with IEEE802.3 10BASE5 and 10BASE2 the circuits required to perform transmit, receive, collision de- • Pin compatible with the popular 8392 tection, heartbeat generation, jabber timer and attachment • Internal squelch circuit to eliminate input noise unit interface (AUI) functions. In addition, the CY7B8392 fea- • Hybrid mode collision detect for extended distance tures an advanced hybrid collision detection. • Automatic AUI port isolation when coaxial connector is The transmitter output is connected directly to a double termi- not present nated 50Ω cable. • Low power BiCMOS design The CY7B8392 is fabricated with an advanced low power • 16-Pin DIP or 28-Pin PLCC BiCMOS process. Typical standby current during idle is 25 mA. Logic Block Diagram RX+ HIGH PASS AUI CCM EQUALIZATION DRIVER RX– RXI LOW PASS FILTER CD+ AUI GND – CARRIER DRIVER LOW PASS SENSE CD– FILTER + TX+ TX– – COLLISION CDS LOW PASS + RCV FILTER TXO WAVEFORM + DC/AC SHAPING SQUELCH – VEE 10 MHz CLK WATCHDOG JABBER RESET OSC TIMER26 ms TIMER0.4 sec RR+ REFERENCE 1K CIRCUIT TRANSMIT RECEIVE RR– STATE STATE MACHINE MACHINE HBE 8392–1 Pin Configurations PLCC DIP Top View Top View – RX+ CD CD+ CDS NC RXI TXO CD+ 1 16 CDS 432 1 28 2726 CD– 2 15 TXO VEE (NC) 5 25 VEE (NC) RX+ 3 14 RXI VEE (NC) 6 24 VEE V VEE 7 23 VEE (NC) EE 4 13 VEE 7B8392 7B8392 VEE 8 22 VEE (NC) VEE 5 12 RR– VEE (NC) 9 21 VEE RX– 6 11 RR+ VEE (NC) 10 20 VEE (NC) TX+ 7 10 GND VEE (NC) 11 121314 15 16 1718 RR– TX– 8 9 HBE – – TX+ TX RX 8392–3 RR+ HBE GND GND 8392–2 Cypress Semiconductor Corporation • 3901 North First Street • San Jose • CA 95134 • 408-943-2600 Document #: 38-02016 Rev.
    [Show full text]
  • Gigabit Ethernet Pocket Guide
    GbE.PocketG.fm Page 1 Friday, March 3, 2006 9:43 AM Carrier Class Ethernet, Metro Ethernet tester, Metro Ethernet testing, Metro Ethernet installation, Metro Ethernet maintenance, Metro Ethernet commissioning, Carrier Class Ethernet tester, Carrier Class Ethernet testing, Carrier Class Ethernet installation, Carrier Class Ethernet maintenance, Gigabit Ethernet tester, Gigabit Ethernet testing, Gigabit Ethernet installation, Gigabit Ethernet maintenance, Gigabit Ethernet commissioning, Gigabit Ethernet protocols, 1000BASE-T tester, 1000BASE-LX test, 1000BASE-SX test, 1000BASE-T testing, 1000BASE-LX testing Trend’s Gigabit EthernetPocket Guide AuroraTango Gigabit Ethernet Multi-technology Personal Test Assistant Platform for simple, fast and effective testing of Gigabit Ethernet, ADSL, OSI model 802.3 model SHDSL, and ISDN. Aurora Tango 7 Application Upper layers Gigabit Ethernet has an exceptional 6 Presentation Reconciliation range of features Upper ensuring reliable delivery of end-to-end 5 Session layers services over Metropolitan networks MII Media independent based on Gigabit Ethernet. 4 It includes a full range of tests and Transport measurements, such as RFC-2544, PCS top ten addresses, real-time Ethernet 3 Network LLC (802.2) statistics, multilayer BERT, etc. Two PMA Gigaport transceivers allow terminate, 2 Data Link MAC (803.3) loopback and monitor connections to Autonegotiation networks, plus a 10/100/1000BASE-T Physical cable port for legacy testing. 1 PHY (802.3) dependent Media MDI A PDA provides an intuitive graphical menu
    [Show full text]
  • Ethernet Basics-1/5 BB-WP3 © 2002 by B&B Electronics
    Ethernet Basics-1/5 BB-WP3 © 2002 by B&B Electronics. All rights reserved.1005 ETHERNET BASICS B&B ELECTRONICS Regular, Fast, and Ultrafast Ethernet 10BASE5—Thick Ethernet or Thicknet—is the original Institute of Electronic and Electrical Engineers (IEEE) 802.3 Ethernet. 10BASE2—Thin Ethernet, Thinnet, or Cheapernet—resembles 10BASE5, was introduced to reduce the cost and complexity of installation, and became very popular for replacing Thick Ethernet as an office-cabling solution. 10BASE-T, a completely new physical layer, is IEEE 802.3i and uses two pairs of unshielded twisted-pair (UTP) B&B B&B ELECTRONICS telephone-type cable: one to transmit; the other to receive. 10BASE-F refers to three different fiber-optic specifications: . 10BASE-FL (Fiber Link) replaces the 1987 Fiber Optic Inter-Repeater Link (FOIRL) specification and is backward compatible with existing FOIRL devices. It is the most popular 10-Mbps fiber standard. 10BASE-FP and 10BASE-FB are dead. P means passive; B means backbone. Fast Ethernet 100BASE-T is 10BASE-T with the original Ethernet Media Access Controller (MAC) at 10 times the speed. It allows three physical-layer implementations, all part of IEEE 802.3u: 100BASE-TX, which has two pairs of Category 5 UTP or Type 1 STP cabling and is most popular for horizontal connections; 100BASE-FX, which has two strands of multimode fiber and is most popular for vertical or backbone connections; 100BASE-T4, which as four pairs of Category 3 or better cabling and is not common. Gigabit or 1000-Mb Ethernet is the 1998 IEEE 802.3z standard that includes the Gigabit Ethernet MAC and three physical layers.
    [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]
  • Hybridní Ethernet (1)
    Hybridní Ethernet (1) • Jedná se o kombinaci dříve uvedených typů sítě Ethernet • Tuto kombinaci lze provést pomocí: – hybridního adaptéru (BNC/řada N): mezi tenkým a silným koaxiálním kabelem – repeateru: mezi tenkým a silným koaxiálním kabelem – hubu: mezi tenkým, silným koaxiálním kabelem a kroucenou dvojlinkou 2018-06-01 1 Hybridní Ethernet (2) RJ-45 BNC + T + BNC konektor # # # max. 100 (400) m Terminátor # # AUI konektor # # Hub N + T + N konektor nebo jehlový konektor Repeater min. 0,5 m max. 185 (300) m (300) 185 max. # # # m 500 max. Drop kabel Transceiver (MAU) (max 50 m) # # # # # min. 2,5 m 2018-06-01 2 10Broad36 (1) • Jako přenosové médium používá koaxiální kabel s char. impedancí Z0 = 75 W pracující v přeloženém pásmu • Činnost v přeloženém pásmu umožňuje, aby koaxiální kabel byl využíván i pro přenos jiných informací (např. video), než jsou data přenášená v síti • Jednotlivé stanice se ke koaxiálnímu kabelu připojují pomocí transceiveru a pomocného (drop) kabelu (max. 50 m) 2018-06-01 3 10Broad36 (2) • Maximální délka jednoho kabelu je 1800 m • Všechny sítě 10Broad36 jsou zakončeny pomocí tzv. head-end zařízení, které může být na konci jednoho kabelového segmentu nebo jako kořen více kabelových segmentů • Na druhém konci je síť ukončena termináto- rem • Tímto je možné zvětšit fyzický rozsah célé sítě až 3600 m (s drop kabely 3700 m) 2018-06-01 4 10Broad36 (3) • Síť 10Broad36 může být vybudována ve dvou konfiguracích: – s jedním koaxiálním kabelem: • datové přenosy jsou rozděleny do dvou kanálů, z nichž každý využívá jiné
    [Show full text]
  • Cheetahub Classic-2041 Quick Installation Guide
    CheetaHub Classic-2041 Quick Installation Guide EH2041S E0898-R02 Copyright © 1998 by Accton Technology Corporation. All rights reserved. No part of this document may be copied or reproduced in any form or by any means without the prior written consent of Accton Technology Corporation. Accton makes no warranties with respect to this documentation and disclaims any implied warranties of merchantability, quality, or fitness for any particular purpose. The information in this document is subject to change without notice. Accton reserves the right to make revisions to this publication CheetaHub Classic-2041 without obligation to notify any person or entity of any such changes. Smart Ethernet Hub with 16 10BASE-T (RJ-45) ports, 1 10BASE2 (BNC) port, and 1 AUI port International Headquarters USA Headquarters No. 1 Creation Road III, P.O. Box 51420 Science-based Industrial Park Irvine, CA 92619-1420 Hsinchu 300, Taiwan, R.O.C. Phone Numbers - Phone: 886-3-5770-270 Sales: 888-398-2101 or 949-707-4800 FAX: 886-3-5770-267 Support: 888-398-4101 or 949-707-4847 BBS: 886-3-5770-654 RMA: 888-398-3101 or 949-707-4828 Internet: [email protected] FAX: 949-707-2460 Accton is a trademark of Accton Technology Corporation. Other trademarks or brand names mentioned herein are trademarks or registered trademarks of their respective companies. EH2041S E0898-R02 CheetaHub Classic-2041 Quick Installation Guide Contents Introduction The CheetaHub Classic-2041 includes 16 RJ-45 ports, 1 BNC port for connection to thin Ethernet (10BASE2), and 1 Introduction 1 AUI port for connection to a variety of media types including 10BASE5 or fiber (using a suitable transceiver).
    [Show full text]
  • 10Mb/S Ethernet 10BASE2/AUI Adapter
    10Mb/s Ethernet 10BASE2/AUI Adapter 32-Bit PCI 28F512 10BASE2 64Kbyte BIOS memory PMC Front AMD 79C970A AUI to 10BASE2 Panel Ethernet +5V MAU Controller +5 to -9V DC-to-DC DSUB-15 (AUI) 10Mb/s "AUI" Rear Rear I/O E-Net Interface I/O PN4 AUI ISOLATION +12V The 10 Mb/s Ethernet Adapter is field-selectable for The AUI interface provides resettable fuse-protected either AUI (10BASE5) or Thinnet (10BASE2) opera- +12V on the DB-15 connector for powering an exter- tion. nal MAU. When operating in AUI mode, the +12V power to the AUI defeats the isolation barrier, and the An AMD 79C970A Ethernet controller provides a 10 PMC system Ground is tied to the external MAU Mb/s Attachment Unit Interface (AUI) for connection to Ground. Media Attachment Units (MAU) either out the rear of the PMC or out the PMC front panel. A 15-pin D- The board features a FLASH memory for storing an Subminiature female is used on the front PMC panel, on-board BIOS. A 28F512 chip is used, providing up complete with the standard MAU retaining slide latch. to 64Kbytes of BIOS storage. The 28F512 chip is installed in a PLCC socket on the PMC card. The AUI interface is available at the PMC “PN4” con- nector for rear connection to the “a” and “c” rows of a Four activity and status LEDs are visible from the PMC VMEbus P2 connector. If the VMEbus host processor front panel. Interrupts are posted on the PCI bus us- adheres to the proposed IEEE 1386 routing from PN4 ing Interrupt Request “A” (INTA).
    [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]