cs0408009/main.tex
1: % =========================================================================
2: 
3: \documentclass[11pt,oneside,a4paper]{article}
4: %\documentclass[12pt,oneside,a4paper,conference]{IEEEtran}
5: \usepackage[T1]{fontenc}
6: %\usepackage[latin1]{inputenc}
7: \usepackage{ae} %fuer pdf-files Schrifteinbettung
8: % \usepackage{graphicx} %fuer Bilder
9: \usepackage[a4paper,bottom=2.5cm,top=2.5cm,right=3cm,left=3cm]{geometry} %fuer raender ...
10: 
11: \usepackage{url}
12: \usepackage{floatflt}
13: 
14: \usepackage{ifpdf}
15: \ifpdf
16:   \usepackage
17:   %[
18:     %pdftex
19:   %]
20:   {hyperref}
21:   \hypersetup{
22: 	colorlinks={true},
23: 	linkcolor={red},
24: 	urlcolor={blue},
25: 	citecolor={red},
26:     pdftitle={Performance Analysis of Multicast Mobility in a
27: Hierarchical Mobile IP Proxy Environment},
28:     pdfauthor={Thomas C. Schmidt, Matthias W\"ahlisch \{schmidt,mw\}@fhtw-berlin.de},
29:     pdfsubject={Mobile Multicast Communication over IP},
30:     pdfkeywords={Internet Device Mobility, Mobile IPv6, Multicast, Real-Time Communication, Fast Handover, Hierarchical Mobile IPv6}
31:   }
32:     \usepackage[pdftex]{graphicx}
33:     \pdfoptionpdfminorversion=5
34:  \else
35:   \usepackage[dvips]{graphicx}
36: \fi
37: 
38: \author{Thomas C. Schmidt\textsuperscript{1,2}, Matthias
39: W\"ahlisch\textsuperscript{2} \\
40: \small{\{schmidt,mw\}@fhtw-berlin.de} \\
41: \small{\textsuperscript{1}HAW Hamburg, FB Elektrotechnik und Informatik,
42: Berliner Tor 7, 20099 Hamburg} \\
43: \small{\textsuperscript{2}FHTW Berlin, Hochschulrechenzentrum, Treskowallee
44: 8, 10318 Berlin}}
45: \title{Performance Analysis of Multicast Mobility in a
46: Hierarchical Mobile IP Proxy Environment\footnote{This work was supported in part by the German Bundesministerium f{\"u}r Bildung und Forschung.}
47: }
48: \date{}
49: 
50: % DOKUMENTENANFANG
51: 
52: \begin{document}
53: \maketitle
54: \begin{abstract}
55: Mobility support in IPv6 networks is ready for release as an RFC, stimulating major discussions on improvements to meet real-time communication requirements. Sprawling hot spots of IP-only wireless networks at the same time await voice and videoconferencing as standard mobile Internet services, thereby adding the request for multicast support to real-time mobility.
56: 
57: This paper briefly introduces current approaches for seamless multicast extensions to Mobile IPv6. Key issues of multicast mobility are discussed. Both analytically and in simulations comparisons are drawn between handover performance characteristics, dedicating special focus on the M-HMIPv6 approach.
58: \end{abstract}
59: 
60: \input{part1}
61: \input{part2}
62: \nocite{s-mi6-04}
63: \bibliographystyle{IEEEtran}
64: \bibliography{../Literatur/ipv6}
65: 
66: \end{document}
67: