• No results found

A REVIEW: FROM KEYWORD BASED IMAGE RETRIEVAL TO ONTOLOGY BASED IMAGE RETRIEVAL

N/A
N/A
Protected

Academic year: 2020

Share "A REVIEW: FROM KEYWORD BASED IMAGE RETRIEVAL TO ONTOLOGY BASED IMAGE RETRIEVAL"

Copied!
6
0
0

Loading.... (view fulltext now)

Full text

(1)

38

ANALYSIS OF MOBILE AGENT SYSTEMS PERFORMANCE

USING LINEAR PREDICTION MODEL

1FAIZ AL-SHROUF, 2AIMAN TURANI

1Assoc. Prof., Amman Arab University, Faculty of Computer Sciences and Informatics, Amman-Jordan 2

Assoc. Prof., Applied Science University, Faculty of Computer Engineering, Amman-Jordan

E-mail: 1faiz_alshrouf@aau.edu.jo, 2aimant@asu.edu.jo

ABSTRACT

Mobile Agents are considered an interesting technology to develop applications for distributed systems. Thus they present features, such as autonomy and capability to roam to hosts, process data, and save remote communications. Many mobile agent platforms have been developed for research purposes while other platforms have been deployed as commercial products. Some platforms have been outdated; others continue releasing new versions that fix bugs detected or offer new features. A common problem when one wants to benefit from mobile agent platform is the decision about which platform to use. In this paper, we provide up-to-date evaluation of existing mobile agent platforms. We derive linear prediction model to compare and forecast mobile agent platform's performance and their interested behavior. The study uses six mobile agent systems: JAMES, Odyssey, Swarm, Grasshopper, Aglets, and Voyager.

Keywords: Mobile Agents, Performance Analysis, Linear Prediction Model.

1. INTRODUCTION

Performance behavior of mobile agent systems focuses on two main concerns: comparing of agent platforms and platform performance optimization. The most common approaches for analysis performance are developing applications that are concentrated on platform execution time measurement [11]. However, there is no standard analysis for comparing performance optimization. In this paper, a study of mobile agent system analysis is accomplished based on comparing different agent systems that available in the community. Besides, we consider questions that have been arisen in the field of study of agent performance analysis:

• How we compare performance of mobile agent systems?

• What type of experimental benchmarking and environment usage conditions that could be used to experiment agents?

• Is performance the main issue to decide that a given mobile agent system is efficient?

• What type of application area that could be used to judge for the behavior of agents?

• What type of models that suits to make agent performance is applicable?

To address some of these questions, we introduce a certain numerical analysis model that could be used as an introduction in the study of this field of mobile agent optimization; therefore, an evaluation analysis of six agent models has been introduced using a linear prediction model. To best of our knowledge, we report that linear models for approximation can give solutions for forecasting mobile agent system execution time and the measurement of agent system performance.

2. RELATED WORK

(2)

39 Aglets in case of multiple agents in (MANET). [6] presented a methodology for evaluating seven mobile agent systems based on five metrics: availability, environment, development, characteristics, and performance. Results indicated that JADE has the best performance over other platforms. [9] [10] conducted a comparison for performance evaluation of mobile agent systems. The performance evaluation is tested using seven agent systems and required 100 agents which carried out 50 numbers of iterations. Results indicated that the performance for the first three systems gives best results: Springs, Voyager, and Grasshopper, when the number of agents is quite small (2 agents), the performance results regarding the same number of iterations give the optimality as: Aglets, Voyager, and JADE, when number of agents becomes large. [8] presented an analysis and performance of mobile agent systems based on set of features: mechanism of agent mobility, communication scheme, and language support.

These reports only focus on the performance of agent systems according to abstract implementations regarding real scenarios for well known parameters: small agent size, number of iterations, and agent algorithm. Due some limitations in mobile agent systems, the performance of mobile agent systems is undetermined when agent size exceeds 1Mb. However, no performance results have been reported due to agent platform shortcomings. In our research, we focus on studying performance analysis by implementing numerical analysis approaches for the run-time behavior of agent performance using different mobile agent systems with different agent sizes.

