Offering VoIP in a mobile IP network

Size: px
Start display at page:

Download "Offering VoIP in a mobile IP network"

Transcription

1 Graduate school of computer science and Engineering Monmouth University West Long Branch, NJ, USA Abstract In the recent decade, our understanding of what a phone is has changed drastically. Moving from a simple gadget to make and receive calls, to a more sophisticated digital handset that acts as a cell phone, a personal digital assistant, PDA, a video camera, a messaging kit, a web browser and more [1]. The emergence of the IEEE e standard, VoIP and mobile-ip algorithms spawned a new generation of services that phone operators world wide will offer ranging from multimedia downloads to broadband internet access up to 20 Mbps, referred to as 4G or Fourth generation technology. Keywords VoIP, Mobile-IP, IEEE , IEEE e, WiFi, Fast Handoff, MAN, WLAN, H.323, 4G. 1. Introduction 4G technology promises the integration of the infamous IP protocol to manage the cell phone [2], this opens an even broader range of services consumers can benefit from with high availability and at a lower cost than the currently existing technologies. Sustaining voice services over IP networks shows a lot of potential in the Page 1 of 13

2 telecommunication industry [3]. Nevertheless, routing the data over the IP protocol requires a well known end to end IP address to the communicating hosts. This issue, however, has been intensively studied and solved by using mobile-ip model [6]. Such application of mobile VoIP has been also implemented using a combination of IEEE and SIP [4] and simulation studies have solved many of the problems such as maintaining uninterrupted connectivity when a mobile phone moves from one station perimeter to another using the fast IP handoff technique described in [5]. This paper discusses the how this technology can be integrated with mobile phones and makes it an appealing choice for both phone operators and consumers. 2. Mobile IP (MIP) In order to support voice over IP in mobile networks, a lot of issues arise to keep the disruption time minimal when a mobile node has a communication in progress. Such issues can be inherited from the mobility concept itself where each mobile node (MN) changes its IP address every time it enters to a new base station s perimeter and changes networks along the way. A mechanism had to be defined to allow dynamic IP modification while preserving the mobility of the MN. IN [2], the author devised a mobility management scheme that makes use of the fast handoff technique described in [5], which uses an adaptive probabilistic algorithm to process handoff operation. Mobile IP was introduced to solve the mobility problem by maintaining two IP addresses. The first address, often referred to by the permanent home address is assigned to the mobile phone in the home network. The other IP address, called the care-of address (CoA) is assigned at the foreign network FA and represents the location of the mobile Page 2 of 13

3 node [6]. The binding between the permanent and the CoA addresses is maintained transparently between the HA and the FA. The following procedure summarizes the necessary steps for Mobile-IP: (a) The home and foreign agents located at the home network or mobile network respectively notify their presence by sending advertising packets. (b) The mobile node (MN) then decides whether to use the mobile IP mechanism depending on whether it is located inside or outside the home network. (c) The MN requests a CoA address when it moves to a foreign network and registers it with the home network to permit data packets to be routed to the right location. Figure 1: Mobile-IP (MIP) architecture (courtesy of Cisco networks) Page 3 of 13

4 2.1 drawbacks of Mobile IP The mobile IP technique suffers from some problems such as triangular routing phenomenon described in [7], and high handoff latency thus introducing huge performance overhead in terms of signaling load. The solution proposed by [7] to address this issue is to delegate the mobility management to regional domains/networks, instead of sending handoff information to the HA every time the mobile node moves, foreign networks can manage small movements locally by caching the MN s CoA. 3. voice over IP (VoIP) VoIP is the transmission of voice packet over an IP network. This technology emerged due to the popularity and reliability of the IP protocol as well as the increase broadband connection. In order to be transmitted, voice data is encoded using PCM (pulse code modulation) and sent over the trunk or the data line, these packets are then sent across the network with routing information to reach a VoIP aware hardware or software. To restore the audio data, the reverse process is applied on the received data and the original message is restored. Figure 2: VoIP with leased line over PSTN (courtesy of ) Page 4 of 13

5 VoIP is an attractive model for service providers as well as consumers for the fact that it can utilize the pre-existing infrastructure of the internet. VoIP takes many form, but the predominant ones are PC to PC or PC to phone, which in turn means that the packets sent are routed from the IP network to the PSTN network and vice versa in the case of the 3G networks. 4. VoIP and H.323 Talking about VoIP cannot be done without mentioning the H.323 protocol, which is a complete suite that manages the by necessity for a standardized protocol soon to be named H.323 was created. This protocol defines the set of rules for voice data encoding schemes, call management, routing and so on. The H.323 defines a zone, which is a collection of terminals, is controlled by a gatekeeper. This latter manages the voice data that is put on the line to the internet which in turn is routed to the PSTN network via a gateway [8]. Figure 3: H.323 protocol stack (courtesy of Google images.com) Page 5 of 13

6 Nevertheless, the H.323 was sought to be very complex which led in turn to the emergence of the SIP, which is a lightweight implementation of the discussed protocol. Both SIP and H.323 can be used as part of the mobile VoIP protocol stack to control, maintain and deliver voice packets to the corresponding node CN across heterogeneous networks. 5. AT&T s igsm network for mobile nodes. Mobile-IP is a very elaborate technique to preserve uninterrupted data flow regardless of the targets mobility, And also VoIP is a technology that uses the infamous IP protocol to route PCM packets over the internet s network, thus, presenting a cheaper alternative to existing telephone networks. In 2000, AT&T laboratories have conducted research on how to merge VoIP services over GSM networks [3]. The architecture of their system consisted of using an optimized H.323 protocol over GSM networks. To start a communication, one must be inside the IP network and then it sends a request to the H.323 gatekeeper. This latter performs call control protocol including registration with the system as well as release while the mobile node moves from one IP network to another. The proposed system, igsm, also defines the translation mechanisms between the IP network and the PSTN or mobile phone networks as well as data marshalling between them [3]. This system however never went into a large scale implementation because some security concerns. 6. The dynamic mobility management model (DSR) Page 6 of 13

7 To support voice delivery to mobile nodes, various protocols are combined together to form a system i.e. Mobile IP, H.323, handoff techniques. However, these protocols impose a lot of messaging overhead and arise many security issues since the MN credentials are kept in all the foreign networks it moved from or into. A dynamic shadow registration (DSR) was proposed to solve those disadvantages and limitations [6]. Its main purpose is to provide a seamless VoIP handoff scheme. In order for the handoff to be transparent to the mobile node, the time it requires to be accomplished must be minimized. The proposed DSR is a probabilistic protocol that predicts the mobile node s next foreign network. This method requires an authentication, authorization and accounting (AAA) server in the home network, which is contacted by the foreign network before the handoff takes place. The home AAA server calculates the next hops for the MN based on probabilistic computation and sends the credentials of the MN to the AAAF of the FA s that are likely to be moved to the home AAA. This latter sends a security handshake to the network with the highest probability (p (i) 1) and starts the registration process. By the time the MN arrives at the new foreign network, the PCM packets can reach the new location of the node without any interruption. 7. Using the DSR scheme to MIP DSR is a clever model that solved many of the problems inherited by current technologies such as long hand off times and the interception of the MN s security credentials. Mobile IP defines two building blocks. The Home agent that controls and tunnels the PCM data to the MN s location and a foreign agent that leases the new care of address CoA to the MN. However, a new problem arises when the MN moves at high Page 7 of 13

8 speeds, 130 km/hr for example, while in the train or driving a car. The speeds results in possible abruption in PCM routing due to insufficient time to process a handoff. The authors in [6] devised a formula for calculating the total time required to accomplish a handoff: T = RTT<MN, DHCP> + RTT<MN,AAAF> + TT<MN,AAAH> The simulation of this process in [6] is summarized in the following table: Term Time required (ms) Description RTT<MN, DHCP> 10 Time to send and receive data over a wireless link RTT<MN,AAAF> 12 Time to send and receive data over a foreign network RTT<MN, AAAH> 25 Time to send and receive data from the home network T = 47ms is the time required for a handoff using the DSR technique with Mobile-IP. This rate brings the error rate to a mere % over 10k of data sent [6], which is still high according to the industries standards but it is compensated by the lower overhead and the security property of the system. 8. IEEE standard and the migration to 4G broadband networks. Even though 3G networks are not fully deployed yet, standards have been devised for the next generation network 4G that will feed broadband internet access to IP based and mobile nodes. Generally discussed under the umbrella of WiMAX (world wide interoperability for microwave access), it allows the existing network infrastructures to work and operate interchangeably at broadband rates. WiMAX is aimed at Wide Area Networks (WAN) and promises coverage in the range of 4-6 miles. This technology is a Page 8 of 13

9 viable alternative to provide VoIP services for MN s in the sense that it supports ATM, IPv4 as well as IPv6. The diagram below summarizes the WiMAX spectrum of targeted clients and the technologies it uses: Figure 4: IEEE standard (courtesy of ) What makes this standard very appealing for VoIP applications is its backward compatibility with existing technologies. The ability to operate in the 5MHz frequency spectrum enhances the maximum data rate to deliver the data. According to [1], mobile WiMAX can deliver data up to 30 Mbps for audio and video. IEEE and IEEE x can work together to deliver voice over IP over a WiMAX network. It is done by integrating the H.323 and SIP protocols into the phones to manage internet telephony and route voice streams PCMs from a WiFi network when a mobile node is in a hot spot to a Page 9 of 13

10 WiMAX network back to another hot spot where the user is registered in using either SIP or H.323 or to the existing PSTN network. 8.1 Fast IP handoff for VoIP in WLAN networks WiMAX support for VoIP relies heavily on the widespread of WiFi networks in a metropolitan area network (MAN), however, preserving an ongoing session when a MN moves from one WiFi network to another is a real disadvantage because the handoff latency is very large due in large to the IP adjustment in access points. IP-IAPP as described in [5], also referred to by the Fast IP handoff, was proposed to resolve the latency issue and to guarantee a transparent mobility from one network to another. The mechanism of IP-IAPP works as follows: (a) Every MN gets an IP address from the home access point (HAP). (b) Once the MN moves closer to a foreign AP, it sends a trigger to start the IP-IAPP mobility management procedure to resolve the new IP. (c) The FAP now acts as the new agent for the MN and offers advanced routing services to it. This entire procedure is accomplished in less than 50ms according to the simulations made by [5]. Another method was described in [9] to support network layer mobility using transparent proxy caching mechanisms, which in turn requires minimum change in the existing infrastructure of the WLAN networks. The authors at [9] make use of standard DHCP and DNS servers to forward packets to the new location of the MN. The node binds to a Page 10 of 13

11 foreign network by sending a DHCP request and the proxy server in the new domain issues a DNS update of the new IP address assigned. This method requires no new protocols since it only introduces a proxy and a DNS server in each domain. In order for the PCMs to reach the MN, the proxy server intercepts the packets and forward them based on the DNS lookup entry. However, the performance of this system is tied heavily to the hardware used and the bandwidth of the network, which make it less susceptible to be a good solution for bandwidth hungry application such as voice or video streaming. Conclusion In this paper, we presented the different protocols or combination of protocols to service VoIP in a mobile IP environment. We described the igsm architecture devised by AT&T in [3] to integrate voice over IP over existing GSM networks. However, this method does not guarantee broadband access for voice applications that require a high bandwidth. Also, to offer VoIP in mobile networks, it is primordial to keep the ongoing sessions uninterrupted by implementing H.323 or SIP or their variations into the Mobile-IP model, where a MN can move freely from one network to another without any degradation in the voice stream caused by voice packets not been able to reach their new physical location and that by introducing a home agent, a foreign agent and a bind mechanism to resolve the home address to the Care-Of-Address. To ensure a high quality of service with minimal hand off time, we presented the DSR protocol [6] which uses a probabilistic algorithm to switch the control to a new foreign agent FA by calculating the possible candidate of foreign networks the mobile node might move into. IEEE and its successor IEEE e were also introduced by the industry standard to offer broadband Page 11 of 13

