Micro¯o
Micro¯o
net/publication/4100782
CITATIONS READS
2 307
2 authors, including:
Hamed Al-raweshidy
Brunel University London
463 PUBLICATIONS 4,939 CITATIONS
SEE PROFILE
All content following this page was uploaded by Hamed Al-raweshidy on 02 February 2015.
Abstract: In IP based wireless access networks, the flow high quality of service, the higher layer end-to-end
of packets to the mobile host (MH) is diverted at the protocols require a certain level of service from
cross-over node (CoN) to the new location of the MH in underlying network protocols to be able to continue
order to reduce handover delay and packet loss. As the providing the level of performance required of them. In
depth of the network increases so does the round trip a fixed wired network, disruption traffic is mainly due
time to the CoN, in the worst case this is the time to the to congestion. As a result protocol stacks at their
gateway or root node of the domain. This paper different layers have been designed and optimised with
proposes an architectural modification to micro mobility this scenario in mind. In a mobile network, however, the
protocols employing virtual or static tree topologies previous premise that disruption in the network is
such as Cellular IP (CIP). We propose an architectural mainly due to congestion is no longer necessarily valid.
extension to the path update process by adding multi- Although for the most part the network is fixed, an
homed base stations (MHOBS) at certain points in the essential stage of the network that facilitates mobility of
wireless access network where the path update delay its users is the wireless stage. It is in this part of the
becomes severe. There are two situations where this network that two primary different causes of disruption
may arise. The first is where the path update is due to a to user traffic appear. The first is the increase in bit error
distant gateway, or other CoN, as a result of an increase rate due to the physical layer of the wireless channel,
in the depth of the topology. The second situation is and hence is dealt with primarily at that layer. The
more likely to arise, with virtual tree topologies on mesh second problem that is faced at the wireless stage of the
networks, when the new path, between new base station network is that of change in point of attachment to the
(BS) and the CoN, is longer than the old path to the network due to mobility. Prior to the Internet and
old BS. The path update minimization proposed here wireless IP-based networks, mobility management was,
will eliminate the effect of path update delay at these by and large, dealt with by layer 2 protocols, with
points in the network, and consequently reduces packet minimal interaction from network-specific layer 3
loss due to the handover process. protocols. This has changed in recent years due to the
increased research in, and the emergence of IP
1. INTRODUCTION mobility protocols.
One of the challenges faced by the future envisaged All- 2.1 Mobile IP Macro Mobility
IP wireless access networks is the smooth handover of
MHs running delay sensitive applications. This is The success of the Internet, that is evident in its
especially true of real-time applications such as ubiquity, has increased the push towards the use of the
streaming and interactive media applications. IP, the layer 3 of the TCP/IP stack, over wireless links.
Handovers are required to be executed with minimal Arguably, this ubiquitous characteristic of IP and its
associated latency and packet loss. Most handovers are potential to provide cheaper packet switched continuous
local by nature, and are confined mostly within the same access to Internet services has motivated the promotion
domain. Therefore the mobility management of the of the all-IP paradigm with the support of standardising
handover can be limited to a local or micro mobility bodies like Internet Engineering Task Force (IETF)[1],
environment as opposed to the global or macro mobility 3rd Generation Partnership Project (3GPP) and
environment. Thus, dividing the mobility management 3GPP2[2]. At the forefront of these protocols is the
problem into two layers of; macro mobility for global IETF’s proposed standard Mobile IP (MIP) [1], Perkins
mobility and micro mobility for regional and local [3]. It is an extension to IP that provides mobility
mobility means that the scope of the handover problem management by using two addresses to maintain
can be narrowed down. services and/or sessions during mobility of the MH in
In the next section IP mobility is reviewed citing the Internet. MIP specifies two main entities called
some examples of the protocols at the forefront of mobility agents; a Home Agent (HA) at the home
research and development in the field. In the subsequent network and a Foreign Agent (FA) at any foreign
sections, our proposal is discussed followed by some network the MH is visiting. When a MH is in its home
results of simulations carried out. network usual IP routing is maintained using its home
IP address, and when MH is roaming it uses the second
2. IP MOBILITY Care-of Address (CoA), which it acquires from an FA.
If none exists the MH can have a co-located CoA. When
The objective of any network is to minimize, as much as a MH migrates to a foreign network, MIP requires that
possible, the disruption to its user traffic. To maintain a the MH must register with its HA after every change to
point of attachment to the network so that packets, visiting MH(s). This effectively means that the mobility
reaching the home network destined for the MH, can be management problem has been divided between two
forwarded to the MH at its new location. This is done levels; macro mobility for global mobility and micro
transparently to the network by encapsulating packets at mobility for regional and local mobility (see Figure 2).
the HA and then decapsulation at the FA or at MH Thus, the micro mobility is managed by specialised
transparently in the case of a co-located CoA. MIP protocols, leaving MIP to manage the macro mobility
requires that the MH register with it’s HA after every problem. Wireless access networks predominantly have
change in its point of attachment to the network. a local or regional scope and therefore mobility
Furthermore MIP mechanism of forwarding packets management in all-IP wireless access networks will be
form any correspondent host (CH) to the MH via the appropriately managed by a micro mobility protocol,
HA causes the creation of the so called inefficient Campbell et al [4].
triangular route between the MH and its CH. (See
Figure 1). HA
Home Domain
CH HA Global
Macro mobility Internet
Home Domain Scope (Mobile IP)
Global
Gateway/ FA
Internet
FA
MH migration Micro mobility
Foreign Domain protocols
scope (CIP)
Handovers
Figure 1- Mobile IP triangular routing. Visited Domain
3. PATH UPDATE MANAGEMENT EXTENTION 3.1 Offsetting path update delay in handover
In a HBR domain, to reduce handover delay and packet CIP semi-soft handover scheme has an option to bi-cast
loss, the flow of packets to the MH is diverted at the path updates from a MH to two BSs to facilitate fast
CoN, which is nearest node at which the old and new handover Campbell et al [4]. We propose taking the bi-
paths intersect, and in the worst case this is the gateway. casting functionality up one level from the MH, to the
Deploying the network over as wide an area as possible BS regardless of the handover scheme whether hard or
is desirable as it keeps the mobile user in the same semi-soft. A larger illustration showing the paths
network for a longer amount of time. As the depth of the between the CoNs and the MHOBS is shown in
network increases so would the round trip time to the Figure 4.
CoN, depending upon its level in the hierarchy. This Since this is an architectural modification it can be
increase in the depth of the topology is significant since implemented in any micro mobility protocol employing
control packets that traverse the network form the new a tree based topology and not only limited to CIP.
BS will take longer to get to the gateway to modify the Unlike in CIP where bi-casting is implemented at the
MH cache entry and create a new path pointing to the MH at every handover, in our proposal bi-casting is at
new location of the MH. All the while packets already specifically placed MHOBSs to minimize route update
transmitted are being lost through the old path at the old times in due to any increase in the depth of the
topology. Reducing the time required to update paths to 4.1.1To-and-fro scenario simulations. Two models
the new location of the MH means the handover can be were simulated for comparison. One to show the
executed faster i.e. in less time. Hence, having the MH performance of a topology with MHOBS, and the other
routing state information as close as possible to the MH topology without MHOBS. The topology with MHOBS
location will facilitate a faster handover since the route is shown in Figure 5, while the one without is shown in
update can reach the CoN sooner. At its closest, the Figure 6. The two models were identical in terms of
CoN will be the parent of both old and new BSs. This is network parameters. A session of 80s was simulated
the configuration that yields the minimum path update with 12 handovers every 5s, starting from 15s to 75s. In
time, hence the MHOBS is able to offset the latency of the simulation without MHOBS the handovers were to-
the path update time to this minimum. The MH will and-fro between BS2 and BS3. While in the topology
continue to receive traffic from the old CoN while the with MHOBS the handovers were from BS1 to BS2,
new one is being configured along with the new routes BS2 to BS3 and back the same way to BS1. To and fro
during the path update process. Figure 3 shows a typical handover scenario method was used so as to bring out
tree topology of a micro mobility wireless access the performance improvements of MHOBS.
network domain. The use of MHOBS is not only limited
(New CoN)
to when the gateway is the CoN. Indeed, as the depth of Old path New path
the tree topology increases, the MHOBS can be used at
(Old CoN) Gateway
other levels to offset the route update delays to
respective CoNs. Figure 4 shows the modified topology
employing a MHOBS to offset the path update delay to
the gateway and back.
BS1 BS2 BS3 BS4
Gateway
New path
(Old CoN)
Old path (New CoN)
Figure 6- Handover without MHOBS topology used in
the simulation.
4. PERFORMANCE EVALUATION
REFERENCES
1. http://www.ietf.org/
2. http://www.3gpp.org/