• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/25

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

25 Cards in this Set

  • Front
  • Back
What does a repeater do?
Takes an incoming signal and then generates a new, clean copy of that exact signal. This prevented maximum cable lengths from stopping transmissions, and also helped to ward off attenuation.
How is a hub different from a repeater?
It is basically the same except that the hubs will have more ports.
What layer of the OSI model do hubs run?
Physical layer
How does CSMA/CD (Carrier Sense Multiple Access with Collision Detection) work?
A host will first listen to the wire. If the media is in use, the hose backs off for a few milliseconds before checking again. If it is not in use, the host sends the data.
What is a data collision?
When two PCS send data at the exact same time. When this happens, the PCs generate a jam signal, and the voltage on the wire changes.
What is the term microsegmentation?
Used to describe "one host, one collision domain".
What are the three actions a Cisco switch can take with an incoming frame?
Forward, Flood, or Filter
Who receives a flood packet on a switch?
It is broadcast to every port on the switch except for the port that it originated on.
When will a switch flood a frame?
Flooding is performed when the switch has no entry for the frame's destination MAC address. When a frame is flooded, it is sent out on every single port on the switch except the one that it came in on.
When will a switch forward a frame?
Forwarding is performed when the switch does have an entry for the frame's destination MAC address. Forwarding means the frame is being sent out only one port of the switch.
When will a switch filter a frame?
Filtering is performed when the switch has an entry for both the source and destination MAC address, and the MAC table indicates that both addresses are found off the same port.
What type of frame is sent to all hosts?
Broadcast frames sent to FF-FF-FF-FF-FF-FF
What are the different names for a MAC table?
CAM table, Bridging table, Switching table, MAC table
Once the switch decides whether to forward, filter, or flood the frame, there's one more decision that needs to be made. What are the 3 processing methods to handle the forwarding?
Store and forward, Cut through, and Fragment-free
What is a broadcast storm?
The continual generation of new broadcasts. A broadcast storm can overwhelm a switch's memory and CPU.
What is a campus LAN?
Term used to describe any network that connects multiple buildings that are physically close to each other.
What is STP (Spanning Tree Protocol)?
Used to prevent switching loops. STP will determine a loop-free path for frames, and ports that are not on that path will be placed into blocking mode.
What can you do to increase security on a Cisco switch?
Close unused ports with the shutdown command.

Prevent the port from trunking with the switchport command.

Place the port into an unused VLAN.
What is the command that allows you to specify a secure mac address?
mac-address
What is the command that allows you to specify what should happen if a non-secure source MAC address is received on the port?
violation
What will the interface status look like if a port has been shut down due to an invalid MAC address?
err-disabled
What are the commands to shut down a port if a frame is received with any source MAC address other than bb-bb-bb-bb-bb-bb?
int fast 0/3
switchport mode access
switchport port-security
switchport port-security mac-address bbbb.bbbb.bbbb
What command do you use if you don't know the allowed MAC address, and would like the switch to only allow the first MAC address that it sees?
switchport port-security mac-address sticky
What command do you run to verify that port security is running?
show port-security interface fast0/3
What is the command to open a port that has been previously shut down?
no shutdown