Chapter 1 Packet Forwarding Flashcards
What is unknown Unicast flooding?
When a packet contains a destination MAC address that is not in the switch’s MAC address table. The switch forwards the packet to every switch port.
What is a VLAN?
VLAN provide logical segmentation by creating multiple broadcast domains on the same network switch.
What are the four fields that are added to the 802.1Q packet header?
- Tag protocol identifier (TPID): this is a 16 bit field set to 0x8100 to identify the packet as an 802.1Q.
- Priority code point (PCP): This 3-bit field indicates a class of service (CoS) as part of layer 2 QoS between switches.
- Drop eligible indicator (DEI): This is 1-bit field indicates whether the packet can be dropped when there is a bandwidth contention.
- VLAN identifier (VLAN ID): This 12-bit field specifies the VLAN associated with a network packet.
How many unique VLANs can be created from the 12bits of VLAN ID?
4094 Unique VLANs.
What is VLAN 0?
It is reserved for 802.1P traffic and cannot be modified or deleted.
What is VLAN 1 ?
It is the default VLAN. It cannot be modified or deleted.
What are the normal VLAN range?
VLANs 2 to 1001. They can be added, deleted or modified as necessary.
What are the reserved VLAN?
VLANs 2 to 1005 are reserved and cannot be deleted.
What are the extended VLANs?
VLAN 1006 to 4094. They can be added, modified and deleted.
What is an Access port?
Access port is designed to access only one VLAN.
What tag is not included on an access port?
The 802.1Q tags are not included on packets transmitted or received on access ports.
What is a Trunk port?
Trunk ports can carry multiple VLANs between a switch and another switch.
What is a Native VLAN?
Any traffic that is advertised or received on a trunk port without the 802.1Q VLAN tag is associated to the native VLAN.
What is the purpose of MAC address Table?
It is responsible for identifying the switch ports and VLANs with which a device is associated.
How does switches build MAC address table?
Switches build MAC address table by examining the source MAC address for traffic that it receives.
Where does MAC address table resides?
MAC address tables resides in CAM. The CAM uses high speed memory that is faster than typical computer RAM due to its search techniques.
What are the two main methods of layer 3 forwarding?
- Forwarding traffic to devices on the same subnet.
2. Forwarding traffic to devices on a different subnet.
What is the purpose of ARP table?
ARP table provides a method of mapping Layer 3 IP Address to Layer 2 MAC address by storing the IP of a host and it’s corresponding MAC address.
What is contained in the ARP table?
ARP table contains entries for remote devices that the host has communicated with recently and are on the same IP network segment.