VIDEO STREAMING OVER WIRELESS NETWORKS

Size: px
Start display at page:

Download "VIDEO STREAMING OVER WIRELESS NETWORKS"

Transcription

1 VIDEO STREAMING OVER WIRELESS NETWORKS Xiaoqing Zhu and Bernd Girod Information Systems Laboratory, Stanford University Stanford, CA 93, USA ABSTRACT Video streaming over wireless networks is compelling for many applications, ranging from home entertainment to surveillance to search-and-rescue operations. Interesting technical challenges arise when the unpredictable nature of the wireless radio channel meets the requirements of high data rate and low latency for video transport. This tutorial provides an overview of the technical challenges of video streaming over wireless networks, with a focus on novel cross-layer design solutions for resource allocation. Performance comparison of various centralized and distributed schemes are presented, using video streaming over wireless home networks as an application example. 1. INTRODUCTION Video streaming over wireless networks is compelling for many applications, and an increasing number of systems are being deployed. Video streaming of news and entertainment clips to mobile phones is now widely available. For surveillance applications, cameras can be flexibly and cheaply installed, if a wireless network provides connectivity. A wireless local area network (WLAN) might connect various audiovisual entertainment devices in a home. Last, but not least, in search-and-rescue operations, real-time audiovisual communication over wireless ad-hoc networks can save lives. While video streaming requires a steady flow of information and delivery of packets by a deadline, wireless radio networks have difficulties to provide such a service reliably. The problem is challenging due to contention from other network nodes, as well as intermittent interference from external radio sources such as microwave ovens or cordless phones. For mobile nodes, multi-path fading and shadowing might further increase the variability in link capacities and transmission error rate. For such systems to deliver the best end-to-end performance, video coding, reliable transport and wireless resource allocation must be considered jointly, thus moving from the traditional layered system architecture to a cross-layer design. This tutorial provides an overview of the design challenges for video streaming over wireless networks, and surveys recent research efforts in the field. The paper is organized by wireless streaming problems of increasing complexity, ranging from the simple scenario of delivering a single video stream over a single wireless link (Section ), to sharing a wireless multi-access channel among multiple video streams (Section 3) to the general case of multiple streams sharing a mesh network (Section ). While most of the issues discussed are general, we use high-definition (HD) video streaming over 8.11a home networks as a concrete example when presenting simulation results.. STREAMING OVER A SINGLE WIRELESS LINK As the wireless link quality varies, video transmission rate needs to be adapted accordingly. In [1], measurements of packet transmission delays at the MAC layer are used to select the optimal bit rate for video, subsequently enforced by a transcoder. The benefit of cross-layer signalling has also been demonstrated in [], where adaptive rate control at the MAC layer is applied in conjunction with adaptive rate control during live video encoding. Video rate adaptation can also been achieved by switching between multiple bitstreams encoded at different rates [3, ], or truncating the bitstream from a scalably encoded representation []. Packets can also be dropped intelligently, based on their relative importance and urgency, utilizing the rate-distortion optimized framework introduced in [6]. The benefit of cross-layer video rate adaptation is illustrated in Fig. 1. We simulate the transmission of a single video stream over an otherwise idle 8.11a wireless link. With a nominal link speed of Mbps and a much slower transmission rate of 6 Mbps for MAC-layer headers and control packets, the effective maximal throughput is about Mbps for video packets of 1 bytes. The HD video sequence Harbor (18x7p, 6 fps) is encoded using the H.6/AVC reference codec, with GOP length of 3 at various quality levels. Video streaming at one fixed quality level using TCP is compared against streaming on top of UDP with a video-aware application-layer transport protocol. The application-layer rate controller switches between different versions of video bitstreams according to estimated link capacity. While acknowledgment packets are sent for every received packet in TCP, the ACK frequency is reduced to once every ten received packets in the application-layer transport protocol. As a consequence, a higher video rate and quality can be supported, due to the reduction of acknowledgment overhead 1. Between time 8 and 1 seconds, the simulated wireless link experiences 3% packet loss at the MAC layer, leading to many retransmissions and much lower link capacity. During this period, the transport rate of the TCP agent fluctuates over a wide range due to variations in the observed end-to-end packet round-trip-time. TCP congestion control defers transmission of incoming video packets until previous packets are acknowledged. This causes many packets to miss their playout deadline, even after the channel has recovered. When adaptation is allowed, the video bitstream is 1 Since acknowledgment packets are of comparable sizes as the MAClayer control overheads, the amount of time occupied by the transmission of acknowledgment bitstreams becomes comparable to the original video stream. Therefore, per-packet acknowledgement streams may constitute a significant amount of overhead, even though their data rates are only a small fraction of the HD video streams.

2 Estimated Link Delay (ms) Rate (Mbps) TCP, fixed rate TCP agent video Source video packet playout Time Estimated Link Capacity(Mbps) Delay (ms) Rate (Mbps) UDP like, adaptive rate transport agent video source video packet playout deadline Time Figure 1: Comparison of video streaming over a single wireless link: a) fixed video source rate over TCP; b) adaptive video rate via bitstream switching over a video-aware application-layer transport protocol, with reduced ACK frequency. Traces are plotted for estimated link capacity in the top graphs; sending rate of the transport agents (dotted lines) and video source rate (solid lines) in the middle graphs; and packet delivery delay (measured as the time difference between the generation of a video packet and its arrival at the receiver, in solid lines) in comparison of the playout deadline (dotted line) in the bottom graphs. switched to a version with lower rates, thereby avoiding link congestion and sustaining the video stream at a reduced quality level. In this case, the rate of the transport agent always matches that of the video source. 3. STREAMING OVER SINGLE-HOP NETWORKS We now consider the scenario where multiple video streams time-share the same network over single-hop wireless connections of potentially different link speeds. Channel time allocation among the streams needs to maximize overall received video quality. The optimization can be performed jointly by a central controller when all the video streams originate from the same wireless node, e.g., the media gateway in a wireless home network or the base station of a cellular system. If, however, the video streams originate from different sending nodes, allocation needs to be carried out in a distributed fashion. This problem arises, e.g., in wireless home networks, where video might be simultaneously streamed from a DVD player, a personal video recorder and a laptop computer to different displays around the house. 3.1 Centralized channel time allocation Even with centralized control, optimal channel time allocation among multiple streams is a non-trivial task. In general, the wireless links experience different channel conditions A B C Figure : Network topology for multiple video streams sharing a single-hop wireless network. All streams originate from the same wireless node. The video source nodes are distributed. A B C and, hence, differ in transmission speed. The video streams containing different contents also derive different utility from a change in allocated rate. As a consequence, the same allocated rate over a fast link would require lower fraction of channel time than over a slow link; the same increase in allocated rate may benefit a hard stream containing complex motion more than another easy stream with little or no motion. In [7], channel time allocation is formulated as a convex optimization problem, with three alternative objectives: minimizing average mean-square-error (MSE) distortion of all streams (min-mse), maximizing average PSNR of all streams (max-psnr), and minimizing maximum MSE (minmax-mse) among all streams. Subjective tests confirm that the min-mse criterion corresponds best with user preferences. Figure shows the network topology for comparing centralized time allocation results from the min-mse algorithm against a heuristic scheme that divides channel time equally among all active streams. The Crew HD video sequence is streamed to three different clients over three 8.11a links at Mbps nominal link speed. Two of the wireless links are error-free, while the third link experiences 3% packet loss at the MAC layer. The estimated link capacities correspond to the maximum achievable data rate over each link, if it were allocated 1% of channel time. Traces of the estimated link capacities, resulting video rates and corresponding video qualities in PSNR are plotted in Fig. 3. Combining knowledge of the rate-distortion function of all streams, the min-mse algorithm is able to improve the video quality traversing the worst link by 1. db over the scheme with equal allocation, at the cost of db reduction for the other two streams. 3. Distributed channel time allocation The multi-stream resource allocation problem becomes more challenging if it has to be solved in a distributed manner. A game-theoretic approach has been proposed for spectrum allocation among wireless stations [8]. In [9], distributed ratedistortion optimized packet scheduling is used with multiple

