Subtopic Deep Dive

Full-Duplex MAC Protocols
Research Guide

What is Full-Duplex MAC Protocols?

Full-Duplex MAC Protocols design medium access control layers for full-duplex radios to manage simultaneous transmission and reception while mitigating self-interference and collisions.

These protocols adapt CSMA/CA and TDMA for in-band full-duplex operation in WiFi and cellular networks. Key designs handle synchronization and interference cancellation at the MAC layer (Kim et al., 2015; 607 citations). Over 20 papers address WLAN prototypes and LTE integration since 2010.

15
Curated Papers
3
Key Challenges

Why It Matters

Full-duplex MAC protocols enable throughput doubling in WiFi 802.11 networks by allowing concurrent uplink-downlink (Duarte et al., 2014; 530 citations). They support relay selection and protocol design for 5G spectral efficiency gains (Zhang et al., 2015; 693 citations). Practical implementations accelerate commercialization in IEEE 802.11ac and LTE standards (Bharadia et al., 2013; 1828 citations).

Key Research Challenges

Self-Interference Residuals

Residual self-interference after PHY cancellation degrades MAC scheduling. Protocols must adapt RTS/CTS for duplex modes (Zhang et al., 2016; 597 citations). Simulations show 20-30 dB cancellation limits network stability (Kim et al., 2015).

Collision Detection

Full-duplex loses traditional collision avoidance signals during transmission. New handshaking like duplex-Aloha emerges (Duarte et al., 2014). Real-time prototypes reveal 15-25% packet loss without MAC redesign.

Synchronization Overhead

Aligning transmit-receive modes across nodes adds latency in multi-hop networks. TDMA adaptations increase overhead by 40% (Zhang et al., 2015). Protocol designs balance duplex gains against sync costs.

Essential Papers

1.

Full duplex radios

Dinesh Bharadia, Emily McMilin, Sachin Katti · 2013 · 1.8K citations

This paper presents the design and implementation of the first in-band full duplex WiFi radios that can simultaneously transmit and receive on the same channel using standard WiFi 802.11ac PHYs and...

2.

Achieving single channel, full duplex wireless communication

Jung‐Il Choi, Mayank Jain, Kannan Srinivasan et al. · 2010 · 1.5K citations

This paper discusses the design of a single channel full-duplex wireless transceiver. The design uses a combination of RF and baseband techniques to achieve full-duplexing with minimal effect on li...

3.

Practical, real-time, full duplex wireless

Mayank Jain, Jung‐Il Choi, Taemin Kim et al. · 2011 · 1.4K citations

This paper presents a full duplex radio design using signal inversion and adaptive cancellation. Signal inversion uses a simple design based on a balanced/unbalanced (Balun) transformer. This new d...

4.

Embracing wireless interference

Sachin Katti, Shyamnath Gollakota, Dina Katabi · 2007 · 1.3K citations

Traditionally, interference is considered harmful. Wireless networks strive to avoid scheduling multiple transmissions at the same time in order to prevent interference. This paper adopts the oppos...

5.

Full duplex techniques for 5G networks: self-interference cancellation, protocol design, and relay selection

Zhongshan Zhang, Xiaomeng Chai, Keping Long et al. · 2015 · IEEE Communications Magazine · 693 citations

The wireless research community aspires to conceive full duplex operation by supporting concurrent transmission and reception in a single time/frequency channel for the sake of improving the attain...

6.

A Survey of In-Band Full-Duplex Transmission: From the Perspective of PHY and MAC Layers

Dong‐Kyu Kim, Haesoon Lee, Daesik Hong · 2015 · IEEE Communications Surveys & Tutorials · 607 citations

In-band full-duplex (IBFD) transmission represents an attractive option for increasing the throughput of wireless communication systems. A key challenge for IBFD transmission is reducing self-inter...

7.

Full-Duplex Wireless Communications: Challenges, Solutions, and Future Research Directions

Zhongshan Zhang, Keping Long, Athanasios V. Vasilakos et al. · 2016 · Proceedings of the IEEE · 597 citations

The family of conventional half-duplex (HD) wireless systems relied on transmitting and receiving in different time-slots or frequency sub-bands. Hence the wireless research community aspires to co...

