1. CWNP Official CWISA-102 Study Guide, 1st Edition.
Section: Chapter 4, "WLANs and the 802.11 Standard," under the "Medium Access Control" section.
Content: The guide explains that in an 802.11 infrastructure network (a PtMP topology), the Distributed Coordination Function (DCF) using CSMA/CA is the fundamental method for multiple stations to contend for access to the medium. This contention and coordination is the essence of airtime management, a complexity not present in a simple, non-contention-based PtP link.
2. Kurose, J. F., & Ross, K. W. (2017). Computer Networking: A Top-Down Approach (7th ed.). Pearson.
Section: Chapter 6, "The Link Layer and LANs," specifically section 6.3 "Multiple Access Links and Protocols."
Content: This foundational textbook details protocols for "multiple access channels," where multiple nodes share a single broadcast channel. It describes protocols like CSMA/CD and CSMA/CA, which are designed to coordinate channel access (i.e., manage airtime) in PtMP scenarios. This problem is explicitly defined for shared-medium networks, not dedicated PtP links.
3. University of California, Berkeley. EECS 122: Introduction to Communication Networks Course Notes.
Section: Lecture notes on "Medium Access Control."
Content: The courseware distinguishes between point-to-point links and broadcast links (the basis for PtMP). For broadcast links, it introduces the "multiple access problem," which requires MAC protocols to coordinate transmissions from multiple stations. This coordination is synonymous with airtime management and is identified as a key challenge unique to shared, multi-node topologies.