3 Estimated Link Video Rate (Mbps) Equal Allocation Stream A Stream B Stream C Estimated Link Video Rate (Mbps) Optimal Allocation Stream A Stream B Stream C Figure 3: Centralized time allocation for three video streams sharing a WLAN (see Fig. ): equal allocation among all streams; min-mse allocation according to [7]. The total channel time constraint is set to 7% in both cases. Traces are plotted for estimated link capacity (top), resulting video rate (middle) and video quality in PSNR (bottom) for each stream. Average video PSNR for the three streams with equal channel allocation are 39. db, 39. db and 3. db respectively. For optimized allocation, they are.8 db,. db and 36.9 db. streams competing over a shared communication channel. The same optimization problem as in Section 3.1 can be solved by a fully distributed protocol using a pricing mechanism. Each stream adjusts its channel time allocation according to local observations of video rate-distortion tradeoff and link capacity, as well as a common shadow price maintained at all users. The shadow price decreases when total allocation is below the given constraint to encourage rate increment from all streams, and increases when it is above the limit [1]. The efficacy of the distributed protocol is demonstrated in Fig., comparing allocated rate and video quality resulting from the distributed scheme against those from an oracle-aided centralized controller. In this experiment, the Crew HD sequence is streamed from three different 8.11a nodes, all within transmission range of each other, as shown in Fig.. The nominal link speed of two of the links is fixed at Mbps, while that of the third varies from 6 Mbps to Mbps. It can be observed that allocated rate achieved by the distributed scheme matches closely with the centralized solution, leading to similar video qualities. As the transmission speed of the third link approaches that of the other two, the overall video quality of all three streams improves, while the quality gap between the streams diminishes.. STREAMING OVER MESH NETWORKS Video streaming over wireless mesh networks imposes additional challenges introduced by multi-hop transmissions. Cross-layer design and optimization for this problem is a very active area of investigation with many remaining open problems. In the following, a survey of research efforts in joint optimization of multiple protocol layers is presented first, followed by discussions on routing for media streaming, and rate allocation among multiple video streams in mesh networks..1 Multi-layer resource allocation The flexibility offered by cross-layer design has been exploited in a number of research efforts. Joint optimization of power allocation at the physical layer, link scheduling at the MAC layer, network layer flow assignment and transport layer congestion control has been investigated with convex optimization formulations (see, e.g., [11, 1, 13]). Our own cross-layer design framework [1] attempts to maintain a layered architecture while exchanging key parameters between adjacent protocol layers. The framework allows Video Rate (Mbps) Crew, 18x7p, 6 fps Stream A centralized Stream A distributed Stream B centralized 3 Stream B distributed Stream C centralized Stream C distributed Link Speed of Stream C (Mbps) Crew, 18x7p, 6 fps 36 Stream A centralized Stream A distributed 3 Stream B centralized Stream B distributed Stream C centralized Stream C distributed Link Speed of Stream C (Mbps) Figure : Channel time allocation for three video streams, all Crew, sharing a single-hop network (see Fig. ). Comparison of allocated rate and resulting video quality as a function of link speed of the third stream, between pricing-based distributed scheme [1] and an oracle-aided centralized controller.

4 enough flexibility for significant performance gains, while keeping protocol design tractable within the layered structure, as demonstrated by the preliminary results exploring adaptive link-layer techniques, joint capacity and flow assignment, media-aware packet scheduling and congestionaware video rate allocation.. Routing for Media Streaming Routing over wireless mesh networks is a difficult problem due to dynamic link qualities, even when nodes are static [1]. For video streaming, multipath routing has been proposed in combination with multiple description coding, to achieve robust delivery via path diversity [16, 17, 18]. In spite of the high data rates achieved over single-hop wireless transmissions, throughput over a multi-hop wireless path is typically significantly lower, due to contention among adjacent links along the path [19]. Since video packets need to be delivered by their playout deadline, self-inflicted congestion may drastically degrade received video quality over a throughput-limited path []. Route selection should therefore minimize network congestion, measured as average per-link delay of all packets. Congestion-minimized routes can be derived from solutions to a classical flow assignment problem, either via centralized computation [1] or with a distributed algorithm []..3 Multi-Stream Rate Allocation When multiple streams share a wireless mesh network, their rates need to be jointly optimized to avoid network congestion while maximizing overall received video quality. The joint rate allocation problem can be solved by minimizing the Lagrangian cost of total video distortion and overall network congestion [3]. For each stream, the optimal allocated rate strikes a balance between minimizing its own video distortion and minimizing its contribution to overall network congestion. This is achieved by a distributed rate allocation protocol, which allows cross-layer information exchange between the video streaming agents at the application layer on the source nodes and the link state monitors at the MAC layer on the relay nodes. Instead of repeating details of the distributed protocol from the original paper, we illustrate in Fig. performance comparison of the proposed scheme versus TCP-Friendly Rate Control (TFRC) []. Two HD video sequences are streamed over a small wireless mesh network comprising five 8.11a nodes. The first stream (Harbor) travels over a 3- hop path; the other (Crew) over a single-hop path. The Harbor sequence requires much higher encoding rate to achieve the same quality as Crew, due to its more complex video contents. Since TFRC is unaware of the video RD trade-off and relies mainly on end-to-end observations of round-trip-time and packet losses, the allocated rate for the Harbor is approximately one third of that for Crew. This leads to around 8 db of difference in the PSNR of the two received streams: while Crew is being delivered at a high quality of 39. db in PSNR, the average quality of Harbor is only 3.9 db. The proposed media-aware allocation scheme, in comparison, results in increased allocation for Harbor and lower rate for Crew. Consequently, the quality gap between the two streams is reduced to db, with Harbor improved to 31.6 db and Crew remain- 1 Video Rate (Mbps) R 1 R Harbor over 3 hop path vs. Crew over 1 hop path Harbor, Proposed Harbor, TFRC Crew, Proposed Crew, TFRC Harbor over 3 hop path vs. Crew over 1 hop path 8 Harbor, Proposed Harbor, TFRC 6 Crew, Proposed Crew, TFRC (c) Figure : Two video streams competing over a wireless mesh network: Network topology; comparison of allocated rate resulting from the media-aware scheme in [3] versus TFRC; (c) comparison of video quality in PSNR. ing at a relatively high quality of 37. db. It can also be noted that rate allocation from TFRC yields greater fluctuations due to traffic contention between the two streams. The cross-layer scheme, in contrast, benefits from explicit knowledge of available network throughput and maintains steady rate allocations.. CONCLUSIONS AND OPEN PROBLEMS In this tutorial paper we have reviewed key problems and tentative solutions for video streaming over wireless networks, with an emphasis on network-adaptive rate control and resource allocation among multiple video streams. As shown in the various examples, cross-layer information exchange is required, so that video source rates can adapt to the time-varying wireless link capacities. Resource allocation 3

