IBSS: What is it? WiFi Ad-Hoc Mode and How to Configure It

When trying to set up a direct connection between devices or when diagnosing network errors, users often encounter the acronym IBSSThis term causes confusion among those who are accustomed to seeing only familiar access points and standard network names. Understanding that What is IBSS? In the context of wireless technologies, it is necessary for the proper organization of local interaction between gadgets without the use of a router.

The abbreviation stands for Independent Basic Service Set, which translates as "independent core set of services." Unlike a classic infrastructure, where all devices connect to a central node (router), here every device is equal. That's why this mode is often called Ad-Hoc or a peer-to-peer network, where computers communicate directly with each other.

Modern operating systems such as Windows 10 or Android, may hide this term from the average user, offering more intuitive interfaces like "Mobile Hotspot." However, with extensive configuration of adapter parameters or the use of specialized pentesting software (for example, Aircrack-ng) knowledge of the operating principles of IBSS becomes a critical tool.

Technical features of the IBSS mode

The fundamental difference between IBSS and a traditional infrastructure is the absence of an access point (AP). In a traditional network, a router manages traffic, assigns IP addresses, and synchronizes data transfer. In IBSS mode, Independent Basic Service Set Each device takes on some of the control functions, which requires more complex coordination between the participants.

Devices in such a network must independently negotiate communication channels and time intervals. This leads to the fact that In IBSS mode, it is not possible to use power saving mode, since devices must remain constantly active to receive and transmit packets, which drains the battery of mobile gadgets faster.

Furthermore, IBSS does not support many of the security features standard for corporate networks. Complex authorization protocols such as 802.1X, and encryption is often limited to basic methods or absent altogether unless manually configured on each node.

  • 📡 Lack of central point: The devices are connected directly in a peer-to-peer fashion.
  • 🔄 Self-configurability: The network is created dynamically when other members with the same name (SSID) are detected.
  • 📉 Limited range: The range is limited by the transmitter power of specific devices, as there is no signal amplifier.

⚠️ Attention: In IBSS mode, there is no centralized traffic management, so with a large number of connected devices, network performance may drop sharply due to packet collisions.

Why does Windows hide Ad-Hoc mode?

Starting with Windows 10, Microsoft introduced Wi-Fi Direct technology, a more advanced replacement for the outdated Ad-Hoc (IBSS) mode. Wi-Fi Direct supports better encryption (WPA2), offers better speed, and eliminates the need for manual IP address configuration. Therefore, the option to create an Ad-Hoc network is often hidden or removed from the graphical settings interface, forcing users to use the command line or third-party software.

Comparison of IBSS and Infrastructure Mode

To finally understand, What is IBSS? To understand how it differs from the internet we're used to, it's important to review the comparison chart. This will help you choose the right connection type for your needs, whether it's transferring files in the office or creating a temporary gaming zone.

Characteristic Infrastructure Mode IBSS (Ad-Hoc)
Central node Required (Router/Access Point) Not required
Topology Star Mesh or Linear
Scalability High (up to 254 devices) Low (usually up to 10-15 devices)
Security WPA2/WPA3, Enterprise WEP, WPA-Personal (limited)
Internet access Yes (through the gateway) Only if one PC has an output and sharing is configured

In infrastructure mode, the router takes care of all the "dirty work" of distributing airtime. In IBSS, devices are forced to use a mechanism CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance) is more aggressive, waiting for silence on the air before sending data.

This results in the data transfer rate in IBSS often being lower than the declared rate of the standard. 802.11n or 802.11acOverhead for service packets and channel negotiation can consume up to 30% of channel bandwidth.

📊 What type of network do you use most often?
Home Wi-Fi (Router)
Mobile hotspot
Bluetooth
Direct cable connection

Creating an IBSS network in Windows

Although the Windows 10 and 11 graphical interface no longer offers the "Create Ad-Hoc" button, the functionality remains in the system. To create Independent Basic Service Set you will need to use the command line with administrator rights and the utility netsh.

First, you need to check whether your wireless adapter supports hosted network mode. Open the command prompt and enter the check command. If the response says "Supported," you can proceed with configuring the virtual card.

netsh wlan show drivers

Next, you need to create the network itself, assigning it a name (SSID) and password. It's important to use a strong encryption key, as in IBSS mode, data is transmitted over the air, open to anyone who knows the network name.

netsh wlan set hostednetwork mode=allow ssid=My_IBSS_Network key=SuperPassword123
  • 🛠️ Network launch: After setting up, use the command netsh wlan start hostednetwork to activate the mode.
  • 🔗 Expanding Access: To allow other devices to access the Internet through your PC, you need to enable sharing for the adapter you created in Network Connections.
  • 🚫 Stop: To turn off the mode, enter netsh wlan stop hostednetwork.

