A technician is setting up a temporary network for a conference where attendees' laptops need to share files directly without any central access point or router. The conference room has no existing network infrastructure. Which network type should be configured, and what is a potential security risk?
Trap 1: Infrastructure mode WLAN; configure a laptop as a software access…
Infrastructure mode WLAN inherently relies on a central access point (AP) to manage connections and forward data between devices. While configuring a laptop as a software access point can create this central point, it still functions as an intermediary, routing all traffic. This contradicts scenarios where direct, peer-to-peer communication without any central device, even a temporary software one, is desired for simplicity or lack of dedicated hardware.
Trap 2: PAN network using Bluetooth; all laptops pair via Bluetooth.
A Personal Area Network (PAN) using Bluetooth is designed for connecting a small number of personal devices over very short distances, typically less than 10 meters. While it can facilitate file transfers, its limited throughput (speed) and restricted number of simultaneous connections (often 7 active devices in a piconet) make it impractical for efficiently sharing files among multiple laptops. Wi-Fi-based solutions offer significantly greater range, speed, and scalability for such a task.
Trap 3: Mesh network; each laptop acts as a node forwarding traffic.
A mesh network requires each laptop to forward traffic for others, but the scenario demands direct file sharing without any central access point or router. This fails because mesh nodes still rely on routing protocols and multi-hop forwarding, which introduces complexity and dependency on intermediary devices. It is tempting because mesh networks are designed for decentralised, ad-hoc connectivity in environments lacking infrastructure, such as disaster recovery sites, where they would be the correct choice for resilient, self-healing communication.
- A
Infrastructure mode WLAN; configure a laptop as a software access point.
Why wrong: Infrastructure mode WLAN inherently relies on a central access point (AP) to manage connections and forward data between devices. While configuring a laptop as a software access point can create this central point, it still functions as an intermediary, routing all traffic. This contradicts scenarios where direct, peer-to-peer communication without any central device, even a temporary software one, is desired for simplicity or lack of dedicated hardware.
- B
Ad hoc network; each laptop connects directly to others, but encryption may not be enforced.
An ad hoc network, also known as an Independent Basic Service Set (IBSS), enables direct device-to-device communication without requiring a central access point. Each laptop connects directly to others within range, forming a peer-to-peer network ideal for quick, temporary file sharing among a small group. However, a significant drawback is that security protocols like WPA2 are often not natively enforced or easily configured in traditional ad hoc mode, leaving data transmissions vulnerable to interception.
- C
PAN network using Bluetooth; all laptops pair via Bluetooth.
Why wrong: A Personal Area Network (PAN) using Bluetooth is designed for connecting a small number of personal devices over very short distances, typically less than 10 meters. While it can facilitate file transfers, its limited throughput (speed) and restricted number of simultaneous connections (often 7 active devices in a piconet) make it impractical for efficiently sharing files among multiple laptops. Wi-Fi-based solutions offer significantly greater range, speed, and scalability for such a task.
- D
Mesh network; each laptop acts as a node forwarding traffic.
Why wrong: A mesh network requires each laptop to forward traffic for others, but the scenario demands direct file sharing without any central access point or router. This fails because mesh nodes still rely on routing protocols and multi-hop forwarding, which introduces complexity and dependency on intermediary devices. It is tempting because mesh networks are designed for decentralised, ad-hoc connectivity in environments lacking infrastructure, such as disaster recovery sites, where they would be the correct choice for resilient, self-healing communication.