5 among multiple streams can also benefit from being aware of the video characteristics (e.g., RD trade-off of each video stream) and underlying network conditions, for maximizing overall received video quality. Such considerations should be incorporated into the design of a future cross-layer protocol for video streaming over wireless networks. Many open problems remain, particularly in the context of wireless mesh networks. For instance, it is still unclear whether the stringent latency constraint (usually less than a second) for video streaming can be met when packets need to be delivered over multiple hops of time-varying wireless links in a mesh network. Conditions where multipath routing is beneficial for streaming need to be identified, as contention of video traffic along parallel paths may cancel out the path diversity advantage of robustness to packet losses. Typically the wireless network is shared by both video streaming and other applications such as file downloading. The problem remains to be addressed as how to optimally allocate network resource among heterogeneous traffic types, each bearing a different performance metric (e.g., completion time for file downloading versus video quality for streaming). REFERENCES [1] P. van Beek and M. U. Demircin, Delay-constrained rate adaptation for robust video transmission over home networks, IEEE International Conference on Image Processing, (ICIP ), Genova, Italy, vol., pp , Sept.. [] L. Haratcherev, J. Taal, K. Langendoen, R. Lagendijk, and H. Sips, Optimized video streaming over 8.11 by crosslayer signaling, IEEE Communications Magazine, vol., no. 1, pp , Jan. 6. [3] T. Ozcelebi, M.R. Civanlar, and A.M. Tekalp, Minimum delay content adaptive video streaming over variable bitrate channels with a novel stream switching solution, Proc. IEEE International Conference on Image Processing, (ICIP ), vol. 1, pp. 9 1,. [] T. Stockhammer, M. Walter, and G. Liebl, Optimized h. 6-based bitstream switching for wireless video streaming, Proc. IEEE International Conference on Multimedia and Expo, (ICME ), Amsterdam, The Netherlands, pp , July. [] F. Yang, Q. Zhang, W. Zhu, and Y.-Q. Zhang, Bit allocation for scalable video streaming over mobile wireless internet, Proc. Twenty-third AnnualJoint Conference of the IEEE Computer and Communications Societies (INFOCOM ), HongKong, China, vol. 3, pp. 1 11, Mar. 3. [6] P. A. Chou and Z. Miao, Rate-distortion optimized streaming of packetized media, IEEE Transactions on Multimedia, vol. 8, no., pp. 39, Apr. 6. [7] M. Kalman and B. Girod, Optimal channel-time allocation for the transmission of multiple video streams over a shared channel, Proc. IEEE International Workshop on Multimedia Signal Processing (MMSP ), Shanghai, China, pp. 1, Oct.. [8] A. Larcher, H. Sun, M. van der Schaar, and Z. Ding, Decentralized transmission strategies for delay-sensitive applications over spectrum agile network, Proc. Packet Video Workshop, Dec.. [9] J. Chakareski and P. Frossard, Rate-distortion optimized distributed packet scheduling of multiple video streams over shared communication resources, IEEE Transactions on Multimedia, vol. 8, no., pp. 7 18, Apr. 6. [1] X. Zhu, P. van Beek, and B. Girod, Distributed channel time allocation and rate adaptation for multi-user video streaming over wireless home networks, IEEE International Conference on Image Processing (ICIP 7), Accepted, 7. [11] R. L. Cruz and A. Santhanam, Optimal routing, link scheduling and power control in multi-hop wireless networks, Proc. INFOCOM, San Francisco, California, USA, pp , Mar. 3. [1] Y. Wu, P. A. Chou, Q. Zhang, K. Jain, W. Zhu, and S-Y. Kung, Network planning in wireless ad-hoc networks : A crosslayer approach, IEEE Journal on Selected Areas in Communications, vol. 3, no. 1, pp , Jan.. [13] Y. Xi and E. M. Yeh, Optimal capacity allocation, routing, and congestion control in wireless network, Proc. IEEE International Symposium on Information Theory (ISIT 6), Seattle, WA, USA, pp. 11 1, July 6. [1] E. Setton, T. Yoo, X. Zhu, A. Goldsmith, and B. Girod, Cross-layer design of ad hoc networks for real-time video streaming, IEEE Wireless Communications Magazine, vol. 1, no., pp. 9 6, Aug.. [1] D. De Couto, D. Aguayo, B. Chambers, and R. Morris, Performance of multihop wireless networks: Shortest path is not enough, Proc. ACM First Workshop on Hot Topics in Networks (HotNets-I), Princeton, New Jersey, USA, pp , Oct.. [16] J. G. Apostolopoulos and S. J. Wee, Unbalanced Multiple Description Video Communication Using Path Diversity, IEEE International Conference on Image Processing (ICIP 1), Thessaloniki, Greece, vol. 1, pp , Oct. 1. [17] S. Mao, S. Lin, S. Panwar, Y. Wang, and E. Celebi, Video transport over ad hoc networks: Multistream coding with multipath transport, IEEE Journal on Selected Areas in Communications, vol. 1, no. 1, pp , Dec. 3. [18] W. Wei and A. Zakhor, Multiple tree video multicast over wireless ad hoc networks, IEEE Trans. on Circuits, Systems and Video Technology, vol. 17, no. 1, pp. 1, Jan. 7. [19] J. Li, C. Blake, D. S. J. De Couto, H. I. Lee, and R. Morris, Capacity of ad hoc wireless networks, in Proceedings of the 7th ACM International Conference on Mobile Computing and Networking, Rome, Italy, July 1, pp [] X. Zhu, E. Setton, and B. Girod, Congestion-distortion optimized video transmission over ad hoc networks, EURASIP Journal of Signal Processing: Image Communications, vol., no. 8, pp , Sept.. [1] E. Setton, X. Zhu, and B. Girod, Congestion-optimized multipath streaming of video over ad hoc wireless networks, Proc. IEEE International Conference on Multimedia and Expo (ICME ), Taipei, Taiwan, vol. 3, pp , July. [] X. Zhu and B. Girod, A distributed algorithm for congestionminimized multi-path routing over ad hoc networks, Proc. IEEE International Conference on Multimedia and Expo (ICME ), Amsterdam, The Netherlands, pp , July. [3] X. Zhu and B. Girod, Distribued rate allocation for video streaming over wireless networks with heterogeneous link speeds, International Symposium on Multimedia over Wireless (ISMW 7), Invited Paper, Aug. 7. [] S. Floyd and K. Fall, Promoting the use of end-to-end congestion control in the internet, IEEE/ACM Trans. on Networking, vol. 7, pp. 8 7, Aug

Video Multicast over Wireless Mesh Networks with Scalable Video Coding (SVC)

Video Multicast over Wireless Mesh Networks with Scalable Video Coding (SVC) Video Multicast over Wireless Mesh Networks with Scalable Video Coding (SVC) Xiaoqing Zhu a, Thomas Schierl b, Thomas Wiegand b and Bernd Girod a a Information Systems Lab, Stanford University, 350 Serra

More information

MULTI-STREAM VOICE OVER IP USING PACKET PATH DIVERSITY

MULTI-STREAM VOICE OVER IP USING PACKET PATH DIVERSITY MULTI-STREAM VOICE OVER IP USING PACKET PATH DIVERSITY Yi J. Liang, Eckehard G. Steinbach, and Bernd Girod Information Systems Laboratory, Department of Electrical Engineering Stanford University, Stanford,

More information

Power management of video transmission on wireless networks for multiple receivers

