Switch Interfaces Flashcards
In the output of show ip interface brief, router interfaces will be in the______ ______ state by default
administratively down/down
In the output of show ip interface brief, switch interfaces will be in the ______ ______ state by default if connected to another device
up/up
In the output of show ip interface brief, switch interfaces will be in the _______ _______ state by default if not connected to another device.
down/down
What is the default speed setting of an interface?
auto
What is the default duplex setting of an interface?
auto
Configure a speed of 100 Mbps on an interface:
SW1(config-if)#______
SW1(config-if)#speed 100
Configure full duplex on an interface:
SW1(config-if)#______
SW1(config-if)#duplex full
Which command lets you configure multiple interfaces at the time?
interface range
In _____ duplex mode, an interface can send and received data at the same time.
full
In _____ duplex mode, an interface cannot send and received data at the same time.
half
Ethernet hubs operate at Layer ______ of the OSI model.
1
Ethernet devices use ______ to detect and prevent collision on half-duplex interfaces.
CSMA/CD (Carrier-sense Multiple Access with Collision Detection)
What does CSMA/CD stand for?
Carrier-sense Multiple Access with Collision Detection
All devices connected to an Ethernet hub are in the same _____ domain.
collision
Are all devices connected to an Ethernet switch in the same collision domain?
No