2.0 Networking Implementations
2.3 Ethernet Switching FeaturesvLAN - Logically separated LANs operating through a single switch
Data vLAN - Baseline data flow from a device to a designated vLAN
Voice vLAN - Data tagged with an 802.1Q header separated into a prioritized vLAN
Port Configurations
Port Tagging/IEEE 802.1Q -Trunking, single connection for vLANs within a switch or connecting switches together
Link Aggregation Control Protocol (LACP) - Multiple interfaces acting as a single big link
Duplex - Data can be sent and received at the same time.
Speed - 10 / 100 / 1000 Mb / 10 Gb ,needs to match on both sides of connection
Flow Control - Non-deterministic, if a switch gets overloaded you need to tell other devices to slow down.
IEEE 802.3x - Pause frame, method to regulate traffic flow
Port Mirroring - Copies traffic from an interface, used for packet capture, IDS
Switched Port Analyzer (SPAN) - Mirroring all traffic on a switch to another system.
Port Security - Prevents unauthorized users from connecting to a switch interface, based on source MAC, each port can have a unique configuration. Can be configured with a limit on how many many unique MACs can connect and also can require MAC to be whitelisted, once port security activates it disables the interface.
Jumbo Frames - Increased byte size allowed for frame payloads, increases efficiency, everything must support jumbo frames, not all devices are compatible
Auto-Medium-Dependent Interface Crossover (MDI-X) - Automated capability to use a cable as either a straight-through or crossover cable.
Media Access Control (MAC) Address Tables - A list of MAC addresses and the interfaces they are connected to. Updates regularly
Power over Ethernet (PoE)/(PoE+) - Power provided by Ethernet cable
IEEE 802.3af-2003 - The original PoE specifications, 15.4 watts DC power
PoE+, IEEE 802.3at-2009 - Updated PoE specs, 25.5 watts DC power
Spanning Tree Protocol IEEE 802.1D - Switch network protocol with built-in loop protection and fault tolerance.
STP port states - Initially Blocks forwarding to prevent a loop, Listens and clears the MAC table, Learns a new MAC table while still not forwarding. Once a new MAC table has been established it will start Forwarding data and is fully operational. STP ports can be administratively Disabled, but this will have an impact on how it operates.
Root Port - Port path from Root.
Designated Port - Port path back to Root
Blocked Port - Ports blocked to prevent loops
Rapid Spanning Tree Protocol (RSTP) 802.1w - Faster convergence than STP, from 30+ to 6 seconds.
Carrier Sense Multiple Access with collision detection (CSMA/CD) - Listens to the network to see if there is availability to send data over the network. If it detects a collision it sends a jam signal which clears everything then tries again.
Address Resolution Protocol (ARP) - Determine a MAC based on an IP address
Neighbor Discovery Protocol - Uses multicast with ICMPv6, replaces ARP. Used in conjunction with SLAAC (Stateless Address Autoconfiguration) and DAD (Duplicate Address Detection).
Neighbor Solicitation (NS) - Request for MAC based on IPv6 address
Neighbor Advertisement (NA) - Response to NS request