Block 7 Flashcards
Data link layer addresses are also referred to as (4 others)
Physical, hardware machine or MAC address
What defines how devices are addressed at the data link layer
Physical addressing
What consists of the data link layer specifications that often define how devices are to be physically and logically connected?
Network topology
Error detection uses CRC or FCS to detect errors in transmission. What layers are responsible for the actual error correction or request or request for transmission of a frame?
Higher layers
What reorders frames that are received out of sequence?
Sequencing of data frames
What moderates the transmission of data so that the receiving device is not overwhelmed with more than it can handle at one tim?
Flow control
Switches primary method of flow control is?
Buffering
What connects multiple network segments at the data link layer of the OSI model?
Bridge
Layer 2 switching is very efficient because
No modification to packet
Only to frame encapsulation
And only when the data packet is passing through dissimilar media
Bridges are ___________ based and switches are __________ based
Software
Hardware
Bridges have a ________ spanning tree control and switches have a _________ spanning tree control
Limited
Advanced
How many ports do switches have?
Hundreds
How many ports do bridges have?
16
A physical or logical network segment in which data packets can collide with each other
Collision domain
__________ reduces the chances of this happening by preventing more than one device from accessing the Collision domain at the same time, but collisions can still occur.
Ethernet 802.3 CSMA/CD
All network segments connected by layer 1 devices exist on a ___________ collision domain.
Single
How many collision domains are on layer 2 devices ?
Each interface is a separate collision domain
A logical network segment defined by its router port
Broadcast domain
Devices physically connected to same media or layer 2 device will be on
Same broadcast domain
What do switches use to build and maintain MAC address tables ?
Application-specific integrated circuits (ASICs)
What do switches use to filter traffic?
MAC address from the host NIC
Layer 2 switches provide ?
Hardware-based bridging
Wire speed
Low latency
Low cost
Most common type of switches
Ethernet switches
3 major functions of layer 2 switches
Address learning
Forward/filter decision
Loop advance
3 methods of frame switching methods
Store and forward Cut through(real time) Fragment free(modified cut-through)
Where are the MAC address tables stored in the switches?
RAM
Most switches hold up to how many MAC address in their table?
8000
If a workstation does not talk for a period of time on the network chances are?
The MAC address has aged out (removed) from the table
What helps I preserve bandwidth I other network segments?
Frame filtering
In this Frame switching method the switch copies the entire frame into its buffers and computes the CRC.
*Best for error free but greatest amount of processing time?
Store-and-forward
Also called real time, in this frame switching method the LAN switch only copies the destination address onto it’s on board buffers.
*reduces latency because no error checks but fastest method
Cut-through
Also called modified cut-through, this frame switching method waits 64 bytes(collision window) to pass before forwarding.
*better error checking than cut-through mode with no increase in latency
Fragment free
If a packet has an error it almost always occurs within the first __________.
64 bytes
Why is it a good idea to use multiple (redundant) links between switches and multiple switches?
To avoid a single point of failure
If loop avoidance schemes are not put in place, the switches will flood broadcasts endlessly throughout and internetwork.
Broadcast storms
If a device receives multiple copies of the same frame because the frame can arrive from different segments at the same time what problem is occurring?
Multiple frame copies
One of biggest problems generating through an internetwork where loops occur within loops
Multiple loops
Use by layer 2 devices to stop network loops in networks that have more than one physical link to the same network
STP spanning tree protocol