Power management of video transmission on wireless networks for multiple receivers Power management of video transmission on wireless networks for multiple receivers Christos Bouras, Kostas Stamos and Giannis Zaoudis Research Academic Computer Technology Institute and Computer Engineering

More information

Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc

Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc (International Journal of Computer Science & Management Studies) Vol. 17, Issue 01 Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc Dr. Khalid Hamid Bilal Khartoum, Sudan dr.khalidbilal@hotmail.com

More information

A Routing Metric for Load-Balancing in Wireless Mesh Networks

A Routing Metric for Load-Balancing in Wireless Mesh Networks A Routing Metric for Load-Balancing in Wireless Mesh Networks Liang Ma and Mieso K. Denko Department of Computing and Information Science University of Guelph, Guelph, Ontario, Canada, N1G 2W1 email: {lma02;mdenko}@uoguelph.ca

More information

Efficient Load Balancing Routing in Wireless Mesh Networks

Efficient Load Balancing Routing in Wireless Mesh Networks ISSN (e): 2250 3005 Vol, 04 Issue, 12 December 2014 International Journal of Computational Engineering Research (IJCER) Efficient Load Balancing Routing in Wireless Mesh Networks S.Irfan Lecturer, Dept

More information

Student, Haryana Engineering College, Haryana, India 2 H.O.D (CSE), Haryana Engineering College, Haryana, India

Student, Haryana Engineering College, Haryana, India 2 H.O.D (CSE), Haryana Engineering College, Haryana, India Volume 5, Issue 6, June 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A New Protocol

More information

CHAPTER 6. VOICE COMMUNICATION OVER HYBRID MANETs

CHAPTER 6. VOICE COMMUNICATION OVER HYBRID MANETs CHAPTER 6 VOICE COMMUNICATION OVER HYBRID MANETs Multimedia real-time session services such as voice and videoconferencing with Quality of Service support is challenging task on Mobile Ad hoc Network (MANETs).

More information

Internet Video Streaming and Cloud-based Multimedia Applications. Outline

Internet Video Streaming and Cloud-based Multimedia Applications. Outline Internet Video Streaming and Cloud-based Multimedia Applications Yifeng He, yhe@ee.ryerson.ca Ling Guan, lguan@ee.ryerson.ca 1 Outline Internet video streaming Overview Video coding Approaches for video

More information

Seamless Congestion Control over Wired and Wireless IEEE 802.11 Networks

Seamless Congestion Control over Wired and Wireless IEEE 802.11 Networks Seamless Congestion Control over Wired and Wireless IEEE 802.11 Networks Vasilios A. Siris and Despina Triantafyllidou Institute of Computer Science (ICS) Foundation for Research and Technology - Hellas

More information

How To Determine The Capacity Of An 802.11B Network

How To Determine The Capacity Of An 802.11B Network Capacity of an IEEE 802.11b Wireless LAN supporting VoIP To appear in Proc. IEEE Int. Conference on Communications (ICC) 2004 David P. Hole and Fouad A. Tobagi Dept. of Electrical Engineering, Stanford

More information

CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING

CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING CHAPTER 6 CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING 6.1 INTRODUCTION The technical challenges in WMNs are load balancing, optimal routing, fairness, network auto-configuration and mobility

More information

IMPROVING QUALITY OF VIDEOS IN VIDEO STREAMING USING FRAMEWORK IN THE CLOUD

IMPROVING QUALITY OF VIDEOS IN VIDEO STREAMING USING FRAMEWORK IN THE CLOUD IMPROVING QUALITY OF VIDEOS IN VIDEO STREAMING USING FRAMEWORK IN THE CLOUD R.Dhanya 1, Mr. G.R.Anantha Raman 2 1. Department of Computer Science and Engineering, Adhiyamaan college of Engineering(Hosur).

More information

DESIGN AND DEVELOPMENT OF LOAD SHARING MULTIPATH ROUTING PROTCOL FOR MOBILE AD HOC NETWORKS

DESIGN AND DEVELOPMENT OF LOAD SHARING MULTIPATH ROUTING PROTCOL FOR MOBILE AD HOC NETWORKS DESIGN AND DEVELOPMENT OF LOAD SHARING MULTIPATH ROUTING PROTCOL FOR MOBILE AD HOC NETWORKS K.V. Narayanaswamy 1, C.H. Subbarao 2 1 Professor, Head Division of TLL, MSRUAS, Bangalore, INDIA, 2 Associate

More information

Real-Time Communication in IEEE 802.11 Wireless Mesh Networks: A Prospective Study

Real-Time Communication in IEEE 802.11 Wireless Mesh Networks: A Prospective Study in IEEE 802.11 : A Prospective Study January 2011 Faculty of Engineering of the University of Porto Outline 1 Introduction 2 3 4 5 in IEEE 802.11 : A Prospective Study 2 / 28 Initial Considerations Introduction

More information

IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 10, NO. 5, AUGUST 2008 885

IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 10, NO. 5, AUGUST 2008 885 IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 10, NO. 5, AUGUST 2008 885 Content-Aware Playout and Packet Scheduling for Video Streaming Over Wireless Links Yan Li, Senior Member, IEEE, Athina Markopoulou, Member,

More information

A Power Efficient QoS Provisioning Architecture for Wireless Ad Hoc Networks

A Power Efficient QoS Provisioning Architecture for Wireless Ad Hoc Networks A Power Efficient QoS Provisioning Architecture for Wireless Ad Hoc Networks Didem Gozupek 1,Symeon Papavassiliou 2, Nirwan Ansari 1, and Jie Yang 1 1 Department of Electrical and Computer Engineering

More information

Performance Evaluation of The Split Transmission in Multihop Wireless Networks

Performance Evaluation of The Split Transmission in Multihop Wireless Networks Performance Evaluation of The Split Transmission in Multihop Wireless Networks Wanqing Tu and Vic Grout Centre for Applied Internet Research, School of Computing and Communications Technology, Glyndwr

More information

Transport layer issues in ad hoc wireless networks Dmitrij Lagutin, dlagutin@cc.hut.fi

Transport layer issues in ad hoc wireless networks Dmitrij Lagutin, dlagutin@cc.hut.fi Transport layer issues in ad hoc wireless networks Dmitrij Lagutin, dlagutin@cc.hut.fi 1. Introduction Ad hoc wireless networks pose a big challenge for transport layer protocol and transport layer protocols

More information

CHAPTER 8 CONCLUSION AND FUTURE ENHANCEMENTS

CHAPTER 8 CONCLUSION AND FUTURE ENHANCEMENTS 137 CHAPTER 8 CONCLUSION AND FUTURE ENHANCEMENTS 8.1 CONCLUSION In this thesis, efficient schemes have been designed and analyzed to control congestion and distribute the load in the routing process of

More information

How To Compare Available Bandwidth On A Network With A Powerline To A Network On A Testbed On A Computer Or Network On An Ipad Or Ipad On A 2Mbb (Or Ipad) On A 4Ghz Network On The

How To Compare Available Bandwidth On A Network With A Powerline To A Network On A Testbed On A Computer Or Network On An Ipad Or Ipad On A 2Mbb (Or Ipad) On A 4Ghz Network On The 2009 International Symposium on Computing, Communication, and Control (ISCCC 2009) Proc.of CSIT vol.1 (2011) (2011) IACSIT Press, Singapore Path-F3: Improving Accuracy and Network Load in Available Estimation

