1.3 - Routing and Switching Flashcards
What is a Broadcast domain?
A LAN using switches as it’s boundaries. The switches will receive a broadcast and will determine where to send the data. This creates a collision domain, increasing the likelihood of dropped packets.
Explain CSMA/CD
Carrier Sense Multiple Access/Collision Detection. With Carrier Sense, the NIC will listen for transmission before sending one out. If a collision is detected, it will send a jam signal to clear the path for a resend.
Explain CSMA/CA
Carrier Sense Multiple Access/Collision Avoidance. Once the media is clear, the transmitting node signals the whole collision domain that it is sending packets.
What is a collision domain?
When nodes are connected to a hub, such as a broadcast domain.
What is a protocol data unit? What are they called on each layer of the OSI model?
Protocol Data Unit (PDU). A message or group of bits containing addressing and/or information. Layer 1 -Transmission or bit Layer 2 - Frame Layer 3 - Packet Layer 4 - TCP segment or UDP datagram Layer 6 - Payload
What is an MTU?
Maximum Transmission Unit. Represents the largest size supported by the Network layer routers. Standard size is 1,500 bytes.
Bonus: VLAN frames have four extra bytes and a jumbo frame. up to 9,198 bytes.
Define Broadcast, Multicast, and Unicast
Broadcast is a transmission sent to every node. Multicast is a transmission sent to multiple nodes at once (think streaming). Unicast is meant for a single recipient.
What is a VLAN?
Virtual Local Area Network. Created on the ports of a Layer 2 switch. This allows larger broadcast domains and multiple VLAN’s to be created.
What is Trunking?
802.q1
Using a switch to create multiple VLAN’s.
Explain tagging and untagging ports
The 802.q1 tag is placed on the frame following the addressing fields. The final switch removes the tag.
What is Port mirroring?
AKA SPAN (Switch Port Analyzer). Sends a copy of all the traffic on a port to a security device such as NIDS, which will monitor the traffic for anomalies and report them.
What are switching loops/spanning tree?
Multiple switches can create a loop of resent broadcasts, which can cripple the network. STP (Spanning Tree Protocol) identifies and blocks potential loops using BPDU.
What are PoE and PoE+? What do they define?
(802.3af and 802.3at)
Define how electrical power can be sent over ethernet cabling. PoE delivers 15.4 Watts and PoE+ delivers 25.5 Watts. Two devices are defined by these standards: Power Supply Equipment (PSE) and Powered Devices (PDs)
What is the DMZ?
Demilitarized Zone. A network space between your internal and external firewalls.
What is a MAC address table?
The network switches we use to maintain a list of MAC addresses. They save and share MAC addresses with fellow switches.
What is an ARP table?
Address Resolution Protocol. Mapping IP addresses to MAC addresses in IPv4, creating a table.