1.3 routing and switching concepts Flashcards
What is a broadcast domain?
A network segment where all nodes are reachable via broadcasts.
What is a collision domain?
A network segment connected by a shared signaling medium where simultaneous data transmissions collide with one another.
What is important to know about broadcasts when it comes to network devices?
Broadcasts pass through switches and are stopped by a router.
Can two connected devices have different broadcast domains and collision domains?
Can two devices share both?
Yes. If two device are connected to a switch they may share broadcast domains, but not collision domains.
Conversely if two devices are connected to a hub they share both broadcast and collision domains.
What is important to know about collisions when it comes to network devices?
Devices connected through wireless signal, a repeater, or a hub all share a single collision domain.
What do half duplex LANs use to prevent collisions?
CSMA/CD; Carrier-sense multiple access with collision detection.
What does Wi-Fi uses to solve the hidden node problem?
CSMA/CA; Carrier-sense multiple access with collision avoidance.
Explain the difference between simplex and duplex.
Simplex: one node can only transmit, and the other can only receive.
Duplex: bi-directional point-to-point communications between nodes. (transceive)
Explain the difference between half duplex, full duplex, and multiplex.
Half duplex: Devices must stop transmitting in order to receive, or stop receiving in order to transmit.
Full duplex: Devices can communicate with each other simultaneously.
Multiplex: Multiple signals are combined into one complex one, often use to emulate full duplex over a half duplex channel.
Why might tunneling protocols and VPNs cause MTU issues?
IP packets have a supported size 1500 bytes or less as specified by the MTU settings; tunneling requires additional encapsulation which eats up the limited amount of bites and forces fragmentation.
What is requires for two VLANs to communicate?
router/L3 switch
How does a trunk function?
It adds a VLAN header to ethernet frames so that traffic is associated with a specific logical segment.
Define 802.1Q
Standard for striping VLANs across different physical switches through a single interface port, called a trunk port.
What is the difference between a default VLAN and a native VLAN?
Default VLAN: the default VLAN number associated with an interface.
Native VLAN: the VLAN on a switch untagged traffic (such as management frames) is sent to.
Why is STP needed?
Ethernet has no mechanism to determine if traffic has been received before by a device, creating loops.