More information

Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network

Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network Performance Evaluation of VoIP Services using Different CODECs over a UMTS Network Jianguo Cao School of Electrical and Computer Engineering RMIT University Melbourne, VIC 3000 Australia Email: j.cao@student.rmit.edu.au

More information

Quality of Service using Traffic Engineering over MPLS: An Analysis. Praveen Bhaniramka, Wei Sun, Raj Jain

Quality of Service using Traffic Engineering over MPLS: An Analysis. Praveen Bhaniramka, Wei Sun, Raj Jain Praveen Bhaniramka, Wei Sun, Raj Jain Department of Computer and Information Science The Ohio State University 201 Neil Ave, DL39 Columbus, OH 43210 USA Telephone Number: +1 614-292-3989 FAX number: +1

More information

Detecting Multiple Selfish Attack Nodes Using Replica Allocation in Cognitive Radio Ad-Hoc Networks

Detecting Multiple Selfish Attack Nodes Using Replica Allocation in Cognitive Radio Ad-Hoc Networks Detecting Multiple Selfish Attack Nodes Using Replica Allocation in Cognitive Radio Ad-Hoc Networks Kiruthiga S PG student, Coimbatore Institute of Engineering and Technology Anna University, Chennai,

More information

Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols

Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols Behavior Analysis of TCP Traffic in Mobile Ad Hoc Network using Reactive Routing Protocols Purvi N. Ramanuj Department of Computer Engineering L.D. College of Engineering Ahmedabad Hiteishi M. Diwanji

More information

Mobile Multimedia Meet Cloud: Challenges and Future Directions

Mobile Multimedia Meet Cloud: Challenges and Future Directions Mobile Multimedia Meet Cloud: Challenges and Future Directions Chang Wen Chen State University of New York at Buffalo 1 Outline Mobile multimedia: Convergence and rapid growth Coming of a new era: Cloud

More information

Analysis of QoS parameters of VOIP calls over Wireless Local Area Networks

Analysis of QoS parameters of VOIP calls over Wireless Local Area Networks Analysis of QoS parameters of VOIP calls over Wireless Local Area Networks Ayman Wazwaz, Computer Engineering Department, Palestine Polytechnic University, Hebron, Palestine, aymanw@ppu.edu Duaa sweity

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 2, Issue 9, September 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Experimental

More information

A Novel Approach for Load Balancing In Heterogeneous Cellular Network

A Novel Approach for Load Balancing In Heterogeneous Cellular Network A Novel Approach for Load Balancing In Heterogeneous Cellular Network Bittu Ann Mathew1, Sumy Joseph2 PG Scholar, Dept of Computer Science, Amal Jyothi College of Engineering, Kanjirappally, Kerala, India1

More information

QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES

QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES SWATHI NANDURI * ZAHOOR-UL-HUQ * Master of Technology, Associate Professor, G. Pulla Reddy Engineering College, G. Pulla Reddy Engineering

More information

Dynamic Congestion-Based Load Balanced Routing in Optical Burst-Switched Networks

Dynamic Congestion-Based Load Balanced Routing in Optical Burst-Switched Networks Dynamic Congestion-Based Load Balanced Routing in Optical Burst-Switched Networks Guru P.V. Thodime, Vinod M. Vokkarane, and Jason P. Jue The University of Texas at Dallas, Richardson, TX 75083-0688 vgt015000,

More information

Multimedia Data Transmission over Wired/Wireless Networks

Multimedia Data Transmission over Wired/Wireless Networks Multimedia Data Transmission over Wired/Wireless Networks Bharat Bhargava Gang Ding, Xiaoxin Wu, Mohamed Hefeeda, Halima Ghafoor Purdue University Website: http://www.cs.purdue.edu/homes/bb E-mail: bb@cs.purdue.edu

More information

Cluster-based Multi-path Routing Algorithm for Multi-hop Wireless Network

Cluster-based Multi-path Routing Algorithm for Multi-hop Wireless Network International Journal of Future Generation Communication and Networking 67 Cluster-based Multi-path Routing Algorithm for Multi-hop Wireless Network Jie Zhang, Choong Kyo Jeong, Goo Yeon Lee, Hwa Jong

More information

Complexity-rate-distortion Evaluation of Video Encoding for Cloud Media Computing

Complexity-rate-distortion Evaluation of Video Encoding for Cloud Media Computing Complexity-rate-distortion Evaluation of Video Encoding for Cloud Media Computing Ming Yang, Jianfei Cai, Yonggang Wen and Chuan Heng Foh School of Computer Engineering, Nanyang Technological University,

More information

AN IMPROVED SNOOP FOR TCP RENO AND TCP SACK IN WIRED-CUM- WIRELESS NETWORKS

AN IMPROVED SNOOP FOR TCP RENO AND TCP SACK IN WIRED-CUM- WIRELESS NETWORKS AN IMPROVED SNOOP FOR TCP RENO AND TCP SACK IN WIRED-CUM- WIRELESS NETWORKS Srikanth Tiyyagura Department of Computer Science and Engineering JNTUA College of Engg., pulivendula, Andhra Pradesh, India.

More information

Performance analysis and simulation in wireless mesh networks

Performance analysis and simulation in wireless mesh networks Performance analysis and simulation in wireless mesh networks Roberto Cusani, Tiziano Inzerilli, Giacomo Di Stasio University of Rome Sapienza INFOCOM Dept. Via Eudossiana 8, 84 Rome, Italy Abstract Wireless

More information

1932-4553/$25.00 2007 IEEE

1932-4553/$25.00 2007 IEEE IEEE JOURNAL OF SELECTED TOPICS IN SIGNAL PROCESSING, VOL. 1, NO. 2, AUGUST 2007 231 A Flexible Multiple Description Coding Framework for Adaptive Peer-to-Peer Video Streaming Emrah Akyol, A. Murat Tekalp,

More information

Routing in Multi-Channel Multi-Interface Ad Hoc Wireless Networks

Routing in Multi-Channel Multi-Interface Ad Hoc Wireless Networks Routing in Multi-Channel Multi-Interface Ad Hoc Wireless Networks Technical Report, December 4 Pradeep Kyasanur Dept. of Computer Science, and Coordinated Science Laboratory, University of Illinois at

More information

SECURE DATA TRANSMISSION USING INDISCRIMINATE DATA PATHS FOR STAGNANT DESTINATION IN MANET

SECURE DATA TRANSMISSION USING INDISCRIMINATE DATA PATHS FOR STAGNANT DESTINATION IN MANET SECURE DATA TRANSMISSION USING INDISCRIMINATE DATA PATHS FOR STAGNANT DESTINATION IN MANET MR. ARVIND P. PANDE 1, PROF. UTTAM A. PATIL 2, PROF. B.S PATIL 3 Dept. Of Electronics Textile and Engineering

More information

Network Aware Adaptation With Real-Time Channel Statistics For Wireless LAN Multimedia Transmissions

Network Aware Adaptation With Real-Time Channel Statistics For Wireless LAN Multimedia Transmissions Network-aware Adaptation with Real-Time Channel Statistics for Wireless LAN Multimedia Transmissions in the Digital Home Dilip Krishnaswamy and Shanyu Zhao Abstract This paper suggests the use of intelligent

More information

Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation

Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation Improving the Performance of TCP Using Window Adjustment Procedure and Bandwidth Estimation R.Navaneethakrishnan Assistant Professor (SG) Bharathiyar College of Engineering and Technology, Karaikal, India.

More information

