跳到主要內容

臺灣博碩士論文加值系統

(18.97.9.171) 您好!臺灣時間:2025/01/17 10:37
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:李昭賢
研究生(外文):Chao-Hsien Lee
論文名稱:應用層行動管理協定之設計與分析
論文名稱(外文):Design and Analysis of Application-layer Mobility Management Protocols
指導教授:黃崇明黃崇明引用關係
指導教授(外文):Chung-Ming Huang
學位類別:博士
校院名稱:國立成功大學
系所名稱:資訊工程學系碩博士班
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2007
畢業學年度:95
語文別:英文
論文頁數:74
中文關鍵詞:SIP應用層任播群播網路可移動性代理伺服器交遞行動管理可調適串流
外文關鍵詞:Proxy HandoffMulticastSIPScalable StreamingApplication-layer AnycastNetwork MobilityMobility Management
相關次數:
  • 被引用被引用:0
  • 點閱點閱:302
  • 評分評分:
  • 下載下載:36
  • 收藏至我的研究室書目清單書目收藏:0
隨著運算與無線技術的進步,行動通訊已然改變現代生活形態,賦予使用者行動能力同時,使用者勢必在移動的過程遭遇於不同網路狀態中切換的行為(此行為稱為Handoff),故行動管理為行動通訊之中最重要的議題。從過去相關研究中顯示,此種切換行為的概念根據網路分層可發生於(1)資料連結層(Data Link Layer)、(2)網路層(Network Layer)與(3)應用層(Application Layer),然而,不論切換行為發生於哪一網路分層,經常可見運用應用層行動管理協定解決各層之切換行為。本篇論文的目的即為設計與分析應用層行動管理協定。首先調查與研究兩種應用層協定:(1)應用層任播(Application-layer Anycast)與(2) Session Initiation Protocol (SIP);其次,個別延伸上述兩種應用層協定於處理(1)代理伺服器切換(Proxy Handoff)與(2)網路可移動性(Network Mobility)等不同網路分層之切換行為上;接著,分別運用實作與模擬的方式測試設計之應用層行動管理協定;最後,探討與歸納應用層行動管理協定之特性。
As the progress of computing and wireless techniques, mobile communication has changed the modern life style. When users become mobile, they must suffer some kind of the handoff process from one domain to another. Thus, mobility management must be the key issue of mobile communication. From the past research, the handoff process may occur in (1) data link layer, (2) network layer, or (3) application layer. Nevertheless, the handoff problem can usually be resolved using the application-layer approach no matter which layer it occurs. The goal of this dissertation is to design and analyze application-layer mobility management protocols. First, we survey and investigate two application-layer protocols, which are (1) application-layer anycast and (2) Session Initiation Protocol (SIP). Then, we utilize and extend these two application-layer protocols to solve two handoff problems occurred in different layers, which are (1) Proxy Handoff and (2) network mobility, respectively. Next, we evaluate the proposed application-layer mobility management protocols using different methods, i.e., real implementation and simulation. Finally, we discuss and conclude the characteristics of application-layer mobility management protocols.
1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 L2 Handoff . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 L3 Handoff . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 L7 Handoff . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.4 Dissertation Organization . . . . . . . . . . . . . . . . . . . . . . . 5

2 Preliminary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.1 Proxy Handoff . . . .. . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.2 Network Mobility . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
2.3 Application-layer Protocols . . . . . . . . . . . . . . . . . . . . . . 12
2.3.1 Application-layer Anycast . . . . . . . . . . . . . . . . . . . . . . 12
2.3.2 Session Initiation Protocol (SIP) . . . . . . . . . . . . . . . . . . 13

3 Design of the Proxy Handoff Protocol . . . . . . . . . . . . . . . . . . 16
3.1 Server-driven Proxy Selection Scheme . . . . . . . . . . . . . . . . . 17
3.2 Client-driven Proxy Selection Scheme . . . . . . . . . . . . . . . . . 21
3.3 Proxy Selection Policy . . . . . . . . . . . . . . . . . .. . . . . . . 24
3.4 Scalable Buffer Forwarding Scheme . . . . . . . . . . . . . . . . . . . 25

