So if these two types of networks are becoming similar, what could be the possible reasons they don't use the same physical layer mechanisms? One of the key things that stood out to me was the simultaneous multi-user mechanism used by both physical layers. LTE or WiMAX based cellular networks use OFDMA (orthogonal frequency division multipexing) while the second generation of 802.11ac networks use MU (multi-user) -MIMO. OFDMA supports multiple independent users by separating them on subcarriers, while MU-MIMO uses a form of multiple beamforming to simultaneously transmit to clients.
From what has been usually discussed, it is believed that OFDMA is generally capable of achieving better isolation and MU-performance as compared to MUMIMO.
However, the possible reasons why this was not adapted in WLANs could be:
However, the possible reasons why this was not adapted in WLANs could be:
- OFDMA does well on a licensed spectrum, where there are no un-expected interferers. The OFDMA phy relies on being able to setup MAPs (or schedules) so that the entire system co-exists without anything unexpected happening. MUMIMO on the other hand works well even in an un-licensed band where you could potentially have other interferers. This mechanism works well with CSMA which is the heart of 802.11 WLANs.
- Another reason would possibly be backward compatibility. Switching to OFDMA would mean that older CSMA based WLANs wont be able to co-exist with newer WLANs.