Analysis and Enhancement of QoS in Cognitive Radio Network for Efficient VoIP Performance

Analysis and Enhancement of QoS in Cognitive Radio Network for Efficient VoIP Performance Analysis and Enhancement of QoS in Cognitive Radio Network for Efficient VoIP Performance Tamal Chakraborty 1, Atri Mukhopadhyay 2 1 Dept. of Electronics and Telecommunication Engineering 2 School of Mobile

More information

A Comparative Study of Tree-based and Mesh-based Overlay P2P Media Streaming

A Comparative Study of Tree-based and Mesh-based Overlay P2P Media Streaming A Comparative Study of Tree-based and Mesh-based Overlay P2P Media Streaming Chin Yong Goh 1,Hui Shyong Yeo 1, Hyotaek Lim 1 1 Dongseo University Busan, 617-716, South Korea cgnicky@gmail.com, hui_shyong@hotmail.com,

More information

Giving life to today s media distribution services

Giving life to today s media distribution services Giving life to today s media distribution services FIA - Future Internet Assembly Athens, 17 March 2014 Presenter: Nikolaos Efthymiopoulos Network architecture & Management Group Copyright University of

More information

IRMA: Integrated Routing and MAC Scheduling in Multihop Wireless Mesh Networks

IRMA: Integrated Routing and MAC Scheduling in Multihop Wireless Mesh Networks IRMA: Integrated Routing and MAC Scheduling in Multihop Wireless Mesh Networks Zhibin Wu, Sachin Ganu and Dipankar Raychaudhuri WINLAB, Rutgers University 2006-11-16 IAB Research Review, Fall 2006 1 Contents

More information

SJBIT, Bangalore, KARNATAKA

SJBIT, Bangalore, KARNATAKA A Comparison of the TCP Variants Performance over different Routing Protocols on Mobile Ad Hoc Networks S. R. Biradar 1, Subir Kumar Sarkar 2, Puttamadappa C 3 1 Sikkim Manipal Institute of Technology,

More information

Reliable Adaptive Lightweight Multicast Protocol

Reliable Adaptive Lightweight Multicast Protocol Reliable Adaptive Lightweight Multicast Protocol Ken Tang Scalable Network Technologies ktang@scalable-networks.com Katia Obraczka UC Santa Cruz katia@cse.ucsc.edu Sung-Ju Lee HP Labs sjlee@hpl.hp.com

More information

Scalable Video Streaming in Wireless Mesh Networks for Education

Scalable Video Streaming in Wireless Mesh Networks for Education Scalable Video Streaming in Wireless Mesh Networks for Education LIU Yan WANG Xinheng LIU Caixing 1. School of Engineering, Swansea University, Swansea, UK 2. College of Informatics, South China Agricultural

More information

Adaptive Coding and Packet Rates for TCP-Friendly VoIP Flows

Adaptive Coding and Packet Rates for TCP-Friendly VoIP Flows Adaptive Coding and Packet Rates for TCP-Friendly VoIP Flows C. Mahlo, C. Hoene, A. Rostami, A. Wolisz Technical University of Berlin, TKN, Sekr. FT 5-2 Einsteinufer 25, 10587 Berlin, Germany. Emails:

More information

Performance Analysis of AQM Schemes in Wired and Wireless Networks based on TCP flow

Performance Analysis of AQM Schemes in Wired and Wireless Networks based on TCP flow International Journal of Soft Computing and Engineering (IJSCE) Performance Analysis of AQM Schemes in Wired and Wireless Networks based on TCP flow Abdullah Al Masud, Hossain Md. Shamim, Amina Akhter

More information

networks Live & On-Demand Video Delivery without Interruption Wireless optimization the unsolved mystery WHITE PAPER

networks Live & On-Demand Video Delivery without Interruption Wireless optimization the unsolved mystery WHITE PAPER Live & On-Demand Video Delivery without Interruption Wireless optimization the unsolved mystery - Improving the way the world connects - WHITE PAPER Live On-Demand Video Streaming without Interruption

More information

Reliable Multicast Protocol with Packet Forwarding in Wireless Internet

Reliable Multicast Protocol with Packet Forwarding in Wireless Internet Reliable Multicast Protocol with Packet Forwarding in Wireless Internet Taku NOGUCHI, Toru YOSHIKAWA and Miki YAMAMOTO College of Information Science and Engineering, Ritsumeikan University 1-1-1, Nojihigashi,

More information

Adaptive DCF of MAC for VoIP services using IEEE 802.11 networks

Adaptive DCF of MAC for VoIP services using IEEE 802.11 networks Adaptive DCF of MAC for VoIP services using IEEE 802.11 networks 1 Mr. Praveen S Patil, 2 Mr. Rabinarayan Panda, 3 Mr. Sunil Kumar R D 1,2,3 Asst. Professor, Department of MCA, The Oxford College of Engineering,

More information

An Active Packet can be classified as

An Active Packet can be classified as Mobile Agents for Active Network Management By Rumeel Kazi and Patricia Morreale Stevens Institute of Technology Contact: rkazi,pat@ati.stevens-tech.edu Abstract-Traditionally, network management systems

More information

Achieving Energy Efficiency in MANETs by Using Load Balancing Approach

Achieving Energy Efficiency in MANETs by Using Load Balancing Approach International Journal of Computer Networks and Communications Security VOL. 3, NO. 3, MARCH 2015, 88 94 Available online at: www.ijcncs.org E-ISSN 2308-9830 (Online) / ISSN 2410-0595 (Print) Achieving

More information

An Efficient QoS Routing Protocol for Mobile Ad-Hoc Networks *

An Efficient QoS Routing Protocol for Mobile Ad-Hoc Networks * An Efficient QoS Routing Protocol for Mobile Ad-Hoc Networks * Inwhee Joe College of Information and Communications Hanyang University Seoul, Korea iwj oeshanyang.ac.kr Abstract. To satisfy the user requirements

More information

WITH the advances of mobile computing technology

WITH the advances of mobile computing technology 582 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 18, NO. 5, MAY 2008 Joint Source Adaptation and Resource Allocation for Multi-User Wireless Video Streaming Jianwei Huang, Member,

More information

Cross Layer TCP Congestion Control Load Balancing Technique in MANET

Cross Layer TCP Congestion Control Load Balancing Technique in MANET Cross Layer TCP Congestion Control Load Balancing Technique in MANET Nidhi Shukla 1, Neelesh Gupta 2, Naushad Parveen 3 1 M.Tech Scholar (ECE), 2 Prof & Head (ECE), 3 Asst. Prof. ( ECE), Department of

More information

Study of Different Types of Attacks on Multicast in Mobile Ad Hoc Networks

Study of Different Types of Attacks on Multicast in Mobile Ad Hoc Networks Study of Different Types of Attacks on Multicast in Mobile Ad Hoc Networks Hoang Lan Nguyen and Uyen Trang Nguyen Department of Computer Science and Engineering, York University 47 Keele Street, Toronto,

More information

other. A B AP wired network

other. A B AP wired network 1 Routing and Channel Assignment in Multi-Channel Multi-Hop Wireless Networks with Single-NIC Devices Jungmin So + Nitin H. Vaidya Department of Computer Science +, Department of Electrical and Computer

More information

On the Potential of Network Coding for Cooperative Awareness in Vehicular Networks

On the Potential of Network Coding for Cooperative Awareness in Vehicular Networks On the Potential of Network Coding for Cooperative Awareness in Vehicular Networks Miguel Sepulcre, Javier Gozalvez, Jose Ramon Gisbert UWICORE, Ubiquitous Wireless Communications Research Laboratory,

