Ethernet Basics Flashcards
Ethernet IEEE standard, which became open-source at the time of transferal
IEEE 802.3
7-byte alternating ones and zeros that precede a frame, added by the sending NIC
preamble
1-byte positioned after the preamble that precedes a frame
start frame delimiter
the result of a cyclic redundancy check place at the end of frame in order to detect if a frame was received undamaged; the receiving NIC performs the same check on the data and compares its results to this
frame check sequence (FCS)
a special mathematical function performed on the data in a frame at both the receiving and sending in; used to detect damaged frames/data
cyclic redundancy check (CRC)
signaling type for networking - cable carries multiple channels or signals; used with cable TV, cable Internet
broadband
system in which computers/nodes examines a shared cable to see if it detects traffic before sending a frame; all nodes have equal access to the shared cable
carrier sense multiple access/collision detection (CSMA/CD)
group of nodes that have the capability of sending frames at the same time
collision domain
device that acts like a repeater in order to connect two networks; it it filtered forwarded traffic based on MAC addresses between the two segments and preserved bandwidth
bridge
device used to interconnect nodes in a network by creating point-to-point connections using a table of MAC addresses; each port is its own collision domain, and incoming frames can be buffered to prevent collision
switch
the table of MAC addresses stored inside of the switch; it copies the source MAC addresses of incoming frames to fill in the table
source address table (SAT)
ports on older switches used to interconnect multiple switches; one would plug one end of a straight-through cable into this port and then plug the other end into any regular port on another switch
uplink port (switch)
IEEE 802.1d, protocol enabled by default in switches to detect and mitigate any potential bridging loop using bridge protocol data units
spanning tree protocol (STP)
frame in a switch used to establish a topology, with one switch acting as the center switch; any potential bridging loop is avoided by blocking a port from receiving traffic except for these
configuration bridge protocol data units (BPDUs)
frame in a switch that activates when a failed device or interface occurs, causing blocked ports to function in a forwarding state to work around the failed device or interface
topology change notification (TCN) BPDU