
- DCN Tutorial
- Data Comm & Networks Home
- DCN - Overview
- DCN - Computer Network Types
- DCN - Network LAN Technologies
- DCN - Computer Network Topologies
- DCN - Computer Network Models
- DCN - Computer Network Security
- Physical Layer
- DCN - Physical Layer Introduction
- DCN - Digital Transmission
- DCN - Analog Transmission
- DCN - Transmission media
- DCN - Wireless Transmission
- DCN - Multiplexing
- DCN - Network Switching
- Data Link Layer
- DCN - Data Link Layer Introduction
- DCN - Error detection and Correction
- DCN - Data Link Control & Protocols
- Network Layer
- DCN - Network Layer Introduction
- DCN - Network Addressing
- DCN - Routing
- DCN - Internetworking
- DCN - Network Layer Protocols
- Transport Layer
- DCN - Transport Layer Introduction
- DCN - Transmission Control Protocol
- DCN - User Datagram Protocol
- Application Layer
- DCN - Application Layer Introduction
- DCN - Client-Server Model
- DCN - Application Protocols
- DCN - Network Services
- DCN Useful Resources
- DCN - Quick Guide
- DCN - Useful Resources
The Exposed Terminal Problem
In wireless LANs (wireless local area networks), the exposed terminal problem is a transmission problem that arises when a transmitting station is prevented from sending frames due to interference with another transmitting station. This is prevalent in decentralised systems where there aren’t any entity for controlling transmissions. This occurs when a station is visible from a wireless access point (AP), but not from other stations that communicate with the AP.
Problem Illustration
Suppose that there are four stations labelled STA, STB, STC, and STD, where STB and STC are transmitters while STA and STD are receivers at some slot of time. The stations are in a configuration such that the two receivers STA and STD are out of radio range of each other, but the two transmitters STB and STC are in radio range of each other. This is shown in the following figure −
The above diagram shows that a transmission is going on from STB to STA. STC falsely concludes that the above transmission will cause interference and so stops its transmission attempts to STD. However, the interference would not have occurred since the transmission from STC to STD is out of range of STB. This prevention of transmission is called exposed terminal problem.
Solution
The exposed terminal problem is solved by the MAC (medium access control) layer protocol IEEE 802.11 RTS/CTS, with the condition that the stations are synchronized and frame sizes and data speed are the same. RTS stands for Request to Send and CTS stands for Clear to Send.
A transmitting station sends a RTS frame to the receiving station. The receiving station replies by sending a CTS frame. On receipt of CTS frame, the transmitting station begins transmission.
Any station hearing the RTS is close to the transmitting station and remains silent long enough for the CTS. Any station hearing the CTS is close to the receiving station and remains silent during the data transmission.
In the above example, station STC hears RTS from station STB, but does not hear CTS from station STA. So, it is free to transmit to station STD.
- Related Articles
- The Hidden Terminal Problem
- I am having problem to understand the concept of positive and negative terminal
- Bash Terminal Redirect to another Terminal
- How to install guake drop down terminal terminal on ubuntu
- What is the meaning of the terminal?
- The Knight’s tour problem
- In a circuit, ______ current flows from the positive terminal of a cell to the negative terminal of the cell.
- What is the branch problem?
- The Six Sigma Problem Statement
- Peterson’s Problem
- Partition problem
- Shutdown and Reboot Linux Systems From the Terminal
- Soft-Delete Files from the Terminal on Linux
- Prove that the polynomial time reduction is from the Clique problem to the Vertex Cover problem
- Some metals lose their lustre when exposed in the air. Why?