More information

{p t [D1t(p t ) + D2t(p t )]}. Proposition 1. With a dynamic centralized pricing mechanism, p cen

{p t [D1t(p t ) + D2t(p t )]}. Proposition 1. With a dynamic centralized pricing mechanism, p cen On Profitability and Efficiency of Wireless Mesh Networks Fang Fang, College of Business Administration, Cal State San Marcos, fangfang@csusm.edu; Lili Qiu, Department of Computer Science, The Univ of

More information

1Multimedia Networking and Communication: Principles and Challenges

1Multimedia Networking and Communication: Principles and Challenges 1Multimedia Networking and Communication: Principles and Challenges Mihaela van der Schaar and Philip A. Chou In case you haven t noticed, multimedia communication over IP and wireless networks is exploding.

More information

TOPOLOGIES NETWORK SECURITY SERVICES

TOPOLOGIES NETWORK SECURITY SERVICES TOPOLOGIES NETWORK SECURITY SERVICES 1 R.DEEPA 1 Assitant Professor, Dept.of.Computer science, Raja s college of Tamil Studies & Sanskrit,Thiruvaiyaru ABSTRACT--In the paper propose about topology security

More information

IMPLEMENTATION OF CELLULAR NETWORKS WITH LEASING CAPABILITIES FOR LARGE QUERY PROCESS

IMPLEMENTATION OF CELLULAR NETWORKS WITH LEASING CAPABILITIES FOR LARGE QUERY PROCESS IMPLEMENTATION OF CELLULAR NETWORKS WITH LEASING CAPABILITIES FOR LARGE QUERY PROCESS M.surendra 1, T.Sujilatha 2, #1 Student of M.Tech (C.S) and Department Of CSE, GOKULA KRISHNA COLLEGE OF ENGINEERING

More information

Comparative Analysis of Congestion Control Algorithms Using ns-2

Comparative Analysis of Congestion Control Algorithms Using ns-2 www.ijcsi.org 89 Comparative Analysis of Congestion Control Algorithms Using ns-2 Sanjeev Patel 1, P. K. Gupta 2, Arjun Garg 3, Prateek Mehrotra 4 and Manish Chhabra 5 1 Deptt. of Computer Sc. & Engg,

More information

Mobile Computing/ Mobile Networks

Mobile Computing/ Mobile Networks Mobile Computing/ Mobile Networks TCP in Mobile Networks Prof. Chansu Yu Contents Physical layer issues Communication frequency Signal propagation Modulation and Demodulation Channel access issues Multiple

More information

Joint Network and Rate Allocation for Video Streaming over Multiple Wireless Networks

Joint Network and Rate Allocation for Video Streaming over Multiple Wireless Networks Joint Network and Rate Allocation for Video Streaming over Multiple Wireless Networks D. Jurca, W. Kellerer, E. Steinbach, S. Khan, S. Thakolsri, P. Frossard Signal Processing Institute, Ecole Polytechnique

More information

Routing Analysis in Wireless Mesh Network with Bandwidth Allocation

Routing Analysis in Wireless Mesh Network with Bandwidth Allocation International Journal of Engineering and Advanced Technology (IJEAT) ISSN: 2249 8958, Volume-2, Issue-3, February 213 Routing Analysis in Wireless Mesh Network with Bandwidth Allocation T.S. Starlin, D.

More information

Adopting SCTP and MPLS-TE Mechanism in VoIP Architecture for Fault Recovery and Resource Allocation

Adopting SCTP and MPLS-TE Mechanism in VoIP Architecture for Fault Recovery and Resource Allocation Adopting SCTP and MPLS-TE Mechanism in VoIP Architecture for Fault Recovery and Resource Allocation Fu-Min Chang #1, I-Ping Hsieh 2, Shang-Juh Kao 3 # Department of Finance, Chaoyang University of Technology

More information

VoIP over MANET (VoMAN): QoS & Performance Analysis of Routing Protocols for Different Audio Codecs

VoIP over MANET (VoMAN): QoS & Performance Analysis of Routing Protocols for Different Audio Codecs VoIP over MANET (VoMAN): QoS & Performance Analysis of Routing Protocols for Different Audio Codecs Said El brak Mohammed Bouhorma Anouar A.Boudhir ABSTRACT Voice over IP (VoIP) has become a popular Internet

More information

VOIP under: WLAN 802.11g. VS Telephone Landline. ENSC 427 Team 1 Luke Dang tld@sfu.ca Jason Tsai kta2@sfu.ca Jeffrey Tam jta6@sfu.

VOIP under: WLAN 802.11g. VS Telephone Landline. ENSC 427 Team 1 Luke Dang tld@sfu.ca Jason Tsai kta2@sfu.ca Jeffrey Tam jta6@sfu. VOIP under: WLAN 802.11g and Ethernet connection VS Telephone Landline ENSC 427 Team 1 Luke Dang tld@sfu.ca Jason Tsai kta2@sfu.ca Jeffrey Tam jta6@sfu.ca Project Website: www.sfu.ca/~kta2 2 Introduction

More information

Dynamic Load Balance Algorithm (DLBA) for IEEE 802.11 Wireless LAN

Dynamic Load Balance Algorithm (DLBA) for IEEE 802.11 Wireless LAN Tamkang Journal of Science and Engineering, vol. 2, No. 1 pp. 45-52 (1999) 45 Dynamic Load Balance Algorithm () for IEEE 802.11 Wireless LAN Shiann-Tsong Sheu and Chih-Chiang Wu Department of Electrical

More information

Introduction VOIP in an 802.11 Network VOIP 3

Introduction VOIP in an 802.11 Network VOIP 3 Solutions to Performance Problems in VOIP over 802.11 Wireless LAN Wei Wang, Soung C. Liew Presented By Syed Zaidi 1 Outline Introduction VOIP background Problems faced in 802.11 Low VOIP capacity in 802.11

More information

QoSIP: A QoS Aware IP Routing Protocol for Multimedia Data

QoSIP: A QoS Aware IP Routing Protocol for Multimedia Data QoSIP: A QoS Aware IP Routing Protocol for Multimedia Data Md. Golam Shagadul Amin Talukder and Al-Mukaddim Khan Pathan* Department of Computer Science and Engineering, Metropolitan University, Sylhet,

More information

Predictive rate control for realtime video streaming with network triggered handover

Predictive rate control for realtime video streaming with network triggered handover Predictive rate control for realtime video streaming with network triggered handover Susumu Ishihara Kenji Koyama Shizuoka University 3-5-1 Johoku, Hamamatsu, 432-8561, Japan Goh Miyamoto Masahiro Kuroda

More information

A Wireless Mesh Network NS-3 Simulation Model: Implementation and Performance Comparison With a Real Test-Bed

A Wireless Mesh Network NS-3 Simulation Model: Implementation and Performance Comparison With a Real Test-Bed A Wireless Mesh Network NS-3 Simulation Model: Implementation and Performance Comparison With a Real Test-Bed Dmitrii Dugaev, Eduard Siemens Anhalt University of Applied Sciences - Faculty of Electrical,

More information

EINDHOVEN UNIVERSITY OF TECHNOLOGY Department of Mathematics and Computer Science

