A Survey on Voice Over IP Over Wireless Lans

A Survey on Voice Over IP Over Wireless Lans

World Academy of Science, Engineering and Technology 71 2010 A Survey on Voice over IP over Wireless LANs Haniyeh Kazemitabar, Sameha Ahmed, Kashif Nisar, Abas B Said, Halabi B Hasbullah especially that voice is transmitted in digital form which Abstract—Voice over Internet Protocol (VoIP) is a form of voice enables VoIP to provide more features [5]. However, VoIP communication that uses audio data to transmit voice signals to the still suffer few drawbacks which user should consider when end user. VoIP is one of the most important technologies in the deploying VoIP system [6]. World of communication. Around, 20 years of research on VoIP, some problems of VoIP are still remaining. During the past decade B. VoIP components and with growing of wireless technologies, we have seen that many Basically, VoIP system can be configured in these papers turn their concentration from Wired-LAN to Wireless-LAN. VoIP over Wireless LAN (WLAN) faces many challenges due to the connection modes respectively; PC to PC, Telephony to loose nature of wireless network. Issues like providing Quality of Telephony and PC to Telephony [7]. Service (QoS) at a good level, dedicating capacity for calls and VoIP consists of three essential components: CODEC having secure calls is more difficult rather than wired LAN. (Coder/Decoder), packetizer and playout buffer [8], [9]. At the Therefore VoIP over WLAN (VoWLAN) remains a challenging sender side, an adequate sample of analogue voice signals are research topic. In this paper we consolidate and address major converted to digital signals, compressed and then encoded into VoWLAN issues. This research is helpful for those researchers wants to do research in Voice over IP technology over WLAN network. a predetermined format using voice codec. There are various voice codecs developed and standardized by International Keywords—Capacity, QoS, Security, VoIP Issues, WLAN. Telecommunication Union-Telecommunication (ITU-T) such as G.711, G.729, etc. Next, packetization process is performed I. INTRODUCTION which fragment encoded voice into equal size of packets. Furthermore, in each packet, some protocol headers from A. Background of Voice over IP different layers are attached to the encoded voice. Protocols OICE over Internet Protocol (VoIP) is one of the most headers added to voice packets are of Real-time Transport Vimportant technologies in the World of communication. Protocol (RTP), User Datagram Protocol (UDP), and Internet VoIP is simply a way to make phone calls through the Protocol (IP) as well as data link layer header. In addition, internet. VoIP transmits packet via packet-switched network RTP and Real-Time Control Protocol (RTCP) were designed in which voice packets may take the most efficient path. On at the application layer to support real-time applications. the other hand, the traditional public switched telephone Although TCP transport protocol is commonly used in the network (PSTN) is a circuit-switched network which requires internet, UDP protocol is preferred in VoIP and other delay- a dedicated line for telecommunications activity [1]. sensitive real-time applications. TCP protocol is suitable for Furthermore, Internet was initially used for transmit data less delay-sensitive data packets and not for delay-sensitive traffic and it is performing this task really well. However, packets due to the acknowledgement (ACK) scheme that TCP Internet is best-effort network and therefore it is not sufficient applies. This scheme introduces delay as receiver has to notify enough for the transmission of real-time traffic such as VoIP the sender for each received packet by sending ACK. [2]. The packets are then sent out over IP network to its In addition, there are about 1 billion fixed telephone lines destination where the reverse process of decoding and and 2 billion cell phones in the World that use PSTN systems. depacketizing of the received packets is carried out. During In the near future, they will move to networks that are based the transmission process, time variations of packets delivery on open protocols known as VoIP [3]. That can be seen from (jitter) may occur. Hence, a playout buffer is used at the the increasing number of VoIP users. For instance there are receiver end to smoothen the playout by mitigating the more than eighty million subscribers of Skype; a very popular incurred jitter. Packets are queued at the playout buffer for a VoIP commercial application [4]. VoIP has gained popularity playout time before being played. However, packets arriving due to the more advantages it can offer than PSTN systems later than the playout time are discarded. The principle components of a VoIP system, which covers the end-to-end Haniyeh Kazemitabar, [email protected] transmission of voice, are illustrated in Figure 1. Sameha Ahmed, [email protected] Kashif Nisar, [email protected] Abas B Said, [email protected] Halabi B Hasbullah, [email protected] Department of Computer & Information Sciences, Universiti Teknologi PETRONAS , Bandar Seri Iskandar, 31750 Tronoh Perak, Malaysia. 352 World Academy of Science, Engineering and Technology 71 2010 D. IEEE 802.11 MAC The IEEE 802.11 WLAN networks known as a wireless Ethernet play an important function in future-generation networks. Medium Access Control (MAC) sub-layer categorizes two functions, Distributed Coordination Function (DCF) and Point Coordination Function (PCF). The IEEE 802.11 WLANs support both contention-based DCF and contention-free PCF functions. PCF uses centralized polling system which requires AP as access coordinator. DCF obligates a station (STA) to listen for the channel status; it is busy or free. DCF uses Carrier Sensing Multiple Access/Collision Avoidance CSMA/CA as the access method [13]-[16]. CSMA/CA deploys InterFrame Space (IFS), Fig. 1 VoIP over WLANs components Contention Window (CW) and Acknowledgment. IFS is waiting period of transmission over IP-based network. In DCF access method, STA senses traffic before send or share packet C. Background of Wireless LAN over IP-based network. If DCF found medium is sensed busy, Wireless LAN is one of the mainly organized wireless sender would be waiting until the medium ready for the technologies all over the World and is likely to play a major transmission. This process is called DCF interfram space function in the next-generation wireless voice call networks. (DIFS). Then the sender STA will send Request-to-Send The architecture of this type of network is the same as Local (RTS) to get permission from receiver by sending Clear-to- Area Network (LAN)’s except that the transmission happens Send (CTS). Meanwhile, other STAs are informed about the via radio frequency (RF) or Infrared (IR) and not through time period of transmission to renew the local timer of their physical wires/cables, and at the MAC sub-layer, it uses Network Allocation Vectors (NAV). CW is a number of slots different standard protocol. The main characteristics of the which ranging from 0 to 1. CW stops its timer while station WLANs are mobility, simplicity, scalability, edibility and cost finds the channel busy due to overflow or bursty traffic over effectiveness. networks and restart timer when the channel is sensed as idle. Simply, wireless network allows nodes to communicate STA can calculate the random counter interval backoff and with each other wirelessly and it can be configured in two choose from CW. The senders then enter the backoff phase, in ways: infrastructure less mode and infrastructure mode. In the which every sender chooses a random backoff counter from first mode which is called Ad hoc or peer to peer (P2P) (0, CWmin). Then CW as: Backoff_Phase= rand (0, CW) . network, there is no fixed point and each node can directly slot time, where CW min<CW<CWmax. The backoff counter communicate with all other nodes. On the other hand, the is reduced by 1 for each idle time slot and stop until busy second method of wireless is where the transmission between period. When the backoff counter reaches 0, then sender two or more nodes goes through a third node called Access starts the transmission and the receiver sends an ACK to Point (AP) [11] as shown in figure 2. Thus when any terminal sender [17]-[22]. wants to send packets to other terminal, packets would be sent to the AP first which will forward them to their destination. In each terminal, one of the IEEE 802.11 WLAN standards protocols is deployed. There are several 802.11 protocols operating on different frequency bands such as: 802.11a support 5GHz and 54Mbps data rate, 802.11b supports 2.4GHz and 11Mbps, 802.11g support 2.4GHz and 54 Mbps, and 802.11n supports 2.4 or 5 GHz and 150Mbps data rate [23], [24]. The 802.11 workgroup in the institute of IEEE is responsible for developing and setting these standards and it added alphabetic character in each standard name, such as "a" or "b" to further describe each group that has been assigned for a specific task in developing the WLAN standard [12]. Conversely, WLAN provides connections to the IP networks and VoIP applications are already running over IP networks. Consequently, these two new technologies are merged to incorporate VoIP over WLANs (VoWLAN). Fig. 2 WLAN Infrastructure mode 353 World Academy of Science, Engineering and Technology 71 2010 II. VOWLAN QOS ISSUES The reverse process that carried out at the sender is Quality of service (QoS) can be defined as the network performed at the receiver adding more delay: process delay ability to provide good services that satisfy its customers. In and decoding delay including decompressing delay. other words, QoS measures the degree of user satisfactions; Additionally, Playback delay is incurred when playing out the the higher the QoS, the higher degree of user satisfaction.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    7 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us