Wi-Fi (WLAN): A standard for wireless local area networks that allows devices to connect to a Wireless Access Point (WAP). It provides a balance of range (up to ) and speed, though performance can be degraded by physical obstacles like walls.
Bluetooth (PAN): Designed for short-range, direct communication between two devices (Personal Area Network). It is optimized for low power consumption and is typically used for connecting peripherals like headphones or keyboards within a radius.
Radio Waves: The underlying physical mechanism for most wireless networking. These waves are broadcast in all directions, which allows for mobility but also introduces security risks as the signal can be intercepted by anyone within range.
| Feature | Wired (Fibre/Copper) | Wireless (Wi-Fi/Bluetooth) |
|---|---|---|
| Bandwidth | Very High (especially Fibre) | Lower (shared among users) |
| Security | High (requires physical access) | Lower (broadcast can be intercepted) |
| Mobility | Low (fixed by cable length) | High (move within signal range) |
| Interference | Low (Fibre has zero EMI) | High (walls, other electronics) |
| Cost | High (cabling/installation) | Low (easy to add new devices) |
Performance Factors: Wired networks provide dedicated bandwidth to each connection, whereas wireless bandwidth is often shared among all devices connected to a single access point, leading to slower speeds as more users join.
Reliability: Wired connections are less prone to 'dead zones' or signal drops caused by physical environment changes, making them preferable for mission-critical systems.
Eavesdropping: Because wireless signals are broadcast through the air, they are inherently more vulnerable to interception. Attackers can use specialized hardware to 'sniff' data packets without needing physical access to the network hardware.
Encryption: To mitigate wireless risks, data must be encrypted (e.g., using WPA3). This ensures that even if a packet is intercepted, the content remains unreadable to unauthorized parties.
Access Control: Techniques like MAC Address Filtering can be used to restrict network access to specific physical devices, while Firewalls monitor incoming and outgoing traffic to block malicious requests.
Context Matters: When asked to recommend a network type, always consider the environment. A warehouse needs wireless for mobile scanners, while a data center requires wired fibre for maximum throughput and security.
Interference vs. Obstruction: Distinguish between electrical interference (EMI affecting copper) and physical obstruction (walls affecting Wi-Fi). Fibre optic is the only medium immune to EMI.
Cost-Benefit Analysis: Remember that while wireless hardware might be cheaper, the 'cost' of wireless often includes higher security risks and lower reliability, which must be managed through additional software and configuration.
Common Error: Do not assume 'wireless' means 'internet'. A wireless network is just a local connection method; it still requires a router and usually a wired backhaul to connect to the wider internet.