SlideShare a Scribd company logo
1 of 6
Download to read offline
Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804)
Volume No. 1 Issue No.2, December 2013

Efficient Local Resource management for Wireless Devices
integration
By
1

Garima Verma, 2Aatif Jamshed
1,2
Galgotias College of Engineering and Technology, Greater Noida,INDIA
2
1
garimaverma11@gmail.com, 09.aatif@gmail.com

ABSTRACT
Grid computing has emerged as an important field,
distinguished from conventional distributed computing by
its focus on modern applications, maximize resource
sharing. Grid computing is outlined as “flexible, secure,
coordinated resource sharing among dynamic collections
of people, establishments, and resources”. In the road of
making mobile devices as an entity in grid computing
technology, and to bridge the gap between mobile world
and grid computing world we are using
Layered
Architecture, which divides the complexities existed in
integration, among different layered components. We give
our contribution details, in the implementation of the
proposed Layered Architecture. In the implementation we
considered JAVA enabled mobile devices, GT (Globus
Toolkit) based grid services. In Layer-2 of the architecture
we need to have an efficient scheduling algorithm which
addresses the problem of local scheduling. We are using
ABC algorithm to address local resource scheduling
problem. With this we try to use efficient use of resources
using mobile devices

Keywords
Globus Toolkit, Grid Computing, Mobile Devices, ABC
algorithm, Java.

information such as data consumers. As such they provide
some applications such as networked application or Web
browsers are handy to traditional access media provided with
alternatives and extensions.

The biggest limitation in Grid Computing technology
which is forcing the people to stand away from this
technology is accessibility to grid service is not within the
reach of common people. By providing access to grid from a
simple mobile device a common man can get benefit of this
technology. So the integration of mobile and grid provides
new opportunities, along with introduction of new challenges.
Introduction of mobile devices in a distributed computing
technology like grid computing requires an extension of the
heterogeneity model [2]. We need to consider the fact that
grid may have many different kind of technologies which
needs to be incorporated into grid nicely. Due to the mobility
problem the network is unstable in wireless domain,
disconnections and the resulting network partitions should be
handled efficiently.. However, with mobile or wearable
devices, these events need to model in a general way. A
mapping scheme should decide how different components of
an application should be mapped, i.e., which components
should be assigned to the back-end and which to the front-end
(mobile device). These decisions should consider some issues
like power consumption, locality for access, resources and
throughput requirement.

1. INTRODUCTION
Grid is an environment that provides the ability to share and
transparently access resources across a distributed and
heterogeneous environment not only requires the technology
to virtualizes certain resources, but also technologies and
standards in the areas of scheduling, security, accounting,
systems management, and so on. Generally, Grid system
combines with the resources that are more powerful, diverse
and better connected as compare to desktop on the Internet.
Grid Infrastructure [1] contains a wireless PDA or mobile
phone persisting different roles. All over access of small
wireless devices is the most congenital way to provide

The existing limitations in mobile devices make it
beneficiary from the Grid. The integration of grid and mobile
devices advantageous for mobile to mobile and mobile to
desktop collaboration for resource sharing and provide better
performance to users. A grid-based mobile environment
would allow mobile devices to become more efficient by
offloading resource-demanding work to more powerful
devices or computers.

1
Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804)
Volume No. 1 Issue No.2, December 2013
Mobile OGSI.NET project [3] is an implementation of
the OGSI.NET for mobile devices. It is built on top of
Microsoft .NET Compact Framework and based on the Pocket
PC 2003 or Windows Mobile operating system. In [4] Yi and
Livny proposed architecture for mobile Condor access, they
analyzed the constraints imposed by mobile platforms when
connected to Condor. In [5] Millard, Arouna presented the
potential advantages of using the Grid for mobile e-learning,
described their experiences with implementing a mobile elearning Grid client using current Grid technologies. Miika
Tuisku [1] surveyed the current technologies and standards,
mainly concentrating on MIDP (Mobile Information Device
Profile) devices and Java (J2ME) interfaces.

work, assigning subtasks among the mobile devices,
accumulating the processing results from different mobile
devices before sending back the result. Layer2 component
should have an efficient local resource scheduling algorithm.
The algorithm should be able to select a set of mobile devices
among the pool under its coordination. Moreover it we apply
ABC algorithm for resource sharing and compare the
performance of traditional and new ABC algorithm. In the
coming sections we will discuss both algorithms. These
components should be collocated with an access point. It acts
as a gateway to the mobile world.

Grid Services
The scheduling can be categorized as, global and local
scheduling. Various global scheduling algorithms have been
operational such as data-centric scheduling [6], highthroughput scheduling [7], application-level scheduling [8],
and economy-based scheduling [9]. After completion the job
of global scheduler, it submitted to the local resource
managers like Condor [7], LSF [10], and PBS [11]. In Layer2
of the system model we need to have an efficient local
resource scheduling algorithm which tries to optimize the
resource utilization and improves the global performance of
the system. We proposed one such algorithm. In our algorithm
we mainly considered unreliable connectivity problem of the
mobile devices, battery power issues, economy issues. The
rest of paper described in following sections: section 2
discusses the System Architecture; section 3 describes the
implementation details of our proposed System Architecture.
Section 3.1 describes in detail its components features and
implementation details. Section 4 presents ABC algorithm for
efficient resource scheduling which is a core component in
Layer-2 of the system Architecture. In Section 5 presents
conclusion.

2. SYSTEM ARCHITECTURE
All material on each page should fit within a rectangle of 18 x
23.5 cm (7" x 9.25"), centered on the page, beginning 2.54 cm
(1") from the top of the page and ending with 2.54 cm (1")
from the bottom. The right and left margins should be 1.9 cm
(.75”). The text should be in two 8.45 cm (3.33") columns
with a .83 cm (.33") gutter.
The System Architecture is a Layered type (depicted in
Figure 1). Due to the layered approach changes made in one
layer not necessarily reflects the other layers functionality and
implementations, upper layer entities will provide services to
the lower layer entities, and lower layer entities will depend
on upper layer services. Due to layered approach different
layers can be developed independently. In Layer-1 we will
have mobile devices like PDA’s, mobile phones, laptops etc.
Layer 2 is introduced to address the requirements of various
mobile technologies. These components should have features
like encapsulating heterogeneity, able to communicate with
standard protocols and languages like HTTP and XML, able
to handle lot many requests. In the context when mobile
devices are acting as processing elements rather than just grid
users, these entities required to have feature like dividing the

Interface to Grid Services
Interface to

Mobile cluster1

Interface to

Mobile cluster2

Interface to

Mobile cluster3

Figure 1 System Architecture

Layer-1:
In the lower layer we will have mobile devices like PDA’s,
mobile phones, laptops etc. most of the mobile devices are
equipped with internet features. With proper interface chord a
mobile device can start communicating to the entities in the
internet world.
Layer-2:
We might have mobile devices of different technologies to
address this we introduced Layer2.
Layer2 component should have features like encapsulating
heterogeneity, able to communicate with standard protocols
and languages, able to handle lot many requests. In the
context when mobile devices are acting as processing
elements rather than just grid users, Layer2 entities required to
have feature like dividing the work, assigning subtasks among
the mobile devices, accumulating the processing results from
different mobile devices before sending back the result. Due
to the accumulation feature the number of messages
transmitted will be reduced.
Layer3:
Due to the introduction of Layer-3 we can use different
technologies to develop grid independent of Layer2 entities.
Layer3 acts as interface between grid services and mobile
world interfaces. It will take the parameters from lower layers
based on those parameters it should locate the appropriate
service and invoke the proper operation on that service. This

2
Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804)
Volume No. 1 Issue No.2, December 2013
interface should also have the ability to invoke grid services
which might have been implemented in various technologies.
We also need to have standards based on which the entities in
Layer2 and Layer3 can communicate. Common features
include
encapsulating
grid
services
heterogeneity,
understanding the parameters passed from lower layers. Here
again the XML would come into picture to overcome the data
representation problem between, Layer 2 and Layer 3
components.
Layer4:
Layer4 will have grid services which exploits idle resources
which are spread across the internet. These services can be
implemented using different technologies like condor, GT
(Globus Toolkit), unicore, legion, jxta etc. Layer4 entities will
serve the requests passed from its lower layers and sends back
the results.

3. IMPLEMENTATION DETAILS OF
OUR SYSTEM ARCHITECTURE

perform a particular task on the grid. Once the request issued
the task invocation will be done automatically. It is basically a
Midlet which is written in J2ME, it is able to create HTTP
connections to an HttpServlet. This servlet sits in a HTTP web
server (e.g. .apache tomcat) and serves to HTTP requests. We
have used WTK2.5.2_01 (Wireless Toolkit2.5.2_01) emulator
for testing our J2ME client component.

JAVA servlet based interface to midlet client. It consists
of JAVA servlet. It will pack the parameters received from
midlet client component and passes it to deployed grid
services interface component. This module belongs to Layer2
of the System model. This component is Java based that runs
in a Web server. A servlet is a Java class and it executed in
Java Virtual Machine (JVM) by a service known as servlet
engine. The servlet engine loads the servlet class the first time
that it is requests, or optionally already when the servlet
engine is started. It handles multiple requests till it will not
explicitly unloaded or servlet engine got shut down.

Interface to Deployed grid services. This component
In the framework shown in Figure 2 we depicted our attempt,
to partial implementation of the System Architecture. We
demonstrated the proposed model in the context of JAVA
based mobile devices and GT (Globus Toolkit) based grid
services. The proposed implementation can be broadly
devised into five components. Different components will
serve purpose of different layers entities. Though we consider
only JAVA enable mobiles, our framework is easily
extensible onto other technologies.

meets requirements of Layer3. It will take parameters from
midlet interface component using those it will invoke the
appropriate methods in the specified grid service. It will return
the results back to the midlet interface module. In case of
error it will return the appropriate error code as a result. It is a
JAVA based component. It also forwards the result of a task
processed by mobile devices to some client in Internet. We
took GT (Globus Toolkit) based WSRF client software and
modified the code according to current requirement. We made
this component to communicate both with midlet interface
component and grid service component.

SOAP Engine. It is software, which deals SOAP message
processing issues. It is a part of Layer3. For SOAP messaging
is handled by SOAP engine. A web service is deployed into
an Axis message processing node using a deployment
descriptor known as a Web Service Deployment Descriptor
(WSDD). The WSDD describes how the various components
installed in the Axis node are combined together to process
incoming and outgoing messages to the service. We have used
the apache tomcat SOAP processing capabilities. Apache Axis
is a standard implementation of SOAP engine. This
component can understand SOAP request/response messages.
Deployed Grid Services.
Figure 2 Architecture for Interface to GT based Grid
Services through JAVA enabled mobile devices
J2ME midlet client. This component serves the purpose of
Layer1 entities to some extent. It is a J2ME Midlet. It has the
ability to provide nice GUI to JAVA enabled mobile devices.
The mobile user will enter the data on the Midlet GUI which
acts as parameters to the WSRF component functionality
those data will be transmitted over the air to the appropriate
servlet running on web server. In fact J2ME GUI feature used
just to illustrate our implementation. Anyone who wants to
use our framework can issue a request to this component to

We have developed these
services using GT. It belongs to Layer4 of the proposed
model. These are some toy web services like counter service
whose value can be accessed and modified by invoking
operations like add, subtract, get value etc, a factory service
which creates service instance, a resource lifetime illustration
service which illustrates features like resource destroy,
scheduling resource termination time etc. These services
basically illustrates WSRF specifications like WS-Resource
properties, WS-Resource lifetime, WS-Base faults, WSResource addressing. They can exploit the available resources
on the grid in an efficient, secured manner. It utilizes the GT
inbuilt features like resource management, execution, and data

3
Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804)
Volume No. 1 Issue No.2, December 2013
management, fault detection and security. We could also
enhance the described framework to accommodate various
other technologies by developing appropriate components in
different layers.

J2ME Phone Access. We have used Sun Java Wireless
Toolkit 2.5.2_01 for CLDC (formerly known as J2ME
Wireless Toolkit) emulator for testing our J2ME client.
They show how our J2ME client software would work on
JAVA enabled devices in accessing the WSRF component
features of GT. We have deployed the GT based grid services
in apache tomcat web server using Globus service build tool.
Features like Login Screen, Options Screen, Create Service
instance, Update Property, Get Property, Immediate Destroy,
and Scheduled Termination of a resource etc. We have also
implemented features like getting multiple properties,
updating, and inserting/deleting property into/from a resource
property document.
We have developed simple GT (Globus Toolkit) based toy
grid services and deployed in Apache tomcat web server. Toy
services developed by us will illustrate WSRF specifications
like WS-Addressing, WS-Resource WS- Resource Lifetime,
WS- Resource Properties, WS-Notification, and WS- Base
faults. Using JAVA, WSRF client software technologies we
have developed interfaces required to connect midlet clients,
grid services. We have developed GUI for Java mobiles, using
that GUI a mobile user can issue a request and access the grid
services.
In our framework we only concentrated on JAVA enabled
devices since mobile space dominated by JAVA most of the
mobile device manufacturers are bringing JAVA supported
devices into market. A WSRF (Web Services Resource
Framework) specification is a core component in GT (Globus
Toolkit). It includes resource lifetime, resource properties,
notifications, addressing specifications. The entire GT

(Globus Toolkit) has been built on top of the WSRF
component of GT (Globus Toolkit). So by giving the
interface to WSRF component through JAVA enabled
mobiles, we can easily extend the interface to remaining
components of the GT(Globus Toolkit). Java Platform,
Micro Edition (Java ME)[12] is a combination of
technologies and specifications designed to create a
platform for devices, from mobile phones to consumer
products to embedded devices.. Here we are giving
interface to WSRF component features of GT (Globus
Toolkit) through mobile devices.

4. JOB SCHEDULING ALGORITHM
Layer-2 component of our proposed architecture should
have an efficient local resource scheduling algorithm.
The designing of local resource scheduling algorithm
involves issues like energy sensitivity and weak
security etc. Among the issues we concentrate on
unreliable connectivity of mobile environment, battery
power of the devices, cost to be paid for using the

device. Job scheduling is perform based on the expected
execution time on various mobile nodes. The job in the
queue is assigned to the mobile node with related input
data, when it finds any mobile node free or available.
The output of the job is returned to mobile device
interface, after completion of job execution at mobile
node. Then mobile node is assigned to next job in the
queue. Figure 3 shows the job execution process which
is performed on the mobile node. For data transfer
either input or output, mobile nodes should be in
connected mode. If the mobile node is disconnected
then it will wait for mobile node to be connecting again.
Mobile nodes state transition diagram is shown in figure
4. State C and D denote the connection state (C) and
disconnection state (D), respectively, d is the
disconnection rate, and c is the reconnection rate of the
mobile node, which are governed by Poisson process.

Figure 3 Job Execution Process

Figure 4 State transition Diagram

When a number of jobs arrive at the JQS (Job
Queuing Server) of mobile device interface, or a
number of workloads are decomposed from a single
job, the JQS selects certain mobile nodes. In a static
grid environment, we achieve improving performance
as the number of participating computing nodes grows.
However, the rule changes when the mobile devices
participate in the computing. Links of some mobile
nodes are unreliable, that is, they are likely to be in the
disconnection state for a long time while others are not.
The unreliable mobile nodes may decrease the overall
job execution performance because the JQS should wait
for the reconnection of any disconnected node in order
to complete the jobs. We should determine whether it is
better to include a mobile node in the computing or not.
We might get different options of mobile devices sets,
which reduce response time. We will try to increase the
average battery power and also decrease the average
cost of the selected devices.

4
Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804)
Volume No. 1 Issue No.2, December 2013
Existing Scheduling Algorithm:
The algorithm to select the participating nodes in the
computing is as follows:
Input:
N: number of nodes. Nodes list R=<n1, n2, …., nN>
Each ni have properties resource ID, connection rate,
disconnection rate, usage cost, battery power, time to
transfer input data, time to transfer output.
T: task to be scheduled has some execution time.
Output: finding a subset of resources among N devices
to execute task T.
1.
2.

3.

find the expected response time gi of all
mobile nodes using equation 1
Sort the mobile nodes in increasing order
according to the response time.
Sorted list: SR=< na, nb… nj…>
find the accumulated average battery power for
each node ni in SR
bi=(n1.batterypower+…+ ni.batterypower)/i

Artificial Bee Colony (ABC) is a relatively new
member of swarm intelligence. ABC tries to model
natural behaviour of real honey bees in food foraging.
Employee bees, onlooker bees and scouts bees are
members of colony of artificial bees. The number of the
employed bees or the onlooker bees is equivalent to the
number of solutions. An employed bee produces
changes on its solution depends on the local information
and test the fitness of the new solution.
The elementary idea of ABC is to simulate the
foraging behaviours of bee colonies. Social insect
colonies can be considered as dynamical system
gathering information from environment and adjusting
its behaviour in accordance to it. While gathering
information and adjustment processes, individual
insects don't perform all the tasks because of their
specializations. Generally, all social insect colonies
behave according to their own division labours related
to their morphology [13].
Algorithm:
Input: N number of nodes.
1.

4.

5.

find the accumulated average cost for each
node ni in SR
ci=(n1.usagecost+…+ ni.usagecost)/i
for (i=N;i>1;i--)
{w= Wtotal/(i-1)- Wtotal/i) ; g=gi - gi-1;

Initialization of algorithm: These are two variables
by which it evaluates the fitness of the different
nodes searching for resource.

2.

Construction of bees: Evaluate employed bees are
by fitness value. Fitness is value to select the
working nodes searching for resources.
Single Shift Neighbourhood: Apply Single Shift
Neighbourhood for each employed bee according
fitness value of bees. This operation is performed
over a matrix which contains the distance of
individual nodes, remove nodes those not fit.
Double Shift Neighbourhood: Apply Double Shift
Neighbourhood for each employed bee based on
fitness value of bees. Find the best fit nodes and
apply the double shift to achieve best selection for
the resources.
Solution Construction: Calculate probability and
assign resource according to probability.
Ejection chain Neighbourhood: Apply Ejection
Chain Neighbourhood for each employed bee
based on probability value of the node.
Terminal test: Select the best fitted optimal solution
from the available solutions.

3.

if( w-g>0)
break; }
6.
7.
8.

9.
10.
11.

12.
13.
14.

remove nodes 1 to i/2 and nodes i+1 to N from
list
remove the nodes whose w-g value less than 0
Sort the remaining nodes of the list in
increasing order based on pre calculated
accumulated average battery power (bi)
find the index of the node with maximum
battery power i.e ‘k’(last node of the list)
remove nodes 1 to k/2 from list
sort the remaining nodes in decreasing order
based on pre calculated accumulated average
cost (ci)
find the index of node with minimum average
cost i.e the index of the last node let it be j
select the nodes na, nb,……, nj for execution
Distribute the subtasks of T onto the selected
nodes.

Artificial Bee Colony Algorithm

4.

5.
6.

7.

5. CONCLUSION
Grid computing is the latest technology which is still under
the research in academia. It has not gained enough
significance in the enterprise world yet. In the direction of
letting the common people access to grid service we have
used a System Architecture. We use ABC algorithm as local
scheduling algorithm. We primarily focused on issues like
intermittent disconnection problem of mobile devices, battery

5
Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804)
Volume No. 1 Issue No.2, December 2013
power details, economy issues. Moreover it requires to check
the authenticity by comparing the with the ABC resource
scheduling algorithm. We also simulated our proposed
algorithm and studied the characteristics under different
environments. So as to create an environment where the
mobile devices and traditional networked desktops are
likewise entities we have to extend the proposed System
Architecture implementation for all kinds of mobile devices
like PDAs, Laptops, Cell Phones, sensors etc. We should give
innovative approaches to encourage the mobile gadget users,
to keep their gadgets into grid. The job scheduling algorithm
could be improved more considering issues like devices
heterogeneity, security issues etc. We need to have a unified
model to value the resources. We have to study, how to
motivate resource owners to contribute their resources to the
Grid.

6. REFERENCES
[1] Miika Tuisku, “Wireless Java-enabled MIDP devices as
peers in Grid infrastructure”, Annual cross grid project
work shop &1st European acrossgrid conference, 2003.
[2] M. Migliardi, M. Maheswaran, B. Maniymaran, P Card,
and F Azzedin, “Mobile Interfaces to Computational
Data and Service Grid Systems”, ACM SIGMOBILE
Mobile Computing and Communications Review, Oct
2002, vol.6, Issue4.

[5] Feng Tao, Arouna Woukeu, Hugh C. Davis, and David E.
Millard, “Experiences with Writing Grid Clients for
Mobile devices”. 1st International ELeGI Conference on
Advanced Technology for Enhanced Learning, Vico
Equense (Naples), Italy, March 2005.
[6] Sang-Min Park and Jai-Hoon Kim. "Chameleon: A
Resource Scheduler in a Data Grid Environment," 2003
IEEE/ACM International Symposium on Cluster
Computing and the Grid (CCGRID'2003), Tokyo, Japan,
May 2003.
[7] The Condor Project. http://www.cs.wisc.edu/condor .
[8] F. Berman and R. Wolski. “The AppLes project: A status
report,” Proceedings of the 8th NEC Research
Symposium, Berlin, Germany, May 1997.
[9]D. Abramson, J. Giddy, I. Foster, and L. Kotler. “High
Performance Parametric Modeling with Nimrod/G:
Killer Application for the Global Grid?” In Proceedings
of the International Parallel and Distributed Processing
Symposium, May 2000.
[10] LSF. http://www.platform.com/products/LSF/.
[11] OpenPBS. http://www.openpbs.org.
[12] Oracle Java for ME.

[3] D. Chu, M. Humphrey, “Mobile OGSI.NET: Grid
Computing on Mobile Devices”, 5th IEEE/ACM
International Workshop on Grid Computing - GRID2004,
Pittsburgh, PA, Nov 8 2004.
[4] M.Livny, and S.Yi, “Extending the Condor Distributed
System for Mobile Clients”, ACM Mobile computing
and Communications Review, 1999, vol. 3(1), pp. 38-46.

http://www.oracle.com/us/technologies/java/mobile
/overview/index.html
[13] Dr. K. Vivekanandan, D. Ramyachitra, B. Anbu
“Artificial Bee Colony Algorithm For Grid Scheduling”,
2011 Journal of Convergence Information Technology,
Volume6, Number7, July 2011

6

More Related Content

What's hot

CIRCUIT BREAK CONNECT MONITORING TO 5G MOBILE APPLICATION
CIRCUIT BREAK CONNECT MONITORING TO 5G MOBILE APPLICATIONCIRCUIT BREAK CONNECT MONITORING TO 5G MOBILE APPLICATION
CIRCUIT BREAK CONNECT MONITORING TO 5G MOBILE APPLICATION
ijcsit
 
QoS-Aware Middleware for Optimal Service Allocation in Mobile Cloud Computing
QoS-Aware Middleware for Optimal Service Allocation in Mobile Cloud ComputingQoS-Aware Middleware for Optimal Service Allocation in Mobile Cloud Computing
QoS-Aware Middleware for Optimal Service Allocation in Mobile Cloud Computing
Reza Rahimi
 
A Cloud-based Online Access on Smart Energy Metering in the Philippines
A Cloud-based Online Access on Smart Energy Metering in the PhilippinesA Cloud-based Online Access on Smart Energy Metering in the Philippines
A Cloud-based Online Access on Smart Energy Metering in the Philippines
IJAEMSJORNAL
 
Cooperative hierarchical based edge-computing approach for resources allocati...
Cooperative hierarchical based edge-computing approach for resources allocati...Cooperative hierarchical based edge-computing approach for resources allocati...
Cooperative hierarchical based edge-computing approach for resources allocati...
IJECEIAES
 
A review on orchestration distributed systems for IoT smart services in fog c...
A review on orchestration distributed systems for IoT smart services in fog c...A review on orchestration distributed systems for IoT smart services in fog c...
A review on orchestration distributed systems for IoT smart services in fog c...
IJECEIAES
 
A Critical Survey on Privacy Prevailing in Mobile Cloud Computing: Challenges...
A Critical Survey on Privacy Prevailing in Mobile Cloud Computing: Challenges...A Critical Survey on Privacy Prevailing in Mobile Cloud Computing: Challenges...
A Critical Survey on Privacy Prevailing in Mobile Cloud Computing: Challenges...
Rida Qayyum
 
Mobile cloud computing
Mobile cloud computingMobile cloud computing
Mobile cloud computing
Dr Amira Bibo
 
FAST PACKETS DELIVERY TECHNIQUES FOR URGENT PACKETS IN EMERGENCY APPLICATIONS...
FAST PACKETS DELIVERY TECHNIQUES FOR URGENT PACKETS IN EMERGENCY APPLICATIONS...FAST PACKETS DELIVERY TECHNIQUES FOR URGENT PACKETS IN EMERGENCY APPLICATIONS...
FAST PACKETS DELIVERY TECHNIQUES FOR URGENT PACKETS IN EMERGENCY APPLICATIONS...
IJCNCJournal
 

What's hot (20)

A New Improved Storage Model of Wireless Devices using the Cloud
A New Improved Storage Model of  Wireless  Devices using the CloudA New Improved Storage Model of  Wireless  Devices using the Cloud
A New Improved Storage Model of Wireless Devices using the Cloud
 
D0362035
D0362035D0362035
D0362035
 
CIRCUIT BREAK CONNECT MONITORING TO 5G MOBILE APPLICATION
CIRCUIT BREAK CONNECT MONITORING TO 5G MOBILE APPLICATIONCIRCUIT BREAK CONNECT MONITORING TO 5G MOBILE APPLICATION
CIRCUIT BREAK CONNECT MONITORING TO 5G MOBILE APPLICATION
 
QoS-Aware Middleware for Optimal Service Allocation in Mobile Cloud Computing
QoS-Aware Middleware for Optimal Service Allocation in Mobile Cloud ComputingQoS-Aware Middleware for Optimal Service Allocation in Mobile Cloud Computing
QoS-Aware Middleware for Optimal Service Allocation in Mobile Cloud Computing
 
IJET-V3I1P24
IJET-V3I1P24IJET-V3I1P24
IJET-V3I1P24
 
A Cloud-based Online Access on Smart Energy Metering in the Philippines
A Cloud-based Online Access on Smart Energy Metering in the PhilippinesA Cloud-based Online Access on Smart Energy Metering in the Philippines
A Cloud-based Online Access on Smart Energy Metering in the Philippines
 
Cooperative hierarchical based edge-computing approach for resources allocati...
Cooperative hierarchical based edge-computing approach for resources allocati...Cooperative hierarchical based edge-computing approach for resources allocati...
Cooperative hierarchical based edge-computing approach for resources allocati...
 
A review on orchestration distributed systems for IoT smart services in fog c...
A review on orchestration distributed systems for IoT smart services in fog c...A review on orchestration distributed systems for IoT smart services in fog c...
A review on orchestration distributed systems for IoT smart services in fog c...
 
A Critical Survey on Privacy Prevailing in Mobile Cloud Computing: Challenges...
A Critical Survey on Privacy Prevailing in Mobile Cloud Computing: Challenges...A Critical Survey on Privacy Prevailing in Mobile Cloud Computing: Challenges...
A Critical Survey on Privacy Prevailing in Mobile Cloud Computing: Challenges...
 
Efficient architectural framework of cloud computing
Efficient architectural framework of cloud computing Efficient architectural framework of cloud computing
Efficient architectural framework of cloud computing
 
PROCEDURE OF EFFECTIVE USE OF CLOUDLETS IN WIRELESS METROPOLITAN AREA NETWORK...
PROCEDURE OF EFFECTIVE USE OF CLOUDLETS IN WIRELESS METROPOLITAN AREA NETWORK...PROCEDURE OF EFFECTIVE USE OF CLOUDLETS IN WIRELESS METROPOLITAN AREA NETWORK...
PROCEDURE OF EFFECTIVE USE OF CLOUDLETS IN WIRELESS METROPOLITAN AREA NETWORK...
 
Mobile cloud computing
Mobile cloud computingMobile cloud computing
Mobile cloud computing
 
Software Defined Grid
Software Defined GridSoftware Defined Grid
Software Defined Grid
 
A Comparison of Cloud Execution Mechanisms Fog, Edge, and Clone Cloud Computing
A Comparison of Cloud Execution Mechanisms Fog, Edge, and Clone Cloud Computing A Comparison of Cloud Execution Mechanisms Fog, Edge, and Clone Cloud Computing
A Comparison of Cloud Execution Mechanisms Fog, Edge, and Clone Cloud Computing
 
A NOVEL THIN CLIENT ARCHITECTURE WITH HYBRID PUSH-PULL MODEL, ADAPTIVE DISPLA...
A NOVEL THIN CLIENT ARCHITECTURE WITH HYBRID PUSH-PULL MODEL, ADAPTIVE DISPLA...A NOVEL THIN CLIENT ARCHITECTURE WITH HYBRID PUSH-PULL MODEL, ADAPTIVE DISPLA...
A NOVEL THIN CLIENT ARCHITECTURE WITH HYBRID PUSH-PULL MODEL, ADAPTIVE DISPLA...
 
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
 
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
 
FAST PACKETS DELIVERY TECHNIQUES FOR URGENT PACKETS IN EMERGENCY APPLICATIONS...
FAST PACKETS DELIVERY TECHNIQUES FOR URGENT PACKETS IN EMERGENCY APPLICATIONS...FAST PACKETS DELIVERY TECHNIQUES FOR URGENT PACKETS IN EMERGENCY APPLICATIONS...
FAST PACKETS DELIVERY TECHNIQUES FOR URGENT PACKETS IN EMERGENCY APPLICATIONS...
 
The soap based mechanism for home environment using web services
The soap based mechanism for home environment using web services  The soap based mechanism for home environment using web services
The soap based mechanism for home environment using web services
 

Viewers also liked

Corporate social responsibility of chemical fertlizer companies – a study wit...
Corporate social responsibility of chemical fertlizer companies – a study wit...Corporate social responsibility of chemical fertlizer companies – a study wit...
Corporate social responsibility of chemical fertlizer companies – a study wit...
Editor Jacotech
 
An Approach to for Improving the Efficiency of IDS System Using Honeypot
An Approach to for Improving the Efficiency of IDS System Using HoneypotAn Approach to for Improving the Efficiency of IDS System Using Honeypot
An Approach to for Improving the Efficiency of IDS System Using Honeypot
Editor Jacotech
 
Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...
Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...
Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...
Editor Jacotech
 
A survey of computer vision and soft computing techniques for ripeness gradin...
A survey of computer vision and soft computing techniques for ripeness gradin...A survey of computer vision and soft computing techniques for ripeness gradin...
A survey of computer vision and soft computing techniques for ripeness gradin...
Editor Jacotech
 
Cloud Computing: Provide privacy and Security in Database-as-a-Service
Cloud Computing: Provide privacy and Security in Database-as-a-ServiceCloud Computing: Provide privacy and Security in Database-as-a-Service
Cloud Computing: Provide privacy and Security in Database-as-a-Service
Editor Jacotech
 

Viewers also liked (19)

1376842823 2982373
1376842823  29823731376842823  2982373
1376842823 2982373
 
Quantum computation a review
Quantum computation a reviewQuantum computation a review
Quantum computation a review
 
Security issues performance in ad hoc oddv
Security issues performance  in ad hoc oddvSecurity issues performance  in ad hoc oddv
Security issues performance in ad hoc oddv
 
1377179967 42797809
1377179967  427978091377179967  42797809
1377179967 42797809
 
1376841709 17879811
1376841709  178798111376841709  17879811
1376841709 17879811
 
Dynamic watermarking
Dynamic watermarkingDynamic watermarking
Dynamic watermarking
 
Leader election approach a comparison and survey
Leader election approach a comparison and surveyLeader election approach a comparison and survey
Leader election approach a comparison and survey
 
Corporate social responsibility of chemical fertlizer companies – a study wit...
Corporate social responsibility of chemical fertlizer companies – a study wit...Corporate social responsibility of chemical fertlizer companies – a study wit...
Corporate social responsibility of chemical fertlizer companies – a study wit...
 
Codes from the cyclic group of order three
Codes from the cyclic group of order threeCodes from the cyclic group of order three
Codes from the cyclic group of order three
 
An Approach to for Improving the Efficiency of IDS System Using Honeypot
An Approach to for Improving the Efficiency of IDS System Using HoneypotAn Approach to for Improving the Efficiency of IDS System Using Honeypot
An Approach to for Improving the Efficiency of IDS System Using Honeypot
 
Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...
Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...
Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...
 
1376842823 2982373
1376842823  29823731376842823  2982373
1376842823 2982373
 
Traffic detection system using android
Traffic detection system using androidTraffic detection system using android
Traffic detection system using android
 
Implementation and evaluation of novel scheduler of UC/OS (RTOS)
Implementation and evaluation of novel scheduler of UC/OS (RTOS)Implementation and evaluation of novel scheduler of UC/OS (RTOS)
Implementation and evaluation of novel scheduler of UC/OS (RTOS)
 
1388585908 77602897
1388585908  776028971388585908  77602897
1388585908 77602897
 
A survey of computer vision and soft computing techniques for ripeness gradin...
A survey of computer vision and soft computing techniques for ripeness gradin...A survey of computer vision and soft computing techniques for ripeness gradin...
A survey of computer vision and soft computing techniques for ripeness gradin...
 
Cloud Computing: Provide privacy and Security in Database-as-a-Service
Cloud Computing: Provide privacy and Security in Database-as-a-ServiceCloud Computing: Provide privacy and Security in Database-as-a-Service
Cloud Computing: Provide privacy and Security in Database-as-a-Service
 
Modeling of solar array and analyze the current transient response of shunt s...
Modeling of solar array and analyze the current transient response of shunt s...Modeling of solar array and analyze the current transient response of shunt s...
Modeling of solar array and analyze the current transient response of shunt s...
 
A Novel Idea of Dynamic Radio Spectrum Management Using Peak Load Pricing Al...
A Novel Idea of Dynamic Radio Spectrum Management  Using Peak Load Pricing Al...A Novel Idea of Dynamic Radio Spectrum Management  Using Peak Load Pricing Al...
A Novel Idea of Dynamic Radio Spectrum Management Using Peak Load Pricing Al...
 

Similar to Efficient Local Resource management for Wireless Devices integration

Similar to Efficient Local Resource management for Wireless Devices integration (20)

fog computing
fog computingfog computing
fog computing
 
Fog computing and internet of things
Fog computing and internet of thingsFog computing and internet of things
Fog computing and internet of things
 
Fog Computing and Its Role in the Internet of Things
Fog Computing and Its Role in the Internet of ThingsFog Computing and Its Role in the Internet of Things
Fog Computing and Its Role in the Internet of Things
 
An efficient transport protocol for delivery of multimedia content in wireles...
An efficient transport protocol for delivery of multimedia content in wireles...An efficient transport protocol for delivery of multimedia content in wireles...
An efficient transport protocol for delivery of multimedia content in wireles...
 
Significance of Satellites in IoT
Significance of Satellites in IoTSignificance of Satellites in IoT
Significance of Satellites in IoT
 
The common challenges of mobile internet for up coming generation
The common challenges of mobile internet for up coming generationThe common challenges of mobile internet for up coming generation
The common challenges of mobile internet for up coming generation
 
The common challenges of mobile internet for up coming generation
The common challenges of mobile internet for up coming generationThe common challenges of mobile internet for up coming generation
The common challenges of mobile internet for up coming generation
 
MOVEMENT ASSISTED COMPONENT BASED SCALABLE FRAMEWORK FOR DISTRIBUTED WIRELESS...
MOVEMENT ASSISTED COMPONENT BASED SCALABLE FRAMEWORK FOR DISTRIBUTED WIRELESS...MOVEMENT ASSISTED COMPONENT BASED SCALABLE FRAMEWORK FOR DISTRIBUTED WIRELESS...
MOVEMENT ASSISTED COMPONENT BASED SCALABLE FRAMEWORK FOR DISTRIBUTED WIRELESS...
 
Collation of Mobile operatives
Collation of Mobile operativesCollation of Mobile operatives
Collation of Mobile operatives
 
Grid computing: An Emerging Technology
Grid computing: An Emerging TechnologyGrid computing: An Emerging Technology
Grid computing: An Emerging Technology
 
A Review On Wireless Grid Computing
A Review On Wireless Grid ComputingA Review On Wireless Grid Computing
A Review On Wireless Grid Computing
 
IRJET- Improve Client Performance in Client Server Mobile Computing System us...
IRJET- Improve Client Performance in Client Server Mobile Computing System us...IRJET- Improve Client Performance in Client Server Mobile Computing System us...
IRJET- Improve Client Performance in Client Server Mobile Computing System us...
 
Intelligent Agents in Telecommunications
Intelligent Agents in TelecommunicationsIntelligent Agents in Telecommunications
Intelligent Agents in Telecommunications
 
Toward a real time framework in cloudlet-based architecture
Toward a real time framework in cloudlet-based architectureToward a real time framework in cloudlet-based architecture
Toward a real time framework in cloudlet-based architecture
 
9-2020.pdf
9-2020.pdf9-2020.pdf
9-2020.pdf
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
A01260104
A01260104A01260104
A01260104
 
Domenico di mola_2023 i_iot_whole_190613
Domenico di mola_2023 i_iot_whole_190613Domenico di mola_2023 i_iot_whole_190613
Domenico di mola_2023 i_iot_whole_190613
 
Distributed computing file
Distributed computing fileDistributed computing file
Distributed computing file
 
Mobile Fog: A Programming Model for Large–Scale Applications on the Internet ...
Mobile Fog: A Programming Model for Large–Scale Applications on the Internet ...Mobile Fog: A Programming Model for Large–Scale Applications on the Internet ...
Mobile Fog: A Programming Model for Large–Scale Applications on the Internet ...
 

More from Editor Jacotech

FACTORS CAUSING STRESS AMONG FEMALE DOCTORS (A COMPARATIVE STUDY BETWEEN SELE...
FACTORS CAUSING STRESS AMONG FEMALE DOCTORS (A COMPARATIVE STUDY BETWEEN SELE...FACTORS CAUSING STRESS AMONG FEMALE DOCTORS (A COMPARATIVE STUDY BETWEEN SELE...
FACTORS CAUSING STRESS AMONG FEMALE DOCTORS (A COMPARATIVE STUDY BETWEEN SELE...
Editor Jacotech
 
Ant colony optimization based routing algorithm in various wireless sensor ne...
Ant colony optimization based routing algorithm in various wireless sensor ne...Ant colony optimization based routing algorithm in various wireless sensor ne...
Ant colony optimization based routing algorithm in various wireless sensor ne...
Editor Jacotech
 
Performance analysis of aodv with the constraints of
Performance analysis of aodv with the constraints ofPerformance analysis of aodv with the constraints of
Performance analysis of aodv with the constraints of
Editor Jacotech
 
License plate recognition an insight to the proposed approach for plate local...
License plate recognition an insight to the proposed approach for plate local...License plate recognition an insight to the proposed approach for plate local...
License plate recognition an insight to the proposed approach for plate local...
Editor Jacotech
 
Design of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approachDesign of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approach
Editor Jacotech
 
A mobile monitoring and alert sms system with remote configuration – a case s...
A mobile monitoring and alert sms system with remote configuration – a case s...A mobile monitoring and alert sms system with remote configuration – a case s...
A mobile monitoring and alert sms system with remote configuration – a case s...
Editor Jacotech
 

More from Editor Jacotech (20)

Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...
Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...
Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...
 
MOVIE RATING PREDICTION BASED ON TWITTER SENTIMENT ANALYSIS
MOVIE RATING PREDICTION BASED ON TWITTER SENTIMENT ANALYSISMOVIE RATING PREDICTION BASED ON TWITTER SENTIMENT ANALYSIS
MOVIE RATING PREDICTION BASED ON TWITTER SENTIMENT ANALYSIS
 
Non integer order controller based robust performance analysis of a conical t...
Non integer order controller based robust performance analysis of a conical t...Non integer order controller based robust performance analysis of a conical t...
Non integer order controller based robust performance analysis of a conical t...
 
FACTORS CAUSING STRESS AMONG FEMALE DOCTORS (A COMPARATIVE STUDY BETWEEN SELE...
FACTORS CAUSING STRESS AMONG FEMALE DOCTORS (A COMPARATIVE STUDY BETWEEN SELE...FACTORS CAUSING STRESS AMONG FEMALE DOCTORS (A COMPARATIVE STUDY BETWEEN SELE...
FACTORS CAUSING STRESS AMONG FEMALE DOCTORS (A COMPARATIVE STUDY BETWEEN SELE...
 
ANALYSIS AND DESIGN OF MULTIPLE WATERMARKING IN A VIDEO FOR AUTHENTICATION AN...
ANALYSIS AND DESIGN OF MULTIPLE WATERMARKING IN A VIDEO FOR AUTHENTICATION AN...ANALYSIS AND DESIGN OF MULTIPLE WATERMARKING IN A VIDEO FOR AUTHENTICATION AN...
ANALYSIS AND DESIGN OF MULTIPLE WATERMARKING IN A VIDEO FOR AUTHENTICATION AN...
 
The Impact of Line Resistance on the Performance of Controllable Series Compe...
The Impact of Line Resistance on the Performance of Controllable Series Compe...The Impact of Line Resistance on the Performance of Controllable Series Compe...
The Impact of Line Resistance on the Performance of Controllable Series Compe...
 
Security Strength Evaluation of Some Chaos Based Substitution-Boxes
Security Strength Evaluation of Some Chaos Based Substitution-BoxesSecurity Strength Evaluation of Some Chaos Based Substitution-Boxes
Security Strength Evaluation of Some Chaos Based Substitution-Boxes
 
Traffic detection system using android
Traffic detection system using androidTraffic detection system using android
Traffic detection system using android
 
Performance analysis of aodv with the constraints of varying terrain area and...
Performance analysis of aodv with the constraints of varying terrain area and...Performance analysis of aodv with the constraints of varying terrain area and...
Performance analysis of aodv with the constraints of varying terrain area and...
 
License plate recognition an insight to the proposed approach for plate local...
License plate recognition an insight to the proposed approach for plate local...License plate recognition an insight to the proposed approach for plate local...
License plate recognition an insight to the proposed approach for plate local...
 
Design of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approachDesign of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approach
 
Ant colony optimization based routing algorithm in various wireless sensor ne...
Ant colony optimization based routing algorithm in various wireless sensor ne...Ant colony optimization based routing algorithm in various wireless sensor ne...
Ant colony optimization based routing algorithm in various wireless sensor ne...
 
An efficient ant optimized multipath routing in wireless sensor network
An efficient ant optimized multipath routing in wireless sensor networkAn efficient ant optimized multipath routing in wireless sensor network
An efficient ant optimized multipath routing in wireless sensor network
 
A mobile monitoring and alert sms system with remote configuration – a case s...
A mobile monitoring and alert sms system with remote configuration – a case s...A mobile monitoring and alert sms system with remote configuration – a case s...
A mobile monitoring and alert sms system with remote configuration – a case s...
 
Leader Election Approach: A Comparison and Survey
Leader Election Approach: A Comparison and SurveyLeader Election Approach: A Comparison and Survey
Leader Election Approach: A Comparison and Survey
 
Modeling of solar array and analyze the current transient
Modeling of solar array and analyze the current transientModeling of solar array and analyze the current transient
Modeling of solar array and analyze the current transient
 
Performance analysis of aodv with the constraints of
Performance analysis of aodv with the constraints ofPerformance analysis of aodv with the constraints of
Performance analysis of aodv with the constraints of
 
License plate recognition an insight to the proposed approach for plate local...
License plate recognition an insight to the proposed approach for plate local...License plate recognition an insight to the proposed approach for plate local...
License plate recognition an insight to the proposed approach for plate local...
 
Design of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approachDesign of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approach
 
A mobile monitoring and alert sms system with remote configuration – a case s...
A mobile monitoring and alert sms system with remote configuration – a case s...A mobile monitoring and alert sms system with remote configuration – a case s...
A mobile monitoring and alert sms system with remote configuration – a case s...
 

Recently uploaded

Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
fonyou31
 

Recently uploaded (20)

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 

Efficient Local Resource management for Wireless Devices integration

  • 1. Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804) Volume No. 1 Issue No.2, December 2013 Efficient Local Resource management for Wireless Devices integration By 1 Garima Verma, 2Aatif Jamshed 1,2 Galgotias College of Engineering and Technology, Greater Noida,INDIA 2 1 garimaverma11@gmail.com, 09.aatif@gmail.com ABSTRACT Grid computing has emerged as an important field, distinguished from conventional distributed computing by its focus on modern applications, maximize resource sharing. Grid computing is outlined as “flexible, secure, coordinated resource sharing among dynamic collections of people, establishments, and resources”. In the road of making mobile devices as an entity in grid computing technology, and to bridge the gap between mobile world and grid computing world we are using Layered Architecture, which divides the complexities existed in integration, among different layered components. We give our contribution details, in the implementation of the proposed Layered Architecture. In the implementation we considered JAVA enabled mobile devices, GT (Globus Toolkit) based grid services. In Layer-2 of the architecture we need to have an efficient scheduling algorithm which addresses the problem of local scheduling. We are using ABC algorithm to address local resource scheduling problem. With this we try to use efficient use of resources using mobile devices Keywords Globus Toolkit, Grid Computing, Mobile Devices, ABC algorithm, Java. information such as data consumers. As such they provide some applications such as networked application or Web browsers are handy to traditional access media provided with alternatives and extensions. The biggest limitation in Grid Computing technology which is forcing the people to stand away from this technology is accessibility to grid service is not within the reach of common people. By providing access to grid from a simple mobile device a common man can get benefit of this technology. So the integration of mobile and grid provides new opportunities, along with introduction of new challenges. Introduction of mobile devices in a distributed computing technology like grid computing requires an extension of the heterogeneity model [2]. We need to consider the fact that grid may have many different kind of technologies which needs to be incorporated into grid nicely. Due to the mobility problem the network is unstable in wireless domain, disconnections and the resulting network partitions should be handled efficiently.. However, with mobile or wearable devices, these events need to model in a general way. A mapping scheme should decide how different components of an application should be mapped, i.e., which components should be assigned to the back-end and which to the front-end (mobile device). These decisions should consider some issues like power consumption, locality for access, resources and throughput requirement. 1. INTRODUCTION Grid is an environment that provides the ability to share and transparently access resources across a distributed and heterogeneous environment not only requires the technology to virtualizes certain resources, but also technologies and standards in the areas of scheduling, security, accounting, systems management, and so on. Generally, Grid system combines with the resources that are more powerful, diverse and better connected as compare to desktop on the Internet. Grid Infrastructure [1] contains a wireless PDA or mobile phone persisting different roles. All over access of small wireless devices is the most congenital way to provide The existing limitations in mobile devices make it beneficiary from the Grid. The integration of grid and mobile devices advantageous for mobile to mobile and mobile to desktop collaboration for resource sharing and provide better performance to users. A grid-based mobile environment would allow mobile devices to become more efficient by offloading resource-demanding work to more powerful devices or computers. 1
  • 2. Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804) Volume No. 1 Issue No.2, December 2013 Mobile OGSI.NET project [3] is an implementation of the OGSI.NET for mobile devices. It is built on top of Microsoft .NET Compact Framework and based on the Pocket PC 2003 or Windows Mobile operating system. In [4] Yi and Livny proposed architecture for mobile Condor access, they analyzed the constraints imposed by mobile platforms when connected to Condor. In [5] Millard, Arouna presented the potential advantages of using the Grid for mobile e-learning, described their experiences with implementing a mobile elearning Grid client using current Grid technologies. Miika Tuisku [1] surveyed the current technologies and standards, mainly concentrating on MIDP (Mobile Information Device Profile) devices and Java (J2ME) interfaces. work, assigning subtasks among the mobile devices, accumulating the processing results from different mobile devices before sending back the result. Layer2 component should have an efficient local resource scheduling algorithm. The algorithm should be able to select a set of mobile devices among the pool under its coordination. Moreover it we apply ABC algorithm for resource sharing and compare the performance of traditional and new ABC algorithm. In the coming sections we will discuss both algorithms. These components should be collocated with an access point. It acts as a gateway to the mobile world. Grid Services The scheduling can be categorized as, global and local scheduling. Various global scheduling algorithms have been operational such as data-centric scheduling [6], highthroughput scheduling [7], application-level scheduling [8], and economy-based scheduling [9]. After completion the job of global scheduler, it submitted to the local resource managers like Condor [7], LSF [10], and PBS [11]. In Layer2 of the system model we need to have an efficient local resource scheduling algorithm which tries to optimize the resource utilization and improves the global performance of the system. We proposed one such algorithm. In our algorithm we mainly considered unreliable connectivity problem of the mobile devices, battery power issues, economy issues. The rest of paper described in following sections: section 2 discusses the System Architecture; section 3 describes the implementation details of our proposed System Architecture. Section 3.1 describes in detail its components features and implementation details. Section 4 presents ABC algorithm for efficient resource scheduling which is a core component in Layer-2 of the system Architecture. In Section 5 presents conclusion. 2. SYSTEM ARCHITECTURE All material on each page should fit within a rectangle of 18 x 23.5 cm (7" x 9.25"), centered on the page, beginning 2.54 cm (1") from the top of the page and ending with 2.54 cm (1") from the bottom. The right and left margins should be 1.9 cm (.75”). The text should be in two 8.45 cm (3.33") columns with a .83 cm (.33") gutter. The System Architecture is a Layered type (depicted in Figure 1). Due to the layered approach changes made in one layer not necessarily reflects the other layers functionality and implementations, upper layer entities will provide services to the lower layer entities, and lower layer entities will depend on upper layer services. Due to layered approach different layers can be developed independently. In Layer-1 we will have mobile devices like PDA’s, mobile phones, laptops etc. Layer 2 is introduced to address the requirements of various mobile technologies. These components should have features like encapsulating heterogeneity, able to communicate with standard protocols and languages like HTTP and XML, able to handle lot many requests. In the context when mobile devices are acting as processing elements rather than just grid users, these entities required to have feature like dividing the Interface to Grid Services Interface to Mobile cluster1 Interface to Mobile cluster2 Interface to Mobile cluster3 Figure 1 System Architecture Layer-1: In the lower layer we will have mobile devices like PDA’s, mobile phones, laptops etc. most of the mobile devices are equipped with internet features. With proper interface chord a mobile device can start communicating to the entities in the internet world. Layer-2: We might have mobile devices of different technologies to address this we introduced Layer2. Layer2 component should have features like encapsulating heterogeneity, able to communicate with standard protocols and languages, able to handle lot many requests. In the context when mobile devices are acting as processing elements rather than just grid users, Layer2 entities required to have feature like dividing the work, assigning subtasks among the mobile devices, accumulating the processing results from different mobile devices before sending back the result. Due to the accumulation feature the number of messages transmitted will be reduced. Layer3: Due to the introduction of Layer-3 we can use different technologies to develop grid independent of Layer2 entities. Layer3 acts as interface between grid services and mobile world interfaces. It will take the parameters from lower layers based on those parameters it should locate the appropriate service and invoke the proper operation on that service. This 2
  • 3. Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804) Volume No. 1 Issue No.2, December 2013 interface should also have the ability to invoke grid services which might have been implemented in various technologies. We also need to have standards based on which the entities in Layer2 and Layer3 can communicate. Common features include encapsulating grid services heterogeneity, understanding the parameters passed from lower layers. Here again the XML would come into picture to overcome the data representation problem between, Layer 2 and Layer 3 components. Layer4: Layer4 will have grid services which exploits idle resources which are spread across the internet. These services can be implemented using different technologies like condor, GT (Globus Toolkit), unicore, legion, jxta etc. Layer4 entities will serve the requests passed from its lower layers and sends back the results. 3. IMPLEMENTATION DETAILS OF OUR SYSTEM ARCHITECTURE perform a particular task on the grid. Once the request issued the task invocation will be done automatically. It is basically a Midlet which is written in J2ME, it is able to create HTTP connections to an HttpServlet. This servlet sits in a HTTP web server (e.g. .apache tomcat) and serves to HTTP requests. We have used WTK2.5.2_01 (Wireless Toolkit2.5.2_01) emulator for testing our J2ME client component. JAVA servlet based interface to midlet client. It consists of JAVA servlet. It will pack the parameters received from midlet client component and passes it to deployed grid services interface component. This module belongs to Layer2 of the System model. This component is Java based that runs in a Web server. A servlet is a Java class and it executed in Java Virtual Machine (JVM) by a service known as servlet engine. The servlet engine loads the servlet class the first time that it is requests, or optionally already when the servlet engine is started. It handles multiple requests till it will not explicitly unloaded or servlet engine got shut down. Interface to Deployed grid services. This component In the framework shown in Figure 2 we depicted our attempt, to partial implementation of the System Architecture. We demonstrated the proposed model in the context of JAVA based mobile devices and GT (Globus Toolkit) based grid services. The proposed implementation can be broadly devised into five components. Different components will serve purpose of different layers entities. Though we consider only JAVA enable mobiles, our framework is easily extensible onto other technologies. meets requirements of Layer3. It will take parameters from midlet interface component using those it will invoke the appropriate methods in the specified grid service. It will return the results back to the midlet interface module. In case of error it will return the appropriate error code as a result. It is a JAVA based component. It also forwards the result of a task processed by mobile devices to some client in Internet. We took GT (Globus Toolkit) based WSRF client software and modified the code according to current requirement. We made this component to communicate both with midlet interface component and grid service component. SOAP Engine. It is software, which deals SOAP message processing issues. It is a part of Layer3. For SOAP messaging is handled by SOAP engine. A web service is deployed into an Axis message processing node using a deployment descriptor known as a Web Service Deployment Descriptor (WSDD). The WSDD describes how the various components installed in the Axis node are combined together to process incoming and outgoing messages to the service. We have used the apache tomcat SOAP processing capabilities. Apache Axis is a standard implementation of SOAP engine. This component can understand SOAP request/response messages. Deployed Grid Services. Figure 2 Architecture for Interface to GT based Grid Services through JAVA enabled mobile devices J2ME midlet client. This component serves the purpose of Layer1 entities to some extent. It is a J2ME Midlet. It has the ability to provide nice GUI to JAVA enabled mobile devices. The mobile user will enter the data on the Midlet GUI which acts as parameters to the WSRF component functionality those data will be transmitted over the air to the appropriate servlet running on web server. In fact J2ME GUI feature used just to illustrate our implementation. Anyone who wants to use our framework can issue a request to this component to We have developed these services using GT. It belongs to Layer4 of the proposed model. These are some toy web services like counter service whose value can be accessed and modified by invoking operations like add, subtract, get value etc, a factory service which creates service instance, a resource lifetime illustration service which illustrates features like resource destroy, scheduling resource termination time etc. These services basically illustrates WSRF specifications like WS-Resource properties, WS-Resource lifetime, WS-Base faults, WSResource addressing. They can exploit the available resources on the grid in an efficient, secured manner. It utilizes the GT inbuilt features like resource management, execution, and data 3
  • 4. Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804) Volume No. 1 Issue No.2, December 2013 management, fault detection and security. We could also enhance the described framework to accommodate various other technologies by developing appropriate components in different layers. J2ME Phone Access. We have used Sun Java Wireless Toolkit 2.5.2_01 for CLDC (formerly known as J2ME Wireless Toolkit) emulator for testing our J2ME client. They show how our J2ME client software would work on JAVA enabled devices in accessing the WSRF component features of GT. We have deployed the GT based grid services in apache tomcat web server using Globus service build tool. Features like Login Screen, Options Screen, Create Service instance, Update Property, Get Property, Immediate Destroy, and Scheduled Termination of a resource etc. We have also implemented features like getting multiple properties, updating, and inserting/deleting property into/from a resource property document. We have developed simple GT (Globus Toolkit) based toy grid services and deployed in Apache tomcat web server. Toy services developed by us will illustrate WSRF specifications like WS-Addressing, WS-Resource WS- Resource Lifetime, WS- Resource Properties, WS-Notification, and WS- Base faults. Using JAVA, WSRF client software technologies we have developed interfaces required to connect midlet clients, grid services. We have developed GUI for Java mobiles, using that GUI a mobile user can issue a request and access the grid services. In our framework we only concentrated on JAVA enabled devices since mobile space dominated by JAVA most of the mobile device manufacturers are bringing JAVA supported devices into market. A WSRF (Web Services Resource Framework) specification is a core component in GT (Globus Toolkit). It includes resource lifetime, resource properties, notifications, addressing specifications. The entire GT (Globus Toolkit) has been built on top of the WSRF component of GT (Globus Toolkit). So by giving the interface to WSRF component through JAVA enabled mobiles, we can easily extend the interface to remaining components of the GT(Globus Toolkit). Java Platform, Micro Edition (Java ME)[12] is a combination of technologies and specifications designed to create a platform for devices, from mobile phones to consumer products to embedded devices.. Here we are giving interface to WSRF component features of GT (Globus Toolkit) through mobile devices. 4. JOB SCHEDULING ALGORITHM Layer-2 component of our proposed architecture should have an efficient local resource scheduling algorithm. The designing of local resource scheduling algorithm involves issues like energy sensitivity and weak security etc. Among the issues we concentrate on unreliable connectivity of mobile environment, battery power of the devices, cost to be paid for using the device. Job scheduling is perform based on the expected execution time on various mobile nodes. The job in the queue is assigned to the mobile node with related input data, when it finds any mobile node free or available. The output of the job is returned to mobile device interface, after completion of job execution at mobile node. Then mobile node is assigned to next job in the queue. Figure 3 shows the job execution process which is performed on the mobile node. For data transfer either input or output, mobile nodes should be in connected mode. If the mobile node is disconnected then it will wait for mobile node to be connecting again. Mobile nodes state transition diagram is shown in figure 4. State C and D denote the connection state (C) and disconnection state (D), respectively, d is the disconnection rate, and c is the reconnection rate of the mobile node, which are governed by Poisson process. Figure 3 Job Execution Process Figure 4 State transition Diagram When a number of jobs arrive at the JQS (Job Queuing Server) of mobile device interface, or a number of workloads are decomposed from a single job, the JQS selects certain mobile nodes. In a static grid environment, we achieve improving performance as the number of participating computing nodes grows. However, the rule changes when the mobile devices participate in the computing. Links of some mobile nodes are unreliable, that is, they are likely to be in the disconnection state for a long time while others are not. The unreliable mobile nodes may decrease the overall job execution performance because the JQS should wait for the reconnection of any disconnected node in order to complete the jobs. We should determine whether it is better to include a mobile node in the computing or not. We might get different options of mobile devices sets, which reduce response time. We will try to increase the average battery power and also decrease the average cost of the selected devices. 4
  • 5. Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804) Volume No. 1 Issue No.2, December 2013 Existing Scheduling Algorithm: The algorithm to select the participating nodes in the computing is as follows: Input: N: number of nodes. Nodes list R=<n1, n2, …., nN> Each ni have properties resource ID, connection rate, disconnection rate, usage cost, battery power, time to transfer input data, time to transfer output. T: task to be scheduled has some execution time. Output: finding a subset of resources among N devices to execute task T. 1. 2. 3. find the expected response time gi of all mobile nodes using equation 1 Sort the mobile nodes in increasing order according to the response time. Sorted list: SR=< na, nb… nj…> find the accumulated average battery power for each node ni in SR bi=(n1.batterypower+…+ ni.batterypower)/i Artificial Bee Colony (ABC) is a relatively new member of swarm intelligence. ABC tries to model natural behaviour of real honey bees in food foraging. Employee bees, onlooker bees and scouts bees are members of colony of artificial bees. The number of the employed bees or the onlooker bees is equivalent to the number of solutions. An employed bee produces changes on its solution depends on the local information and test the fitness of the new solution. The elementary idea of ABC is to simulate the foraging behaviours of bee colonies. Social insect colonies can be considered as dynamical system gathering information from environment and adjusting its behaviour in accordance to it. While gathering information and adjustment processes, individual insects don't perform all the tasks because of their specializations. Generally, all social insect colonies behave according to their own division labours related to their morphology [13]. Algorithm: Input: N number of nodes. 1. 4. 5. find the accumulated average cost for each node ni in SR ci=(n1.usagecost+…+ ni.usagecost)/i for (i=N;i>1;i--) {w= Wtotal/(i-1)- Wtotal/i) ; g=gi - gi-1; Initialization of algorithm: These are two variables by which it evaluates the fitness of the different nodes searching for resource. 2. Construction of bees: Evaluate employed bees are by fitness value. Fitness is value to select the working nodes searching for resources. Single Shift Neighbourhood: Apply Single Shift Neighbourhood for each employed bee according fitness value of bees. This operation is performed over a matrix which contains the distance of individual nodes, remove nodes those not fit. Double Shift Neighbourhood: Apply Double Shift Neighbourhood for each employed bee based on fitness value of bees. Find the best fit nodes and apply the double shift to achieve best selection for the resources. Solution Construction: Calculate probability and assign resource according to probability. Ejection chain Neighbourhood: Apply Ejection Chain Neighbourhood for each employed bee based on probability value of the node. Terminal test: Select the best fitted optimal solution from the available solutions. 3. if( w-g>0) break; } 6. 7. 8. 9. 10. 11. 12. 13. 14. remove nodes 1 to i/2 and nodes i+1 to N from list remove the nodes whose w-g value less than 0 Sort the remaining nodes of the list in increasing order based on pre calculated accumulated average battery power (bi) find the index of the node with maximum battery power i.e ‘k’(last node of the list) remove nodes 1 to k/2 from list sort the remaining nodes in decreasing order based on pre calculated accumulated average cost (ci) find the index of node with minimum average cost i.e the index of the last node let it be j select the nodes na, nb,……, nj for execution Distribute the subtasks of T onto the selected nodes. Artificial Bee Colony Algorithm 4. 5. 6. 7. 5. CONCLUSION Grid computing is the latest technology which is still under the research in academia. It has not gained enough significance in the enterprise world yet. In the direction of letting the common people access to grid service we have used a System Architecture. We use ABC algorithm as local scheduling algorithm. We primarily focused on issues like intermittent disconnection problem of mobile devices, battery 5
  • 6. Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804) Volume No. 1 Issue No.2, December 2013 power details, economy issues. Moreover it requires to check the authenticity by comparing the with the ABC resource scheduling algorithm. We also simulated our proposed algorithm and studied the characteristics under different environments. So as to create an environment where the mobile devices and traditional networked desktops are likewise entities we have to extend the proposed System Architecture implementation for all kinds of mobile devices like PDAs, Laptops, Cell Phones, sensors etc. We should give innovative approaches to encourage the mobile gadget users, to keep their gadgets into grid. The job scheduling algorithm could be improved more considering issues like devices heterogeneity, security issues etc. We need to have a unified model to value the resources. We have to study, how to motivate resource owners to contribute their resources to the Grid. 6. REFERENCES [1] Miika Tuisku, “Wireless Java-enabled MIDP devices as peers in Grid infrastructure”, Annual cross grid project work shop &1st European acrossgrid conference, 2003. [2] M. Migliardi, M. Maheswaran, B. Maniymaran, P Card, and F Azzedin, “Mobile Interfaces to Computational Data and Service Grid Systems”, ACM SIGMOBILE Mobile Computing and Communications Review, Oct 2002, vol.6, Issue4. [5] Feng Tao, Arouna Woukeu, Hugh C. Davis, and David E. Millard, “Experiences with Writing Grid Clients for Mobile devices”. 1st International ELeGI Conference on Advanced Technology for Enhanced Learning, Vico Equense (Naples), Italy, March 2005. [6] Sang-Min Park and Jai-Hoon Kim. "Chameleon: A Resource Scheduler in a Data Grid Environment," 2003 IEEE/ACM International Symposium on Cluster Computing and the Grid (CCGRID'2003), Tokyo, Japan, May 2003. [7] The Condor Project. http://www.cs.wisc.edu/condor . [8] F. Berman and R. Wolski. “The AppLes project: A status report,” Proceedings of the 8th NEC Research Symposium, Berlin, Germany, May 1997. [9]D. Abramson, J. Giddy, I. Foster, and L. Kotler. “High Performance Parametric Modeling with Nimrod/G: Killer Application for the Global Grid?” In Proceedings of the International Parallel and Distributed Processing Symposium, May 2000. [10] LSF. http://www.platform.com/products/LSF/. [11] OpenPBS. http://www.openpbs.org. [12] Oracle Java for ME. [3] D. Chu, M. Humphrey, “Mobile OGSI.NET: Grid Computing on Mobile Devices”, 5th IEEE/ACM International Workshop on Grid Computing - GRID2004, Pittsburgh, PA, Nov 8 2004. [4] M.Livny, and S.Yi, “Extending the Condor Distributed System for Mobile Clients”, ACM Mobile computing and Communications Review, 1999, vol. 3(1), pp. 38-46. http://www.oracle.com/us/technologies/java/mobile /overview/index.html [13] Dr. K. Vivekanandan, D. Ramyachitra, B. Anbu “Artificial Bee Colony Algorithm For Grid Scheduling”, 2011 Journal of Convergence Information Technology, Volume6, Number7, July 2011 6