The Components of the System Unit

Total Page:16

File Type:pdf, Size:1020Kb

The Components of the System Unit The Components of the System Unit The System Unit What is the system unit? system unit ¾ Case that contains electronic components of the computer used to process data Sometimes called the chassis system unit system unit system unit p. 4.04 Fig. 4-1 Next 1 The System Unit What are common components inside the system unit? ¾ Processor power supply drive bays ¾ Memory ¾ Adapter cards processor Sound card Modem card memory ports Video card Network card ¾ Ports sound card ¾ Drive bays ¾ Power supply video card network card modem card p. 4.03 Fig. 4-2 Next The System Unit adapter cards What is the motherboard? processor chip ¾ Main circuit board in system unit ¾ Contains adapter memory chips cards, processor chips, and memory chips ¾ Also called memory slots system board or Expansion slots for main board adapter cards motherboard http://computer.howstuffworks.com/motherboard.htm/printable p. 4.04 Fig. 4-3 Next 2 Background The original IBM PC contained the original PC motherboard. In this design, which premiered in 1982, the motherboard itself was a large printed circuit card that contained the 8088 microprocessor, the BIOS, sockets for the CPU's RAM and a collection of slots that auxiliary cards could plug into. If you wanted to add a floppy disk drive or a parallel port or a joystick, you bought a separate card and plugged it into one of the slots. This approach was pioneered in the mass market by the Apple II machine. By making it easy to add cards, Apple and IBM accomplished two huge things: 1. They made it easy to add new features to the machine over time. 2. They opened the computer to creative opportunities for third-party vendors. Motherboards 3 Data Bus Width Modern Pentium class motherboards have a data bus with 64 bits. That is the width of the data highway that goes in and out of the processor. The Pentium processors, however, do use 32-bit registers to handle 32-bit instructions. Bus speeds and widths have increased due to faster processors and the needs of multimedia applications. Typical bus names and widths are: 1. Industry Standard Architecture (ISA) - 8 or 16 bits 2. Peripheral Component Interconnect (PCI) - 32 or 64 bits 3. Accelerated Graphics Port (AGP ) - 32 bits The System Unit dual inline packages (DIP) What is a chip? holds memory chips ¾ Small piece of semi-conducting material on which integrated circuits are etched Integrated circuits contain many microscopic pathways capable of carrying electrical current pin grid ¾ Chips are packaged so they can array (PGA) package be attached to a circuit board holds processor chips p. 4.04 Fig. 4-4 Next 4 Central Processing Unit What is the central processing unit (CPU)? ¾ Interprets and carries Processor out basic instructions Control Arithmetic that operate a computer Unit Logic Unit (ALU) Control unit directs and Information coordinates operations in Data computer Information Arithmetic logic unit Input Output (ALU) performs Data Information Devices Data Memory Information Devices arithmetic, comparison, Devices Devices and logical operations Information ¾ Also called the processor Data Information Storage Devices Next http://computer.howstuffworks.com/microprocessor.htm/printable Central Processing Unit What is a machine cycle? ¾ Four operations of the CPU comprise a machine cycle Step 1. Fetch Obtain program instruction or data item from memory Memory Step 2. Step 4. Store Decode Write result to memory Translate instruction into Processor commands ALU Control Unit Step 3. Execute Carry out command p. 4.06 Fig. 4-6 Next 5 Central Processing Unit What is pipelining? ¾ CPU begins fetching second instruction before completing machine cycle for first instruction ¾ Results in faster processing p. 4.07 Fig. 4-7 Next Central Processing Unit What is a register? (***) ¾ Temporary high-speed storage area that holds data and instructions Stores location from where instruction was fetched Stores Stores data instruction while it is while ALU being decoded computes it Stores results of calculation p. 4.07 Next 6 Chipsets Chipsets provide the support for the processor chip on the motherboard. The chipset is the heart of the computer since it controls and determines how fast and which type of processor, memory, and slots are used. Another chip on the motherboard is called the Super I/O controller. Its main function is to control the floppy disk drive, keyboard, mouse, serial and printer ports. Check out PCGuide's Super I/O Controller Functions to learn more. Recent motherboard designs include additional chips to support USB, sound card, video adapter, computer host and network adapter. These chips save the cost of an adapter slot. Central Processing Unit What is the system clock? ¾ Controls timing of all computer operations ¾ Generates regular electronic pulses, or ticks, that set operating pace of components of system unit Pace of system clock is clock speed Processor speed can Each tick Most clock speeds are also be measured in is a in the gigahertz (GHz) millions of instructions clock cycle range (1 GHz = one per second (MIPS) billion ticks of system clock per second) p. 4.07 Next 7 Central Processing Unit How do personal computer processors compare? Comparison of Widely Used Personal Computer Processors Name Date Clock Introduced Speed ® Itanium 2 2002 1 GHZ and up Xeon™ 2001 1.4–2.4 GHZ Itanium® 2001 733–800 MHZ ® Pentium 4 2000 1.4–2.53 GHZ Pentium ® III Xeon™ 1999 500–900 MHZ Pentium ® III 1999 400 MHZ–1.2 GHZ Celeron® 1998 266 MHZ–1.8 GHZ Operon™ 2003 To come Athlon™ MP 2002 1.53–1.6 GHZ Athlon™ XP 2001 1.33–1.73 GHZ Athlon™ 1999 500 MHZ–1.4 GHZ p. 4.08 Next Central Processing Unit What is a zero-insertion force (ZIF) socket? ¾ Allows you to install and remove chips with no force lever lever Step 1. Step 2. Step 3. Lift the lever on the socket. Insert the chip. Push the lever down. p. 4.11 Fig. 4-10 Next 8 Central Processing Unit What are heat sinks and heat pipes? ¾ Heat sink—component with fins that cools heat sink fan processor ¾ Heat pipee—smaller device for notebook computers heat sink p. 4.12 Fig. 4-11 Next Central Processing Unit What is a coprocessor? ChipChip thatthat assistsassists processorprocessor inin performingperforming specificspecific taskstasks OneOne typetype isis aafloating floating-point-point coprocessorcoprocessor,, alsoalso knownknown asas aa mathmath oror numericnumeric coprocessorcoprocessor p. 4.12 Next 9 Central Processing Unit What is parallel processing? ¾ Using multiple Control Processor processors simultaneously to execute a program faster Processor 1 Processor 2 Processor 3 Processor 4 ¾ Requires special Memory Memory Memory Memory software to divide problem and bring results together Results combined p. 4.12 Fig. 4-12 Next Data Representation How do computers represent data? ¾ Most computers are digital Recognize only two discrete states: on or off Use a binary system to recognize two states Use Number system with two unique digits: 0 and 1, called bits (short for binary digits) http://computer.howstuffworks.com/bytes.htm/printable p. 4.13 Fig. 4-13 Next 10 Data Representation What is a byte? ¾ Eight bits grouped together as a unit ¾ Provides enough different combinations of 0s and 1s to represent 256 individual characters Numbers Uppercase and lowercase letters Punctuation marks p. 4.13 Fig. 4-14 Next Data Representation What are three popular coding systems to represent data? ¾ ASCII—American Standard Code for Information Interchange ¾ EBCDIC—Extended Binary Coded Decimal Interchange Code ¾ Unicode—coding scheme capable of representing all world’s languages ASCII Symbol EBCDIC 00110000 0 11110000 00110001 1 11110001 00110010 2 11110010 00110011 3 11110011 p. 4.14 Next 11 Data Representation How is a letter converted to binary form and back? Step 1. The user presses Step 2. the capital letter D An electronic signal for the (shift+D key) on capital letter D is sent to the the keyboard. system unit. Step 4. Step 3. After processing, the binary The signal for the capital letter D code for the capital letter D is is converted to its ASCII binary converted to an image, and code (01000100) and is stored in displayed on the output device. memory for processing. p. 4.15 Fig. 4-16 Next Memory Seat #2B4 Seat #2B3 What is memory? ¾ Electronic components that store instructions, data, and results ¾ Consists of one or more chips on motherboard or other circuit board ¾ Each byte stored in unique location called an address, similar to addresses on a passenger train http://computer.howstuffworks.com/computer-memory.htm/printable p. 4.15 Fig. 4-17 Next 12 adapter cards processor chip memory chips memory slots Expansion slots for adapter cards motherboard Memory How is memory measured? ¾ By number of bytes available for storage Term Abbreviation Approximate Size Kilobyte KB or K 1 thousand bytes Megabyte MB 1 million bytes Gigabyte GB 1 billion bytes Terabyte TB 1 trillion bytes p. 4.16 Fig. 4-18 Next 13 Memory What is random access memory (RAM)? Memory chips that can be read from and written to by processor Most RAM is Also called volatile, it is lost main memory when computer’s or primary power is storage turned off The more RAM a computer has, the faster it responds p. 4.17 Next Memory How do program instructions transfer in and out of RAM? RAM Step 1. When you start the computer, certain operating system files load into RAM from the Operating system Operating system hard disk. The operating system displays the user instructions interface interface on the screen. Step 2. When you start a Web browser, the program’s instructions load into RAM from the Web browser Web browser hard disk.
Recommended publications
  • United States Patent (19) 11 Patent Number: 6,119,179 Whitridge Et Al
    USOO6119179A United States Patent (19) 11 Patent Number: 6,119,179 Whitridge et al. (45) Date of Patent: Sep. 12, 2000 54) TELECOMMUNICATIONS ADAPTER Primary Examiner Thomas C. Lee PROVIDING NON-REPUDIABLE Assistant Examiner Albert Wang COMMUNICATIONS LOG AND Attorney, Agent, or Firm-Brown RaySman Millstein Felder SUPPLEMENTAL POWER FOR A PORTABLE & Steiner LLP PROGRAMMABLE DEVICE 57 ABSTRACT 75 Inventors: Frederick W. Whitridge, Greenwich; Brendan F. Hemingway, New Haven, A portable adapter that provides non-repudiable telecom both of Conn. munications Services to bar-code reading hand-held com puters and palm-top or tablet-type mobile computerS is 73 Assignee: PDA Peripherals Inc., Greenwich, disclosed. The adapter provides Supplemental power Supply Conn. and processing capacity that Supports API communications functions, Such as interactive voice recognition, conference calling, data encryption, VoIP packetization and other 21 Appl. No.: 09/143,188 Signal-format conversions that are not implemented on 22 Filed: Aug. 28, 1998 mobile computers. In particular, the device automatically logs IP packet identifiers and DOV dialing and status 51 Int. Cl. ............................ G06F 13/14; G06F 3/00; Signals, without the user having access to edit this HO4M 1/OO information, thereby providing a “non-repudiation record 52 U.S. Cl. ............................ 710/72; 455/556; 455/557; of all communications. The adapter also Supports intensive 455/572; 235/380; 235/472.01; 320/114; use of the host computer's Serial port by Supplementing the 375/222 power available from the host computer's battery, or replac 58 Field of Search ............................. 320/114; 235/380, ing that battery with a connector.
    [Show full text]
  • Cisco UCS CNA M72KR-Q Qlogic Converged Network Adapter Data
    Data Sheet Cisco UCS CNA M72KR-Q QLogic Converged Network Adapter Cisco Unified Computing System Overview The Cisco Unified Computing System™ is a next-generation data center platform that unites compute, network, storage access, and virtualization into a cohesive system designed to reduce total cost of ownership (TCO) and increase business agility. The system integrates a low-latency, lossless 10 Gigabit Ethernet unified network fabric with enterprise-class, x86-architecture servers. The system is an integrated, scalable, multi-chassis platform in which all resources participate in a unified management domain. Product Overview The Cisco® UCS CNA M72KR-Q QLogic Converged Network Adapter (CNA) is a QLogic-based Fibre Channel over Ethernet (FCoE) mezzanine card that provides connectivity for Cisco UCS B-Series Blade Servers in the Cisco Unified Computing System. Designed specifically for the Cisco UCS blades, the adapter provides high-performance connectivity for SAN and LAN traffic. One Cisco UCS M72KR-Q can do the work of a discrete Fibre Channel host bus adapter (HBA) and Ethernet network interface card (NIC). This convergence means fewer cables, fewer switches, less power consumption, reduced cooling, and unified LAN and SAN management. Figure 1. Cisco UCS CNA M72KR-Q QLogic Converged Network Adapter © 2010 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 4 Data Sheet Features and Benefits The Cisco UCS M72KR-Q provides both 10 Gigabit Ethernet and 8-Gbps Fibre Channel functions
    [Show full text]
  • USB to Ethernet Adapter | QUICK SETUP GUIDE RF-PCC132
    USB to Ethernet Adapter | QUICK SETUP GUIDE RF-PCC132 Thank you for purchasing this high quality Rocketfish USB to Ethernet Adapter. Use this adapter to instantly connect to a 10/100 Mbps network from the USB port on your desktop or laptop computer. 3 When the installation is complete, click Finish to restart your Package contents computer and finish the installation. • USB to Ethernet Adapter • Driver CD • Quick Setup Guide Setting up the adapter Note: The driver software must be installed before you connect the adapter. The adapter does not need to be connected for the software to install. To install on a Windows PC: 1 Insert the driver CD into the optical drive on your computer. The software should run automatically. The initial installation screen opens. Note: If the software does not run automatically, locate and double-click Run.exe on the driver CD. 4 Connect the USB connector on the adapter to an open USB port on 2 Click on your operating system, then follow on-screen instructions. your desktop or laptop computer. 5 Connect a network cable to the Ethernet port on the adapter. To install on a Mac: 1 Insert the driver CD into the optical drive of your computer. On the driver CD, locate and click AX88772.dmg. Click the DISK IMAGE icon. The driver setup driver setup dialog box opens. Note: If the computer has Windows 8, you do not need to install the driver from the disc. The drivers are installed automatically. 2 When the installer screen opens, click 4 When installation is complete, click Restart to FCC Information Continue to start the installation, then restart the computer and finish the installation.
    [Show full text]
  • IBM Monochrome Display and Printer Adapter Has Two Functions
    -------- ---- ---- Personal Computer -------_.­- - - --- Hardware Reference Library mM Monochrome Display and Printer Adapter 6361511 ii Contents Introduction ................................... 1 Monochrome Display Adapter Function .............. 1 Description ................................ 1 Programming Considerations .................. 5 Specifications .............................. 9 Printer Adapter Function ........................ 11 Description ............................... 11 Programming Considerations ................. 13 Specifications ............................. 17 Logic Diagrams ................................ 19 ill iv Introduction The IBM Monochrome Display and Printer Adapter has two functions. The first is to provide an interface to the IBM ~ Monochrome Display. The second is to provide a parallel interface for the IBM Printers. We will discuss this adapter by function. Monochrome Display Adapter Function Description The IBM Monochrome Display and Printer Adapter is designed around the Motorola 6845 CRT Controller module. There are 4K bytes of RAM on the adapter that are used for the display .~ buffer. This buffer has two ports to which the system unit's microprocessor has direct access. No parity is provided on the display buffer. Two bytes are fetched from the display buffer in 553 ns, providing a data rate of 1.8M bytes/second. The adapter supports 256 different character codes. An 8K-byte character generator contains the fonts for the character codes. The characters, values, and screen characteristics are given
    [Show full text]
  • CPU) the CPU Is the Brains of the Computer, and Is Also Known As the Processor (A Single Chip Also Known As Microprocessor)
    Central processing unit (CPU) The CPU is the brains of the computer, and is also known as the processor (a single chip also known as microprocessor). This electronic component interprets and carries out the basic instructions that operate the computer. Cache as a rule holds data waiting to be processed and instructions waiting to be executed. The main parts of the CPU are: control unit arithmetic logic unit (ALU), and registers – also referred as Cache registers The CPU is connected to a circuit board called the motherboard also known as the system board. Click here to see more information on the CPU Let’s look inside the CPU and see what the different components actually do and how they interact Control unit The control unit directs and co-ordinates most of the operations in the computer. It is a bit similar to a traffic officer controlling traffic! It translates instructions received from a program/application and then begins the appropriate action to carry out the instruction. Specifically the control unit: controls how and when input devices send data stores and retrieves data to and from specific locations in memory decodes and executes instructions sends data to other parts of the CPU during operations sends data to output devices on request Arithmetic Logic Unit (ALU): The ALU is the computer’s calculator. It handles all math operations such as: add subtract multiply divide logical decisions - true or false, and/or, greater then, equal to, or less than Registers Registers are special temporary storage areas on the CPU. They are: used to store items during arithmetic, logic or transfer operations.
    [Show full text]
  • Hardware Components and Internal PC Connections
    Technological University Dublin ARROW@TU Dublin Instructional Guides School of Multidisciplinary Technologies 2015 Computer Hardware: Hardware Components and Internal PC Connections Jerome Casey Technological University Dublin, [email protected] Follow this and additional works at: https://arrow.tudublin.ie/schmuldissoft Part of the Engineering Education Commons Recommended Citation Casey, J. (2015). Computer Hardware: Hardware Components and Internal PC Connections. Guide for undergraduate students. Technological University Dublin This Other is brought to you for free and open access by the School of Multidisciplinary Technologies at ARROW@TU Dublin. It has been accepted for inclusion in Instructional Guides by an authorized administrator of ARROW@TU Dublin. For more information, please contact [email protected], [email protected]. This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 4.0 License Higher Cert/Bachelor of Technology – DT036A Computer Systems Computer Hardware – Hardware Components & Internal PC Connections: You might see a specification for a PC 1 such as "containing an Intel i7 Hexa core processor - 3.46GHz, 3200MHz Bus, 384 KB L1 cache, 1.5MB L2 cache, 12 MB L3 cache, 32nm process technology; 4 gigabytes of RAM, ATX motherboard, Windows 7 Home Premium 64-bit operating system, an Intel® GMA HD graphics card, a 500 gigabytes SATA hard drive (5400rpm), and WiFi 802.11 bgn". This section aims to discuss a selection of hardware parts, outline common metrics and specifications
    [Show full text]
  • System Unit Is a Case That Contains Electronic Components of the Computer Used to Process Data. Made of Metal Or Plastic To
    10/12/2017 The Components of the system unit System Unit is a case that contains electronic components of the computer used to process data. Made of metal or plastic to protects the internal components from damage. All computers have a system unit. It is available in variety of shapes & sizes. 1 10/12/2017 The Components of the system unit System unit System System unit unit System unit System unit Handheld controller The Components of the system unit 2 10/12/2017 The Components of the system unit 1. Processor interprets & carries out the basic instructions that operate a computer. 2. Memory holds data waiting to be processed & instruction waiting to be executed. 3. Processor & Memory are connected to a circuit board called the motherboard. 4. Adapter cards (expansion slots): are circuit boards that provide connections and functions not built into the motherboard. 5. Devices outside the system unit often attach to the ports. 6. A drive bay holds one or more disk drive. 7. The Power supply provide the computer with the electricity. The Components of the system unit Motherboard , called system board. It is a main circuit board of the system unit. Many electronic components attach to the motherboard, others are built into it. Ex: adapter cards, a processor chip and a memory module. 3 10/12/2017 Central Processing Unit (CPU) Processor, called the central processing unit (CPU), Microprocessor. CPU Control Unit Arithmetic/ Logic Unit (ALU) Its contain a control unit & an arithmetic logic unit (ALU). These 2 components work together to perform processing operations. Processor Control Unit ALU Instructions Data Information INPUT OUTPUT MEMORY DEVICES Data information DEVICES Instructions Data Information Storage Devices 4 10/12/2017 Central Processing Unit (CPU) The operations typically performed by a CPU are: 1.
    [Show full text]
  • Network Cable: Networking Cables Are Used to Connect One Network
    Network cable: Networking Cables are used to connect one network device to other or to connect two or more computers to share printers, scanners etc. Different types of network cables like Coaxial cable, optical fiber cable, Twisted Pair cables are used depending on the network's topology, protocol and size. The devices can be separated by a few meters (e.g. via Ethernet) or nearly unlimited distances (e.g. via the interconnections of the Internet). While wireless may be the wave of the future, most computer networks today still utilize cables to transfer signals from one point to another. Network card: A network card is a an adapter card, pc card, express card module, USB network adapter ,or flash card that enables a computer or device that not have networking capability to access a network. The network card coordinates the transmission and receipt of data, instruction , and information to and from the computer or devices containing the network card. Network cards are available in a variety of style. A network card for a desktop computer is an adapter card that has a port to which a cable connects. A network card for mobile computers and devices is in the form of a pc card ,express card module, USB network adapter, or a flash card. Network cards that provide wireless data transmission also are available. This type of card, sometimes called a wireless network card ,often has an antenna. A network card follow the guidelines of a particular network communication standard, such as Ethernet or token ring. An Ethernet card is the most common type of network card.
    [Show full text]
  • Your Performance Task Summary Explanation
    Lab Report: 3.2.5 Install a Power Supply Your Performance Your Score: 0 of 5 (0%) Pass Status: Not Passed Elapsed Time: 9 seconds Required Score: 100% Task Summary Actions you were required to perform: In Install the power supply with the PCIe power connector into the case In Plug in internal componentsHide Details Connect the main motherboard power Connect the CPU power Connect SATA power to hard drive 1 Connect SATA power to hard drive 2 Connect SATA power to hard drive 3 Connect SATA power to the optical drive In Plug the computer into a power source In Turn the power supply switch on In Boot the computer into Windows Explanation In this lab, your task is to complete the following: Install a power supply based on the following requirements: The power supply must have the appropriate power connectors for the motherboard and the CPU. Make sure the power supply you select will support adding a graphics card that requires its own power connector. Make the following connections from the power supply: Connect the motherboard power connector. Connect the CPU power connector. Connect the power connectors for the SATA hard drives. Connect the power connector for the optical drive. Plug the computer in using the existing cable plugged into the power strip. Turn on the power supply. Start the computer and boot into Windows. Complete this lab as follows: 1. Install a power supply as follows: a. Above the the computer, select Motherboard to switch to the motherboard view. b. Select the motherboard to view the documentation.
    [Show full text]
  • Wireless-B Game Adapter
    Wireless-B Game Adapter Use this guide to install: WGA11B User Guide COPYRIGHT & TRADEMARKS FCC Caution: Any change or modification to the product not expressly approved by Specifications are subject to change without notice. Copyright © 2003 Cisco Systems, Linksys could void the user’s authority to operate the device. Inc. All rights reserved. Linksys is a registered trademarks of Cisco Systems, Inc. Other brands and product names are trademarks or registered trademarks of their respective FCC Radiation Exposure Statement holders. This equipment complies with FCC radiation exposure limits set forth for an uncontrolled environment. This equipment should be installed and operated with minimum distance LIMITED WARRANTY 20cm between the radiator and your body. Linksys guarantees that every Wireless-B Game Adapter will be free from physical • Access points with 2.4 GHz or 5 GHz integrated antenna must operate with a sepa- defects in material and workmanship for one year from the date of purchase, when used ration distance of at least 20 cm from all persons using the cable provided and must within the limits set forth in the Specifications section of this User Guide. not be co-located or operating in conjunction with any other antenna or transmitter. End-users must be provided with specific operations for satisfying RF exposure compli- This Warranty is valid and may be processed only in the country of purchase. ance. Note: Dual antennas used for diversity operation are not considered co-located. If the product proves defective during this warranty period, go to the Linksys website at www.linksys.com for complete RMA (Return Merchandise Authorization) assistance.
    [Show full text]
  • User Manual Universal Wireless-N Adapter
    User Manual Universal Wireless-n Adapter GWU627 PART NO. M1161-b www.iogear.com © 2018 IOGEAR® Part No. M1161-b IOGEAR, the IOGEAR logo, are trademarks or registered trademarks of IOGEAR. Microsoft and Windows are registered trademarks of Microsoft Corporation. All other brand and product names are trademarks or registered trademarks of their respective holders. IOGEAR makes no warranty of any kind with regards to the information presented in this document. All information furnished here is for informational purposes only and is subject to change without notice. IOGEAR assumes no responsibility for any inaccuracies or errors that may appear in this document. Table of Contents Package Contents 4 Firmware Upgrade 46 System Requirements 5 Compliance Information 51 Product Overview 6 SJ/T 11364-2006 53 Installation 8 Limited Warranty 54 Installation without WPS - 10 Contact 55 Windows XP Installation without WPS - 16 Windows Vista Installation without WPS - 24 Windows 7 Installation without WPS - 32 Linux Installation without WPS - 37 Mac Manual Set Up 42 3 Package Contents • 1x GWU627 client adapter • 1x USB power cable • 1x Ethernet cable • 1x Power adapter with USB port • 1x User Manual • 1x Warranty Card 4 System Requirements • Operating System - Windows XP, Windows Vista, Windows 7 - Mac OS X v10.4 and above • Wireless network with WPS setup • Wireless network without WPS setup and computer 5 Product Overview 1. Ethernet Port The Ethernet port allows a LAN connection through Cat 5 cables. Supports auto-sensing at 10/100M speed, half/ full duplex. 2. Mini USB Power The Mini USB cable provides power. 3. WPS Button Push and hold the WPS button for 5~10 seconds to enable the WPS feature.
    [Show full text]
  • User Guide WIRED
    ® A Division of Cisco Systems, Inc. 10/100/1000 Gigabit Network Adapter User Guide WIRED Model No. EG1064 10/100/1000 Gigabit Network Adapter Copyright and Trademarks Specifications are subject to change without notice. Linksys is a registered trademark or trademark of Cisco Systems, Inc. and/or its affiliates in the U.S. and certain other countries. Copyright © 2003 Cisco Systems, Inc. All rights reserved. Other brands and product names are trademarks or registered trademarks of their respective holders. How to Use this Guide Your guide to the Gigabit Network Adapter has been designed to make understanding networking with the Gigabit Network Adapter easier than ever. Look for the following items when reading this guide: This checkmark means there is a Note of interest and is something you should pay special attention to while using the Gigabit Network Adapter. This exclamation point means there is a Caution or warning and is something that could damage your property or the Gigabit Network Adapter. This question mark provides you with a reminder about something you might need to do while using the Gigabit Network Adapter. In addition to these symbols, there are definitions for technical terms that are presented like this: word: definition. Also, each figure (diagram, screenshot, or other image) is provided with a figure number and description, like this: Figure 0-1: Sample Figure Description Figure numbers and descriptions can also be found in the “List of Figures” section in the “Table of Contents”. EG1064_V2-UG-31016NC JL 10/100/1000
    [Show full text]