Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.
5.2.4. Common PBQ Scenarios
These walkthroughs cover the most frequently tested PBQ scenarios. For each one, know both the GUI and command-line approaches so you are prepared regardless of the simulation format.
Scenario: Configure Static IP
Task: Set IP to 192.168.1.50/24, Gateway 192.168.1.1, DNS 8.8.8.8
GUI Method:
- Open Network Connections
- Right-click adapter → Properties
- Select IPv4 → Properties
- Enter IP, Subnet (255.255.255.0), Gateway, DNS
- Click OK on ALL dialogs (common mistake: missing one)
Command Line:
netsh interface ip set address "Ethernet" static 192.168.1.50 255.255.255.0 192.168.1.1
netsh interface ip set dns "Ethernet" static 8.8.8.8
Scenario: SOHO Router Security
Required Settings:
- Change default admin password (CRITICAL)
- Set custom SSID (not "linksys" or "default")
- Enable WPA2 or WPA3 (NEVER WEP)
- Set strong Wi-Fi password
- Update firmware if available
- Disable WPS (security vulnerability)
Scenario: Identify Cables
| Cable | Connector Shape | Common Use |
|---|---|---|
| Ethernet (RJ-45) | 8-pin rectangular | Network |
| USB-A | Flat rectangle | Peripherals |
| USB-C | Oval, reversible | Modern devices |
| HDMI | Trapezoid | Video + Audio |
| DisplayPort | Corner cut-off | Video |
| VGA | 15-pin D-shape, blue | Legacy video |
Written byAlvin Varughese
Founder•15 professional certifications