⚠️ Attention: Some Wi-Fi adapter drivers (especially older models from Realtek or TP-Link) may not support host networking mode even if the command is present in Windows. In this case, you will need to update the drivers from the manufacturer's website.

Using IBSS on Android and iOS

In the world of mobile operating systems, the term IBSS almost completely displaced by technology Wi-Fi Direct and the "Access Point" function. However, technically, the "Access Point" mode on smartphones often implements the principles of an independent network, allowing other devices to connect to the phone.

Creating a classic ad-hoc network (where two Android smartphones connect without the owner creating a new access point) requires root access or special apps that modify the Wi-Fi chip's driver settings. Standard Android tools typically only allow you to create an infrastructure where the phone acts as a master.

On devices iOS The situation is even more severe: Apple has completely blocked the ability for third-party apps to create classic Ad-Hoc networks. File transfer between iPhones is done using Airdrop, which is based on a combination of Bluetooth (for handshake) and Wi-Fi Direct (for data transfer), which is an evolution of the IBSS idea, but with better optimization.

If you need to connect two Android devices directly for LAN gaming or transferring large files, it is better to use file-sharing applications that will automatically set up the required connection type without requiring the user's knowledge, What is IBSS?.

Compatibility and driver issues

One of the main problems when trying to deploy Independent Basic Service Set The patchwork nature of support for the standard by hardware manufacturers is... If you're trying to connect a laptop to a Wi-Fi card Intel and an old tablet with a chip Broadcom, they may simply “not see” each other.

The problem lies in the different implementations of the standard. 802.11Some drivers block incoming connections in Ad-Hoc mode by default for security reasons, considering such a network potentially dangerous. Channel conflicts can also occur: if one device attempts to operate on channel 1, while another is hard-wired to channel 6, the connection will fail.

To diagnose such problems in Windows, it is useful to use the command netsh wlan show interfacesIt will show the current network type, channel, and connection status. If the status constantly fluctuates between "Connecting" and "Disconnected," the problem is likely an unstable signal or incompatible encryption protocols.

  • 📶 Channels: Make sure all devices operate in the 2.4 GHz band (5 GHz in Ad-Hoc mode is rarely supported).
  • 🔐 Encryption: Try temporarily disabling encryption to test the connection, then enable WPA2-Personal.
  • 🔄 Drivers: Update your network adapter software to the latest version from the vendor's website, not through Windows Update.

⚠️ Attention: The settings interfaces and available commands may vary depending on the operating system version and network adapter model. Always check the latest documentation for your specific hardware.

Data security in peer-to-peer networks

Because IBSS Since there is no central controller that could filter traffic or isolate clients from each other, all network participants see each other's broadcast packets. This creates the risk of data interception unless strong encryption is used.

Unlike corporate networks, which use a radius server to verify each user, in Ad-Hoc networks, knowing the network name (SSID) and password is sufficient. If an attacker is within range, they can attempt to infiltrate the network, especially if an outdated protocol is used. WEP, which can be hacked in a few minutes.

To protect confidential information when working in IBSS mode, it is recommended to use additional layers of application-level encryption. For example, transfer files using secure protocols such as SFTP or use a VPN tunnel even within a local network.

Frequently Asked Questions (FAQ)

Is it possible to access the Internet via the IBSS network?

Yes, this is possible, but only if one of the devices in the IBSS network (e.g., a laptop) has an active internet connection via Ethernet or a 4G modem. Internet Connection Sharing (ICS) must be enabled on this device to broadcast traffic to other devices in the peer-to-peer network.

Why can't my phone see the Ad-Hoc network created on my PC?

Many modern smartphones (especially those running Android 10+ and iOS) block connections to classic ad-hoc networks for security and power saving reasons. They expect to see the standard infrastructure network (Infrastructure Mode). To connect your phone to a PC, it's better to use Mobile Hotspot mode (Wi-Fi Direct) rather than the classic IBSS.

What is the difference between Wi-Fi Direct and IBSS?

IBSS (Ad-Hoc) — is an old standard where devices connect directly, but with limited encryption and speed. Wi-Fi Direct — is a modern technology that also connects devices directly, but uses stronger encryption (WPA2), maintains speeds, and allows one device to emulate an access point for compatibility with regular clients.

Does IBSS mode reduce internet speed?

Yes, the speed may be lower than when connecting through a router. This is because devices spend processor and radio module resources coordinating communication with each other, not just transmitting data. Furthermore, the lack of a dedicated control channel leads to collisions and packet retransmissions.