Shared Flashcard Set

Details

Chapter 5
Topologies and Ethernet Standards
64
Computer Networking
Undergraduate 1
07/16/2015

Additional Computer Networking Flashcards

 


 

Cards

Term
10Base-T
Definition
A physical layer standard for networks that specifies baseband transmission, twisted pair media, and 10-Mbps throughput. 10Base-T networks have a maximum segment lengthy of 100 meters and rely on a star topology.
Term
10GBase-ER
Definition
A physical layer standard for achieving 10-Gbps data transmission over singlemode, fiber-optic cable. It's 10GBase-ER, the ER stands for extended reach. This standard specifies a star topology and segment lengths up to 40,000 meters.
Term
10GBase-EW
Definition
A variation of the 10GBase-ER standard that is specifically encoded to operate over SONET links.
Term
10GBase-LR
Definition
A Physical layer standard for achieving 10-Gbps data transmission over singlemode, fiber-optic cable using wavelengths of 1310 nanometers. In 10GBase-LR, the LR stands for long reach. This standard specifies a star topology and segment lengths up to 10,000 meters.
Term
10GBase-LW
Definition
A variation of the 10GBase-LR standard that is specifically encoded to operate over SONET links.
Term
10GBase-SR
Definition
A Physical layer standard for achieving 10-Gbps data transmission over multimode fiber using wavelengths of 850 nanometers. The maximum segment length for 10GBase-SR can reach up to 300 meters, depending on the fiber core diameter and modal bandwidth used.
Term
10GBase-SW
Definition
A variation of the 10GBase-SR standard that is specifically encoded to operate over SONET links
Term
10GBase-T
Definition
A Physical layer standard for achieving 10-Gbps data tranmission over twisted pair cable. Described in its 2006 standard 802.3an, IEEE specifies Cat 6 or Cat 7 cable as the appropriate medium for 10GBase-T. The maximum segment length for 10GBase-T is 100 meters.
Term
10Base-FX
Definition
A physical layer standard for networks that specifies baseband transmission, multimode fiber cabling, and 100-Mbps throughput. 100Base-FX networks have a maximum segment length of 2000 meters. 100Base-FX may also be called Fast Ethernet.
Term
10Base-T
Definition
A physical layer standard for networks that specifies baseband transmission, twisted pair cabling, and 100-Mbps throughput. 100Base-T networks have a maximum segment length of 100 meters and use the star topology. 100Base-T is also known as Fast Ethernet.
Term
100Base-TX
Definition
A type of 100Base-T network that uses two wire pairs in a twisted pair cable, but uses faster signalling to achieve 100-Mbps throughput. It is capable of full-duplex transmission and requires Cat 5 or better twisted pair media.
Term
1000Base-LX
Definition
A Physical layer standard for networks that specifies 1-Gbps transmission over fiber-optic cable using baseband transmission. 1000Base-LX can run on either single-mode or multimode fiber. The LX represents its reliance on long wavelengths of 1300 nanometers. 1000Base-LX networks can extend to 5000-meter segment lengths using single-mode, fiber-optic cable. 1000Base-LX use one repeater between segments.
Term
1000Base-SX
Definition
A Physical layer standard for networks that specifies 1-Gbps transmission over fiber-optic cable using baseband transmission. 1000Base-SX runs on multimode fiber. Its maximum segment length is 550 meters. The SX represents its reliance on short wavelengths 850 nanometers. 1000Base-SX can use one repeater.
Term
1000Base-T
Definition
A Physical layer standard for achieving 1 Gbps over UTP. 1000Base-T achieves its higher throughput by using all four pairs of wires in a Cat 5 or better twisted pair cable to both transmit and receive signals. 1000Base-T also uses a different data encoding scheme than that used by other UTP Physical layer specifications.
Term
5-4-3 rule
Definition
A guideline for 10-Mbps Ethernet networks stating that between two communicating nodes, the network cannot contain more than five network segments connected by four repeating devices, and no more than three of the segments may be populated.
Term
802-3ab
Definition
The IEEE standard that describes 1000Base-T, a 1-gigabit Ethernet technology that runs over four pairs of Cat 5 or better cable.
Term
802.3ae
Definition
The IEEE standard that describe 10-gigabit Ethernet technologies, including 10GBase-SR, 10GBase-SW, 10GBase-LR, 10GBase-LW, 10GBase-ER, and 10GBase-EW
Term
802.3af
Definition
The IEEE standard that specifies a way of supplying electrical power over Ethernet (PoE). 802.3af requires Cat 5 or better UTP or STP cabling and uses power sourcing equipment to supply current over a wire pair to powered devices. PoE is compatible with existing 10Base-T, 100Base-TX, 1000Base-T, and 10GBase-T implementations.
Term
802.3an
Definition
The IEEE standard that describes 10GBase-T, a 10-Gbps Ethernet technology that runs on Cat 6 or Cat 7 twisted pair.
Term
802.3u
Definition
The IEEE standard that describes Fast Ethernet technologies, including 100Base-TX.
Term
802.3z
Definition
The IEEE standard that describes 1000Base (or 1-gigabit) Ethernet technologies, including 1000Base-LX and 1000Base-SX
Term
Access method
Definition
A network's method of controlling how nodes access the communications channel. For example, CSMA/CD (Carrier Sense Multiple Access with Collision Detection) is the access method specified in the IEEE 802.3 (Ethernet) standard.
Term
active topology
Definition
A topology in which each workstation participates in transmitting data over the network. A ring topology is considered an active topology.
Term
Broadcast domain
Definition
Logically grouped network nodes that can communicate directly via broadcast transmissions. By default, switches and repeating devices such as hubs extend broadcast domains. Routers and other Layer 3 devices separate broadcast domains.
Term
bus
Definition
The single cable connecting all devices in a bus topology.
Term
bus topology
Definition
A topology in which a single cable connects all nodes on a network without intervening connectivity devices.
Term
Carrier Ethernet
Definition
A level of Ethernet service that is characterized by a very high throughput and reliability and is used between carriers, such as NSPs.
Term
circuit switching
Definition
A type of switching in which a connection is established between two network nodes before they begin transmitting data. Bandwidth is dedicated to this connection and remains available until users terminate the communication between the two nodes.
Term
collapsed backbone
Definition
A type of backbone that uses a router or switch as the single central connection point for multiple subnetworks.
Term
collision
Definition
In Ethernet networks, the interference of one node's data transmission with the data transmission of another node sharing the same segment.
Term
collision domain
Definition
The portion of an Ethernet network in which collisions could occur if two nodes transmit data at the same time. Switches and routers separate collision domains
Term
CSMA/CD (Carrier Sense Multiple Access with Collision Detection)
Definition
A network access method specified for use by IEEE 802.3 (Ethernet) networks. In CSMA/CD, each node waits its turn before transmitting data to avoid interfering with other nodes' transmissions. If a node's NIC determines that its data have been involved in a collision, it immediately stops transmitting. Next in a process called jamming, the NIC issues a special 32-bit sequence that indicates to the rest of the network nodes that its previous transmission was faulty and that those data frames are invalid. After waiting, the NIC determines if the line is again available; if it's available the NIC retransmits its data.
Term
daisy chain
Definition
A group of connectivity devices linked together in a serial fashion.
Term
data propagation delay
Definition
The length of time data take to travel from one point on the segment to another point. On Ethernet networks, CSMA/CD's collision detection routine cannot operate accurately if the data propagation delay is too long.
Term
distributed backbone
Definition
A type of backbone in which a number of intermediate connectivity devices are connected to one or more central connectivity devices, such switches or routers, in a hierarchy.
Term
enterprise
Definition
An entire organization, including local and remote offices, a mixture of computer systems, and a number of departments. Enterprise-wide computer takes into account the breadth and diversity of a large organization's computer needs.
Term
Ethernet II
Definition
The original Ethernet frame type developed by Digital Equipment Corporation, Intel, and Xerox, before the IEEE began to standardize Ethernet. Ethernet II is distinguished from other Ethernet frame types in that it contains a 2-byte type field to identify the upper-layer protocol contained in the frame. It supports TCP/IP and other higher-layer protocols.
Term
Fast Ethernet
Definition
A type of Ethernet network that is capable of 100-Mbps throughput. 100Base-T and 100Base-FX are both examples of Fast Ethernet.
Term
Fault tolerance
Definition
A type of Ethernet network that is capable of 100-Mbps throughput. 100Base-T and 100Base-FX are both examples of Fast Ethernet.
Term
Gigabit Ethernet
Definition
A type of Ethernet network that is capable of 1000-Mbps, or 1-Gbps, throughput
Term
hybrid topology
Definition
A physical topology that combines characteristics of more than one simple physical topology.
Term
jamming
Definition
A part of CSMA/CD in which, upon detecting a collision, a station issues a special 32-bit sequence to indicate to all node on an Ethernet segment that its previously transmitted frame has suffered a collision and should be considered faulty
Term
logical topology
Definition
A characteristic of network transmission that reflects the way in which data are transmitted between nodes. A networks logical topology may differ from its physical topology. The most common logical topologies are bus and ring.
Term
MPLS (multiprotocol label switching)
Definition
A type of switching that enables any one of several Layer 2 protocols to carry multiple types of Layer 3 protocols. One of its benefits is the ability to use packet-switched technologies over traditionally circuit-switched networks. MPLS can also create end-to-end paths that act like circuit-switched connections.
Term
modal bandwidth
Definition
A measure of the highest frequency of signal a multimode fiber-optic cable can support over a specific distance. Modal bandwidth is measure in MHz-km.
Term
packet switching
Definition
A type of switching in which data are broken into packets before being transported. IN packet switching, packets can travel any path on the network to their destination because each packet contains a destination address and sequencing information.
Term
padding
Definition
The bytes added to the data (or information) portion of an Ethernet frame to ensure this field is at least 46 bytes in size. Padding has no effect on the data carried by the frame.
Term
parallel backbone
Definition
A type of backbone that consists of more than one connection from the central router or switch to each network segment.
Term
passive topology
Definition
A network topology in which each node passively listens for, then accepts, data directed to it. A bus topology is considered a passive topology.
Term
PD (powered device)
Definition
On a network using Power over Ethernet, a node that receives power from power sourcing equipment.
Term
Physical topology
Definition
The physical layout of the media, nodes, and devices on a network. A physical topology does not specify device types, connectivity methods, or addressing schemes. Physical topologies are categorized into three fundamental shapes: bus, ring, and star. These shapes can be mixed to create hybrid topologies.
Term
PoE (Power over Ethernet)
Definition
A method of delivering current to devices using Ethernet connection cables.
Term
Preamble
Definition
The field in an Ethernet frame that signals to the receiving node that data are incoming and indicates when the data flow is about to begin.
Term
PSE (power sourcing equipment)
Definition
On a network using Power over Ethernet, the device that supplies power to end nodes.
Term
QoS (Quality of service)
Definition
The result of specifications for guaranteeing data delivery within a certain period of time after their transmission.
Term
ring topology
Definition
A network layout in which each node is connected to the two nearest nodes so that the entire network forms a circle. Data are transmitted in one direction around the ring. Each workstation accepts and responds to packets addressed to it, then forwards the other packets to the next workstation in the ring.
Term
serial backbone
Definition
A type of backbone that consists of two or more internetworking devices connected to each other by a single cable in a daisy chain.
Term
SFD (start-of-frame delimiter)
Definition
A 1-byte field that indicates where the data field begins in an Ethernet frame.
Term
signal bounce
Definition
A phenomenon, caused by improper termination on a bus-topology network, in which signals travel endlessly between the two ends of the network, preventing new signals from getting through.
Term
star topology
Definition
A physical topology in which every node on the network is connected through a central connectivity device. Any single physical wire on a standard network connects only two devices, so a cabling problem will affect only two nodes. Nodes transmit data to the device, which then retransmits the data to the rest of the network segment where the destination node can pick it up.
Term
star-wired bus topology
Definition
A hybrid topology in which groups of workstations are connected in a star fashion to connectivity devices that are networked via a single bus.
Term
star-wired ring topology
Definition
A hybrid topology that uses the physical layout of a star and the token-passing data transmission method.
Term
switching
Definition
A component of a network's logical topology that manages how packets are filtered and forwarded between nodes on the network
Term
terminator
Definition
A resistor that is attached to each end of a bus-topology network that causes the signal to stop rather than reflect back towards it's source.
Supporting users have an ad free experience!