Real-world Example: Calculating Link Budget for a Wi-fi Network Deployment

Calculating the link budget is an essential step in planning a Wi-Fi network deployment. It helps determine whether the network will provide adequate coverage and performance based on the distance, obstacles, and equipment used.

The link budget accounts for all gains and losses in the signal path between the Wi-Fi access point and client device. Key components include transmit power, antenna gains, free space path loss, and environmental factors.

Calculating Free Space Path Loss

Free space path loss (FSPL) quantifies the signal attenuation over distance in an unobstructed environment. It is calculated using the formula:

FSPL (dB) = 20 * log10(distance) + 20 * log10(frequency) + 32.44

where distance is in kilometers and frequency in MHz. For example, at 2.4 GHz over 100 meters, the FSPL can be computed accordingly.

The total link budget is calculated by summing the transmit power and antenna gains, then subtracting the path loss and other environmental losses. The formula is:

Received Power (dBm) = Transmit Power (dBm) + Transmit Antenna Gain (dBi) + Receive Antenna Gain (dBi) – Path Loss (dB) – Other Losses (dB)

Practical Example

Suppose a Wi-Fi access point transmits at 20 dBm with 5 dBi antennas on both ends. The distance is 100 meters, and the frequency is 2.4 GHz. Calculating FSPL:

FSPL = 20 * log10(0.1) + 20 * log10(2400) + 32.44 ≈ 20 * (-1) + 20 * 3.38 + 32.44 ≈ -20 + 67.6 + 32.44 ≈ 80.04 dB

Then, the received power is:

Received Power = 20 + 5 + 5 – 80.04 ≈ -50.04 dBm

This value indicates the signal strength at the client device, which can be compared to the minimum required for reliable communication.