What is the fundamental difference between a switch and a router?
- A.Switches and routers are the same device
- B.Routers only work with wireless
- C.Switches work at Layer 3
- D.A switch operates at Layer 2 and forwards frames based on MAC addresses within a local network, while a router operates at Layer 3 and forwards packets based on IP addresses between different networks - switches connect devices on the same network, routers connect different networks together
Why D is correct
Switch: Layer 2, uses MAC address table, forwards frames within LAN, creates separate collision domains. Router: Layer 3, uses routing table, forwards packets between networks, creates separate broadcast domains. Layer 3 switches can do both. Understanding helps with network architecture analysis.
Know someone studying for Security Fundamentals? Send them this one.