3. MOBILE AGENT SYSTEMS

In this section, we present an up-to-date study six agent platforms that could be used in our analysis: JAMES, Odyssey, Swarm, Grasshopper, Aglets, and Voyager. The study presents also a set of features that each platform poses:

JAMES : [1] [2] is not a commercial product.

Project developed by the University of Coimbra (Portugal) in cooperation with Siemens S.A. for an infrastructure of mobile agents with enhance to support (MANET). The platform is 100% pure Java implementation and the integration with CORBA. JAMES is high performance, secured, robustness platform, and flexible code upgrading. JAMES has been enhanced with comprehensive support for fault tolerance and resource control. Furthermore, JAMES integrates a set of

mechanisms to optimize the migration of mobile agents, including cashing, code prefetching, protocol optimization, recycling of threads and sockets.

Odyssey: is a Java-based mobile agent system from General Magic. The platform has a transport-independent API that work with RMI, IIOP, and DCOM. Odyssey provides two types of classes- agents and classes which support good functionality for roaming mobile agents involves services for message communication including synchronous messaging scheme. Asynchronous messaging scheme is not supported by Odyssey. This is a drawback to otherwise an excellent platform. More detail can be given in: http://www.genmagic/com/technology/Odyssey.ht ml

Swarm: Swarm platform is being developed by

Siemens, from the University Stuttgart, Germany. Swarm is being mainly used by the ACTS AMASE Project to provide a middleware for mobile applications in wireless networks. Swarm provides an extensive support and features for inter agent communication scheme.

Grasshopper: Grasshopper is a mobile agent

platform that has been designed in conformance with MASIF and FIPA standards. It is distributed commercially by Enago Mobile. The platform is implemented in Java. It supports several protocols by the use of an internal ORB, provides GUI to manage agents, agencies, and regions. Furthermore, the platform supports security, agent communication scheme, and agent persistency.

Aglets: Java-based system in which agents roam from one-host to another. Aglets is developed by IBM, Tokyo in 1996 and maintained by open source community since 2001. The migration of aglets is based on a proprietary Agent Transfer Protocol (ATP). Agents are controlled by Tahiti Server. Aglets features include: user friendly GUI for programming agents, supports both synchronous and asynchronous messaging scheme, and widely used in the community of distributed computing systems. Static proxies are used by Aglets as a convenient abstraction to refer to remote agents. One disadvantage of this platform is that proxies are not dynamic (i.e. cannot be used after the agents move to another place).

(3)

40 Voyager is a platform developed for distributed computing middleware focused towards simplifying the management of remote communications of CORBA and RMI protocols. Voyager has set of features, including: offer facilities such as dynamic generation of CORBA proxies, support for agent communication and agent security, provides flexible life spans for agents, by supporting variety of span methods. Furthermore, Voyager provides location transparency through forwarding chains of proxies, but the whole chain must be traversed to locate agents, otherwise, a single broken link makes the agent unreachable.

4. ENVIORNMENT CONDITIONS