Reading Guide

Foundational Papers

Start with Bharadia et al. (2013; 1828 citations) for in-band WiFi FD radios, then Choi et al. (2010; 1538 citations) for single-channel transceiver, Duarte et al. (2014; 530 citations) for 802.11 MAC prototypes.

Recent Advances

Study Zhang et al. (2015; 693 citations) for 5G relay protocols, Kim et al. (2015; 607 citations) for PHY-MAC survey, Zhang et al. (2016; 597 citations) for challenges.

Core Methods

RF/baseband cancellation (Jain et al., 2011), multi-antenna OFDM (Duarte et al., 2014), Aloha adaptations, RTS/CTS duplex extensions (Kim et al., 2015).

How PapersFlow Helps You Research Full-Duplex MAC Protocols

Discover & Search

Research Agent uses citationGraph on Bharadia et al. (2013; 1828 citations) to map MAC protocol descendants from full-duplex PHY works. exaSearch queries 'full-duplex MAC CSMA WiFi' retrieves 50+ papers like Kim et al. (2015). findSimilarPapers expands Duarte et al. (2014) to WLAN prototypes.

Analyze & Verify

Analysis Agent runs readPaperContent on Zhang et al. (2015) to extract relay selection algorithms, then verifyResponse with CoVe checks interference claims against Jain et al. (2011). runPythonAnalysis simulates cancellation curves from Duarte et al. (2014) data using NumPy. GRADE scores protocol feasibility A-grade for 5G relay use.

Synthesize & Write

Synthesis Agent detects gaps in multi-hop MAC protocols via contradiction flagging across Kim et al. (2015) and Zhang et al. (2016). Writing Agent applies latexEditText to protocol pseudocode, latexSyncCitations for 20 references, and latexCompile for IEEE-formatted survey. exportMermaid diagrams CSMA/CA full-duplex state machines.

Use Cases

"Simulate self-interference impact on full-duplex Aloha throughput"

Research Agent → searchPapers → Analysis Agent → runPythonAnalysis (NumPy/pandas on Duarte 2014 data) → matplotlib throughput plot.

"Draft LaTeX section comparing FD-MAC protocols for WiFi"

Synthesis Agent → gap detection (Kim 2015 + Zhang 2016) → Writing Agent → latexEditText + latexSyncCitations + latexCompile → IEEE two-column PDF.

"Find GitHub code for full-duplex MAC prototypes"

Research Agent → citationGraph (Bharadia 2013) → Code Discovery → paperExtractUrls → paperFindGithubRepo → githubRepoInspect → backscatter/WiFi sims.

Automated Workflows

Deep Research workflow scans 50+ papers via searchPapers on 'full-duplex MAC protocol', structures MAC taxonomy report with citationGraph. DeepScan applies 7-step CoVe to verify Jain et al. (2011) real-time claims against prototypes. Theorizer generates novel MAC hypotheses from interference embracing in Katti et al. (2007).

Frequently Asked Questions

What defines full-duplex MAC protocols?

They modify CSMA/CA or TDMA for simultaneous TX/RX on one channel, handling self-interference at MAC (Kim et al., 2015).

What are core methods in full-duplex MAC?

Duplex-RTS/CTS handshakes, mode signaling, and relay selection; signal inversion aids wideband (Jain et al., 2011; Bharadia et al., 2013).

What are key papers?

Bharadia et al. (2013; 1828 citations) for WiFi FD radios; Kim et al. (2015; 607 citations) surveys PHY-MAC; Duarte et al. (2014; 530 citations) for 802.11 prototypes.

What open problems remain?

Multi-hop synchronization overheads exceed 40%; residual interference limits beyond 30 dB; no standard LTE FD-MAC exists (Zhang et al., 2016).

Research Full-Duplex Wireless Communications with AI

PapersFlow provides specialized AI tools for Engineering researchers. Here are the most relevant for this topic:

See how researchers in Engineering use PapersFlow

Field-specific workflows, example queries, and use cases.

Engineering Guide

Start Researching Full-Duplex MAC Protocols with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.

See how PapersFlow works for Engineering researchers