12 access to mobile nodes in a metropolitan area network as well as how to integrate existing technologies such as WLANs to server as routing network segments. 4G networks promise to make data available everywhere at high broadband speed everywhere, and VoIP will sure be one of the beneficiaries of such advancements in networking and open the doors to the mass production of IP based personal mobile solutions. References [1] K.R. Santhi, G. Senthil Kumaran, Migration to 4G: Mobile based Solutions, IEEE computer society, [2] Chung-Kuo Chang, A Mobile-IP Based mobility System for wireless Metropolitan Area Networks, IEEE computer society, [3] Herman C.H. Rao, Yi-Bing Lin, Sheng-Lin Cho, igsm: VoIP service for Mobile Networks, IEEE communications Magazine, April [4] Sangki Yun, Hyogon Kim, Inhye Kang, Squeezing 100+ VoIP out of b WLANs, IEE communication Magazine [5] Ioanna Samprakou, Christo Bourasm Theodore Karoubalis, Fast IP handoff support for VoIP and multimedia applications in WLANs, IEEE [6] Eunjung Lee, Jinsuk Back, Shou-hsuan Stephen Huang, A dynamic mobility management scheme for VoIP services, IEEE [7] Jun-Zhao sun, Jaakko Sauvola, Mobile IP applicability: When do we really need it?, IEEE [8] Andrew S. Tanenbaum, Computer Networks, Prentice Hall PTR 2003, [9] Wei Wu, Nilanjan Banejee, Kalyan Basu, Sajal K, Das, Network assisted IP mobility in wireless LANs, IEEE 2003 Page 12 of 13

13 Page 13 of 13

MOBILITY SUPPORT USING INTELLIGENT USER SHADOWS FOR NEXT-GENERATION WIRELESS NETWORKS

MOBILITY SUPPORT USING INTELLIGENT USER SHADOWS FOR NEXT-GENERATION WIRELESS NETWORKS MOBILITY SUPPORT USING INTELLIGENT USER SADOWS FOR NEXT-GENERATION WIRELESS NETWORKS Gergely V. Záruba, Wei Wu, Mohan J. Kumar, Sajal K. Das enter for Research in Wireless Mobility and Networking Department

More information

Mobility and cellular networks

Mobility and cellular networks Mobility and cellular s Wireless WANs Cellular radio and PCS s Wireless data s Satellite links and s Mobility, etc.- 2 Cellular s First generation: initially debuted in Japan in 1979, analog transmission

More information

5.0 Network Architecture. 5.1 Internet vs. Intranet 5.2 NAT 5.3 Mobile Network

5.0 Network Architecture. 5.1 Internet vs. Intranet 5.2 NAT 5.3 Mobile Network 5.0 Network Architecture 5.1 Internet vs. Intranet 5.2 NAT 5.3 Mobile Network 1 5.1The Internet Worldwide connectivity ISPs connect private and business users Private: mostly dial-up connections Business:

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

6 Mobility Management

6 Mobility Management Politecnico di Milano Facoltà di Ingegneria dell Informazione 6 Mobility Management Reti Mobili Distribuite Prof. Antonio Capone Introduction Mobility management allows a terminal to change its point of

More information

White Paper. D-Link International Tel: (65) 6774 6233, Fax: (65) 6774 6322. E-mail: info@dlink.com.sg; Web: http://www.dlink-intl.

White Paper. D-Link International Tel: (65) 6774 6233, Fax: (65) 6774 6322. E-mail: info@dlink.com.sg; Web: http://www.dlink-intl. Introduction to Voice over Wireless LAN (VoWLAN) White Paper D-Link International Tel: (65) 6774 6233, Fax: (65) 6774 6322. Introduction Voice over Wireless LAN (VoWLAN) is a technology involving the use

More information

Mobility (and philosophical questions about names and identity) David Andersen CMU CS 15-744. The problem

Mobility (and philosophical questions about names and identity) David Andersen CMU CS 15-744. The problem Mobility (and philosophical questions about names and identity) David Andersen CMU CS 15-744 The problem How to support mobile users What do we mean by support? Make it easy and convenient to effectively

More information

G.Vijaya kumar et al, Int. J. Comp. Tech. Appl., Vol 2 (5), 1413-1418

G.Vijaya kumar et al, Int. J. Comp. Tech. Appl., Vol 2 (5), 1413-1418 An Analytical Model to evaluate the Approaches of Mobility Management 1 G.Vijaya Kumar, *2 A.Lakshman Rao *1 M.Tech (CSE Student), Pragati Engineering College, Kakinada, India. Vijay9908914010@gmail.com

More information

Mobile Routing. When a host moves, its point of attachment in the network changes. This is called a handoff.

Mobile Routing. When a host moves, its point of attachment in the network changes. This is called a handoff. Mobile Routing Basic Notions of Mobility When a host moves, its point of attachment in the changes. This is called a handoff. The point of attachment is a base station (BS) for cellular, or an access point

More information

Enterprise VoIP Services over Mobile Ad-Hoc Technologies

Enterprise VoIP Services over Mobile Ad-Hoc Technologies Enterprise VoIP Services over Mobile Ad-Hoc Technologies 1 System Architecture Figure 1 illustrates the system architecture. We can divide it into 2 parts. One is the Mobile VoIP Box (MVB) node and the

More information

Keywords: VoIP, Mobile convergence, NGN networks

Keywords: VoIP, Mobile convergence, NGN networks VoIP Mobility Issues Gábor Bányász, Renáta Iváncsy Department of Automation and Applied Informatics and HAS-BUTE Control Research Group Budapest University of Technology and Economics Goldmann Gy. tér

More information

Mobile IP Part I: IPv4

Mobile IP Part I: IPv4 Mobile IP Part I: IPv4 Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu These slides are available on-line at: http://www.cse.wustl.edu/~jain/cse574-06/ 12-1 q Mobile

More information

Indepth Voice over IP and SIP Networking Course

Indepth Voice over IP and SIP Networking Course Introduction SIP is fast becoming the Voice over IP protocol of choice. During this 3-day course delegates will examine SIP technology and architecture and learn how a functioning VoIP service can be established.

More information

Mobility Management 嚴 力 行 高 雄 大 學 資 工 系

Mobility Management 嚴 力 行 高 雄 大 學 資 工 系 Mobility Management 嚴 力 行 高 雄 大 學 資 工 系 Mobility Management in Cellular Systems Cellular System HLR PSTN MSC MSC VLR BSC BSC BSC cell BTS BTS BTS BTS MT BTS BTS BTS BTS HLR and VLR HLR (Home Location Register)

More information

Voice over IP Basics for IT Technicians

Voice over IP Basics for IT Technicians Voice over IP Basics for IT Technicians White Paper Executive summary The IP phone is coming or has arrived on desk near you. The IP phone is not a PC, but does have a number of hardware and software elements

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

Mobility Management Advanced

Mobility Management Advanced Mobility Management Advanced Summer Semester 2011 Integrated Communication Systems Group Ilmenau University of Technology Outline Motivation Mobility Management Approaches in the TCP/IP Reference Model

More information

SERVICE DISCOVERY AND MOBILITY MANAGEMENT

SERVICE DISCOVERY AND MOBILITY MANAGEMENT Objectives: 1) Understanding some popular service discovery protocols 2) Understanding mobility management in WLAN and cellular networks Readings: 1. Fundamentals of Mobile and Pervasive Computing (chapt7)

More information

Voice over IP (VoIP) for Telephony. Advantages of VoIP Migration for SMBs BLACK BOX. 724-746-5500 blackbox.com

Voice over IP (VoIP) for Telephony. Advantages of VoIP Migration for SMBs BLACK BOX. 724-746-5500 blackbox.com Voice over IP (VoIP) for Telephony Advantages of VoIP Migration for SMBs BLACK BOX Hybrid PBX VoIP Gateways SIP Phones Headsets 724-746-5500 blackbox.com Table of Contents Introduction...3 About Voice

More information

Keywords Wimax,Voip,Mobility Patterns, Codes,opnet

Keywords Wimax,Voip,Mobility Patterns, Codes,opnet Volume 5, Issue 8, August 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Effect of Mobility

More information

VoIP / SIP Planning and Disclosure

VoIP / SIP Planning and Disclosure VoIP / SIP Planning and Disclosure Voice over internet protocol (VoIP) and session initiation protocol (SIP) technologies are the telecommunication industry s leading commodity due to its cost savings

More information

Research Article A Two-Layered Mobility Architecture Using Fast Mobile IPv6 and Session Initiation Protocol

Research Article A Two-Layered Mobility Architecture Using Fast Mobile IPv6 and Session Initiation Protocol Hindawi Publishing Corporation EURA Journal on Wireless Communications and Networking Volume 2008, Article ID 348594, 8 pages doi:10.1155/2008/348594 Research Article A Two-Layered Mobility Architecture

More information

Chapter 5. Data Communication And Internet Technology

Chapter 5. Data Communication And Internet Technology Chapter 5 Data Communication And Internet Technology Purpose Understand the fundamental networking concepts Agenda Network Concepts Communication Protocol TCP/IP-OSI Architecture Network Types LAN WAN

More information

Chapter 2 PSTN and VoIP Services Context

Chapter 2 PSTN and VoIP Services Context Chapter 2 PSTN and VoIP Services Context 2.1 SS7 and PSTN Services Context 2.1.1 PSTN Architecture During the 1990s, the telecommunication industries provided various PSTN services to the subscribers using

More information

Voice over IP (VoIP) Basics for IT Technicians

Voice over IP (VoIP) Basics for IT Technicians Voice over IP (VoIP) Basics for IT Technicians VoIP brings a new environment to the network technician that requires expanded knowledge and tools to deploy and troubleshoot IP phones. This paper provides

More information

Performance of Various Codecs Related to Jitter Buffer Variation in VoIP Using SIP

Performance of Various Codecs Related to Jitter Buffer Variation in VoIP Using SIP Performance of Various Related to Jitter Buffer Variation in VoIP Using SIP Iwan Handoyo Putro Electrical Engineering Department, Faculty of Industrial Technology Petra Christian University Siwalankerto

More information

A Novel Distributed Wireless VoIP Server Based on SIP

A Novel Distributed Wireless VoIP Server Based on SIP A Novel Distributed Wireless VoIP Server Based on SIP Yuebin Bai 1,Syed Aminullah 1, Qingmian Han 2, Ding Wang 1, Tan Zhang 1,and Depei Qian 1 1 (School of Computer Science and Engineering, Beihang University,

More information

159.334 Computer Networks. Voice over IP (VoIP) Professor Richard Harris School of Engineering and Advanced Technology (SEAT)

159.334 Computer Networks. Voice over IP (VoIP) Professor Richard Harris School of Engineering and Advanced Technology (SEAT) Voice over IP (VoIP) Professor Richard Harris School of Engineering and Advanced Technology (SEAT) Presentation Outline Basic IP phone set up The SIP protocol Computer Networks - 1/2 Learning Objectives

More information

Voice over IP. Presentation Outline. Objectives

Voice over IP. Presentation Outline. Objectives Voice over IP Professor Richard Harris Presentation Outline Brief overview of VoIP and applications Challenges of VoIP IP Support for Voice Protocols used for VoIP (current views) RTP RTCP RSVP H.323 Semester

More information

Connect your Control Desk to the SIP world

Connect your Control Desk to the SIP world Connect your Control Desk to the SIP world Systems in

More information

Mobile IP. Bheemarjuna Reddy Tamma IIT Hyderabad. Source: Slides of Charlie Perkins and Geert Heijenk on Mobile IP

Mobile IP. Bheemarjuna Reddy Tamma IIT Hyderabad. Source: Slides of Charlie Perkins and Geert Heijenk on Mobile IP Mobile IP Bheemarjuna Reddy Tamma IIT Hyderabad Source: Slides of Charlie Perkins and Geert Heijenk on Mobile IP IP Refresher Mobile IP Basics 3 parts of Mobile IP: Outline Advertising Care-of Addresses

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

REDUCING PACKET OVERHEAD IN MOBILE IPV6

REDUCING PACKET OVERHEAD IN MOBILE IPV6 REDUCING PACKET OVERHEAD IN MOBILE IPV6 ABSTRACT Hooshiar Zolfagharnasab 1 1 Department of Computer Engineering, University of Isfahan, Isfahan, Iran hoppico@eng.ui.ac.ir hozo19@gmail.com Common Mobile

More information

3G/Wi-Fi Seamless Offload

3G/Wi-Fi Seamless Offload Qualcomm Incorporated March 2010 Table of Contents [1] Introduction... 1 [2] The Role of WLAN... 2 [3] 3G/Wi-Fi Seamless Offload Pathway... 2 [4] Application-Based Switching... 3 [5] Wi-Fi Mobility...

More information

Home Agent placement and assignment in WLAN with Cellular Networks

Home Agent placement and assignment in WLAN with Cellular Networks Home Agent placement and assignment in WLAN with Cellular Networks Selvakumar.R, Senior Lecturer, Department of Computer Science and Engineering V.M.K.V.Engineering College, Salem-636 308 Tamilnadu, India.

More information

Voice Calls Over Wi-Fi

Voice Calls Over Wi-Fi Voice Calls Over Wi-Fi Venkatraman.S, Siddharth Natarajan and T.V. Padmavathi, Member, IAENG Abstract The use of Wi-Fi enabled cell phones to access internet away from the PC is increasing day-by-day.

More information

VoIP. Overview. Jakob Aleksander Libak jakobal@ifi.uio.no. Introduction Pros and cons Protocols Services Conclusion

VoIP. Overview. Jakob Aleksander Libak jakobal@ifi.uio.no. Introduction Pros and cons Protocols Services Conclusion VoIP Jakob Aleksander Libak jakobal@ifi.uio.no 1 Overview Introduction Pros and cons Protocols Services Conclusion 2 1 Introduction Voice over IP is routing of voice conversations over the internet or

More information

Foreword... 2 Introduction to VoIP... 3 SIP:... 3 H.323:... 4 SER:... 4 Cellular network... 4 GSM... 5 GPRS... 6 3G... 6 Wimax... 7 Introduction...

Foreword... 2 Introduction to VoIP... 3 SIP:... 3 H.323:... 4 SER:... 4 Cellular network... 4 GSM... 5 GPRS... 6 3G... 6 Wimax... 7 Introduction... Foreword... 2 Introduction to VoIP... 3 SIP:... 3 H.323:... 4 SER:... 4 Cellular network... 4 GSM... 5 GPRS... 6 3G... 6 Wimax... 7 Introduction... 7 Fixed-WiMAX based on the IEEE 802.16-2004... 8 Mobile

More information

Analysis of Mobile IP in Wireless LANs

Analysis of Mobile IP in Wireless LANs ENSC 835: COMMUNICATION NETWORKS FINAL PROJECT PRESENTATIONS Spring 2011 Analysis of Mobile IP in Wireless LANs www.sfu.ca/~bshahabi Babak Shahabi (bshahabi@sfu.ca( bshahabi@sfu.ca) 301102998 Shaoyun Yang

More information

A B S T R A C T. Index Trems- Wi-Fi P2P, WLAN, Mobile Telephony, Piconet I. INTRODUCTION

A B S T R A C T. Index Trems- Wi-Fi P2P, WLAN, Mobile Telephony, Piconet I. INTRODUCTION Wi-Fi Calling Using Android Phones. Mr.Dnyaneshwar Bhusari, Mr.Gaurav Mokase, Mr.Prasad Waghmare, Ms. Kundan Kumar Department of Information Technology D.Y.Patil College of Engineering, Akurdi, Pune, India

More information

Introduction to VoIP Technology

Introduction to VoIP Technology Lesson 1 Abstract Introduction to VoIP Technology 2012. 01. 06. This first lesson of contains the basic knowledge about the terms and processes concerning the Voice over IP technology. The main goal of

More information

Methods for Lawful Interception in IP Telephony Networks Based on H.323

Methods for Lawful Interception in IP Telephony Networks Based on H.323 Methods for Lawful Interception in IP Telephony Networks Based on H.323 Andro Milanović, Siniša Srbljić, Ivo Ražnjević*, Darryl Sladden*, Ivan Matošević, and Daniel Skrobo School of Electrical Engineering

More information

5. DEPLOYMENT ISSUES Having described the fundamentals of VoIP and underlying IP infrastructure, let s address deployment issues.

5. DEPLOYMENT ISSUES Having described the fundamentals of VoIP and underlying IP infrastructure, let s address deployment issues. 5. DEPLOYMENT ISSUES Having described the fundamentals of VoIP and underlying IP infrastructure, let s address deployment issues. 5.1 LEGACY INTEGRATION In most cases, enterprises own legacy PBX systems,

More information

Guide to Wireless Communications. Digital Cellular Telephony. Learning Objectives. Digital Cellular Telephony. Chapter 8

Guide to Wireless Communications. Digital Cellular Telephony. Learning Objectives. Digital Cellular Telephony. Chapter 8 Guide to Wireless Communications Digital Cellular Telephony Chapter 2 Learning Objectives Digital Cellular Telephony 3 Describe the applications that can be used on a digital cellular telephone Explain

More information

Telecommunication Services Engineering (TSE) Lab. Chapter III 4G Long Term Evolution (LTE) and Evolved Packet Core (EPC)

Telecommunication Services Engineering (TSE) Lab. Chapter III 4G Long Term Evolution (LTE) and Evolved Packet Core (EPC) Chapter III 4G Long Term Evolution (LTE) and Evolved Packet Core (EPC) http://users.encs.concordia.ca/~glitho/ Outline 1. LTE 2. EPC architectures (Basic and advanced) 3. Mobility management in EPC 4.

More information

Internet Architecture for Robust Mobility. Sangheon Pack (백상헌) Korea University shpack@korea.ac.kr

Internet Architecture for Robust Mobility. Sangheon Pack (백상헌) Korea University shpack@korea.ac.kr Internet Architecture for Robust Mobility Sangheon Pack (백상헌) Korea University shpack@korea.ac.kr Contents Introduction IETF Activity Home Agent Reliability Protocol P2P-based Approaches ROAM and SAMP

More information

Mobile Wireless Overview

Mobile Wireless Overview Mobile Wireless Overview A fast-paced technological transition is occurring today in the world of internetworking. This transition is marked by the convergence of the telecommunications infrastructure

More information

IP Telephony Deployment Models

IP Telephony Deployment Models CHAPTER 2 Sections in this chapter address the following topics: Single Site, page 2-1 Multisite Implementation with Distributed Call Processing, page 2-3 Design Considerations for Section 508 Conformance,

More information

Re-Engineering Campus-Wide Internet Telephony Using Voice over Internet Protocol

Re-Engineering Campus-Wide Internet Telephony Using Voice over Internet Protocol International Journal of Networks and Communications 2015, 5(2): 23-30 DOI: 10.5923/j.ijnc.20150502.01 Re-Engineering Campus-Wide Internet Telephony Using Voice over Internet Protocol Francisca O. Oladipo

More information

Receiving the IP packets Decoding of the packets Digital-to-analog conversion which reproduces the original voice stream

Receiving the IP packets Decoding of the packets Digital-to-analog conversion which reproduces the original voice stream Article VoIP Introduction Internet telephony refers to communications services voice, fax, SMS, and/or voice-messaging applications that are transported via the internet, rather than the public switched

More information

Data Transmission. from one person or place to another. person or place to another of passing something

Data Transmission. from one person or place to another. person or place to another of passing something Data Transmission Transmission: the process of passing something from one person or place to another of passing something from one person or place to another Data Transmission Main types of Transmission

More information

White Paper ON Dual Mode Phone (GSM & Wi-Fi)

White Paper ON Dual Mode Phone (GSM & Wi-Fi) White Paper ON Dual Mode Phone (GSM & Wi-Fi) Author: N Group 1.0 Abstract Dual Mode Handset is in demand for converged Network, Access, Billing, and Operation environment. Dual mode handsets provide cost

More information

Introducing Reliability and Load Balancing in Mobile IPv6 based Networks

Introducing Reliability and Load Balancing in Mobile IPv6 based Networks Introducing Reliability and Load Balancing in Mobile IPv6 based Networks Jahanzeb Faizan Southern Methodist University Dallas, TX, USA jfaizan@engr.smu.edu Hesham El-Rewini Southern Methodist University

More information

Wharf T&T Limited Report of Wireless LAN Technology Trial Version: 1.0 Date: 26 Jan 2004. Wharf T&T Limited. Version: 1.0 Date: 26 January 2004

Wharf T&T Limited Report of Wireless LAN Technology Trial Version: 1.0 Date: 26 Jan 2004. Wharf T&T Limited. Version: 1.0 Date: 26 January 2004 Wharf T&T Limited Version: 1.0 Date: 26 January 2004 This document is the property of Wharf T&T Limited who owns the copyright therein. Without the written consent of Wharf T&T Limited given by contract

More information

Comparison of Voice over IP with circuit switching techniques

Comparison of Voice over IP with circuit switching techniques Comparison of Voice over IP with circuit switching techniques Author Richard Sinden Richard Sinden 1 of 9 Abstract Voice-over-IP is a growing technology. Companies are beginning to consider commercial

More information

802.11: Mobility Within Same Subnet

802.11: Mobility Within Same Subnet What is Mobility? Spectrum of mobility, from the perspective: no mobility high mobility mobile wireless user, using same AP mobile user, (dis) connecting from using DHCP mobile user, passing through multiple

More information

Network Services Internet VPN

Network Services Internet VPN Contents 1. 2. Network Services Customer Responsibilities 3. Network Services General 4. Service Management Boundary 5. Defined Terms Network Services Where the Customer selects as detailed in the Order

More information

Voice over IP (VoIP) Overview. Introduction. David Feiner ACN 2004. Introduction VoIP & QoS H.323 SIP Comparison of H.323 and SIP Examples

Voice over IP (VoIP) Overview. Introduction. David Feiner ACN 2004. Introduction VoIP & QoS H.323 SIP Comparison of H.323 and SIP Examples Voice over IP (VoIP) David Feiner ACN 2004 Overview Introduction VoIP & QoS H.323 SIP Comparison of H.323 and SIP Examples Introduction Voice Calls are transmitted over Packet Switched Network instead

More information

The Analysis and Simulation of VoIP

The Analysis and Simulation of VoIP ENSC 427 Communication Networks Spring 2013 Final Project The Analysis and Simulation of VoIP http://www.sfu.ca/~cjw11/427project.html Group #3 Demet Dilekci ddilekci@sfu.ca Conrad Wang cw11@sfu.ca Jiang

More information

Requirements and Service Scenarios for QoS enabled Mobile VoIP Service

Requirements and Service Scenarios for QoS enabled Mobile VoIP Service Requirements and Service Scenarios for QoS enabled Mobile VoIP Service Kyu Ouk Lee, Ho Young Song Electronics and Telecommunications Research Institute (ETRI) kolee@etri.re.kr, hsong@etri.re.kr Abstract.

More information

Unified messaging is provided to over 1,000 users today and continues to increase along with campus growth.

Unified messaging is provided to over 1,000 users today and continues to increase along with campus growth. IV. Voice Services Current Outlook Voice services on campus and at several off-campus sites are provided by an Aastra MD110 PBX. There are approximately 17,200 campus lines and 1,000 trunk lines. The telephone

More information

Network Mobility Support Scheme on PMIPv6 Networks

Network Mobility Support Scheme on PMIPv6 Networks Network Mobility Support Scheme on PMIPv6 Networks Hyo-Beom Lee 1, Youn-Hee Han 2 and Sung-Gi Min 1 1 Dept. of Computer Science and Engineering, Korea University, Seoul, South Korea. sgmin@korea.ac.kr

More information

DATA SECURITY 1/12. Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0

DATA SECURITY 1/12. Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0 DATA SECURITY 1/12 Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0 Contents 1. INTRODUCTION... 3 2. REMOTE ACCESS ARCHITECTURES... 3 2.1 DIAL-UP MODEM ACCESS... 3 2.2 SECURE INTERNET ACCESS

More information

Unlicensed Mobile Access (UMA) Handover and Packet Data Performance Analysis

Unlicensed Mobile Access (UMA) Handover and Packet Data Performance Analysis Unlicensed Mobile Access (UMA) Handover and Packet Data Performance Analysis Andres Arjona Nokia Siemens Networks andres.arjona@nsn.com Hannu Verkasalo Helsinki University of Technology hannu.verkasalo@tkk.fi

More information

ZyXEL V100 Support Notes. ZyXEL V100. (V100 Softphone 1 Runtime License) Support Notes

ZyXEL V100 Support Notes. ZyXEL V100. (V100 Softphone 1 Runtime License) Support Notes ZyXEL V100 (V100 Softphone 1 Runtime License) Support Notes Version 1.00 April 2009 1 Contents Overview 1. Overview of V100 Softphone...3 2. Setting up the V100 Softphone.....4 3. V100 Basic Phone Usage.....7

More information

EE4607 Session Initiation Protocol

EE4607 Session Initiation Protocol EE4607 Session Initiation Protocol Michael Barry michael.barry@ul.ie william.kent@ul.ie Outline of Lecture IP Telephony the need for SIP Session Initiation Protocol Addressing SIP Methods/Responses Functional

More information

SURVEY ON MOBILITY MANAGEMENT PROTOCOLS FOR IPv6

SURVEY ON MOBILITY MANAGEMENT PROTOCOLS FOR IPv6 SURVEY ON MOBILITY MANAGEMENT PROTOCOLS FOR IPv6 BASED NETWORK 1 Nitul Dutta, 2 Iti Saha Misra, 3 Kushal Pokhrel and 4 Md. Abu Safi 1 Department of Computer Science & Engineering, Sikkim Manipal Institute

More information

Network Connection Considerations for Microsoft Response Point 1.0 Service Pack 2

Network Connection Considerations for Microsoft Response Point 1.0 Service Pack 2 Network Connection Considerations for Microsoft Response Point 1.0 Service Pack 2 Updated: February 2009 Microsoft Response Point is a small-business phone solution that is designed to be easy to use and

More information

How To Connect Gsm To Ip On A Gsm Network On A Pnet On A Microsoft Cell Phone On A Pc Or Ip On An Ip Onc (Gsm) On A Network On An Iph (Gms) On An

How To Connect Gsm To Ip On A Gsm Network On A Pnet On A Microsoft Cell Phone On A Pc Or Ip On An Ip Onc (Gsm) On A Network On An Iph (Gms) On An THE STUDY OF THE INTERCONNECTION OF GSM MOBILE COMMUNCATION SYSTEM OVER IP BASED NETWORK+ Le-Pond Chin. Jyh-Hong Wen2, and Ting-Way Liu Department of Information Management Shih-Chien University, Taipei,

More information

VOICE SERVICES AND AVIATION DATA NETWORKS

VOICE SERVICES AND AVIATION DATA NETWORKS VOICE SERVICES AND AVIATION DATA NETWORKS Anuj Bhatia, Anant Shah, Nagaraja Thanthry, and Ravi Pendse, Department of Electrical and Computer Engineering, Wichita State University, Wichita KS Abstract The

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

High-performance VoIP Traffic Optimizer Client Solution

High-performance VoIP Traffic Optimizer Client Solution AP-VTO200 VoIP Traffic Optimizer Client High-performance VoIP Traffic Optimizer Client Solution AddPac Technology 2014, Sales and Marketing www.addpac.com Contents Product Overview Benefits and Features

More information

A Seamless Handover Mechanism for IEEE 802.16e Broadband Wireless Access

A Seamless Handover Mechanism for IEEE 802.16e Broadband Wireless Access A Seamless Handover Mechanism for IEEE 802.16e Broadband Wireless Access Kyung-ah Kim 1, Chong-Kwon Kim 2, and Tongsok Kim 1 1 Marketing & Technology Lab., KT, Seoul, Republic of Korea, {kka1,tongsok}@kt.co.kr

More information

A Comparative Study of Signalling Protocols Used In VoIP

A Comparative Study of Signalling Protocols Used In VoIP A Comparative Study of Signalling Protocols Used In VoIP Suman Lasrado *1, Noel Gonsalves *2 Asst. Prof, Dept. of MCA, AIMIT, St. Aloysius College (Autonomous), Mangalore, Karnataka, India Student, Dept.

More information

An Active Network Based Hierarchical Mobile Internet Protocol Version 6 Framework

An Active Network Based Hierarchical Mobile Internet Protocol Version 6 Framework An Active Network Based Hierarchical Mobile Internet Protocol Version 6 Framework Zutao Zhu Zhenjun Li YunYong Duan Department of Business Support Department of Computer Science Department of Business

More information

communication over wireless link handling mobile user who changes point of attachment to network

communication over wireless link handling mobile user who changes point of attachment to network Wireless Networks Background: # wireless (mobile) phone subscribers now exceeds # wired phone subscribers! computer nets: laptops, palmtops, PDAs, Internet-enabled phone promise anytime untethered Internet

More information

IP and Mobility. Requirements to a Mobile IP. Terminology in Mobile IP

IP and Mobility. Requirements to a Mobile IP. Terminology in Mobile IP IP and Mobility Chapter 2 Technical Basics: Layer Methods for Medium Access: Layer 2 Chapter Wireless Networks: Bluetooth, WLAN, WirelessMAN, WirelessWAN Mobile Telecommunication Networks: GSM, GPRS, UMTS

More information

Combining Voice over IP with Policy-Based Quality of Service

Combining Voice over IP with Policy-Based Quality of Service TechBrief Extreme Networks Introduction Combining Voice over IP with Policy-Based Quality of Service Businesses have traditionally maintained separate voice and data networks. A key reason for this is

More information

Performance Evaluation of a QoS-Aware Handover Mechanism

Performance Evaluation of a QoS-Aware Handover Mechanism Performance Evaluation of a QoS-Aware Handover Mechanism 1.Introduction Background Requirements in mobile communication Seamless mobility support Guarantee certain levels of QoS Mobile communications over

More information

Forced Low latency Handoff in Mobile Cellular Data Networks

Forced Low latency Handoff in Mobile Cellular Data Networks Forced Low latency Handoff in Mobile Cellular Data Networks N. Moayedian, Faramarz Hendessi Department of Electrical and Computer Engineering Isfahan University of Technology, Isfahan, IRAN Hendessi@cc.iut.ac.ir

More information

ICTTEN5168A Design and implement an enterprise voice over internet protocol and a unified communications network

ICTTEN5168A Design and implement an enterprise voice over internet protocol and a unified communications network ICTTEN5168A Design and implement an enterprise voice over internet protocol and a unified communications network Release: 1 ICTTEN5168A Design and implement an enterprise voice over internet protocol and

More information

Overview of Network Architecture Alternatives for 3GPP2 Femto Cells Jen M. Chen, et al. QUALCOMM Incorporated

Overview of Network Architecture Alternatives for 3GPP2 Femto Cells Jen M. Chen, et al. QUALCOMM Incorporated 3GPP2 Workshop, Boston, MA Title: Source: Contact: Overview of Network Architecture Alternatives for 3GPP2 Femto Cells Jen M. Chen, et al. QUALCOMM Incorporated Jen M. Chen QUALCOMM Incorporated 858-658-2543

More information

Computer Networks. Wireless and Mobile Networks. László Böszörményi Computer Networks Mobile - 1

Computer Networks. Wireless and Mobile Networks. László Böszörményi Computer Networks Mobile - 1 Computer Networks Wireless and Mobile Networks László Böszörményi Computer Networks Mobile - 1 Background Number of wireless (mobile) phone subscribers now exceeds number of wired phone subscribers! Computer

More information

Cisco RV 120W Wireless-N VPN Firewall

Cisco RV 120W Wireless-N VPN Firewall Cisco RV 120W Wireless-N VPN Firewall Take Basic Connectivity to a New Level The Cisco RV 120W Wireless-N VPN Firewall combines highly secure connectivity to the Internet as well as from other locations

More information

On the Design of Mobility Management Scheme for 802.16-based Network Environment

On the Design of Mobility Management Scheme for 802.16-based Network Environment On the Design of obility anagement Scheme for 802.16-based Network Environment Junn-Yen Hu and Chun-Chuan Yang ultimedia and Communications Laboratory Department of Computer Science and Information Engineering

More information

IP Networking Untethered

IP Networking Untethered IP Networking Untethered Alan O NeillO Flarion Technologies Reliable link Low delay Link Layer Wish List Far fewer end-to to-end retransmissions Better Efficient transport layer (TCP/IP) User Experience

More information

DVoIP: DYNAMIC VOICE-OVER-IP TRANSFORMATIONS FOR QUALITY OF SERVICE IN BANDWIDTH CONSTRAINED ENVIRONMENTS

DVoIP: DYNAMIC VOICE-OVER-IP TRANSFORMATIONS FOR QUALITY OF SERVICE IN BANDWIDTH CONSTRAINED ENVIRONMENTS DVoIP: DYNAMIC VOICE-OVER-IP TRANSFORMATIONS FOR QUALITY OF SERVICE IN BANDWIDTH CONSTRAINED ENVIRONMENTS Matthew Craven, Tuong N. Le, and Patrick Lardieri Lockheed Martin Advanced Technology Laboratories

More information

Voice over IP. Better answers

Voice over IP. Better answers This white paper provides an overview of voice and data convergence. It discusses enabling business drivers and technical factors, such as compression techniques and QOS parameters, that have complemented

More information

Online course syllabus. MAB: Voice over IP

Online course syllabus. MAB: Voice over IP Illuminating Technology Course aim: Online course syllabus MAB: Voice over IP This course introduces the principles and operation of telephony services that operate over Internet Protocol (IP) networks

More information

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification 1.1 Multipoint Control Unit (MCU) A. The MCU shall be capable of supporting (20) continuous presence HD Video Ports at 720P/30Hz resolution and (40) continuous presence ports at 480P/30Hz resolution. B.

More information

Converging Networks Laboratory

Converging Networks Laboratory Converging Networks Laboratory Foresight to future technologies in a world class R&D facility +358 40 547 9441 Divergence Services Voice video email data web TV information entertainment purchasing Communities,

More information

Integrate VoIP with your existing network

Integrate VoIP with your existing network Integrate VoIP with your existing network As organisations increasingly recognise and require the benefits voice over Internet Protocol (VoIP) offers, they stop asking "Why?" and start asking "How?". A

More information

ICTNPL5071A Develop planning strategies for core network design

ICTNPL5071A Develop planning strategies for core network design ICTNPL5071A Develop planning strategies for core network design Release: 1 ICTNPL5071A Develop planning strategies for core network design Modification History Not Applicable Approved Page 2 of 15 Unit

More information

APPLYING SIP B2BUA FOR MOBILE WIMAX NETWORK ARCHITECTURE

APPLYING SIP B2BUA FOR MOBILE WIMAX NETWORK ARCHITECTURE APPLYING SIP B2BUA FOR MOBILE WIMAX NETWORK ARCHITECTURE Yen-Wen Chen, Meng-Hsien Lin, and Hong-Jang Gu Department of Communication Engineering National Central University 320 No. 300, Jhong-Da Road, Jhong

More information

Clearing the Way for VoIP

Clearing the Way for VoIP Gen2 Ventures White Paper Clearing the Way for VoIP An Alternative to Expensive WAN Upgrades Executive Overview Enterprises have traditionally maintained separate networks for their voice and data traffic.

More information

Security and Risk Analysis of VoIP Networks

Security and Risk Analysis of VoIP Networks Security and Risk Analysis of VoIP Networks S.Feroz and P.S.Dowland Network Research Group, University of Plymouth, United Kingdom e-mail: info@network-research-group.org Abstract This paper address all

More information

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4. H.323 Components VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4.1 H.323 Terminals (1/2)...3 4.1 H.323 Terminals (2/2)...4 4.1.1 The software IP phone (1/2)...5 4.1.1 The software

More information

119, Munjiro, Yuseong-gu, Daejeon, Korea. {neofaith, mckim, torshong, kangsw}@icu.ac.kr 2 InfraLab, Korea Telecom

119, Munjiro, Yuseong-gu, Daejeon, Korea. {neofaith, mckim, torshong, kangsw}@icu.ac.kr 2 InfraLab, Korea Telecom A Mobility Management Scheme using - for Realtime Services across Heterogeneous Networks Hyelim Park 1 Myungchul Kim 1 Sooyong Lee 1 Sungwon Kang 1 Yongho Kim 2 1 School of Engineering, Information and

More information