The benchmark application was executed in all the six platforms and results of experiments are given below [12][1]. Results are carried out by changing parameters (number of agencies, number of itinerary performed by the agent, and agent data size). Furthermore, the benchmark application is composed by a single agent with small data size (100 KB, 1 MB). All results were given under six computers (Pentium IV 3.6 GHz, 2 GB RAM, running Windows NT and JAVA standard development Kit with JIT option. The agent is running across the network through a closed itinerary, which is called a "lap" [3]. Table (1) shows results of execution for the six different platforms.

Number of Agencies: 1, Lap: 1

Number of itinerary performed by the agent: 1

Table 1. Platforms Execution Time Results

agent size Platform Small 100KB Small 1MB

JAMES .7 1.17

Odyssey .89 1.22

Swarm 1.01 1.88

Grasshopper 1.47 2.19

Aglets 1.73 2.35

Voyager 1.67 2.37

According to these experiments, JAMES could be considered the platform that offers the best performance while Voyager is the slowest platform. Figure (1) presents platform performance analysis

Small (1MB) 0 0.5 1 1.5 2 2.5 JAM ES Ody

ssey Swarm

Gra sshopp er Aglet s Voy ager

Figure 1. Platform Performance Comparison With (1 MB) Small Agent Data Size

5. LINEAR PREDICTION MODEL

The proposed model is derived from Newton first order divided difference formula [14].

Given

x

0

,

x

1

,

x

2

,

x

3

...

...

x

n

n

ree

of

polynomial

a

is

x

p

n

(

i

)

deg

for

values

f

(

x

i

)

at

x

=

x

i

and

i

=

0

,

1

,...,

n

.

This polynomial approximates a function such that

n

i

x

f

x

p

n

(

i

)

=

(

i

);

=

0

,...

....

Let

n

k

t

coefficien

a

be

x

x

x

e

k k i i

k

=

− =

0

,

)

(

)

(

1 0

α

for

f

(

x

i

)

=

α

i

,

i

=

0

,

1

...

n

(1)

=

=

n k k k k

n

x

e

x

P

0

)

(

)

(

α

(2)

By assuming n=1, we derived the Linear Prediction Model as follows:

)

(

)

(

)

(

0 1 0 0 1 1

x

x

x

e

x

p

n k k k n

+

=

=

=

α

α

α

(3)

Using (1) and (2), we get the following

)

,

(

)

(

)

(

1 0 0 1 0 1

1

f

x

x

x

x

x

f

x

f

=

=

α

(4)

)

,

(

x

0

x

1

(4)

41

6. PLATFORMS LINEAR PREDICTION

MODEL (LPM)

We use equations given by (3), (4) and Table (1) to compute platform Linear Prediction Models. Table (2), shows the results:

Table 2. Platforms Linear Prediction Model

PLATFO RM

0

α

α

1 LPM

JAMES

.07 0.00074

.

653

+

.

00047

x

Odyssey

.89 .00033

.

857

+

.

00033

x

Swarm

1.01 .00087

.

923

+

.

00087

x

Grasshopp er

1.47 .00072

1

.

398

+

.

00072

x

Aglets

1.73 .00062

1

.

668

+

.

00062

x

Voyager 1.67 .00070

1

.

6

+

.

00070

x

Using Table (2), LPM is computed in Table (3), which shows the execution time when agent sizes are very small (10KB), medium (2MB), large (10MB), and very large (1GB) with Lap 1, and number of itinerary performed by the agent is 1.

7. PERFORMANCE RESULTS & ANALYSIS

Table 3. Platforms Execution Time

PLATFO RM

Very Small

(10 KB)

Medium (2MB)

Large

(10 MB) Very Large

(1 GB)

JAMES .6577 1.593 5.353 470.653

Odyssey .8603 1.517 4.157 330.857

Swarm .9317 2.663 9.623 870.923

Grasshop per

1.4052 2.838 8.598 721.398

Aglets 1.6742 2.908 7.868 621.668

Voyager 1.607 3.000 8.600 701.600

The platform that offered the best performance in our previous results when agent data size is very small is JAMES platform, which is the efficient platform (0.6577 seconds), while Aglets platform offered the slowest execution time (1.6742). Figure (2), shows results execution time. Thus, Platforms are ordered (faster →slower) according to platform execution time as:

( JAMES →Odyssey→Swarm→Grasshopper→Voyager→Aglets)

Very Small (10 KB)

0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8

PLTF ORM

JAM ES

Odys sey

Swar m

Gras

shopper Agl ets

Voy ager

(5)

42 In case when agent has medium data size (2 MB), the platform that offered best execution time is Odyssey 1.517 seconds), while Voyager offered the slowest platform (3.000 seconds. Figure (3) shows results. Thus, platforms are ordered (faster→slower) according to platform execution time as:

(Odyseey→JAMES→Swarm→Grasshpper→aglets→Voyager)

Medium (2MB)

0 0.5 1 1.5 2 2.5 3 3.5

PLT FO

RM JAM

ES

Ody ssey

Swa rm

Gra sshopp

er Agl

ets

Voy ager

Figure 3. Platform Performance Comparison with (2 MB) Medium Agent Data Size

In case when agent has large data size (10 MB), the platform that offered best execution time is Odyssey 4.157 seconds), JAMES still offering the second fastest platform with (5.353 seconds) execution time, Aglets transferred to the third fastest platform with (7.868 seconds) execution time, while Swarm offered the slowest platform (9.623 seconds). Figure (4) shows results. Thus, platforms are ordered (faster→slower) according to platform

