Section 2 Flashcards
Building Redundant Switched Topologies
What does STP stand for?
Spanning Tree Protocol
What algorithm does STP use?
The Spanning Tree Algorithm
What is the purpose of STP in a network.
To prevent Layer 2 loops
What messages does STP use to pass information between bridges?
BPDUs (Bridge Protocol Data Units)
What is the most common STP standard used by network devices?
IEEE 802.1D
What is the IEEE 802.1 standard based on?
The Digital Equipment Corporation STP
What does LAN stand for?
Local-Area Network
What is a LAN?
A high-speed, low error data network covering a relatively small geographic area (office or campus).
What do LAN standards specify?
Cabling and signaling at the Physical and Data Link layers of the OSI model.
What are three examples of LAN technologies?
Ethernet, FDDI, and Token Ring.
What does MAC address stand for?
Media Access Control address
What is a MAC address?
A standardized data link layer address that is required for every port or device that connects to a LAN.
What do other devices use the MAC address for?
To locate specific ports, create, and update routing tables and data structures.
How many bits/bytes is a MAC address?
48 bits (6 bytes)
What other terms are commonly used to refer to a MAC address?
Hardware address, MAC layer address, and physical address.
Why does STP place ports into a Standby state?
To ensure they do not listen to, forward, or flood data frames.
What is the effect of STP placing ports into a standby state?
It ensures there is only one path that is active to each network segment.
What does STP do if there is a problem with connectivity to a segment?
Re-establish connectivity by automatically activating a previously inactive path, if one exist.
What is Ethernet?
A baseband LAN specification invented by Xerox Corporation and developed jointly by Xerox, Intel, and Digital Equipment Corporation.
What collision avoidance mechanism does Ethernet use?
CSMA/CD
What speed do Ethernet networks run at?
10 Mbps
What is the most commonly used LAN technology?
Ethernet
Ethernet is similar to which IEEE standard(s)?
802.3
Why is Ethernet one the most commonly used LAN technology?
It is easy to implement, manage, and maintain. It allows low cost network implementations, provides topological flexibility, and is standards compliant (manufacturer independent).
Why are redundant topologies important?
They eliminate a single point of failure in the network.
What issues can occur in a redundant topology without a loop prevention mechanism?
Broadcast storms, multiple frame copies, MAC address table instability
What occurs during a broadcast storm?
The switch floods broadcast endlessly due to a layer 2 loop.
Why are multiple frame copies arriving at a destination an issue?
Many protocols expect to only receive one copy. Multiple copies of the same frame can cause unrecoverable errors.
What causes MAC database (address table) instability?
Different interfaces on the switch receive copies of the same frame.
What issue is the result of MAC database instability?
Data forwarding can be impaired due to too much resource usage coping with the constant changes in the MAC address table.
What does TTL stand for?
Time to Live
What is TTL?
A mechanism that limits the lifespan or lifetime of data in a computer network.
At what OSI layer do protocols commonly make use of TTL?
Layer 3 (Network Layer)
Do OSI Layer 2 protocols make use of TTL?
No
What does IEEE (I triple E) stand for?
Institute of Electrical and Electronics Engineers
Why is the IEEE important in regards to networking?
It is a professional organization whose activities include the development of communications and network standards.
What is the MAC Bridges standard?
IEEE 802.1D
What does the IEEE 802.1D standard specify?
The MAC bridges standard, which includes bridging and spanning tree, among others.
Who standardizes IEEE 802.1D?
The IEEE 802.1 working group
How does STP provide a loop free topology?
By placing certain ports into the blocking state
Where are STP standards published?
In the 802.1D specification.
What does STP use for communication between switches?
BPDUs
Why does STP place certain ports into a blocked state?
So they do not listen to, forward, or flood data frames.
How many paths should exist to each segment when STP is active?
One
What does BPDU stand for?
Bridge Protocol Data Unit
What is a BPDU?
A Spanning Tree Protocol hello packet that is sent out at configurable intervals to exchange information among bridges in the network.
How many fields compose a BPDU bridge ID? What are they?
Two. The Bridge Priority and MAC address.
How many bytes are the Bridge Priority and MAC address fields in a BPDU Bridge ID?
Bridge Priority (2 bytes) MAC address field (6 bytes)
What four steps does the STP alogrithm follow?
- Elects a root bridge
- Elects a root port for each non-root switch
- Elects a designated port for each segment
- Ports transition to a forwarding or blocking state
What is the value range for the Bridge Priority?
0 - 65,535