240 likes | 423 Views
Design study for multimedia transport protocol in heterogeneous networks. Haitao Wu; Qian Zhang; Wenwu Zhu; Communications, 2003. ICC '03. IEEE International Conference on , Volume: 1 , 2003 Page(s): 567 -571. Group Meeting Presenter: Sze-Horng Lee 2003.10.15 NCNU CSIE MCL Network Group.
E N D
Design study for multimedia transport protocol in heterogeneous networks Haitao Wu; Qian Zhang; Wenwu Zhu;Communications, 2003. ICC '03. IEEE International Conference on , Volume: 1 , 2003 Page(s): 567 -571 Group Meeting Presenter: Sze-Horng Lee 2003.10.15 NCNU CSIE MCL Network Group
Outline • Introduction • Related Work • Multimedia Transport Protocol • Window Based EWMA filter with two weights • Simulation results and Analysis • Conclusions
Introduction • The adaptability of transport layer is based on its sensibility to the changing network conditions. • For a TCP connection, it uses slow start to probe available network bandwidth and packet los is regarded as the congestion indication.
Introduction • TCP Friendly Rate Control (TFRC) is an unreliable transport protocol, which is friendly to TCP by using TCP throughput equation in rate control.
Related Work • Previous work on wireless network focus on improving TCP performance includes end-to-end approach, split connection and link layer approaches. • TFRC, AIMD, WTCP • A packet interval measurement approach • Packet-pair technique
Multimedia Transport Protocol • MMTP is a receiver based rate control protocol • Receiver is responsible for monitoring the receiving rate by window based EWMA filter, detecting bandwidth transition and feeding back the information to sender for rate adjustment. • round
Multimedia Transport Protocol Sender functionality • the RTT value will be used to increase the sending rate slowly. • 2 x RTT value lost sending rate x 0.75 • TFRC 0.5 x sending rate • slow start to probe available bandwidth • △ = L / rtt_ (L: packet size, rtt_ :RTT)
Multimedia Transport Protocol Receiver functionality • if sending rate > receiving rate (2 △), itfeedbacks to make the sender slow down. • 2 filters, packet-pair (PP), available bandwidth (AB)
Window Based EWMA filter with two weights • Weight old↑ stability • Weight new↑ flexibility • 3-sigma rule: µ ± 3cx µ : sample mean 3cx : sample standard deviation • MR : moving range btw | xi – xi-1|
A general form of EWMA filter is in the following equation: the control limit is yi-1± 3MRi-1/d2 yi-1 is last filtered value d2 estimates the standard deviation of a sample given its range.
Window Based EWMA filter with two weights • if fall within 3-sigma limits, system state followed, α=0.9 and β= 0.6 • if fail, kept in system output, system state lost • windows fixed size W • α=0.1
Simulation results and Analysis • ns-2.1b7a • IEEE 802.11 DCF • data packet length = 500bytes • feedback packet size form MMTP = 50bytes • each stream is backlogged throughout the duration.
Performance under bandwidth transitions • A rate measurement based protocol reacts much quickly than an equation based protocol, because equation based protocol relies on packet loss count to detect the congestion or bandwidth changes and to calculate the new rate.
Performance under bandwidth transitions • 4 streams • Starts at 2s, 5Mbps to 500kbps at 22s and changes back at 42s. • 5 streams, interval = 40s
n = stream number Gi = throughput of a stream ri = weight In out cases, ri= 1 for all stream
Performance and fairness under stable conditions • 10 streams • Warm up time is 40s, duration is 100s. • MMTP needs larger feedback packets.
Conclusions • Using online passive bandwidth measuring results in rate control algorithm, which consists of the bottleneck capacity measurement and network available bandwidth measurement. • A window based EWMA filter, which has two weights to achieve stability and flexibility at the same time.