execution time as:

(Odyssey→JAMES→Aglets→Grasshpper→Voyager→Swarm)

Large (10 MB)

0 2 4 6 8 10 12

PLT FOR

M

JAM ES

Ody ssey

Swa rm

Gra sshopp

er Aglet

s

Voy ager

Figure 4. Platform Performance Comparison with (10 MB) Large Agent Data Size

In case when agent has very large data size (1 GB), the platform that offered best execution time is (Odyssey 330.857 seconds). Swarm offered the slowest platform with (870.923 seconds). Order of platforms is quite similar to that with large agent data size except that Voyager platform offered best execution time (701.6 seconds) than Grasshopper (721.398 seconds). Figure (5), shows results. Thus, platforms are ordered (faster→slower) according to platform execution time as:

(Odyssey→JAMES→Aglets→Voyager→Grasshopper→Swarm)

Very Large (1 GB)

0 100 200 300 400 500 600 700 800 900 1000

PLTF ORM

JAM ES

Ody ssey

Swa rm

Gra sshopp

er Aglet

s

Voy ager

Figure 5. Platform Performance Comparison with (1 GB) Very Large Agent Data Size

8. CONCLUDING REMARKS AND

FUTURE DIRECTIONS

In this research paper, we survey six mobile agent systems with analysis of performance characteristic. We developed a mathematical Linear Prediction Model (LPM) that forecasts platforms performance behavior using their execution time with one agent and different agent data size including (very small 10KB, Medium 2MB, Large 10 Mb, and vey large 1 GB). The performance analysis using LPM showed that the Odyssey offered the best performance when agent data size becomes medium, large, and very large, while Swarm offered the slowest performance when agent data size is large and very large. The performance of JAMES is efficient when agent data size is very small and small. Aglets offered a quite good performance comparing with other agent platforms when agent data size becomes large and very large. The other platforms including Voyager and Grasshopper do not offer a good performance than Odyssey, JAMES, and Aglets for large and very large data size, but they offer a good performance comparing to Swarm.

(6)

43 1. Analysis of the six mobile agents performance in -in in case with multiple agents using LPM.

2. Expect to contribute and cover the need for other mobile agent systems for analysis their performance behavior including: Tryllian, JADE, Tracy, SPRINGS, TACOMA, Concordia, and Jumping Beans.

We believe that all platforms are interested, and that our comparison could help to developers to decide which platform suites his/her needs. With this piece of work, we could encourage future work in the field of mobile agent's performance analysis.

REFRENCES:

[1] R. Gupta and G. Kansal, "A Survey on Comparative Study of Mobile Agent Platforms", International Journal of Engineering Science and Technology (IJSET), Vol. 3 No. 3, March 2011, pp. 1943-1947. [2] C. Jiannong, S. Das, and L.Silva, "Mobile

Agents in Networking and Distributed Computing", John Wiley Inc. (USA), August 2012. Chapter 12, pp. 324-342.

[3] L. Silva, G. Soares, P. Marines, V. Batista, and L. Santos, "The Performance of Mobile Agent Platforms", 3rd International Symposium on Agent Systems and Applications. 2006, pp. 12-19.