4 Performance of the Proxy Handoff Protocol . . . . . . . . . . . . . . . . 29
4.1 Effectiveness of Proxy Handoff . . . . . . . . . . . . . . . . . . . . 30
4.2 Server-driven vs. Client-driven . . . . . . . . . . . . . . . . . . . . 34
4.3 Comparison of Three Types of Handoffs . . . . . . . . . . . . . . . . . 34
4.4 Latency of Proxy Handoff . . . .. . . . . . . . . . . . . . . . . . . . 35
4.5 Anycast Metrics . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37

5 Design of the SIP-NEMO Management Protocol . . . . . . . . . . . . . . . 40
5.1 Goal and Requirements . . . . . . . . . . . . . . . . . . . . . . . . . 40
5.2 Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
5.2.1 Components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
5.2.2 Header Translation . . . . . . . . . . . . . . . . . . . . . . . . . 44
5.2.3 Signal Reduction . . . . . . . . . . . . . . . . . . . . . . . . . . 46
5.3 Route Optimization . . . . . . . . . . . . . . . . . . . . . . . . . . 47
5.3.1 Basic Route Optimization . . . . . . . . . . . . . . . . . . . . . . 48
5.3.2 Nested Route Optimization . . . . . . . . . . . . . . . . . . . . . . 50
5.3.3 Local Route Optimization . . . . . . . . . . . . . . . . . . . . . . 51

6 Performance of the SIP-NEMO Management Protocol . . . . . . . . . . . . . 52
6.1 Reachability Recovery . . . . . . . . . . . . . . . . . . . . . . . . . 53
6.2 Optimal Route . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
6.3 Impact of Nesting . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
6.4 Message Overhead . . . . . . . . . . . . . . . . . . . . . . . . . . . 57

7 Discussion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59

8 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
[1] “Distributed Director.” [Online]. Available: http://www.cisco.com/warp/public/cc/pd/cxsr/dd/index.shtml
[2] “The TCP/UDP Bandwidth Measurement Tools.” [Online]. Available: http://dast.nlanr.net/Projects/Iperf/
[3] “IEEE 802.11f: Recommended Practice for Multi-Vender Access Point Interoperability via an Inter-Access Point Protocol Access Dostribution Systems Supporting IEEE 802.11 Operation,” IEEE Standard 802.11f/D1, Jan. 2002.
[4] M. Arunesh, S. Minho, and A. William, “An Empirical Analysis of the IEEE 802.11 MAC Layer Handoff Process,” Technical Report of University of Maryland Department of Computer Science, pp. CS–TR–4395, Sep. 2002.
[5] A. Balachandran, G. M. Voelker, P. Bahl, and P. V. Rangan, “Characterizing User Behavior and Network Performance in a Public Wireless LAN,” Proceedings of the 2002 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems, pp. 195–205, Jan. 2002.
[6] N. Banerjee, K. Basu, and S. K. Das, “Hand-off Delay Analysis in SIP-based Mobility Management in Wireless Networks,” Proceedings of the International Parallel and Distributed Processing Symposium (IPDPS), pp. 22–26, Apr. 2003.
[7] S. Banerjee and A. Agrawala, “Estimating Available Capacity of a Network Connection,” Proceedings of IEEE International Conference on Networks, pp. 181–186, Sep. 2001.
[8] R. Bhagavathula, N. Thanthry, K. Namuduri, and R. Pendse, “Issues with Nested Mobility,” Proceedings of the IEEE Vehicular Technology Conference (VTC), vol. 3, pp. 2009–2013, Oct. 2003.
[9] S. Bhattacharjee, M. H. Ammar, E. W. Zegura, V. Shah, and Z. Fei, “Applicationlayer Anycasting,” Proceeding of the 16th IEEE Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM), vol. 3, pp. 1388–1396, 1997.
[10] H. Cho, E. K. Paik, and Y. Choi, “R-BU: Recursive Binding Update for Route Optimization in Nested Mobile Networks,” IEEE 58th Vehicular Technology Conference (VTC), vol. 3, pp. 2063–2067, Oct. 2003.
[11] S. Cho, J. Kwun, C. Park, J. H. Cheon, O. S. Lee, and K. Kim, “Hard Handoff Scheme Exploiting Uplink and Downlink Signals in IEEE 802.16e Systems,” IEEE 63rd Vehicular Technology Conference (VTC), vol. 3, pp. 1236–1240, 2006.
[12] C. T. Chou and K. G. Shin, “An Enhanced Inter-Access Point Protocol for Uniform Intra and Intersubnet Handoffs,” IEEE Transaction on Mobile Computing, vol. 4, no. 4, pp. 321–334, Aug. 2005.
[13] S. Deering and R. Hinden, “Internet Protocol, Version 6 (IPv6),” IETF RFC 2460, Dec. 1998.
[14] V. Devarapalli, R. Wakikawa, A. Petrescu, and P. Thubert, “Network Mobility Basic Support Protocol,” IETF RFC 3963, Jan. 2005.
[15] T. Ernst, “Network Mobility Support Goals and Requirements,” IETF DRAFT: draftietf-nemo-requirements-05.txt (work in progress), Oct. 2005.
[16] T. Ernst and H. Y. Lach, “Network Mobility Support Terminology,” IETF DRAFT: draft-ietf-nemo-terminology-04.txt (work in progress), Oct. 2005.
[17] T. Ernst, K. Uehara, and K. Mitsuya, “Network Mobility from the InternetCAR Perspective,” Proceedings of the 17th IEEE International Conference on Advanced Information Networking and Applications (AINA), pp. 19–25, Mar. 2003.
[18] Z. Fei, S. Bhattacharjee, E. W. Zegura, and M. H. Ammar, “A Novel Server Selection Technique for Improving the Response Time of a Replicated Service,” Proceeding of the 17th IEEE Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM), vol. 2, pp. 783–791, 1998.
[19] N. Fujita, N. Enomoto, A. Iwata, and R. Izmailov, “Coarse-grain Dynamic Replication Schemes for Scalable Content Delivery Networks,” IEEE Global Telecommunications Conference (GLOBECOM), vol. 3, pp. 2235–2239, Nov. 2002.
[20] W. Gu and A. S. Helal, “Extended Internet Caching Protocol - A Foundation for Building Ubiquitous Web Caching,” Proceedings of the ACM Symposium on Applied Computing (SAC), pp. 901–907, Mar. 2003.

[21] B. Haberman and D. Thaler, “Unicast-Prefix-based IPv6 Multicast Addresses,” IETF RFC 3306, Aug. 2002.
[22] M. Handley and V. Jacobson, “SDP: Session Description Protocol,” IETF RFC 2327, Apr. 1998.
[23] R. Hinden and S. Deering, “IP Version 6 Addressing Architecture,” IETF RFC 4291, Feb. 2006.
[24] C. M. Huang and C. H. Lee, “Layer 7 Multimedia Proxy Handoff Using Anycast/Multicast in Mobile Networks,” accepted by IEEE Transactions on Mobile Computing, 2006.
[25] C. M. Huang, C. H. Lee, and M. D. Tsai, “Scalable MPEG4 Streaming over the IPv6 MobileNetworks Environment,” Computer Communications, vol. 29, no. 16, pp. 3104–3112, 2006.
[26] C. M. Huang, C. H. Lee, Y. T. Yu, and C. Y. Lai, “Location Aware Multimedia Proxy Handoff over the IPv6 Mobile Network Environment,” Journal of Systems and Software, vol. 79, no. 8, pp. 1037–1050, Aug. 2006.
[27] C. M. Huang, C. H. Lee, and J. R. Zheng, “A Novel SIP-based Route Optimization for Network Mobility,” IEEE Journal on Selected Areas in Communications, vol. 24, no. 9, pp. 1682–1691, 2006.
[28] D. Johnson and S. Deering, “Reserved IPv6 Subnet Anycast Addresses,” IETF RFC 2526, Mar. 1999.
[29] D. Johnson, C. Perkins, and J. Arkko, “Mobility Support in IPv6,” IETF RFC 3775, Jun. 2004.
[30] A. Johnston, S. Donovan, R. Sparks, C. Cunningham, and K. Summers, “Session Initiation Protocol (SIP) Basic Call Flow Examples,” IETF RFC 3665, Dec. 2003.
[31] K. Kim, H. Lee, and K. Chung, “A Distributed Proxy Server System for Wireless Mobile Web Service,” Proceedings of the 15th IEEE International conference on Information Networking, pp. 749–754, Feb. 2001.
[32] S. H. Kim, Y. Y. Ahn, S. H. Kim, and T. I. Kim, “Route Optimization Using RIPng Protocol in Nested Network Mobility,” The 8th International Conference Advanced Communication Technology (ICACT), vol. 3, pp. 1985–1988, Feb. 2006.
[33] W. Kim, M. Kim, K. Lee, C. Yu, and B. Lee, “Link Layer Assisted Mobility Support using SIP for Real-time Multimedia Communications,” Proceedings of the 2nd International Workshop on Mobility Management and Wireless Access Protocols, pp. 127–129, 2004.
[34] K. Kisup, L. Hyukjoon, and C. Kwangsue, “A Distributed Proxy Server System for Wireless Mobile Web Service,” Proceedings of the 15th International Conference on Information Networking, pp. 794–750, May 2001.
[35] R. Koodli, “Fast Handovers for Mobile IPv6,” IETF DRAFT: draft-ietf-mipshop-fastmipv6-03.txt (work in progress), Oct. 2004.
[36] D. Kotz and K. Essien, “Analysis of a Campus-wide Wireless Network,” Proceedings of the 8th Annual International Conference on Mobile Computing and Networking (MOBICOM), pp. 107–118, Sep. 2002.
[37] T. T. Kwon, M. Gerla, S. Das, and S. Das, “Mobility Management for VoIP Service: Mobile IP vs. SIP,” IEEEWireless Communications, vol. 9, no. 5, pp. 66–75, Oct. 2002.
[38] H. Y. Lach, C. Janneteau, and A. Petrescu, “Network Mobility in Beyond-3G Systems,” IEEE Communications Magazine, vol. 41, no. 7, pp. 52–57, Jul. 2003.
[39] D. Lee, K. Lim, andM. Kim, “Hierarchical Route Optimization for NestedMobile Network,” 18th International Conference onAdvanced Information Networking and Applications (AINA), vol. 1, pp. 225–229, Mar. 2004.
[40] D. H. Lee, K. Kyamakya, and J. P. Umondi, “Fast handover algorithm for IEEE 802.16e broadband wireless access system,” The 1st International Symposium on Wireless Pervasive Computing, pp. 1–6, Jan. 2006.
[41] C. L. Lin, H. H. Lee, C. L. Chan, and J. S. Wang, “Cooperative proxy framework for layered video streaming,” IEEE Global Telecommunications Conference (GLOBECOM), vol. 1, pp. 251–255, Dec. 2005.
[42] P. McCann, “Mobile IPv6 Fast Handovers for 802.11 Networks,” IETF DRAFT: draft-ietf-mipshop-80211fh-03.txt (work in progress), Oct. 2004.
[43] O. Min, J. Kim, and M. Kim, “Design of an adaptive streaming system in ubiquitous environment,” The 8th International Conference on Advanced Communication Technology (ICACT), vol. 2, pp. 2245–2249, 2006.
[44] N. Montavont and T. Noel, “Handover Management for Mobile Nodes in IPv6 Networks,” IEEE Communications Magazine, vol. 40, no. 8, pp. 38–43, Aug. 2002.
[45] N. Nakajima, A. Dutta, S. Das, and H. Schulzrinne, “Handoff Delay Analysis and Measurement for SIP Based Mobility in IPv6,” Proceedings of the IEEE International Conference on Communications (ICC), vol. 2, pp. 1085–1089, May 2003.
[46] C. Ng, P. Thubert, M. Watari, and F. Zhao, “Network Mobility Route Optimization Problem Statement,” IETF DRAFT: draft-ietf-nemo-ro-problem-statement-03.txt (work in progress), Sep. 2006.
[47] C. Ng, F. Zhao, M.Watari, and P. Thubert, “Network Mobility Route Optimization Solution Space Analysis,” IETF DRAFT: draft-ietf-nemo-ro-space-analysis-03.txt (work in progress), Sep. 2006.
[48] E. K. Paik, H. sik Cho, T. Ernst, and Y. Choi, “Load Sharing and Session Preservation with Multiple Mobile Routers for Large Scale Network Mobility,” Proceedings of the 18th IEEE International Conference on Advanced Information Networking and Applications (AINA), vol. 1, pp. 393–398, 2004.
[49] E. Perera, V. Sivaraman, and A. Seneviratne, “Survey on Network Mobility Support,” ACM SIGMOBILE Mobile Computing and Communications Review, vol. 8, no. 2, pp. 7–19, Apr. 2004.
[50] C. Perkins, “Mobile IP and the IETF,” ACM SIGMOBILE Mobile Computing and Communications Review, vol. 4, no. 3, pp. 6–11, 2000.
[51] ——, “IP Mobility Support for IPv4,” IETF RFC 3220, Jan. 2002.
[52] V. Ramasubramanian and E. G. Sirer, “The Design and Implementation of a Next Generation Name Service for the Internet,” Proceedings of the 2004 ACM conference on Applications, technologies, architectures, and protocols for computer communications, pp. 331–342, 2004.
[53] J. Rosenberg, H. Schulzrinne, G. Camarillo, A. Johnston, J. Peterson, R. Sparks, M. Handley, and E. Schooler, “SIP: Session Initiation Protocol,” IETF RFC 3261, Jun. 2002.
[54] H. Schulzrinne and E. Wedlund, “Application-layer Mobility using SIP,” ACM SIGMOBILE Mobile Computing and Communications Review, vol. 4, no. 3, pp. 47–57, 2000.
[55] S. Sharma, N. Zhu, and T.-C. Chiueh, “Low-latency Mobile IP Handoff for Infrastructure-mode Wireless LANs,” IEEE Journal on Selected Areas in Communications, vol. 22, no. 4, pp. 643–652, May 2004.
[56] H. Soliman, C. Castelluccia, K. E. Malki, and L. Bellier, “Hierarchical Mobile IPv6 Mobility Management (HMIPv6),” IETF DRAFT: draft-ietf-mipshop-hmipv6-04.txt (work in progress), Jun. 2005.
[57] M. M. B. Tariq and A. Takeshita, “Management of Cacheable Streaming Multimedia Content in Networks with Mobile Nodes,” Proceedings of IEEE Global Telecommunication Conference (GLOBECOM), vol. 3, pp. 2245–2249, 2002.
[58] D. Vali, S. Paskalis, A. Kaloxylos, and L. Merakos, “A SIP-based Method for Intradomain Handoffs,” Proceedings of the IEEE Vehicular Technology Conference (VTC), vol. 3, no. 8, pp. 2068–2072, Oct. 2003.
[59] ——, “An Efficient Micro-Mobility Solution for SIP Networks,” Proceedings of the IEEE Global Telecommunications Conference (GLOBECOM), vol. 6, pp. 3088–3092, Dec. 2003.
[60] S. Verma and R. Barnes, “A QoS Architecture to Support Streaming Applications in theMobile Environment,” Proceedings of the 5th International Symposium on Wireless Personal Multimedia Communications, vol. 2, pp. 514–520, Mar. 2002.
[61] J. C. Wu, H. Liu, and Y. Lung, “An Adaptive Multirate IEEE 802.11 Wireless LAN,” Proceedings of the 15th International Conference on Information Networking, p. 411, Jan. 2001.
[62] T. You, S. Pack, and Y. Choi, “Robust Hierarchical Mobile IPv6 (RH-MIPv6) - An Enhancement for Survivability and Fault-tolerance inMobile IP Systems,” Proceedings of the 58th IEEE Vehicular Technology Conference, vol. 3, pp. 2014–2018, Oct. 2003.
[63] E.W. Zegura, M. H. Ammar, Z. Fei, and S. Bhattacharjee, “Application-layer Anycasting: a Server Selection Architecture and Use in a ReplicatedWeb Service,” IEEE/ACM Transactions on Networking, vol. 8, no. 4, pp. 455–466, Aug. 2000.
連結至畢業學校之論文網頁點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top