Unit 1 Set 2 Terms Flashcards
Ethernet frame
A term referring to an Ethernet data-link header and trailer, plus the data encapsulated between the header and trailer.
10BASE-T
The 10-Mbps baseband Ethernet specification using two pairs of twisted-pair cabling (Cat 3, 4, or 5): one pair transmits data and the other pair receives data. 10BASE-T, which is part of the IEEE 802.3 specs, has a distance limit of aprox 100m per segment.
100BASE-T
A name for the IEEE Fast Ethernet standard that uses two-pair copper cabling, a speed of 100 Mbps, and a max cable length of 100m
1000BASE-T
A name for the IEEE Fast Ethernet standard that uses two-pair copper cabling, a speed of 1000 Mbps, and a maximum length of 100m
- 802.3ab
Fast Ethernet
The common name for all the IEE standards that send data at 100mbps
Gigabit Ethernet
The common name for all the IEE standards that send data at 1000mbps
Ethernet Link
A generic term for any physical link between two Ethernet nodes, no matter what type of cabling is used
straight-through cable
In Ethernet, a cable that connects the wire on pin 1 on one end of the cable to pin 1 on the other end of the cable, pin 2 to pin and so on.
crossover cable
An Ethernet cable that swaps the pair used for transmission on one device to a pair used for receiving on the device on the opposite end of the cable. In 10BASE-T and 100BASE-TX networks, this cable swaps the pair at pins 1,2 to pins 3,6 on the other end of the cable, and the pair at pins 3,6 to pins 1,2 as well.
Ethernet address
A 48-bit (6-byte) binary number, usually written as a 12-digit hexadecimal number, used to identify Ethernet nodes in an Ethernet network.
Ethernet frame headers list a destination and source address field, used by the Ethernet devices to deliver Ethernet frams to the correct destination.
MAC address
A standardized data-link layer address that is required for every device that connects to a LAN. Ethernet MAC addresses are 6 bytes long and are controlled by the IEEE. Also known as a hardware address, a MAC layer address, and a physical address.
unicast address
Generally, any address in networking that represents a single device or interface, instead of a group of addresses ( as would be represented by a multicast or broadcast address)
broadcast address
Generally, any address that represents all devices, and can be used to send one message to all devices. In Ethernet, the MAC address of all binary 1s, or FFFF:FFFF:FFFF in hex. For IPv4, see subnet broadcast address.
Frame Check Sequence
A field in many data-link trailers used as part of the errordetection process
Transceiver
A field in many data-link trailers used as part of the errordetection process