EINDHOVEN UNIVERSITY OF TECHNOLOGY Department of Mathematics and Computer Science EINDHOVEN UNIVERSITY OF TECHNOLOGY Department of Mathematics and Computer Science Examination Computer Networks (2IC15) on Monday, June 22 nd 2009, 9.00h-12.00h. First read the entire examination. There

More information

Performance improvement of TCP over wireless network

Performance improvement of TCP over wireless network Performance improvement of TCP over wireless network Raja singh Computer science Department, SRIT, Jabalpur, M.P.India, rajasinghpatel@gmail.com Brajesh patel Asst. Prof. SRIT,Jabalpur M.P., India, Abstract:

More information

IJMIE Volume 2, Issue 7 ISSN: 2249-0558

IJMIE Volume 2, Issue 7 ISSN: 2249-0558 Evaluating Performance of Audio conferencing on Reactive Routing Protocols for MANET Alak Kumar Sarkar* Md. Ibrahim Abdullah* Md. Shamim Hossain* Ahsan-ul-Ambia* Abstract Mobile ad hoc network (MANET)

More information

Service Level Analysis of Video Conferencing over Wireless Local Area Network

Service Level Analysis of Video Conferencing over Wireless Local Area Network Service Level Analysis of Video Conferencing over Wireless Local Area Network B.O. Sadiq, E. Obi, A.S. Abubakar, Y. Ibrahim & S. Saidu Department of Electrical and Computer Engineering Ahmadu Bello Unicersity

More information

Politecnico di Torino. Porto Institutional Repository

Politecnico di Torino. Porto Institutional Repository Politecnico di Torino Porto Institutional Repository [Proceeding] Efficient Uplink Bandwidth Utilization in P2P-TV Streaming Systems Original Citation: A. Carta,M. Mellia,M. Meo,S. Traverso (21). Efficient

More information

Asia-Pacific Advanced Network

Asia-Pacific Advanced Network Frame aggregations in the wireless LANs: A review paper Presented by: Anwar Saif Asia-Pacific Advanced Network Wireless communication 2009 Abstract The overhead induced by the IEEE 802.11 PHY and MAC layer

More information

Bandwidth Adaptation for MPEG-4 Video Streaming over the Internet

Bandwidth Adaptation for MPEG-4 Video Streaming over the Internet DICTA2002: Digital Image Computing Techniques and Applications, 21--22 January 2002, Melbourne, Australia Bandwidth Adaptation for MPEG-4 Video Streaming over the Internet K. Ramkishor James. P. Mammen

More information

A Performance Study of VoIP Applications: MSN vs. Skype

A Performance Study of VoIP Applications: MSN vs. Skype This full text paper was peer reviewed by subject matter experts for publication in the MULTICOMM 2006 proceedings. A Performance Study of VoIP Applications: MSN vs. Skype Wen-Hui Chiang, Wei-Cheng Xiao,

More information

A survey on Wireless Mesh Networks

A survey on Wireless Mesh Networks A survey on Wireless Mesh Networks IF Akyildiz, X Wang - Communications Magazine, IEEE, 2005 Youngbin Im ybim@mmlab.snu.ac.kr 2007.10.15. Contents Introduction to WMNs Network architecture Critical design

More information

A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks

A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks A Comparison Study of Qos Using Different Routing Algorithms In Mobile Ad Hoc Networks T.Chandrasekhar 1, J.S.Chakravarthi 2, K.Sravya 3 Professor, Dept. of Electronics and Communication Engg., GIET Engg.

More information

Attenuation (amplitude of the wave loses strength thereby the signal power) Refraction Reflection Shadowing Scattering Diffraction

Attenuation (amplitude of the wave loses strength thereby the signal power) Refraction Reflection Shadowing Scattering Diffraction Wireless Physical Layer Q1. Is it possible to transmit a digital signal, e.g., coded as square wave as used inside a computer, using radio transmission without any loss? Why? It is not possible to transmit

More information

A Catechistic Method for Traffic Pattern Discovery in MANET

A Catechistic Method for Traffic Pattern Discovery in MANET A Catechistic Method for Traffic Pattern Discovery in MANET R. Saranya 1, R. Santhosh 2 1 PG Scholar, Computer Science and Engineering, Karpagam University, Coimbatore. 2 Assistant Professor, Computer

More information

PERFORMANCE ANALYSIS OF AODV, DSR AND ZRP ROUTING PROTOCOLS IN MANET USING DIRECTIONAL ANTENNA

PERFORMANCE ANALYSIS OF AODV, DSR AND ZRP ROUTING PROTOCOLS IN MANET USING DIRECTIONAL ANTENNA International Research Journal of Engineering and Technology (IRJET) e-issn: -00 Volume: 0 Issue: 0 Oct-01 www.irjet.net p-issn: -00 PERFORMANCE ANALYSIS OF AODV, DSR AND ZRP ROUTING PROTOCOLS IN MANET

More information

White Paper. Wireless Network Considerations for Mobile Collaboration

White Paper. Wireless Network Considerations for Mobile Collaboration White Paper Wireless Network Considerations for Mobile Collaboration Table of Contents I. Introduction... 3 II. Wireless Considerations... 4 Channel Selection... 4 Interference... 4 Coverage... 5 Covering

More information

Towards Efficient Routing in Vehicular Ad Hoc Networks

Towards Efficient Routing in Vehicular Ad Hoc Networks Towards Efficient Routing in Vehicular Ad Hoc Networks Moez Jerbi*, Sidi-Mohammed Senouci* and Yacine Ghamri-Doudane** *France Telecom R&D, Core Network Laboratories, Lannion, France **Networks and Multimedia

More information

Log-Likelihood Ratio-based Relay Selection Algorithm in Wireless Network

Log-Likelihood Ratio-based Relay Selection Algorithm in Wireless Network Recent Advances in Electrical Engineering and Electronic Devices Log-Likelihood Ratio-based Relay Selection Algorithm in Wireless Network Ahmed El-Mahdy and Ahmed Walid Faculty of Information Engineering

More information

Analysis of Effect of Handoff on Audio Streaming in VOIP Networks

Analysis of Effect of Handoff on Audio Streaming in VOIP Networks Beyond Limits... Volume: 2 Issue: 1 International Journal Of Advance Innovations, Thoughts & Ideas Analysis of Effect of Handoff on Audio Streaming in VOIP Networks Shivani Koul* shivanikoul2@gmail.com

More information

A Fast Path Recovery Mechanism for MPLS Networks

A Fast Path Recovery Mechanism for MPLS Networks A Fast Path Recovery Mechanism for MPLS Networks Jenhui Chen, Chung-Ching Chiou, and Shih-Lin Wu Department of Computer Science and Information Engineering Chang Gung University, Taoyuan, Taiwan, R.O.C.

More information

ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP

ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP ENSC 427: Communication Networks ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP Spring 2010 Final Project Group #6: Gurpal Singh Sandhu Sasan Naderi Claret Ramos (gss7@sfu.ca) (sna14@sfu.ca)

More information

ISSN: 2321-7782 (Online) Volume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies

ISSN: 2321-7782 (Online) Volume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) olume 2, Issue 4, April 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Paper / Case Study Available online at: www.ijarcsms.com

More information

Slow Adaptive OFDMA Systems Through Chance Constrained Programming

Slow Adaptive OFDMA Systems Through Chance Constrained Programming www.ijcsi.org 213 Slow Adaptive OFDMA Systems Through Chance Constrained Programming N. Revathy 1, T.Guhan 2 1 Assistant Professor, Department of Computer Applications, Karpagam College of Engineering,

More information