SlideShare a Scribd company logo
1 of 11
Download to read offline
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME
21
A NEW APPROACH OF MULTI-HOMING NETWORK MOBILITY
SYSTEM WITH TROUBLESHOOTING PACKET LOSS ENHANCEMENT
Dr. Mahmood Zaki Abdullah
Computer & Software Engineering Department
College of Engineering, The University of Al-Mustansiriyah, Baghdad, Iraq
ABSTRACT
Internet considered as the most important types of wide area networks and the most
important sources for information, that is because its ability to give many electronic services, like
email, communication services, voice over IP, Internet telephony and other services, to get these
services requires accessing to the web server. It is obvious that to make sure the connection oriented
with the Internet service providers, requires remaining and operating the received device within the
arriving zone of Internet signal, and this device will stop to receive this Internet signal, if it moves to
a new position lies outside this area. The researchers presented through their scientific researches
many ideas and ways of ensuring the continued achievement of the Internet access, despite of the
mobility of the recipient device outside the area of the original service provider, the flow of these
ideas led to do a new networking technique known as multi-homing mobility technique, the
researchers are developed several topologies and protocols to suit their operation with this kind of
mobile networks. This paper presents a new approach for developing the multi-homing mobility
network system that increases the performance operation in spite of the far mobility of the recipient
device to new positions. This approach gives also a new way of network topology, new protocols of
programming internetworking devices, as well as applying the mobile IP addressing for sending and
receiving the packets between the Internet service provider and the mobile recipient, and gives a
reliable algorithm for enhancing troubleshooting packet loss. To test and check the ability of this
approach, we design a hypothetical multi-homing mobility network system that operates under these
proposed algorithms, apply packet tracer v.5 simulator for testing the performance of this proposed
approach.
Keywords: Multi-Homing Network, Mobile IP, Fragmentation, Troubleshooting Packet Loss.
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING &
TECHNOLOGY (IJCET)
ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 5, Issue 5, May (2014), pp. 21-31
© IAEME: www.iaeme.com/ijcet.asp
Journal Impact Factor (2014): 8.5328 (Calculated by GISI)
www.jifactor.com
IJCET
© I A E M E
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME
22
I. INTRODUCTION
The wireless networks are the major and important types of networks, they offer many
services to many hosts, a host that uses wireless technology can be mobile. Multiple overlapping
wireless technologies create a connectivity rich environment and challenge, to allow mobile hosts
take advantage of the various wireless technologies for improving its communication channel to the
network, it is obvious that the wireless communications may stop when changing from one network
attachment point to another, or when the mobile enters an area with no wireless coverage, to
overcome this problem many researchers presented many ideas and ways, one of these ways was to
use multiple wireless technologies at the same time, they can create a resilient communication
channel that overcomes the problems presented by mobility and by wireless. In order to use of all the
available wireless technologies, a mobile host has to connect to multiple networks simultaneously,
this type of connectivity is known as multi-homing. In this paper we propose a mobility solution
based on dynamic multi-homing, where a host connected to a constantly changing set of networks. In
fact the hardware connection of dynamic multi-homing needs three elements, a way of finding
available wireless networks, transport protocols that use the multiple available networks, and a
location service to allow corresponding hosts to communicate with mobile hosts in their new
networks, figure (1) shows the elements of a mobile network architecture of the multi-homing
connection [1], [2].
Fig.1: Schematic diagram of the elements of mobile network architecture [3]
II. RELATED WORKS
Luiz Claudio Schara Magalhaes in 2005 [1], presented the design of a transport layer host
mobility architecture, the main components of this architecture are a link layer manager, to mediate
access to the communication infrastructure, he designed a multiplexing transport protocol framework
that allows the construction of multiplexing transport suited to different classes of traffic.
R. Moskowitz, and P. Nikander in 2006 [9], presented a new method such as HIP that brings
new namespaces into the protocol stack to separate the semantics of identity from IP addresses. HIP
introduces a new namespace called HI (Host Identity), which is independent of the IP addresses, to
identify hosts in the network.
E. Nordmark, M. Bagnulo, and Shim in 2009 [10], aimed to support IP multi-homing, to
manage multiple IP addresses in one host, shim inserts a sub layer into the network layer, while SCTP
designs a new transport-layer protocol.
Pekka Nikander, Andrei Gurtov, and Thomas R. Henderson in 2010 [11], presented and
provided an in-depth look at HIP, discussing its architecture, design, benefits, potential drawbacks,
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME
23
and ongoing work, the HIP protocols have been carefully designed to take middle boxes into account,
providing for overlay networks and enterprise deployment concerns.
Jozef Wozniak in 2012 [12], presented an overview of the most popular and promising
methods of handling mobility in IP networks, covering ISO-OSI layers 2+, 3, as well as layer 3+ and
layers 4 and 7 of mobility solutions.
III. THEORETICAL BACKGROUND
From figure (1), we can conclude that each mobile network can be consisted of home
network, home agent, foreign agent, foreign (or visited) network, and correspondent. The data
transfer to the mobile system in this type of network technique based on the following procedure [4]:
1- IP destination address, network prefix determines physical subnet.
2- Sender sends to the IP address of mobile network (MN).
3- Host agent (HA) intercepts packet proxy ARP.
4- Host agent (HA) tunnels packet to foreign agent lies at the foreign network (FA), by
encapsulation process.
5- Foreign agent forwards the packet to the mobile network (MN).
While the data transfer from the mobile system to the receiver is occurred when the sender
sends to the IP address of the receiver as usual, (FA) works as default router. Figure (2) illustrates the
procedure of data transfer to or from mobile system [4].
Fig.2: Schematic diagram of the data transferring to or from the mobile system [4]
IV. MOBILE IP ENTITIES
The multi-homing mobility technique based on many factors or parameters, one of these
factors is the Mobile IP address, the aspects of this addressing state that in Mobile IP a mobile host is
assigned an IP address on its home network, called the mobile host’s home address. Packets that are
delivering from a correspondent host to the mobile host are always addressed to the home address of
the mobile host. If the correspondent host is aware that the mobile host is mobile, then the
correspondent host can encapsulate its packets and forward them directly to the mobile host’s new
location without traversing the home network, when the mobile host connects to a foreign network, it
identifies and registers with a foreign agent, or registers directly with its home agent. When
registering, the mobile host acquires a care-of address defining its current location [5], figure (3)
shows the Mobile IP entities.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME
24
Fig.3: Schematic diagram of the Mobile IP entities [5]
The Mobile IP has two addresses for a mobile host: one home address and one care-of
address. The home address is permanent; the care-of addresses changes as the mobile host moves
from one network to another, When the mobile host and the foreign agent are the same, the care-of
address is called a co-located care-of address, Mobile IP does not use a new packet type for agent
advertisement; it uses the router advertisement packet of ICMP, and appends an agent advertisement
message, the movement of the mobile host is transparent to the rest of the Internet, finally we can
summarize that Mobile IP uses two IP addresses, home address, where the IP address assigned to the
mobile node, making it logically appear attached to its home network. In Care-of address, an IP
address at the mobile node's current point of attachment to the Internet, when the mobile node is not
attached to the home network. In Home network the network at which the mobile node seems
reachable, to the rest of the Internet, by virtue of its assigned IP address, while foreign network, the
network to which the mobile node is attached when it is not attached to its home network, and on
which the care-of address is reachable from the rest of the Internet, at terminology phase, a router on
the home network that effectively causes the mobile node to be reachable at its home address even
when the mobile node is not attached to its home network, while a router on the foreign network that
can assist the mobile node in receiving datagrams delivered to the care-of address [6].
V. PROPOSED MULTI-HOMING MOBILITY NETWORK SYSTEM
As mentioned before the conventional multi-homing mobility network based on the
correspondent device sends the packet to its home agent router at the home network, this router will
deliver this packet to a foreign agent router at a foreign network, during this transferring of packet,
the mobile IP addressing can be applied to ensure the end-to-end sending and receiving, figure (4)
shows the concepts of conventional multi-homing mobility network [7].
Fig.4: Schematic diagram of the conventional multi-homing architecture [7]
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME
25
When a host moves from one network to another, the IP addressing structure needs to be
modified, the home address is permanent; it associates the host to its home network, the network that
is the permanent home of the host. The care-of address is temporary. When host moves from one
network to another, the care-of address changes; it is associated with the foreign network, the
network to which the host moves. Figure (5) shows this concept [8].
Fig.5: Schematic diagram of the data transfer in multi-homing mobility system [8]
From figure (8), we can notice that multi-homing procedure can be applied through three
phases, phase-1-agent discovery, phase-2-registeration and phase-3-data transfer; the algorithmic
procedure of these phases can be summarized through below steps [8]:
1- The mobile host when at home sends agent solicitation message to home agent (router).
2- The home agent (router) sends a response agent advertisement message to mobile host.
3- When the movement occurs, the mobile host (at a new position) sends agent solicitation
message to foreign agent (router).
4- The foreign agent (router) sends agent advertisement response message to a mobile host (at a
new position).
5- The mobile host (at a new position) sends registration request message to a foreign agent
(router), then the foreign agent (router) will send a registration request message to a home
agent (router).
6- The home agent (router) will send a registration reply message to a foreign agent (router, then
the foreign agent (router) will send a registration reply message to a mobile host after
movement.
7- Finally, the mobile host at its new position, will transfer the data to a remote host.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME
26
From this fact we adapt the architecture of the above conventional multi-homing mobility
network to a newer architecture, our proposed design suggested that we can expand the Internet
service provider signal to cover a wide area, this can be done by using multiple wireless router which
were connected to a central ISP, these routers can be amplified the attenuated ISP signal as well as
managed the derivation of packets, figure (6) shows the proposed multi-homed mobility system.
Fig.6: Schematic diagram of the proposed multi-homing mobility architecture
To increase the speed of packet delivery through these agents with few bit error rate, the
segment-fragmentation algorithm was applied, as it was stated at reference [8].
VI. PROPOSED ALGORITHM FOR TROUBLESHOOTING ENHANCEMENT
To enhance the bit error rate of transferring data, a proposed troubleshooting packet loss
algorithm applied to check the errors occur in the outbound and inbound segments format, that
means checks for IP packet addressing, mobile IP addressing, the orientation of the original data,
format, checks for correct and match routes., and finally checks for the connection to ISP if it is
terminated on single router or multiple routers, figure (7) shows the steps for multi-homing mobility
network algorithm with troubleshooting packet loss enhancement.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME
27
Fig.7: Algorithmic Flowchart of Multi-homing mobility network system with Troubleshooting
Packet Loss Enhancement
Start
Troubleshooting
Algorithm
Is
the orientation of
data at outbound segment
similar to that in next hop
inbound
?
No
Read
The IPs of all the hosts,
Multi-homed Networks
And Routers
Yes
End
Multi-homing mobility
Algorithm
Start
Multi-homing mobility
Algorithm
Compute for one of addresses
of multi-homed hosts to packet,
(assign for source address and
destination address), apply
segment-fragment for sending
total segments.
Compute for mobile IP format,
from routing table search for
matching route to the
destination host.
Is
the mobile
route correct ?,
and receive ACK
for each fragment?
No
Yes
Is
the total route
correct ?,
and receive ACK
for total fragments?,
and the process net
exceed time out?
Yes
Compute again for mobile
IP address and matching
routes.
No
Compute for segment-
fragmentation again, and
compute for mobile IP format.
End
Troubleshooting
Algorithm
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME
28
VII. IMPLEMENTATION AND PRACTICAL RESULTS
This section contains all the practical results that validate and verify our proposed multi-
homing mobility network, these results can be obtained by applying the Packet Tracer v.5 network
simulator, and before beginning this simulation we programmed all the PCs. and the internetworking
devices with the required IPs and proposed protocols. We found that all the mobile segments of data
that can be sent from the source to final destination end through the proposed multi-homed mobility
network system and multi ISPs. will reach this destination correctly without any damaged as shown
in figure (8), figure (9), figure (10), and figure (11).
(a) (b)
Fig.8: (a) Illustrates the initialization process of PCs. and internetworking devices with IP’s address
(b) Represents the outbound of the PDU at device correspondent pos.1.
(a) (b)
Fig.9. (a) Illustrates the transferring of packet from a device at correspondent pos.1 to first wireless
router,
(b) Represents the outbound of the PDU format that reaches the first wireless router.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME
29
(a) (b)
Fig.10. (a) Illustrates the transferring of packet from a wireless device to central ISP wireless router,
(b) Represents the outbound of the PDU format that reaches the central ISP wireless router
(a) (b)
Fig.11. (a) Illustrates the transferring of packet from a central ISP wireless router to a home agent
wireless router.
(b) Represents the outbound of the PDU format that reaches home agent wireless router at home
network.
Another test can be done by considering a hypothetical multi-homing mobility network
system, this system applied and operated with the proposed algorithm, considering a source host
transfers between many positions along 1000 meter, these positions could be covered by three
ISPs., through three wireless routers, each router programmed with this proposed algorithm, we
found that the data obtained with applying segmentation and troubleshooting were more accurate
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME
30
as compared with these obtained without segmentation and troubleshooting check, so we noticed
also that the bit error rate (BER) will not exceed (0.0002) for this proposed algorithm during the
whole trip, while it may be increased rapidly without that, figure (12) shows the differences
between the two algorithms. Also we noticed that increasing in the number of wireless routers that
may be connected to a central ISP devices will increase the area of arrival of ISP signal, increase
the area of connection for the mobile network to a home agent, also we can use an access point
device either instead of wireless router or as an extra amplification and accessing device
connected to a wireless router in order to expand the area of connection.
Fig.12: Illustrates the bit error rate (BER) – Mobility characteristic for conventional and proposed
algorithm
VIII. CONCLUSION
From this paper we can conclude the following points:
1- The multi-homing mobility network gives us the reliability and flexibility of maintaining
connection to ISP signal in spite of moving the sending device far away from its original
position.
2- The multi-homing network applies many special protocols, like host identity protocol HIP,
and other protocols which facilitate the transferring of packets through the internetworking
devices.
3- The multi-homing mobility network system can apply a special type of addressing, like
mobile IP, which assist the mobile packets to reach their final destinations.
4- The segment-fragmentation technique will assist and increase the speed of the transferring
packets in a multi-homing mobility network system, also the troubleshooting packet loss
enhancement algorithm will assist the speed and the accuracy of transferring data.
5- There are another modern techniques of multi-homing mobility, these techniques can be used
the ability of satellite system which provide ISP signal, to change its position in the space
and supply another region on the earth with ISP signal, this type of technique is called
satellite based multi-homing mobility network.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME
31
REFERENCES
[1] Luiz Claudio Schara Magalhaes, A transport layer approach to host mobility, Dissertation
from the university of Illinois, pp. 1-12, 2005.
[2] Jim Kurose, Keith Ross, Computer Networking: A Top Down Approach Featuring the
Internet, 2nd ed., Addison-Wesley, 2002.
[3] Kurose and Ross, Computer Networking: A top-down approach featuring the Internet, 3rd
ed.,
Addison-Wesley, 2004.
[4] Prof. Dr.-Ing. Jochen Schiller, Mobile Communications chapter 8: network protocols/mobile
IP, http://www.jochenschiller.de., 2013.
[5] Vineet Chikarmane, Carey L. Williamson, Richard B. Bunt and Wayne L. Mackrell,
Multicast support for mobile hosts using Mobile IP: design issues and proposed architecture,
Mobile Networks and Applications, vol. 3, pp. 365–379, Baltzer Science Publishers BV,
1998.
[6] Guimin Zhang, Mobile networking through Mobile IP, http://ebookily.net/ppt/Home-
Mobile.
[7] Md. Shohrab Hossain, Mohammed Atiquzzaman, and William Ivancic, Performance
comparison between multi-homed network mobility protocols, wireless networking
symposium-IEEE, pp. 5260-5265, 2012.
[8] Behrouz A. Forouzan, TCP/IP Protocol Suite-4th
edition, Mobile IP-pp. 268, Published by
McGraw-Hill, 2006.
[9] R. Moskowitz and P. Nikander. Host identity protocol (HIP) architecture, RFC 4423, May,
2006.
[10] E. Nordmark, M. Bagnulo, and Shim, Level 3 Multi-homing Shim protocol for IPv6, RFC
5533, June 2009.
[11] Pekka Nikander, Andrei Gurtov, and Thomas R. Henderson, Host identity protocol (HIP):
connectivity, mobility, multi-homing, security and privacy over IPv4 and IPv6 networks,
communication survey, vol. 12, no2., pp. 186-203, IEEE, 2010.
[12] Jozef Wozniak, Mobility management solutions for IP networks: comparative analysis of
IP-based mobility protocols and handover algorithms, IEEE, 2012.
[13] Chirag Mulchandani, Kinjal Mistry, Purva Chawan and Abhishek Shetty, “Transition from
IPV4 to IPV6”, International Journal of Electronics and Communication Engineering &
Technology (IJECET), Volume 4, Issue 5, 2013, pp. 169 - 176, ISSN Print: 0976- 6464,
ISSN Online: 0976 –6472.
[14] R. Kavitha, Dr. G. M. Nasira and Dr. N. Nachamai, “Smart Home Systems using Wireless
Sensor Network – A Comparative Analysis”, International Journal of Computer Engineering
& Technology (IJCET), Volume 3, Issue 3, 2012, pp. 94 - 103, ISSN Print: 0976 – 6367,
ISSN Online: 0976 – 6375.
[15] S.Mohan Raj and Dr.G.Kalivarathan, “Speed Adaptive Mobile IP Over Wireless Lan”,
International Journal of Electronics and Communication Engineering & Technology
(IJECET), Volume 3, Issue 3, 2012, pp. 227 - 234, ISSN Print: 0976- 6464, ISSN Online:
0976 –6472.

More Related Content

What's hot

Fast Mobile IPv6 Handover Using Link and Location Information
Fast Mobile IPv6 Handover Using Link and Location InformationFast Mobile IPv6 Handover Using Link and Location Information
Fast Mobile IPv6 Handover Using Link and Location InformationCSCJournals
 
Data communication assingment.docx (1)
Data communication assingment.docx (1)Data communication assingment.docx (1)
Data communication assingment.docx (1)sultan alauddin
 
Indoor tracking with bluetooth low energy devices using k nearest neighbour a...
Indoor tracking with bluetooth low energy devices using k nearest neighbour a...Indoor tracking with bluetooth low energy devices using k nearest neighbour a...
Indoor tracking with bluetooth low energy devices using k nearest neighbour a...Conference Papers
 
Key management in information centric networking
Key management in information centric networkingKey management in information centric networking
Key management in information centric networkingIJCNCJournal
 
Enhancing Cloud Computing Security for Data Sharing Within Group Members
Enhancing Cloud Computing Security for Data Sharing Within Group MembersEnhancing Cloud Computing Security for Data Sharing Within Group Members
Enhancing Cloud Computing Security for Data Sharing Within Group Membersiosrjce
 
A XMLRPC Approach to the Management of Cloud Infrastructure
A XMLRPC Approach to the Management of Cloud InfrastructureA XMLRPC Approach to the Management of Cloud Infrastructure
A XMLRPC Approach to the Management of Cloud Infrastructureiosrjce
 
A CELLULAR BONDING AND ADAPTIVE LOAD BALANCING BASED MULTI-SIM GATEWAY FOR MO...
A CELLULAR BONDING AND ADAPTIVE LOAD BALANCING BASED MULTI-SIM GATEWAY FOR MO...A CELLULAR BONDING AND ADAPTIVE LOAD BALANCING BASED MULTI-SIM GATEWAY FOR MO...
A CELLULAR BONDING AND ADAPTIVE LOAD BALANCING BASED MULTI-SIM GATEWAY FOR MO...pijans
 
Iot lecture notes_hyd
Iot lecture notes_hydIot lecture notes_hyd
Iot lecture notes_hydKishore5511
 
What is internet architecture? - (Darren's Study Guide: CompTIA A+, 220-1001 ...
What is internet architecture? - (Darren's Study Guide: CompTIA A+, 220-1001 ...What is internet architecture? - (Darren's Study Guide: CompTIA A+, 220-1001 ...
What is internet architecture? - (Darren's Study Guide: CompTIA A+, 220-1001 ...BDDazza
 
Routing Algorithm for Heterogeneous Wireless Network in Vanet
Routing Algorithm for Heterogeneous Wireless Network in VanetRouting Algorithm for Heterogeneous Wireless Network in Vanet
Routing Algorithm for Heterogeneous Wireless Network in VanetIOSR Journals
 
Improvements for DMM in SDN and Virtualization-Based Mobile Network Architecture
Improvements for DMM in SDN and Virtualization-Based Mobile Network ArchitectureImprovements for DMM in SDN and Virtualization-Based Mobile Network Architecture
Improvements for DMM in SDN and Virtualization-Based Mobile Network Architectureijmnct
 
IMPROVEMENTS FOR DMM IN SDN AND VIRTUALIZATION-BASED MOBILE NETWORK ARCHITECTURE
IMPROVEMENTS FOR DMM IN SDN AND VIRTUALIZATION-BASED MOBILE NETWORK ARCHITECTUREIMPROVEMENTS FOR DMM IN SDN AND VIRTUALIZATION-BASED MOBILE NETWORK ARCHITECTURE
IMPROVEMENTS FOR DMM IN SDN AND VIRTUALIZATION-BASED MOBILE NETWORK ARCHITECTUREijmnct
 

What's hot (20)

Fast Mobile IPv6 Handover Using Link and Location Information
Fast Mobile IPv6 Handover Using Link and Location InformationFast Mobile IPv6 Handover Using Link and Location Information
Fast Mobile IPv6 Handover Using Link and Location Information
 
Data communication assingment.docx (1)
Data communication assingment.docx (1)Data communication assingment.docx (1)
Data communication assingment.docx (1)
 
Indoor tracking with bluetooth low energy devices using k nearest neighbour a...
Indoor tracking with bluetooth low energy devices using k nearest neighbour a...Indoor tracking with bluetooth low energy devices using k nearest neighbour a...
Indoor tracking with bluetooth low energy devices using k nearest neighbour a...
 
Key management in information centric networking
Key management in information centric networkingKey management in information centric networking
Key management in information centric networking
 
Mobile IP - pavankumar_912
Mobile IP - pavankumar_912Mobile IP - pavankumar_912
Mobile IP - pavankumar_912
 
Mobile ip
Mobile ipMobile ip
Mobile ip
 
Dc unit i
Dc unit iDc unit i
Dc unit i
 
12. mobile ip
12. mobile ip12. mobile ip
12. mobile ip
 
Enhancing Cloud Computing Security for Data Sharing Within Group Members
Enhancing Cloud Computing Security for Data Sharing Within Group MembersEnhancing Cloud Computing Security for Data Sharing Within Group Members
Enhancing Cloud Computing Security for Data Sharing Within Group Members
 
A XMLRPC Approach to the Management of Cloud Infrastructure
A XMLRPC Approach to the Management of Cloud InfrastructureA XMLRPC Approach to the Management of Cloud Infrastructure
A XMLRPC Approach to the Management of Cloud Infrastructure
 
A CELLULAR BONDING AND ADAPTIVE LOAD BALANCING BASED MULTI-SIM GATEWAY FOR MO...
A CELLULAR BONDING AND ADAPTIVE LOAD BALANCING BASED MULTI-SIM GATEWAY FOR MO...A CELLULAR BONDING AND ADAPTIVE LOAD BALANCING BASED MULTI-SIM GATEWAY FOR MO...
A CELLULAR BONDING AND ADAPTIVE LOAD BALANCING BASED MULTI-SIM GATEWAY FOR MO...
 
B43011014
B43011014B43011014
B43011014
 
50120130405030
5012013040503050120130405030
50120130405030
 
Iot lecture notes_hyd
Iot lecture notes_hydIot lecture notes_hyd
Iot lecture notes_hyd
 
Mobile ip
Mobile ipMobile ip
Mobile ip
 
What is internet architecture? - (Darren's Study Guide: CompTIA A+, 220-1001 ...
What is internet architecture? - (Darren's Study Guide: CompTIA A+, 220-1001 ...What is internet architecture? - (Darren's Study Guide: CompTIA A+, 220-1001 ...
What is internet architecture? - (Darren's Study Guide: CompTIA A+, 220-1001 ...
 
Mobile IP
Mobile IP Mobile IP
Mobile IP
 
Routing Algorithm for Heterogeneous Wireless Network in Vanet
Routing Algorithm for Heterogeneous Wireless Network in VanetRouting Algorithm for Heterogeneous Wireless Network in Vanet
Routing Algorithm for Heterogeneous Wireless Network in Vanet
 
Improvements for DMM in SDN and Virtualization-Based Mobile Network Architecture
Improvements for DMM in SDN and Virtualization-Based Mobile Network ArchitectureImprovements for DMM in SDN and Virtualization-Based Mobile Network Architecture
Improvements for DMM in SDN and Virtualization-Based Mobile Network Architecture
 
IMPROVEMENTS FOR DMM IN SDN AND VIRTUALIZATION-BASED MOBILE NETWORK ARCHITECTURE
IMPROVEMENTS FOR DMM IN SDN AND VIRTUALIZATION-BASED MOBILE NETWORK ARCHITECTUREIMPROVEMENTS FOR DMM IN SDN AND VIRTUALIZATION-BASED MOBILE NETWORK ARCHITECTURE
IMPROVEMENTS FOR DMM IN SDN AND VIRTUALIZATION-BASED MOBILE NETWORK ARCHITECTURE
 

Viewers also liked

Kb survai-12
Kb survai-12Kb survai-12
Kb survai-12PUPUK
 
Debbie Ringham: Local Engagement
Debbie Ringham: Local EngagementDebbie Ringham: Local Engagement
Debbie Ringham: Local Engagementmds-rkto
 
B&i2013 donderdag 15.15_zaal_d_integral facade construction
B&i2013 donderdag 15.15_zaal_d_integral facade constructionB&i2013 donderdag 15.15_zaal_d_integral facade construction
B&i2013 donderdag 15.15_zaal_d_integral facade constructionBouwmaterialen_Innovatie
 
The battle for our environment continues..view this, download and pass it on..
The battle for our environment continues..view this, download and pass it on..The battle for our environment continues..view this, download and pass it on..
The battle for our environment continues..view this, download and pass it on..UCLASS
 
Gempa Bumi Bab 3 Geografi
Gempa Bumi Bab 3 GeografiGempa Bumi Bab 3 Geografi
Gempa Bumi Bab 3 GeografiErin Damayanti
 

Viewers also liked (7)

Kb survai-12
Kb survai-12Kb survai-12
Kb survai-12
 
Sk
SkSk
Sk
 
Debbie Ringham: Local Engagement
Debbie Ringham: Local EngagementDebbie Ringham: Local Engagement
Debbie Ringham: Local Engagement
 
B&i2013 donderdag 15.15_zaal_d_integral facade construction
B&i2013 donderdag 15.15_zaal_d_integral facade constructionB&i2013 donderdag 15.15_zaal_d_integral facade construction
B&i2013 donderdag 15.15_zaal_d_integral facade construction
 
The battle for our environment continues..view this, download and pass it on..
The battle for our environment continues..view this, download and pass it on..The battle for our environment continues..view this, download and pass it on..
The battle for our environment continues..view this, download and pass it on..
 
Gempa Bumi Bab 3 Geografi
Gempa Bumi Bab 3 GeografiGempa Bumi Bab 3 Geografi
Gempa Bumi Bab 3 Geografi
 
0
00
0
 

Similar to 50120140505003

Extended Study on the Performance Evaluation of ISP MBG based Route Optimiza...
Extended Study on the Performance Evaluation of ISP MBG  based Route Optimiza...Extended Study on the Performance Evaluation of ISP MBG  based Route Optimiza...
Extended Study on the Performance Evaluation of ISP MBG based Route Optimiza...IOSR Journals
 
Speed adaptive mobile ip over wireless
Speed adaptive mobile ip over wirelessSpeed adaptive mobile ip over wireless
Speed adaptive mobile ip over wirelessiaemedu
 
Speed adaptive mobile ip over wireless lan
Speed adaptive mobile ip over wireless lanSpeed adaptive mobile ip over wireless lan
Speed adaptive mobile ip over wireless laniaemedu
 
Pervasive Device and Service Discovery Protocol in Interoperability XBee-IP N...
Pervasive Device and Service Discovery Protocol in Interoperability XBee-IP N...Pervasive Device and Service Discovery Protocol in Interoperability XBee-IP N...
Pervasive Device and Service Discovery Protocol in Interoperability XBee-IP N...TELKOMNIKA JOURNAL
 
A Proposed Technique For Solving The Triangle Routing Problem In Mobile IP
A Proposed Technique For Solving The Triangle Routing Problem In Mobile IPA Proposed Technique For Solving The Triangle Routing Problem In Mobile IP
A Proposed Technique For Solving The Triangle Routing Problem In Mobile IPMartha Brown
 
A lthough the Internet offers access to information sources worldwid.pdf
A lthough the Internet offers access to information sources worldwid.pdfA lthough the Internet offers access to information sources worldwid.pdf
A lthough the Internet offers access to information sources worldwid.pdfANGELMARKETINGJAIPUR
 
Data Communication in Internet of Things: Vision, Challenges and Future Direc...
Data Communication in Internet of Things: Vision, Challenges and Future Direc...Data Communication in Internet of Things: Vision, Challenges and Future Direc...
Data Communication in Internet of Things: Vision, Challenges and Future Direc...TELKOMNIKA JOURNAL
 
A SURVEY ON OPPORTUNISTIC ROUTING PROTOCOLS IN CELLULAR NETWORK FOR MOBILE DA...
A SURVEY ON OPPORTUNISTIC ROUTING PROTOCOLS IN CELLULAR NETWORK FOR MOBILE DA...A SURVEY ON OPPORTUNISTIC ROUTING PROTOCOLS IN CELLULAR NETWORK FOR MOBILE DA...
A SURVEY ON OPPORTUNISTIC ROUTING PROTOCOLS IN CELLULAR NETWORK FOR MOBILE DA...ijwmn
 
Implementation of Cellular IP and Its Performance Analysis
Implementation of Cellular IP and Its Performance AnalysisImplementation of Cellular IP and Its Performance Analysis
Implementation of Cellular IP and Its Performance AnalysisIOSR Journals
 
A novel password based authentication technique for 4 g mobile communications
A novel password based authentication technique for 4 g mobile communicationsA novel password based authentication technique for 4 g mobile communications
A novel password based authentication technique for 4 g mobile communicationseSAT Journals
 
A novel password based mutual authentication technique for 4 g mobile communi...
A novel password based mutual authentication technique for 4 g mobile communi...A novel password based mutual authentication technique for 4 g mobile communi...
A novel password based mutual authentication technique for 4 g mobile communi...eSAT Publishing House
 
IPv6 Implementation challenges
IPv6 Implementation challengesIPv6 Implementation challenges
IPv6 Implementation challengesFarwa Ansari
 
Zigbee sensor network integrated with 4 g for iot applications
Zigbee sensor network integrated with 4 g for iot applicationsZigbee sensor network integrated with 4 g for iot applications
Zigbee sensor network integrated with 4 g for iot applicationsgoodgood
 
An overview of internet engineering task force mobility management protocols...
An overview of internet engineering task force mobility  management protocols...An overview of internet engineering task force mobility  management protocols...
An overview of internet engineering task force mobility management protocols...IJECEIAES
 
Bridging IoT infrastructure and cloud application using cellular-based intern...
Bridging IoT infrastructure and cloud application using cellular-based intern...Bridging IoT infrastructure and cloud application using cellular-based intern...
Bridging IoT infrastructure and cloud application using cellular-based intern...TELKOMNIKA JOURNAL
 
Zigbee sensor network integrated with 4 g for iot
Zigbee sensor network integrated with 4 g for iotZigbee sensor network integrated with 4 g for iot
Zigbee sensor network integrated with 4 g for ioteSAT Publishing House
 
Migrating packet dropping in mobile ad hoc network based on modified ack-base...
Migrating packet dropping in mobile ad hoc network based on modified ack-base...Migrating packet dropping in mobile ad hoc network based on modified ack-base...
Migrating packet dropping in mobile ad hoc network based on modified ack-base...Alexander Decker
 

Similar to 50120140505003 (20)

Extended Study on the Performance Evaluation of ISP MBG based Route Optimiza...
Extended Study on the Performance Evaluation of ISP MBG  based Route Optimiza...Extended Study on the Performance Evaluation of ISP MBG  based Route Optimiza...
Extended Study on the Performance Evaluation of ISP MBG based Route Optimiza...
 
Speed adaptive mobile ip over wireless
Speed adaptive mobile ip over wirelessSpeed adaptive mobile ip over wireless
Speed adaptive mobile ip over wireless
 
Speed adaptive mobile ip over wireless lan
Speed adaptive mobile ip over wireless lanSpeed adaptive mobile ip over wireless lan
Speed adaptive mobile ip over wireless lan
 
Pervasive Device and Service Discovery Protocol in Interoperability XBee-IP N...
Pervasive Device and Service Discovery Protocol in Interoperability XBee-IP N...Pervasive Device and Service Discovery Protocol in Interoperability XBee-IP N...
Pervasive Device and Service Discovery Protocol in Interoperability XBee-IP N...
 
A Proposed Technique For Solving The Triangle Routing Problem In Mobile IP
A Proposed Technique For Solving The Triangle Routing Problem In Mobile IPA Proposed Technique For Solving The Triangle Routing Problem In Mobile IP
A Proposed Technique For Solving The Triangle Routing Problem In Mobile IP
 
A lthough the Internet offers access to information sources worldwid.pdf
A lthough the Internet offers access to information sources worldwid.pdfA lthough the Internet offers access to information sources worldwid.pdf
A lthough the Internet offers access to information sources worldwid.pdf
 
D0362035
D0362035D0362035
D0362035
 
Data Communication in Internet of Things: Vision, Challenges and Future Direc...
Data Communication in Internet of Things: Vision, Challenges and Future Direc...Data Communication in Internet of Things: Vision, Challenges and Future Direc...
Data Communication in Internet of Things: Vision, Challenges and Future Direc...
 
A SURVEY ON OPPORTUNISTIC ROUTING PROTOCOLS IN CELLULAR NETWORK FOR MOBILE DA...
A SURVEY ON OPPORTUNISTIC ROUTING PROTOCOLS IN CELLULAR NETWORK FOR MOBILE DA...A SURVEY ON OPPORTUNISTIC ROUTING PROTOCOLS IN CELLULAR NETWORK FOR MOBILE DA...
A SURVEY ON OPPORTUNISTIC ROUTING PROTOCOLS IN CELLULAR NETWORK FOR MOBILE DA...
 
Implementation of Cellular IP and Its Performance Analysis
Implementation of Cellular IP and Its Performance AnalysisImplementation of Cellular IP and Its Performance Analysis
Implementation of Cellular IP and Its Performance Analysis
 
A novel password based authentication technique for 4 g mobile communications
A novel password based authentication technique for 4 g mobile communicationsA novel password based authentication technique for 4 g mobile communications
A novel password based authentication technique for 4 g mobile communications
 
A novel password based mutual authentication technique for 4 g mobile communi...
A novel password based mutual authentication technique for 4 g mobile communi...A novel password based mutual authentication technique for 4 g mobile communi...
A novel password based mutual authentication technique for 4 g mobile communi...
 
IPv6 Implementation challenges
IPv6 Implementation challengesIPv6 Implementation challenges
IPv6 Implementation challenges
 
Zigbee sensor network integrated with 4 g for iot applications
Zigbee sensor network integrated with 4 g for iot applicationsZigbee sensor network integrated with 4 g for iot applications
Zigbee sensor network integrated with 4 g for iot applications
 
Internet 2.0
Internet 2.0Internet 2.0
Internet 2.0
 
Mobility in network
Mobility in networkMobility in network
Mobility in network
 
An overview of internet engineering task force mobility management protocols...
An overview of internet engineering task force mobility  management protocols...An overview of internet engineering task force mobility  management protocols...
An overview of internet engineering task force mobility management protocols...
 
Bridging IoT infrastructure and cloud application using cellular-based intern...
Bridging IoT infrastructure and cloud application using cellular-based intern...Bridging IoT infrastructure and cloud application using cellular-based intern...
Bridging IoT infrastructure and cloud application using cellular-based intern...
 
Zigbee sensor network integrated with 4 g for iot
Zigbee sensor network integrated with 4 g for iotZigbee sensor network integrated with 4 g for iot
Zigbee sensor network integrated with 4 g for iot
 
Migrating packet dropping in mobile ad hoc network based on modified ack-base...
Migrating packet dropping in mobile ad hoc network based on modified ack-base...Migrating packet dropping in mobile ad hoc network based on modified ack-base...
Migrating packet dropping in mobile ad hoc network based on modified ack-base...
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 

Recently uploaded (20)

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 

50120140505003

  • 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME 21 A NEW APPROACH OF MULTI-HOMING NETWORK MOBILITY SYSTEM WITH TROUBLESHOOTING PACKET LOSS ENHANCEMENT Dr. Mahmood Zaki Abdullah Computer & Software Engineering Department College of Engineering, The University of Al-Mustansiriyah, Baghdad, Iraq ABSTRACT Internet considered as the most important types of wide area networks and the most important sources for information, that is because its ability to give many electronic services, like email, communication services, voice over IP, Internet telephony and other services, to get these services requires accessing to the web server. It is obvious that to make sure the connection oriented with the Internet service providers, requires remaining and operating the received device within the arriving zone of Internet signal, and this device will stop to receive this Internet signal, if it moves to a new position lies outside this area. The researchers presented through their scientific researches many ideas and ways of ensuring the continued achievement of the Internet access, despite of the mobility of the recipient device outside the area of the original service provider, the flow of these ideas led to do a new networking technique known as multi-homing mobility technique, the researchers are developed several topologies and protocols to suit their operation with this kind of mobile networks. This paper presents a new approach for developing the multi-homing mobility network system that increases the performance operation in spite of the far mobility of the recipient device to new positions. This approach gives also a new way of network topology, new protocols of programming internetworking devices, as well as applying the mobile IP addressing for sending and receiving the packets between the Internet service provider and the mobile recipient, and gives a reliable algorithm for enhancing troubleshooting packet loss. To test and check the ability of this approach, we design a hypothetical multi-homing mobility network system that operates under these proposed algorithms, apply packet tracer v.5 simulator for testing the performance of this proposed approach. Keywords: Multi-Homing Network, Mobile IP, Fragmentation, Troubleshooting Packet Loss. INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME: www.iaeme.com/ijcet.asp Journal Impact Factor (2014): 8.5328 (Calculated by GISI) www.jifactor.com IJCET © I A E M E
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME 22 I. INTRODUCTION The wireless networks are the major and important types of networks, they offer many services to many hosts, a host that uses wireless technology can be mobile. Multiple overlapping wireless technologies create a connectivity rich environment and challenge, to allow mobile hosts take advantage of the various wireless technologies for improving its communication channel to the network, it is obvious that the wireless communications may stop when changing from one network attachment point to another, or when the mobile enters an area with no wireless coverage, to overcome this problem many researchers presented many ideas and ways, one of these ways was to use multiple wireless technologies at the same time, they can create a resilient communication channel that overcomes the problems presented by mobility and by wireless. In order to use of all the available wireless technologies, a mobile host has to connect to multiple networks simultaneously, this type of connectivity is known as multi-homing. In this paper we propose a mobility solution based on dynamic multi-homing, where a host connected to a constantly changing set of networks. In fact the hardware connection of dynamic multi-homing needs three elements, a way of finding available wireless networks, transport protocols that use the multiple available networks, and a location service to allow corresponding hosts to communicate with mobile hosts in their new networks, figure (1) shows the elements of a mobile network architecture of the multi-homing connection [1], [2]. Fig.1: Schematic diagram of the elements of mobile network architecture [3] II. RELATED WORKS Luiz Claudio Schara Magalhaes in 2005 [1], presented the design of a transport layer host mobility architecture, the main components of this architecture are a link layer manager, to mediate access to the communication infrastructure, he designed a multiplexing transport protocol framework that allows the construction of multiplexing transport suited to different classes of traffic. R. Moskowitz, and P. Nikander in 2006 [9], presented a new method such as HIP that brings new namespaces into the protocol stack to separate the semantics of identity from IP addresses. HIP introduces a new namespace called HI (Host Identity), which is independent of the IP addresses, to identify hosts in the network. E. Nordmark, M. Bagnulo, and Shim in 2009 [10], aimed to support IP multi-homing, to manage multiple IP addresses in one host, shim inserts a sub layer into the network layer, while SCTP designs a new transport-layer protocol. Pekka Nikander, Andrei Gurtov, and Thomas R. Henderson in 2010 [11], presented and provided an in-depth look at HIP, discussing its architecture, design, benefits, potential drawbacks,
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME 23 and ongoing work, the HIP protocols have been carefully designed to take middle boxes into account, providing for overlay networks and enterprise deployment concerns. Jozef Wozniak in 2012 [12], presented an overview of the most popular and promising methods of handling mobility in IP networks, covering ISO-OSI layers 2+, 3, as well as layer 3+ and layers 4 and 7 of mobility solutions. III. THEORETICAL BACKGROUND From figure (1), we can conclude that each mobile network can be consisted of home network, home agent, foreign agent, foreign (or visited) network, and correspondent. The data transfer to the mobile system in this type of network technique based on the following procedure [4]: 1- IP destination address, network prefix determines physical subnet. 2- Sender sends to the IP address of mobile network (MN). 3- Host agent (HA) intercepts packet proxy ARP. 4- Host agent (HA) tunnels packet to foreign agent lies at the foreign network (FA), by encapsulation process. 5- Foreign agent forwards the packet to the mobile network (MN). While the data transfer from the mobile system to the receiver is occurred when the sender sends to the IP address of the receiver as usual, (FA) works as default router. Figure (2) illustrates the procedure of data transfer to or from mobile system [4]. Fig.2: Schematic diagram of the data transferring to or from the mobile system [4] IV. MOBILE IP ENTITIES The multi-homing mobility technique based on many factors or parameters, one of these factors is the Mobile IP address, the aspects of this addressing state that in Mobile IP a mobile host is assigned an IP address on its home network, called the mobile host’s home address. Packets that are delivering from a correspondent host to the mobile host are always addressed to the home address of the mobile host. If the correspondent host is aware that the mobile host is mobile, then the correspondent host can encapsulate its packets and forward them directly to the mobile host’s new location without traversing the home network, when the mobile host connects to a foreign network, it identifies and registers with a foreign agent, or registers directly with its home agent. When registering, the mobile host acquires a care-of address defining its current location [5], figure (3) shows the Mobile IP entities.
  • 4. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME 24 Fig.3: Schematic diagram of the Mobile IP entities [5] The Mobile IP has two addresses for a mobile host: one home address and one care-of address. The home address is permanent; the care-of addresses changes as the mobile host moves from one network to another, When the mobile host and the foreign agent are the same, the care-of address is called a co-located care-of address, Mobile IP does not use a new packet type for agent advertisement; it uses the router advertisement packet of ICMP, and appends an agent advertisement message, the movement of the mobile host is transparent to the rest of the Internet, finally we can summarize that Mobile IP uses two IP addresses, home address, where the IP address assigned to the mobile node, making it logically appear attached to its home network. In Care-of address, an IP address at the mobile node's current point of attachment to the Internet, when the mobile node is not attached to the home network. In Home network the network at which the mobile node seems reachable, to the rest of the Internet, by virtue of its assigned IP address, while foreign network, the network to which the mobile node is attached when it is not attached to its home network, and on which the care-of address is reachable from the rest of the Internet, at terminology phase, a router on the home network that effectively causes the mobile node to be reachable at its home address even when the mobile node is not attached to its home network, while a router on the foreign network that can assist the mobile node in receiving datagrams delivered to the care-of address [6]. V. PROPOSED MULTI-HOMING MOBILITY NETWORK SYSTEM As mentioned before the conventional multi-homing mobility network based on the correspondent device sends the packet to its home agent router at the home network, this router will deliver this packet to a foreign agent router at a foreign network, during this transferring of packet, the mobile IP addressing can be applied to ensure the end-to-end sending and receiving, figure (4) shows the concepts of conventional multi-homing mobility network [7]. Fig.4: Schematic diagram of the conventional multi-homing architecture [7]
  • 5. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME 25 When a host moves from one network to another, the IP addressing structure needs to be modified, the home address is permanent; it associates the host to its home network, the network that is the permanent home of the host. The care-of address is temporary. When host moves from one network to another, the care-of address changes; it is associated with the foreign network, the network to which the host moves. Figure (5) shows this concept [8]. Fig.5: Schematic diagram of the data transfer in multi-homing mobility system [8] From figure (8), we can notice that multi-homing procedure can be applied through three phases, phase-1-agent discovery, phase-2-registeration and phase-3-data transfer; the algorithmic procedure of these phases can be summarized through below steps [8]: 1- The mobile host when at home sends agent solicitation message to home agent (router). 2- The home agent (router) sends a response agent advertisement message to mobile host. 3- When the movement occurs, the mobile host (at a new position) sends agent solicitation message to foreign agent (router). 4- The foreign agent (router) sends agent advertisement response message to a mobile host (at a new position). 5- The mobile host (at a new position) sends registration request message to a foreign agent (router), then the foreign agent (router) will send a registration request message to a home agent (router). 6- The home agent (router) will send a registration reply message to a foreign agent (router, then the foreign agent (router) will send a registration reply message to a mobile host after movement. 7- Finally, the mobile host at its new position, will transfer the data to a remote host.
  • 6. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME 26 From this fact we adapt the architecture of the above conventional multi-homing mobility network to a newer architecture, our proposed design suggested that we can expand the Internet service provider signal to cover a wide area, this can be done by using multiple wireless router which were connected to a central ISP, these routers can be amplified the attenuated ISP signal as well as managed the derivation of packets, figure (6) shows the proposed multi-homed mobility system. Fig.6: Schematic diagram of the proposed multi-homing mobility architecture To increase the speed of packet delivery through these agents with few bit error rate, the segment-fragmentation algorithm was applied, as it was stated at reference [8]. VI. PROPOSED ALGORITHM FOR TROUBLESHOOTING ENHANCEMENT To enhance the bit error rate of transferring data, a proposed troubleshooting packet loss algorithm applied to check the errors occur in the outbound and inbound segments format, that means checks for IP packet addressing, mobile IP addressing, the orientation of the original data, format, checks for correct and match routes., and finally checks for the connection to ISP if it is terminated on single router or multiple routers, figure (7) shows the steps for multi-homing mobility network algorithm with troubleshooting packet loss enhancement.
  • 7. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME 27 Fig.7: Algorithmic Flowchart of Multi-homing mobility network system with Troubleshooting Packet Loss Enhancement Start Troubleshooting Algorithm Is the orientation of data at outbound segment similar to that in next hop inbound ? No Read The IPs of all the hosts, Multi-homed Networks And Routers Yes End Multi-homing mobility Algorithm Start Multi-homing mobility Algorithm Compute for one of addresses of multi-homed hosts to packet, (assign for source address and destination address), apply segment-fragment for sending total segments. Compute for mobile IP format, from routing table search for matching route to the destination host. Is the mobile route correct ?, and receive ACK for each fragment? No Yes Is the total route correct ?, and receive ACK for total fragments?, and the process net exceed time out? Yes Compute again for mobile IP address and matching routes. No Compute for segment- fragmentation again, and compute for mobile IP format. End Troubleshooting Algorithm
  • 8. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME 28 VII. IMPLEMENTATION AND PRACTICAL RESULTS This section contains all the practical results that validate and verify our proposed multi- homing mobility network, these results can be obtained by applying the Packet Tracer v.5 network simulator, and before beginning this simulation we programmed all the PCs. and the internetworking devices with the required IPs and proposed protocols. We found that all the mobile segments of data that can be sent from the source to final destination end through the proposed multi-homed mobility network system and multi ISPs. will reach this destination correctly without any damaged as shown in figure (8), figure (9), figure (10), and figure (11). (a) (b) Fig.8: (a) Illustrates the initialization process of PCs. and internetworking devices with IP’s address (b) Represents the outbound of the PDU at device correspondent pos.1. (a) (b) Fig.9. (a) Illustrates the transferring of packet from a device at correspondent pos.1 to first wireless router, (b) Represents the outbound of the PDU format that reaches the first wireless router.
  • 9. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME 29 (a) (b) Fig.10. (a) Illustrates the transferring of packet from a wireless device to central ISP wireless router, (b) Represents the outbound of the PDU format that reaches the central ISP wireless router (a) (b) Fig.11. (a) Illustrates the transferring of packet from a central ISP wireless router to a home agent wireless router. (b) Represents the outbound of the PDU format that reaches home agent wireless router at home network. Another test can be done by considering a hypothetical multi-homing mobility network system, this system applied and operated with the proposed algorithm, considering a source host transfers between many positions along 1000 meter, these positions could be covered by three ISPs., through three wireless routers, each router programmed with this proposed algorithm, we found that the data obtained with applying segmentation and troubleshooting were more accurate
  • 10. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME 30 as compared with these obtained without segmentation and troubleshooting check, so we noticed also that the bit error rate (BER) will not exceed (0.0002) for this proposed algorithm during the whole trip, while it may be increased rapidly without that, figure (12) shows the differences between the two algorithms. Also we noticed that increasing in the number of wireless routers that may be connected to a central ISP devices will increase the area of arrival of ISP signal, increase the area of connection for the mobile network to a home agent, also we can use an access point device either instead of wireless router or as an extra amplification and accessing device connected to a wireless router in order to expand the area of connection. Fig.12: Illustrates the bit error rate (BER) – Mobility characteristic for conventional and proposed algorithm VIII. CONCLUSION From this paper we can conclude the following points: 1- The multi-homing mobility network gives us the reliability and flexibility of maintaining connection to ISP signal in spite of moving the sending device far away from its original position. 2- The multi-homing network applies many special protocols, like host identity protocol HIP, and other protocols which facilitate the transferring of packets through the internetworking devices. 3- The multi-homing mobility network system can apply a special type of addressing, like mobile IP, which assist the mobile packets to reach their final destinations. 4- The segment-fragmentation technique will assist and increase the speed of the transferring packets in a multi-homing mobility network system, also the troubleshooting packet loss enhancement algorithm will assist the speed and the accuracy of transferring data. 5- There are another modern techniques of multi-homing mobility, these techniques can be used the ability of satellite system which provide ISP signal, to change its position in the space and supply another region on the earth with ISP signal, this type of technique is called satellite based multi-homing mobility network.
  • 11. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 5, May (2014), pp. 21-31 © IAEME 31 REFERENCES [1] Luiz Claudio Schara Magalhaes, A transport layer approach to host mobility, Dissertation from the university of Illinois, pp. 1-12, 2005. [2] Jim Kurose, Keith Ross, Computer Networking: A Top Down Approach Featuring the Internet, 2nd ed., Addison-Wesley, 2002. [3] Kurose and Ross, Computer Networking: A top-down approach featuring the Internet, 3rd ed., Addison-Wesley, 2004. [4] Prof. Dr.-Ing. Jochen Schiller, Mobile Communications chapter 8: network protocols/mobile IP, http://www.jochenschiller.de., 2013. [5] Vineet Chikarmane, Carey L. Williamson, Richard B. Bunt and Wayne L. Mackrell, Multicast support for mobile hosts using Mobile IP: design issues and proposed architecture, Mobile Networks and Applications, vol. 3, pp. 365–379, Baltzer Science Publishers BV, 1998. [6] Guimin Zhang, Mobile networking through Mobile IP, http://ebookily.net/ppt/Home- Mobile. [7] Md. Shohrab Hossain, Mohammed Atiquzzaman, and William Ivancic, Performance comparison between multi-homed network mobility protocols, wireless networking symposium-IEEE, pp. 5260-5265, 2012. [8] Behrouz A. Forouzan, TCP/IP Protocol Suite-4th edition, Mobile IP-pp. 268, Published by McGraw-Hill, 2006. [9] R. Moskowitz and P. Nikander. Host identity protocol (HIP) architecture, RFC 4423, May, 2006. [10] E. Nordmark, M. Bagnulo, and Shim, Level 3 Multi-homing Shim protocol for IPv6, RFC 5533, June 2009. [11] Pekka Nikander, Andrei Gurtov, and Thomas R. Henderson, Host identity protocol (HIP): connectivity, mobility, multi-homing, security and privacy over IPv4 and IPv6 networks, communication survey, vol. 12, no2., pp. 186-203, IEEE, 2010. [12] Jozef Wozniak, Mobility management solutions for IP networks: comparative analysis of IP-based mobility protocols and handover algorithms, IEEE, 2012. [13] Chirag Mulchandani, Kinjal Mistry, Purva Chawan and Abhishek Shetty, “Transition from IPV4 to IPV6”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 4, Issue 5, 2013, pp. 169 - 176, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. [14] R. Kavitha, Dr. G. M. Nasira and Dr. N. Nachamai, “Smart Home Systems using Wireless Sensor Network – A Comparative Analysis”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 3, 2012, pp. 94 - 103, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [15] S.Mohan Raj and Dr.G.Kalivarathan, “Speed Adaptive Mobile IP Over Wireless Lan”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 3, Issue 3, 2012, pp. 227 - 234, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.