Ethernet LANs and Switches Flashcards
LAN switches receive Ethernet frames and then make a switching decision based on:
- Deciding when to forward a frame or when to filter a frame base on the destination MAC address.
- Learning MAC address by examining the source MAC address of each frame received by the switch.
- Creating a layer 2 loop-free environment with other switches by using Spanning Tree Protocol(STP).
Before any MAC addresses are learned on the switch, if one frame is received from a device in the VLAN, then the switch will ______ unknown unicast frames out to all ports. The receiving device will respond back to ______ with its source MAC address; therefore the switch can also learn the second device.
flood
When would a switch floods the frame?
When the destination is broadcast, multicast, or unknown destination unicast.
What are the advantages and disadvantages of the store-and-forward switching method?
It ensures the no errors(check no errors in FCS). It takes longer to receive all bits when transferring.
What is the difference between cut-through and store-and-forward switching method?
Cut-through method forwards the frame as soon as it can, it reduce latency but does not allow the switch to discard frames that fail the FCS check.
What is the difference between Fragment-free and cut-through switching method?
It forwards the frame after first 64 bytes of the frame are received. This method avoids forwarding frames that were have error because of collision.
When would a switch reset the inactivity timer for a particular interface?
When it learns a new MAC address or received a known MAC address.
Which LAN device would separate a broadcast domain?
Router.
A domain that a set of network interface cards for which a frame sent by one NIC could result in a collision with a frame sent by any other NIC in the same collision domain is called a _______
collision domain.
Which network devices would increase bandwidth?
Switch and router.
Which network devices would create multiple collision domains?
Switch and router.
How are VLANs are created and what is its function?
Virtual LANs are created by configuring a SINGLE switch. It groups interfaces into specific broadcast domains based on configuration.
With auto-negotiation enable, the switch can accommodate all PCs with ____ Ethernet speed.
Different
When auto-negotiation fails, the IEEE defaults are:
Speed: sense the speed, default is 10 Mbps.
Duplex. if speed = 10 or 100, use half-duplex; otherwise use full-duplex.
What is the concept(language) we use to configure/interact with router and switch products?
Command-line interface (CLI).
In a campus LAN what is the differences between an access switch and a distribution switch?
Access switches are the ones that connect to the end devices. Distribution switches provide a path through which access switches can forward traffic to each other.
How do we name a physical port(interface) of the first port of a 10/100/1000 interface?
“interface GigabitEthernet 1/1” or G1/1
How do we name a physical port(interface) of the third port of a 10/100 interface?
“interface FastEthernet 0/3” or F0/3