[4] L. Silva, G. Soares, P. Marines, V. Batista, and L. Santos, "Comparing the Performance of

Mobile Agent Systems: A Study of

Benchmarking", Elsevier Science B.V.

Computer Communications Vol. 23 No. 8,

2000, pp. 769-778.

[5] L.Silva, P.Simoes, G. Soares, P. Martines, V. Batista, C. Renato, L. Almeida, and N. Sthor,"JAMES: a Platform of Mobile Agents for the management of Telecommunication Networks". Proceedings of IATA'99, Intelligent Agents for Telecommunication Applications, Sweden, 1999, pp.18-36

[6] E. Shakshuki, "A Methodology for Evaluating Agent Toolkit", Proceedings of the IEEE International Conference on Information Technology: Coding and Computing (ITCC'05). 2005, 0-7695-2315-3/05.

[7] A. Yunis, A. Nayak, D. Nussbaum, and N. Santoro. "Comparing Performance of Two Mobile Agent Platforms in Distributed Search", Proceedings of the IEEE/WIC/ACM

International Conference on Intelligent Agent Technology (IAT'04). 2004, -07695-2101-0/04. [8] L. Prakash, V. Rajguru, and S. Deshmukh,

"Analysis of Mobile Agent", Journal of Global Research in Computer Science, Vol. 2 No. 11, November 2011, pp. 6-10.

[9] R. Trillo, S. Larri, and E. Mena,"Comparison and Performance Evaluation of Mobile Agent Platforms", 3rd IEEE International Conference on Autonomic and Autonomous Systems (ICAS'07), 2007. 0-7695-2859-5/07.

[10] R. Aversa, B. Beniamino, M. Rak, and S. Venticinque,"A Framework for Mobile Agent Platform Performance Evaluation", Proceedings of IEEE International Symposium of World of Wireless , Mobile and Multimedia Networks,

WoWMoM, 2007, pp.1-8.

[11] F. Al-Shrouf, H. Abusaimeh, K. Al Shqeerat, and M. Omari, "Evaluating Time Performance Analysis for Mobile Agent Message Communication using Assignment Computing Agent", Journal of Applied Sciences, Vol. 12 No. 12, September 2012, pp. 1290-1296. [12] R, Leszczyna, "Evaluation of Agent Platforms",

JRC European Scientific Report.

http://www.jrc.ec.europa.eu/, 2008, pp.1-9. [13] A, Deshpande, B. Prakash, M. Alukkal, and A.

Siddiqui, "Mobile Agent Search in Multi-Agent System", Proceedings of 3rd Biennial National Conference on Nascent Technologies, 2012, pp. 6-8.

Figure

Figure 1.   Platform Performance Comparison With (1  MB) Small Agent Data Size
Table 2. Platforms Linear Prediction Model
Figure 3.  Platform Performance Comparison with (2 MB) Medium Agent Data Size

References

Related documents

Findings: Besides presenting seven conventions, the article puts a special focus on arguments and corresponding conventions that – on one hand – characterise an

First Legal has created a Litigation Cost Containment Solution that provides negotiated rates directly to companies for these legal services (court filings, court research,

In light of the lack of data about who uses empirical research methods in bioethics (and what methods are used) as well as the lack of clarity as to how the em- pirical and

Keywords: Hospital-dependent patient, Acute care hospital, Length of stay, Palliative care, Hospitalist, Intensivist, Clinical ethics, Professional obligations, Role morality,

To address this challenge, in this work, we introduce our newly developed informatics platform, namely, ‘HAFNI-enabled largescale platform for neuroimaging informatics (HELPNI).’

potential perforation risk of the duodenal and ileal ulcera- tions caused by acute vasculitis, to preserve the abdominal cavity from intraperitoneal collections and to create a

Although the global positive selection ratio was the same in carrier and clinically diseased animals, when dis- secting the specific positively selected amino acid sites in

In principle, broad and blanket consent may facilitate the conduct of research as researchers do not have to consent research participants each time new research questions or