10Base5
10BASE5 (also known as thick Ethernet or thicknet) was the first commercially available variant of Ethernet. The technology was standardized in 1982 as IEEE 802.3. 10BASE5 uses a thick and stiff coaxial cable up to in length. Up to 100 stations can be connected to the cable using vampire taps and share a single collision domain with 10 Mbit/s of bandwidth shared among them. The system is difficult to install and maintain. 10BASE5 was superseded by much cheaper and more convenient alternatives: first by 10BASE2 based on a thinner coaxial cable, and then, once Ethernet over twisted pair was developed, by 10BASE-T and its successors 100BASE-TX and 1000BASE-T. In 2003, the IEEE 802.3 working group deprecated 10BASE5 for new installations. Name origination The name ''10BASE5'' is derived from several characteristics of the physical medium. The ''10'' refers to its transmission speed of 10 Mbit/s. The ''BASE'' is short for baseband signaling (as opposed to broadband ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Ethernet
Ethernet () is a family of wired computer networking technologies commonly used in local area networks (LAN), metropolitan area networks (MAN) and wide area networks (WAN). It was commercially introduced in 1980 and first standardized in 1983 as IEEE 802.3. Ethernet has since been refined to support higher bit rates, a greater number of nodes, and longer link distances, but retains much backward compatibility. Over time, Ethernet has largely replaced competing wired LAN technologies such as Token Ring, FDDI and ARCNET. The original 10BASE5 Ethernet uses coaxial cable as a shared medium, while the newer Ethernet variants use twisted pair and fiber optic links in conjunction with switches. Over the course of its history, Ethernet data transfer rates have been increased from the original to the latest , with rates up to under development. The Ethernet standards include several wiring and signaling variants of the OSI physical layer. Systems communicating over ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
10BASE2
10BASE2 (also known as cheapernet, thin Ethernet, thinnet, and thinwire) is a variant of Ethernet that uses thin coaxial cable terminated with BNC connectors to build a local area network. During the mid to late 1980s this was the dominant 10 Mbit/s Ethernet standard, but due to the immense demand for high-speed networking, the low cost of Category 5 cable, and the popularity of 802.11 wireless networks, both 10BASE2 and 10BASE5 have become increasingly obsolete, though devices still exist in some locations. As of 2011, IEEE 802.3 has deprecated this standard for new installations. Name origination The name ''10BASE2'' is derived from several characteristics of the physical medium. The ''10'' comes from the transmission speed of 10 Mbit/s. The ''BASE'' stands for baseband signaling, and the ''2'' for a maximum segment length approaching 200 m (the actual maximum length is 185 m). Signal encoding 10 Mbit/s Ethernet uses Manchester coding. A binary ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Ethernet Physical Layer
The physical-layer specifications of the Ethernet family of computer network standards are published by the Institute of Electrical and Electronics Engineers (IEEE), which defines the electrical or optical properties and the transfer speed of the physical connection between a device and the network or between network devices. It is complemented by the MAC layer and the logical link layer. The Ethernet physical layer has evolved over its existence starting in 1980 and encompasses multiple physical media interfaces and several orders of magnitude of speed from 1 Mbit/s to 400 Gbit/s. The physical medium ranges from bulky coaxial cable to twisted pair and optical fiber with a standardized reach of up to 80 km. In general, network protocol stack software will work similarly on all physical layers. Many Ethernet adapters and switch ports support multiple speeds by using autonegotiation to set the speed and duplex for the best values supported by both connected devi ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Coaxial Cable
Coaxial cable, or coax (pronounced ) is a type of electrical cable consisting of an inner conductor surrounded by a concentric conducting shield, with the two separated by a dielectric ( insulating material); many coaxial cables also have a protective outer sheath or jacket. The term '' coaxial'' refers to the inner conductor and the outer shield sharing a geometric axis. Coaxial cable is a type of transmission line, used to carry high-frequency electrical signals with low losses. It is used in such applications as telephone trunk lines, broadband internet networking cables, high-speed computer data busses, cable television signals, and connecting radio transmitters and receivers to their antennas. It differs from other shielded cables because the dimensions of the cable and connectors are controlled to give a precise, constant conductor spacing, which is needed for it to function efficiently as a transmission line. Coaxial cable was used in the first (1858) and fo ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
10BROAD36
10BROAD36 is an obsolete computer network standard in the Ethernet family. It was developed during the 1980s and specified in IEEE 802.3b-1985. The standard supports 10 Mbit/s Ethernet signals over standard 75 ohm cable television (CATV) cable over a 3600-meter range. 10BROAD36 modulates its data onto a higher frequency carrier signal, much as an audio signal would modulate a carrier signal to be transmitted in a radio station. In telecommunications engineering, this is a broadband signaling technique. Broadband provides several advantages over the baseband signal used, for instance in 10BASE5. Range is greatly extended (3600 meters, versus 500 meters for 10BASE5), and multiple signals can be carried on the same cable. 10BROAD36 can even share a cable with standard television channels. Standardization The Institute of Electrical and Electronics Engineers standards committee IEEE 802 published the standard that was ratified in 1985 as an additional section 11 to ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Vampire Tap
A vampire tap (also called a piercing tap) was a device for physically connecting a station, typically a computer, to a network that used 10BASE5 cabling. This device clamped onto and "bit" into the cable (hence the name "vampire"), inserting a probe through a hole drilled using a special tool through the outer shielding to contact the inner conductor, while other spikes bit into the outer conductor. The vampire tap usually had an integrated AUI (Attachment Unit Interface), from which a short multicore cable connected to the network card in the station. Vampire taps allowed new connections to be made on a given physical cable while the cable was in use. This allowed administrators to expand bus topology network sections without interrupting communications. Without a vampire tap, the cable had to be cut and connectors had to be attached to both ends. See also * Network tap *Insulation-displacement connector An insulation-displacement contact (IDC), also known as insulati ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Carrier-sense Multiple Access With Collision Detection
Carrier-sense multiple access with collision detection (CSMA/CD) is a medium access control (MAC) method used most notably in early Ethernet technology for local area networking. It uses carrier-sensing to defer transmissions until no other stations are transmitting. This is used in combination with collision detection in which a transmitting station detects collisions by sensing transmissions from other stations while it is transmitting a frame. When this collision condition is detected, the station stops transmitting that frame, transmits a jam signal, and then waits for a random time interval before trying to resend the frame. CSMA/CD is a modification of pure carrier-sense multiple access (CSMA). CSMA/CD is used to improve CSMA performance by terminating transmission as soon as a collision is detected, thus shortening the time required before a retry can be attempted. With the growing popularity of Ethernet switches in the 1990s, IEEE 802.3 deprecated Ethernet repeaters in ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Electrical Termination
In electronics, electrical termination is the practice of ending a transmission line with a device that matches the characteristic impedance of the line. Termination prevents signals from reflecting off the end of the transmission line. Reflections at the ends of unterminated transmission lines cause distortion which can produce ambiguous digital signal levels and mis-operation of digital systems. Reflections in analog signal systems cause such effects as video ghosting, or power loss in radio transmitter transmission lines. Transmission lines Signal termination often requires the installation of a terminator at the beginning and end of a wire or cable to prevent an RF signal from being reflected back from each end, causing interference, or power loss. The terminator is usually placed at the end of a transmission line or daisy chain bus (such as in SCSI), and is designed to match the AC impedance of the cable and hence minimize signal reflections, and power losses. Less ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Transceiver
In radio communication, a transceiver is an electronic device which is a combination of a radio ''trans''mitter and a re''ceiver'', hence the name. It can both transmit and receive radio waves using an antenna, for communication purposes. These two related functions are often combined in a single device to reduce manufacturing costs. The term is also used for other devices which can both transmit and receive through a communications channel, such as ''optical transceivers'' which transmit and receive light in optical fiber systems, and ''bus transceivers'' which transmit and receive digital data in computer data buses. Radio transceivers are widely used in wireless devices. One large use is in two-way radios, which are audio transceivers used for bidirectional person-to-person voice communication. Examples are cell phones, which transmit and receive the two sides of a phone conversation using radio waves to a cell tower, cordless phones in which both the phone handset ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Baseband
In telecommunications and signal processing, baseband is the range of frequencies occupied by a signal that has not been modulated to higher frequencies. Baseband signals typically originate from transducers, converting some other variable into an electrical signal. For example, the output of a microphone is a baseband signal that is an analog of the applied voice audio. In conventional analog radio broadcasting the baseband audio signal is used to modulate an RF carrier signal of a much higher frequency. A baseband signal may have frequency components going all the way down to DC, or at least it will have a high ratio bandwidth. A modulated baseband signal is called a passband signal. This occupies a higher range of frequencies and has a lower ratio and fractional bandwidth. Various uses Baseband signal A ''baseband signal'' or ''lowpass signal'' is a signal that can include frequencies that are very near zero, by comparison with its highest frequency (for example ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Broadband
In telecommunications, broadband is wide bandwidth data transmission which transports multiple signals at a wide range of frequencies and Internet traffic types, that enables messages to be sent simultaneously, used in fast internet connections. The medium can be coaxial cable, optical fiber, wireless Internet (radio), twisted pair or satellite. In the context of Internet access, broadband is used to mean any high-speed Internet access that is always on and faster than dial-up access over traditional analog or ISDN PSTN services. Overview Different criteria for "broad" have been applied in different contexts and at different times. Its origin is in physics, acoustics, and radio systems engineering, where it had been used with a meaning similar to " wideband", or in the context of audio noise reduction systems, where it indicated a single-band rather than a multiple-audio-band system design of the compander. Later, with the advent of digital telecommunications, the term was ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
100BASE-TX
In computer networking, Fast Ethernet physical layers carry traffic at the nominal rate of 100 Mbit/s. The prior Ethernet speed was 10 Mbit/s. Of the Fast Ethernet physical layers, 100BASE-TX is by far the most common. Fast Ethernet was introduced in 1995 as the IEEE 802.3u standard and remained the fastest version of Ethernet for three years before the introduction of Gigabit Ethernet. The acronym ''GE/FE'' is sometimes used for devices supporting both standards. Nomenclature The "100" in the media type designation refers to the transmission speed of 100 Mbit/s, while the "BASE" refers to baseband signaling. The letter following the dash ("T" or "F") refers to the physical medium that carries the signal (twisted pair or fiber, respectively), while the last character ("X", "4", etc.) refers to the line code method used. Fast Ethernet is sometimes referred to as 100BASE-X, where "X" is a placeholder for the FX and TX variants. General design Fast Ethernet ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |