1: % =========================================================================
2:
3: %\documentclass[11pt,oneside,a4paper]{article}
4: %\documentclass[12pt,oneside,a4paper,conference]{IEEEtran}
5: \documentclass[10pt,times,twocolumn]{article}
6: \usepackage{latex8}
7:
8: \usepackage{ifpdf}
9: \ifpdf
10: \pdfoptionpdfminorversion=6
11: \fi
12: \usepackage[T1]{fontenc}
13: %\usepackage[latin1]{inputenc}
14: % \usepackage{graphicx} %fuer Bilder
15:
16: \pagestyle{empty}
17:
18: \usepackage{url}
19: \usepackage{floatflt}
20: \usepackage[tight]{subfigure}
21: \usepackage{latexsym}
22: \usepackage{clrscode}
23: \usepackage{graphicx}
24:
25: %%%%%Achtung: Alle (sub)sections nach (Sub)Sections ersetzen
26:
27: \author{
28: Thomas C. Schmidt
29: %\\ HAW Hamburg, Dep. Informatik\\
30: % Berliner Tor 7\\ D--20099 Hamburg, Germany
31: \\t.schmidt@ieee.org
32: \and
33: Matthias W\"ahlisch\thanks{The author is also with link--lab, H\"onower Str. 35, D--10318 Berlin, Germany.}
34: %\\ HAW Hamburg, Dep. Informatik\\
35: % Berliner Tor 7\\ D--20099 Hamburg, Germany
36: \\waehlisch@ieee.org
37: \and
38: Ying Zhang\\ zhang.ying@web.de
39: \and
40: HAW Hamburg, Dep. Informatik,
41: Berliner Tor 7, D--20099 Hamburg, Germany \\
42: }
43: \title{On the Correlation of Geographic and Network Proximity at Internet Edges and its Implications for Mobile Unicast and Multicast Routing.\thanks{This work is supported by the German Bundesministerium f\"ur Bildung und Forschung within the Project {\em Moviecast}. The authors thank CAIDA for making Skitter
44: datasets available.}
45: }
46: \date{}
47:
48: % DOKUMENTENANFANG
49:
50: \begin{document}
51: \maketitle
52: \thispagestyle{empty}
53: \begin{abstract}
54: Significant effort has been invested recently to accelerate handover operations in a next generation mobile Internet. Corresponding works for developing efficient mobile multicast management are emergent. Both problems simultaneously expose routing complexity between subsequent points of attachment as a characteristic parameter for handover performance in access networks.
55:
56: As continuous mobility handovers necessarily occur between access routers located in geographic vicinity, this paper investigates on the hypothesis that geographically adjacent edge networks attain a reduced network distances as compared to arbitrary Internet nodes.
57: We therefore evaluate and analyze edge distance distributions in various regions for clustered IP ranges on their geographic location such as a city. We use traceroute to collect packet forwarding path and round-trip-time of each intermediate node to scan-wise derive an upper bound of the node distances. Results of different scanning origins are compared to obtain the best estimation of network distance of each pair. Our results are compared with corresponding analysis of CAIDA Skitter data, overall leading to fairly stable, reproducible edge distance distributions. As a first conclusion on expected impact on handover performance measures, our results indicate a general optimum for handover anticipation time in 802.11 networks of 25 ms.
58: \end{abstract}
59: \paragraph{Keywords:} Internet Scanning, Measurement, Edge Distance Distribution, Mobile Handover Performance, Mobile Multicast
60: \input{part1}
61: \input{part2}
62: %\nocite{s-mi6-04}
63: \bibliographystyle{latex8}
64: \bibliography{fhtw-ipv6,fhtw-vcoip,vcoip,mipv6,mcast,mmcast,mmodeling,ssm,imeasurement}
65:
66: \end{document}
67: