Sort routers, switches, firewalls, proxies, load balancers, IDS/IPS, NAS, SAN, and wireless devices by role instead of by brand name.
Device-identification questions are role questions. CompTIA is usually not checking whether you know a brand’s product line. It is checking whether you can tell which device forwards traffic, which one inspects it, which one distributes load, and which one provides storage or wireless control.
Load balancer: A device or service that distributes client requests across multiple backend targets.
IDS: Intrusion detection system, a tool that detects suspicious activity and alerts without directly stopping traffic.
IPS: Intrusion prevention system, a control that can inspect and actively block or prevent suspicious traffic.
The strongest answers usually come from separating:
| Device or function | Strongest role |
|---|---|
| router | forwards traffic between networks and subnets |
| switch | forwards frames within a local Layer 2 domain |
| firewall | enforces traffic rules between zones |
| proxy | intermediates requests on behalf of clients or services |
| load balancer | distributes requests across backend resources |
| IDS / IPS | detects or detects-plus-blocks suspicious traffic |
| access point | provides wireless connectivity to clients |
| wireless controller | centralizes management or policy for multiple APs |
| NAS / SAN | provides storage, not packet forwarding between subnets |
1Client -> switch -> firewall -> load balancer -> web servers
2Wireless client -> access point -> switch -> upstream network
What to notice:
CompTIA often writes the clue in plain language:
IPS than IDSNAS, not a router or switchThe right answer is often the device whose job description best matches the scenario.
Continue with 1.3 Cloud Concepts, VPCs & Service Models to keep the domain flow intact.