
See Our team
Wondering how we keep quality?
Got unsolved questions? Ask Questions
GATE
GMAT
CBSE
NCERT
Career
Interview
Railway
UPSC
NID
NIFT-UG
NIFT-PG
PHP
AJAX
JavaScript
Node Js
Shell Script
Research
Wireless TCP
How to study this subject
Standard TCP assume that the packet losses are due to the
congestion.(99%) This not valid considering the characteristic of
wireless link
Indirect TCP
Snoop Protocol
Asymmetry effect summary
- sporadic high bit-error rate, high latencies
- temporary disconnection due to handoff
Indirect TCP
- Breaks the TCP connection between FH and MH into two connections at MSR
- Connection between FH and MSR is regular TCP
- Connection between MSR and MH is any transport layer protocol tuned for wireless links.
- BS cache packets from FH and send back ACK for MH.
- if MH switches to another cell the center point of the connection moves to the new MSR, no need of reconnection.
- FH is completely unaware of the indirection and is not affected even when the MH switches cells.
Snoop Protocol
- Modify the IP layer in the BS, and let BS cache the TCP packets sent from FH before route it to the MH.
- If packet lost on wireless link, IP layer on the BS will retransmit the packet .
- BS suppress DUPACKs sent from MH to FH.
- BS use shorter local timer for local timeout.
- A new packet in the normal TCP sequence. (common case)
- An out-of-sequence packet that has been cached earlier. (sender retransmission)
- An out-of-sequence packet that has not been cached earlier. (congestion loss)
Asymmetry effect summary
- ACC and AF are schemes to reduce the frequency of acks on the reverse channel.
- SA and AR are schemes to overcome the adverse effects of reduced ack feedback.
- In experiments, we use ACC conjunction with SA, and AF in conjunction with SA or AR.
- Acks-first
scheduling scheme is designed to prevent the forward transfer from
being starved by data packets of the reverse transfer
Official Notes
Add contents here
Notes from other sources
Model question papers
Add contents here
Previous year question papers
Add contents here
Useful links
Add contents here