• 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/6

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;

6 Cards in this Set

  • Front
  • Back
LAN Switching Forwarding Logic
1. If unknown unicast, broadcast, multicast switch floods the frame.
2. If known destination:
a) If outgoing interface listed in MAC table is different than the interface in which the frame was received - FORWARD it to the interface.
b) If outgoing interface is the same as the interface on which the frame was received, FILTERED.
Switch Logic for Learning MAC addresses
1) Receive frame and note the interface from which the frame was received.
2) If not already in the table, add the address and interface, setting inactivity timer to 0.
3) If already in table, reset inactivity timer for the entry to 0.
3)
Switch internal processing (3) types
Store-and-forward
Cut-Through
Fragment Free
Store-and-forward (switch processing)
Fully receives frame
Checks the FCS
Cut-through (switch processing)
Forward ASAP
NO FCS check
Fragment-Free (switch processing)
Forward after getting first 64 bytes of frame.