In a world of wireless technology dominated by routers and access points, the existence of simpler, more autonomous connection methods is often forgotten. IBSS (Independent Basic Service Set) "Wi-Fi" is a term you might encounter in your adapter's advanced settings, but few people understand its true meaning. Simply put, it's a technology that allows devices to connect directly to each other without the need for a central control unit.
Many users encounter this option accidentally or when trying to set up a temporary local network for file transfer. Understanding how IBSS works is critical for those setting up networks in the field or wanting to create a communication channel where there is no infrastructure. Unlike the traditional mode, Infrastructure, here every network participant has equal rights.
In this article, we will examine in detail the architecture of such connections and consider the step-by-step process of setting up in operating systems. Windows And LinuxWe'll also discuss why this protocol is still relevant in 2026. You'll learn about potential security risks and how to minimize them when using direct connections.
Fundamentals of IBSS technology
In order to understand what it is IBSS, you need to refer to the standard IEEE 802.11In the standard Wi-Fi operating system, there is the concept of a BSS (Basic Service Set), where the central element is the access point. It manages traffic, distributes IP addresses, and controls access. In IBSS mode, there is no central node, and the network is built on the principle of equality for all participants.
This type of architecture is often called Ad-Hoc (from the Latin "for this occasion"). This is a temporary network, created as needed. The devices in it handle synchronization and routing of data packets themselves. If one device in a standard network fails, the network may stop functioning, whereas in an IBSS, the remaining nodes continue to exchange data as long as they are within range of each other.
⚠️ Note: IBSS mode lacks the centralized security management typical of WPA2-Enterprise corporate networks. All devices must have the same encryption settings, otherwise connection will be impossible.
It's important to note that this configuration doesn't have a dedicated DHCP server. This means automatic IP address assignment doesn't work out of the box. The user must manually assign static addresses or use automatic configuration mechanisms such as APIPA, which may operate unstably in heterogeneous networks.
Key differences between IBSS and Infrastructure mode
The main difference lies in the topology. Mode Infrastructure assumes the presence of a "star" with the router as the center. All data passes through it, even if two laptops are located next to each other. IBSS The topology is a mesh or linear structure where each node can be both a client and a relay.
In terms of power consumption, IBSS can be more efficient for mobile devices, as there's no need to constantly maintain a connection with the base station when no data is being transmitted. However, power management in such networks is more complex, as the devices themselves must coordinate their sleep cycles.
Let's look at the main technical differences in the table:
| Parameter | Infrastructure (BSS) | Independent Network (IBSS) |
|---|---|---|
| Central node | Required (Router/AP) | Absent |
| IP settings | Automatic (DHCP) | Manually or APIPA |
| Scalability | High (up to 255 clients) | Low (usually up to 10-15 knots) |
| Security | Centralized (WPA3, Radius) | Distributed (PSK, WEP) |
It is also worth mentioning that modern Wi-Fi Direct implementations have largely replaced classic IBSS in the consumer segment. Wi-Fi Direct uses more sophisticated discovery and negotiation mechanisms, while still maintaining the ability to operate without a router, but with better compatibility.
Practical application scenarios for Ad-Hoc networks
Despite its apparent archaism, the technology finds application in specific tasks. IBSS is most often used for quickly transferring files between computers in an office where external drives are prohibited but wireless data transfer is permitted. This creates an isolated circuit that doesn't interfere with the corporate network.
The second popular scenario is fieldwork and expeditions. Engineers configuring equipment at remote sites often use a laptop with an adapter in IBSS mode to directly connect to controllers, cameras, or sensors that lack Ethernet ports. This eliminates the need for complex infrastructure.
This mode is also indispensable for retro gaming. Many older consoles and portable devices, such as PSP or early models Nintendo DS, only support Ad-Hoc mode for multiplayer gaming. Modern routers often can't emulate this mode correctly, so a direct connection remains the only option.
Step-by-step configuration of IBSS in the Windows operating system
Setting up an independent network in Windows 10/11 requires a series of actions via the command line or graphical interface, which has been hidden in newer OS versions. The most reliable method is to use a utility netshFirst, you need to make sure that your wireless adapter supports creating virtual networks.
Open a command prompt as Administrator. Enter the following command to check for support: netsh wlan show driversIn the list, look for the line "Hosted Network Support." If it says "Yes," you can proceed. To create the network, use the command: netsh wlan set hostednetwork mode=allow ssid=MyIBSSNetwork key=Password123.
⚠️ Note: The command line interface may vary depending on the wireless adapter driver version. Some manufacturers completely remove IBSS support from their device firmware.
After creating the profile, you need to go to the network control panel, find the created connection and enter a static IP address in the IPv4 properties, for example, 192.168.10.1 with a mask 255.255.255.0On other devices that will be connected, you need to specify addresses from the same subnet, for example, 192.168.10.2.
☑️ Network setup checklist
Configuration Features on Linux and macOS
In operating systems of the family Linux IBSS configuration is often done through a utility iw or graphical shells like NetworkManagerThe command line offers more flexible control. For example, to create a network, you can use the following sequence: ip link set wlan0 down, then iw dev wlan0 set type ibss And iw dev wlan0 ibss join MySSID 2437 HT20.
In macOS, the functionality for creating Ad-Hoc networks was available through the Wi-Fi menu for a long time, but in recent versions macOS Apple has limited this feature for the sake of security and stability. Users often have to resort to third-party utilities or create a network through the terminal using networksetup, although support may be limited to specific chip models AirPort or Broadcom.
All nodes must be tuned to the same frequency in advance.
Compatibility issues in Linux
Using different drivers (for example, rtl88xxau and iwlwifi) on the same IBSS network can cause packet fragmentation issues. The solution is to use a single driver type or update the firmware.
Safety issues and speed limits
Security in IBSS networks has traditionally been a weak point. Since there is no authentication server, protection is based solely on a pre-shared key. Older implementations often used the WEP, which can be hacked in a few minutes using modern tools. Even WPA2-Personal In Ad-Hoc mode, it is susceptible to man-in-the-middle attacks if an attacker is within range.
Data transfer rates may also be lower than expected. In Infrastructure mode, the router coordinates transmissions, preventing collisions. In IBSS, devices use the CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance) mechanism, waiting for the channel to become available. With a large number of nodes, the number of collisions increases exponentially, dramatically reducing actual throughput.
Furthermore, the range of such a network is limited by the transmitter power of the weakest device. If you connect a powerful laptop and a weak IoT sensor, the connection will be unstable, as the sensor won't be able to reach the laptop.
Comparison with Wi-Fi Direct and Mesh networks
Many people confuse IBSS with technology Wi-Fi DirectWhile both technologies allow connecting devices without a router, Wi-Fi Direct is a more advanced standard. With Wi-Fi Direct, one device temporarily assumes the role of a software access point (Group Owner), enabling the use of standard WPS and WPA2 security mechanisms and providing better compatibility with mobile operating systems.
Mesh networks such as EasyMesh or proprietary solutions from Asus And TP-Link, also use self-organizing principles, but they are designed to cover large areas and have a complex routing system. IBSS, on the other hand, is a flat network where everyone can see everyone else, and the routing depth is limited.
However, IBSS remains the de facto standard for specific industrial equipment and legacy devices where support for new standards has simply not been implemented by the manufacturer.
Diagnosing and troubleshooting
If devices can't see each other, first check your firewall. In Windows, when creating a network, the system will ask you about the network type. Select "Private" or "Home" to allow discovery. On public networks, many ports are closed by default.
A common problem is the incompatibility of standards 802.11 b/g/nIf one device only works in the mode B, and the other is set to N, the connection may fail. Force mixed-mode in the adapter settings.
⚠️ Please note: Encryption standards and security protocols may be updated. Always check the documentation for your network adapters to ensure the latest driver versions support specific operating modes.
It's also worth checking whether your antivirus software is blocking the creation of virtual adapters. Temporarily disabling the protection will help identify the cause of the conflict.
Is it possible to access the Internet via the IBSS network?
IBSS mode alone does not provide internet access. It only creates a local segment. To access the global network, one of the devices in the IBSS group must have an internet connection (via a 4G/5G modem or Ethernet) and be configured to share this connection (ICS - Internet Connection Sharing).
Why can't my laptop see the IBSS network created by my phone?
Many modern smartphones (especially those running Android 10+ and iOS) limit the creation of classic ad-hoc networks in favor of Wi-Fi Direct or Hotspot (access point mode). Check whether your phone is using "Access Point" mode, which is actually Infrastructure mode, not IBSS.
What is the maximum range of the IBSS network?
The range depends on the transmitter power and the presence of obstacles. In open spaces, it can reach up to 100 meters, but indoors with concrete walls, the range often decreases to 15-20 meters. In Ad-Hoc mode, the signal may be weaker, as devices don't boost each other's signals, as mesh systems do.
Is it safe to transfer banking data via IBSS?
Without additional security measures (such as a VPN), transmitting sensitive data over any Wi-Fi network, including IBSS, is risky. Although the network is local, any network participant could theoretically attempt to intercept traffic (sniffing) unless secure HTTPS/SSL encryption is used within apps.