Simulating a Finite State Mobile Agent System

Size: px
Start display at page:

Download "Simulating a Finite State Mobile Agent System"

Transcription

1 Simulating a Finite State Mobile Agent System Liu Yong, Xu Congfu, Chen Yanyu, and Pan Yunhe College of Computer Science, Zhejiang University, Hangzhou , P.R. China Abstract. This paper analyzes the simulation of Finite State mobile agent, which regards the migration, execution, and searching of the mobile agents as finite states. As the finite state mobile agents are deployed under the virtual organization platform, the corresponding search algorithm in virtual organization is also introduced. The experiments results based on the finite mobile agent s evaluation model show the finite mobile agents can achieve satisfied performance. 1 Introduction A mobile agent is a program that can move through a network under its own control, capable of navigating through the underlying network and performing various tasks at each node independently [10]. Mobile agents are an effective paradigm for distributed applications, and are particularly attractive in a dynamic network environment involving partially connected computing elements [11]. They locate for the appropriate computation resources, information resources and network resources, combining these resources in a certain host, to achieve the computing tasks. So the mobile agent is the desirable technology for the next generation network applications. While mobile agents have generated considerable excitement in the research community, and also have many prototype systems [8], [9], they have not translated into a significant number of real-world applications. One of the main reasons for this is the lack of work that quantitatively evaluates. The works on the mobile agents performance evaluation have attracted many researchers [2], [3], [4], [1]. Strasser and Schwehm [2] develop a general model for comparing the performance of Remote Procedure Calls (RPC) with the performance of migrating agents. Johansen [4] shows that MAs perform better as the size of the data increase, and as the number of clients increase. More recently, Puliafito et al. [3] used Petri nets to compare the mobileagent, remote-evaluation and client server paradigms. David Kotz etc [1] develop an analytical model in wireless network. These papers propose a number of performance benefits that can be gained through the use of MAs. The Grid technology [5] and the VO (virtual organization) technology [6] provide a new approach for the self-organization and self-management among the network nodes, and also provide a powerful platform for the mobile agent. The virtual organization can help the mobile agent to ignore the different OS problem and communication problem, decrease the complexity of the mobile agent greatly. Although the performance analysis on mobile agents has been studied for several W. Fan, Z. Wu, and J. Yang (Eds.): WAIM 2005, LNCS 3739, pp , Springer-Verlag Berlin Heidelberg 2005

2 652 Y. Liu et al. years, to our best knowledge, not much work has yet been done to the mobile agents performance evaluation on VO platforms. In this paper, we present a Finite State Mobile Agent (FS-MA) [7] performance evaluation experiment in the VO platforms, in our work, we focus on quantitative performance evaluation of FS-MA on VO platforms, and propose a framework for investigating the performance characteristics of FS-MA platforms and applications. Experimental results provide us with initial conclusions that lead to further refinement and extension of FS-MA and benchmarks. 2 VO Based FS-MA and MACM 2.1 VO Based Finite State Mobile Agents In our Finite state mobile Agent model, there is fabric architecture, named virtual organization (VO or group), to support the computation. The basic elements of virtual organization are nodes, which can be PC, PDA, laptop, and other devices that connect via network.the nodes group in virtual, and they can join and leave the group dynamically. The groups are virtually hierarchical, which means the groups can be classified into root-layer, middle-layers and leaf virtual layers. The virtual group based fabric architecture is the platform of the mobile agent migration. By this way, the mobile agent can discovery and move more effective and it also can greatly decrease the mobile agent size when migration. Finite-state mobile agent is a resource driven mobile agent system. In fact, the mobile agent can be seen as a finite-state machine auto motioning and driven by the resource and data. The FS-MA is a finite state machine driven by the resource and service time. And the migration state between the block state and the serve state will insure that the agent can find and move to another node that takes on enough resource when there is not enough executing resource in the local node. Fig. 1. Transition Relationship of the Finite State Agent

3 Simulating a Finite State Mobile Agent System Mobile Agent Computation Model (MACM) In practice, the topology of network is unstable, and the resources in those nodes of network are consumed and regenerated continually. So the executing routes of the mobile agents are different. We use service computing finite state machine to describe the real executing process of the service under the VO [6]. Because the service computing is the executing process of the mobile agent, the service computing finite state machine is also called MACM, mobile agent computing model finite state. The definition of the MACM-FS establishes upon the virtual origination [6] and the definition is presented as follows: Mobile agent computation model MACM is an eighttuple MACM =(R, S, M, Φ, v, E, Λ,ε ), where R is the node set, S is the finite state set of the mobile agent, it refers the service process of the agents. S does not include the state of the agent migration Λ and the null state ε. Here, migration state Λ means that the mobile agent starts moving to another node to execute new state; null state ε means the mobile agent does not perform any action (executing and migration), M is the set of all the message operation states for mobile agent. M = {M s, M a }, M s is the state of sending message, M a is the state of receive message, v R is the initial node that the mobile agent has been produced, a mobile agent s service firstly comes from the node v, and then cycles driven by the finite states, E R is the set of final node for the mobile agent, only in the final node the mobile agent can be destroyed and the service ends, Φ, The transition relation, is a finite subset of (R X (S U { Λ, ε} )) R: Φ : R X (S U { Λ, ε} ) R, where (1) To all the R i, R j R, if Φ (R i, ε ) = R j, then R i = R j, (2) To all the R i, R j R, if Φ (R i, Λ ) = Rj, then R i R j, (3) To all the R i, R j R, S k S, if Φ (R i, S k ) = R j, then R i = R j, (4) To all the R i R, if Φ (R i, M a ) = R i, then the next transition state relation is Φ (R i, M s ) = R i. In this computation model the migration state Λ is established by the communication of the nodes in VO. Using the communication algorithm, mobile agent can move from the original node to the destination node efficiently. The state transition and message communication are both implemented by this algorithm. 3 Evaluation of the Finite State Mobile Agent Computation Model To study MA system performance, one should take into account issues such as: control and state information; the complicate architecture of MA platforms; the variety of distributed computing (software) models applicable to mobile-agent applications; the continuously changing resource configuration of Internet-based systems.

4 654 Y. Liu et al. VO [6] is a virtual and dynamic hierarchical architecture in which Grid nodes are grouped virtually. Nodes can join the group and leave the group dynamically. The groups are virtually hierarchical, with one root-layer, several middle-layers, and many of leaf virtual groups. Among each leaf group, one (just one) node (called as manger or gateway node) is chosen to form upper-layer groups in the same way, and this way is repeated until to form one root layer group. Gateway nodes will forward the lowlayer group s status information to all the nodes in the up-layer group, and distribute the upper-layer group s status information to all the nodes in the lower-layer group. We simulate the VO architecture on PC systems and make it self-grouping dynamically according to Grid size, the number of nodes in Grid and the resources on nodes. Every node can search resources in Grid, deploy FS-MA, and communicate with other node through VO. In fact, the communications are implemented by the group s gateway node, which is similar to the gateway in TCP/IP protocol. There are two important factors must be considered carefully when grouping the Grid nodes. One is the distance between the nodes and group manager; the other is the resource distribution among the nodes. In our evaluation model, we use a new concept named Resource Homologies to describe the resource distribution among nodes. Normally, the resource can be viewed as a multiple-dimension vector ur R, each dimension in the vector represents one kind of resource. So the Resource Homologies ur ur A B. of the nodes A and B can be defined as R R 4 Results In this section, we present and obtain the simulation results of the previous evaluation models for the FS-MA. The single agent experiments focus on the agent performance on the measurement of service availability.the agent in the experiments (except Figure 5) is a five-state mobile agent, that means the agent includes five service-executing states and will request resource in the VO platforms at most five times. In the figure 2, the diagram presents the results for 1000 times of the same agent executing in different resources distributions conditions. Here, although the resources are re-distributed and the topology of the VO platform is re-generated each time, the total VO grid size and the nodes number on the VO platform are the same. The results in figure 2 show that the service availability of the agent will grow up with the average state executing time rising, and the resources and nodes distribution cannot make visible influence on the service availability. Figure 3 presents the relation between the average service availability and the average state executing time with different agent size. The results show the agent size has obvious affection on the service availability. The service availability will decrease with the agent size increasing. As we can see from Figure 4 and Figure 5 the agent total executing time mounts up with the increasing of the average state executing time and the migration times, and also with the augment of agent size.

5 Simulating a Finite State Mobile Agent System 655 Fig. 2. service available ratio Fig. 3. average service available ratio Fig. 4. average life time Fig. 5. life time VS migration times 5 Conclusions In this paper, we introduce an evaluation model of the finite state mobile agent, which the executing, blocking and migration of the agents are treated as a finite state. The model is constructed on the virtual organization based platform and the corresponding search algorithm on that platform is also presented. The evaluable experiments for the single agent and multiple agents are also introduced. The experiments results indicate the finite state mobile agent can achieve stable performance in varied environments. Future works will consider the agent system performance with more influence parameters, such the group rate of the virtual organization, size of the topology etc. The system workloads, such as the CPU workload, memory workload, and I/O workload, are also included in our future works. Acknowledgement This paper is sponsored by National Science Foundation of China (No ) and Zhejiang Province Science Foundation (No.M603169), Advanced Research Project of China Defense Ministry (No ), and partially supported by the Aerospace Research Foundation (No HT-ZJDX-13).

6 656 Y. Liu et al. References [1] Kotz, D., Cybenko, G., Gray, R. S., Jiang, G., Peterson, R. A. et al.. Performance analysis of mobile agents for filtering data streams on wireless networks. Mobile Networks and Applications, 2002, 7, [2] Strasser, M., Schwehm, M.. A performance model for mobile agent systems. In: Proceedings of the International Conference on Parallel and Distributed Processing Techniques and Applications (PDPTA 97), June 1997, Vol.2, [3] A. Puliafito, S. Riccobene and M. Scarpa, An analytical comparison of the client server, remote evaluation and mobile agents paradigms, in: Proceedings of the First International Symposium on Agent Systems and Applications and Third International Symposium on Mobile Agents (ASA/MA99) (IEEE Computer Society Press, October 1999). [4] Johansen, D.: Mobile Agent Applicability. In: Rothermel, K., Hohl, F. (Eds.): Proceedings of the 2nd Int. Workshop on Mobile Agents (MA'98). Lecture Notes in Computer Science, Vol Springer-Verlag, Berlin Heidelberg New York (1998) , 443, 443, 444 [5] Foster, I., Kesselman, C., Tuecke, S.. The anatomy of the grid: enabling scalable virtual organizations. International Journal of Supercomputer Applications, 2001, 15(3). [6] Huang Li-Can, Wu Zhao-Hui, Pan Yun-He. Virtual and dynamic hierarchical architecture for E-science grid. International Journal of High Performance Computing Applications, Volume 17 Issue 3- August 2003 [7] Liu Yong, Xu Congfu, Wu Zhaohui et al.. A finite state mobile agent computation model. In: Proceedings of Advanced Web Technologies and Applications: the 6th Asia-Pacific Web Conference, APWeb 2004, Hangzhou, China, April 14-17, 2004, [8] Object Space. Voyager core package technical overview. products /voyager/voyager.asp [9] Lange, D., Oshima, M.. Programming mobile agents in Java - with the Java Aglet API. [10] Vu Anh Pham and Ahmed Karmouch, Mobile Software Agents: An Overview, IEEE Communication Magazine, July, [11] R.Gray, D.Kotz, S.Nog and G.Cybenko, Mobile agents for mobile computing, Technical Report PCS-TR96-2X5, Department of Computer Science, Dartmouth College, Hanover, NH 03755, May, 1996.

A Finite State Mobile Agent Computation Model

A Finite State Mobile Agent Computation Model A Finite State Mobile Agent Computation Model Yong Liu, Congfu Xu, Zhaohui Wu, Weidong Chen, and Yunhe Pan College of Computer Science, Zhejiang University Hangzhou 310027, PR China Abstract In this paper,

More information

Evaluating the Performance of Mobile Agent-Based Message Communication among Mobile Hosts in Large Ad Hoc Wireless Network

Evaluating the Performance of Mobile Agent-Based Message Communication among Mobile Hosts in Large Ad Hoc Wireless Network Evaluating the Performance of Mobile Agent-Based Communication among Mobile Hosts in Large Ad Hoc Wireless Network S. Bandyopadhyay Krishna Paul PricewaterhouseCoopers Limited Techna Digital Systems Sector

More information

Creating and Running Mobile Agents with XJ DOME

Creating and Running Mobile Agents with XJ DOME Creating and Running Mobile Agents with XJ DOME Kirill Bolshakov, Andrei Borshchev, Alex Filippoff, Yuri Karpov, and Victor Roudakov Distributed Computing & Networking Dept. St.Petersburg Technical University

More information

A Resource Discovery Algorithm in Mobile Grid Computing Based on IP-Paging Scheme

A Resource Discovery Algorithm in Mobile Grid Computing Based on IP-Paging Scheme A Resource Discovery Algorithm in Mobile Grid Computing Based on IP-Paging Scheme Yue Zhang 1 and Yunxia Pei 2 1 Department of Math and Computer Science Center of Network, Henan Police College, Zhengzhou,

More information

Grid Resources Search Engine based on Ontology

Grid Resources Search Engine based on Ontology based on Ontology 12 E-mail: emiao_beyond@163.com Yang Li 3 E-mail: miipl606@163.com Weiguang Xu E-mail: miipl606@163.com Jiabao Wang E-mail: miipl606@163.com Lei Song E-mail: songlei@nudt.edu.cn Jiang

More information

A Resource Discovery Algorithm in Mobile Grid Computing based on IP-paging Scheme

A Resource Discovery Algorithm in Mobile Grid Computing based on IP-paging Scheme A Resource Discovery Algorithm in Mobile Grid Computing based on IP-paging Scheme Yue Zhang, Yunxia Pei To cite this version: Yue Zhang, Yunxia Pei. A Resource Discovery Algorithm in Mobile Grid Computing

More information

Performance Evaluation of Mobile Agents for E-Commerce Applications

Performance Evaluation of Mobile Agents for E-Commerce Applications Performance Evaluation of Mobile Agents for E-Commerce Applications Rahul Jha and Sridhar Iyer Kanwal Rekhi School of Information Technology, Indian Institute of Technology Bombay, Powai, Mumbai - 4 76.

More information

A Chord-Based Novel Mobile Peer-to-Peer File Sharing Protocol

A Chord-Based Novel Mobile Peer-to-Peer File Sharing Protocol A Chord-Based Novel Mobile Peer-to-Peer File Sharing Protocol Min Li 1, Enhong Chen 1, and Phillip C-y Sheu 2 1 Department of Computer Science and Technology, University of Science and Technology of China,

More information

A Framework for Building Reusable Mobile Agents for Network Management

A Framework for Building Reusable Mobile Agents for Network Management A Framework for Building Reusable Mobile Agents for Network Management Ichiro Satoh Λ National Institute of Informatics / Japan Science and Technology Corporation 2-1-2 Hitotsubashi, Chiyoda-ku, Tokyo

More information

A Scalable Location Aware Service Platform for Mobile Applications Based on Java RMI

A Scalable Location Aware Service Platform for Mobile Applications Based on Java RMI A Scalable Location Aware Service Platform for Mobile Applications Based on Java RMI Olaf Droegehorn, Kirti Singh-Kurbel, Markus Franz, Roland Sorge, Rita Winkler, and Klaus David IHP, Im Technologiepark

More information

Lazy Agent Replication and Asynchronous Consensus for the Fault-Tolerant Mobile Agent System

Lazy Agent Replication and Asynchronous Consensus for the Fault-Tolerant Mobile Agent System Lazy Agent Replication and Asynchronous Consensus for the Fault-Tolerant Mobile Agent System Taesoon Park 1,IlsooByun 1, and Heon Y. Yeom 2 1 Department of Computer Engineering, Sejong University, Seoul

More information

The Design of Supermarket Electronic Shopping Guide System Based on ZigBee Communication

The Design of Supermarket Electronic Shopping Guide System Based on ZigBee Communication The Design of Supermarket Electronic Shopping Guide System Based on ZigBee Communication Yujie Zhang, Liang Han, and Yuanyuan Zhang College of Electrical and Information Engineering, Shaanxi University

More information

Middleware for Ubiquitous Computing

Middleware for Ubiquitous Computing Middleware for Ubiquitous Computing Software Testing for Mobile Computing National Institute of Informatics Ichiro Satoh Abstract When a portable computing device is moved into and attached to a new local

More information

Mobile Agent-Based Load Monitoring System for the Safety Web Server Environment

Mobile Agent-Based Load Monitoring System for the Safety Web Server Environment Mobile -Based Load Monitoring System for the Safety Web Server Environment H.J. Park 1, K.J. Jyung 2, and S.S. Kim 3 1 School of Computer Information and Communication Engineering, Sangji University, Woosandong,

More information

Minimal Test Cost Feature Selection with Positive Region Constraint

Minimal Test Cost Feature Selection with Positive Region Constraint Minimal Test Cost Feature Selection with Positive Region Constraint Jiabin Liu 1,2,FanMin 2,, Shujiao Liao 2, and William Zhu 2 1 Department of Computer Science, Sichuan University for Nationalities, Kangding

More information

Clustering-Based Distributed Precomputation for Quality-of-Service Routing*

Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Yong Cui and Jianping Wu Department of Computer Science, Tsinghua University, Beijing, P.R.China, 100084 cy@csnet1.cs.tsinghua.edu.cn,

More information

THE VEGA PERSONAL GRID: A LIGHTWEIGHT GRID ARCHITECTURE

THE VEGA PERSONAL GRID: A LIGHTWEIGHT GRID ARCHITECTURE THE VEGA PERSONAL GRID: A LIGHTWEIGHT GRID ARCHITECTURE Wei Li, Zhiwei Xu, Bingchen Li, Yili Gong Institute of Computing Technology of Chinese Academy of Sciences Beijing China, 100080 {zxu, liwei, libingchen,

More information

Mobile Agent 1 Mobile Agent 1.1 Mobile Agent 1.2 Mobile Agent

Mobile Agent 1 Mobile Agent 1.1 Mobile Agent 1.2 Mobile Agent 1000-9825/2002/13(07)1331-07 2002 Journal of Software Vol13, No7 Mobile Agent,,, (, 200030) E-mail winniewan@mailztecomcn http//wwwsjtueducn Mobile Agent, Mobile Agent Mobile Agent, Mobile Agent Mobile

More information

Performance Analysis of Mobile Agents for Filtering Data Streams on Wireless Networks

Performance Analysis of Mobile Agents for Filtering Data Streams on Wireless Networks Performance Analysis of obile Agents for Filtering Data Streams on Wireless Networks David Kotz Guofei Jiang Robert Gray George Cybenko Ronald A Peterson Dartmouth College Hanover NH 03755 USA FirstLast@Dartmouthedu

More information

Modeling and Performance Analysis of an OGSA-based Resource Sharing Environment in NGN

Modeling and Performance Analysis of an OGSA-based Resource Sharing Environment in NGN Modeling and Performance Analysis of an OGSA-based Resource Sharing Environment in NGN Li Li, Fangchun Yang State Key Laboratory of Networking and Switching Technology Beijing University of Posts and Telecommunications

More information

Learning the Three Factors of a Non-overlapping Multi-camera Network Topology

Learning the Three Factors of a Non-overlapping Multi-camera Network Topology Learning the Three Factors of a Non-overlapping Multi-camera Network Topology Xiaotang Chen, Kaiqi Huang, and Tieniu Tan National Laboratory of Pattern Recognition, Institute of Automation, Chinese Academy

More information

Design and Implementation of Real-Time Data Exchange Software of Maneuverable Command Automation System

Design and Implementation of Real-Time Data Exchange Software of Maneuverable Command Automation System Design and Implementation of Real-Time Data Exchange Software of Maneuverable Command Automation System Shi Chuan, Zhang Yang and Zhou Yuefei 1 Introduction Command automation system provides an effective

More information

Performance Evaluation of Mobile Agents: Issues and Approaches

Performance Evaluation of Mobile Agents: Issues and Approaches Performance Evaluation of Mobile Agents: Issues and Approaches Marios D. Dikaiakos and George Samaras Department of Computer Science University of Cyprus, CY-1678 Nicosia, Cyprus {mdd,cssamara}@ucy.ac.cy

More information

A Semantic-Driven Cache Management Approach for Mobile Applications

A Semantic-Driven Cache Management Approach for Mobile Applications A Semantic-Driven Cache Management Approach for Mobile Applications Guiyi Wei, Jun Yu, Hanxiao Shi, and Yun Ling Zhejiang Gongshang University, Hangzhou, 310035, P.R. China weiguiyi@tom.com, {yj, hxshi,

More information

DEVELOPING A NEW MECHANISM FOR LOCATING AND MANAGING MOBILE AGENTS

DEVELOPING A NEW MECHANISM FOR LOCATING AND MANAGING MOBILE AGENTS Journal of Engineering Science and Technology Vol. 7, No. 5 (2012) 614-622 School of Engineering, Taylor s University DEVELOPING A NEW MECHANISM FOR LOCATING AND MANAGING MOBILE AGENTS AHMED Y. YOUSUF*,

More information

Analyzing and Improving Load Balancing Algorithm of MooseFS

Analyzing and Improving Load Balancing Algorithm of MooseFS , pp. 169-176 http://dx.doi.org/10.14257/ijgdc.2014.7.4.16 Analyzing and Improving Load Balancing Algorithm of MooseFS Zhang Baojun 1, Pan Ruifang 1 and Ye Fujun 2 1. New Media Institute, Zhejiang University

More information

Network Processing of Mobile Agents, by Mobile Agents, for Mobile Agents

Network Processing of Mobile Agents, by Mobile Agents, for Mobile Agents Network Processing of Mobile Agents, by Mobile Agents, for Mobile Agents Ichiro Satoh National Institute of Informatics / Japan Science and Technology Corporation 2-1-2 Hitotsubashi, Chiyoda-ku, Tokyo

More information

PUBLICATIONS. Journal Papers

PUBLICATIONS. Journal Papers PUBLICATIONS Journal Papers [J1] X. Wu and L.-L. Xie, Asymptotic equipartition property of output when rate is above capacity, submitted to IEEE Transactions on Information Theory, August 2009. [J2] A.

More information

Resource Load Balancing Based on Multi-agent in ServiceBSP Model*

Resource Load Balancing Based on Multi-agent in ServiceBSP Model* Resource Load Balancing Based on Multi-agent in ServiceBSP Model* Yan Jiang 1, Weiqin Tong 1, and Wentao Zhao 2 1 School of Computer Engineering and Science, Shanghai University 2 Image Processing and

More information

Federate Migration in HLA-Based Simulation

Federate Migration in HLA-Based Simulation Federate Migration in HLA-Based Simulation Zijing Yuan 1, Wentong Cai 1, Malcolm Yoke Hean Low 2, and Stephen J. Turner 1 1 School of Computer Engineering Nanyang Technological University, Singapore 639798

More information

Integration of analytic model and simulation model for analysis on system survivability

Integration of analytic model and simulation model for analysis on system survivability 6 Integration of analytic model and simulation model for analysis on system survivability Jang Se Lee Department of Computer Engineering, Korea Maritime and Ocean University, Busan, Korea Summary The objective

More information

A Distributed Re-configurable Grid Workflow Engine

A Distributed Re-configurable Grid Workflow Engine A Distributed Re-configurable Grid Workflow Engine Jian Cao, Minglu Li, Wei Wei, and Shensheng Zhang Department of Computer Science & Technology, Shanghai Jiaotong University, 200030, Shanghai, P.R. China

More information

Remote Monitoring System of Ship Running State under Wireless Network

Remote Monitoring System of Ship Running State under Wireless Network Journal of Shipping and Ocean Engineering 7 (2017) 181-185 doi 10.17265/2159-5879/2017.05.001 D DAVID PUBLISHING Remote Monitoring System of Ship Running State under Wireless Network LI Ning Department

More information

Load Balancing Algorithm over a Distributed Cloud Network

Load Balancing Algorithm over a Distributed Cloud Network Load Balancing Algorithm over a Distributed Cloud Network Priyank Singhal Student, Computer Department Sumiran Shah Student, Computer Department Pranit Kalantri Student, Electronics Department Abstract

More information

An Engineering Computation Oriented Visual Grid Framework

An Engineering Computation Oriented Visual Grid Framework An Engineering Computation Oriented Visual Grid Framework Guiyi Wei 1,2,3, Yao Zheng 1,2, Jifa Zhang 1,2, and Guanghua Song 1,2 1 College of Computer Science, Zhejiang University, Hangzhou, 310027, P.

More information

A Modular k-nearest Neighbor Classification Method for Massively Parallel Text Categorization

A Modular k-nearest Neighbor Classification Method for Massively Parallel Text Categorization A Modular k-nearest Neighbor Classification Method for Massively Parallel Text Categorization Hai Zhao and Bao-Liang Lu Department of Computer Science and Engineering, Shanghai Jiao Tong University, 1954

More information

A Novel Method of Optimizing Website Structure

A Novel Method of Optimizing Website Structure A Novel Method of Optimizing Website Structure Mingjun Li 1, Mingxin Zhang 2, Jinlong Zheng 2 1 School of Computer and Information Engineering, Harbin University of Commerce, Harbin, 150028, China 2 School

More information

A Fast and High Throughput SQL Query System for Big Data

A Fast and High Throughput SQL Query System for Big Data A Fast and High Throughput SQL Query System for Big Data Feng Zhu, Jie Liu, and Lijie Xu Technology Center of Software Engineering, Institute of Software, Chinese Academy of Sciences, Beijing, China 100190

More information

Mobile Agent Paradigm in Computer Networks

Mobile Agent Paradigm in Computer Networks Mobile Agent Paradigm in Computer Networks Nguyen Hong Van DSV, Stockholm University, Forum 100, SE-164 40 Kista, Sweden Email: si-hvan@dsv.su.se ABSTRACT : Mobile agent technology has recently emerged

More information

Dynamic Minimal Spanning Tree Routing Protocol for Large Wireless Sensor Networks

Dynamic Minimal Spanning Tree Routing Protocol for Large Wireless Sensor Networks Dynamic Minimal Spanning Tree Routing Protocol for Large Wireless Sensor Networks Guangyan Huang 1, Xiaowei Li 1, and Jing He 1 Advanced Test Technology Lab., Institute of Computing Technology, Chinese

More information

Simple Quality-of-Service Path First Protocol and Modeling Analysis*

Simple Quality-of-Service Path First Protocol and Modeling Analysis* Simple Quality-of-Service Path First Protocol and Modeling Analysis* Lin Shen, Mingwei Xu, Ke Xu, Yong Cui, Youjian Zhao Department of Computer Science, Tsinghua University, Beijing, P.R.China, 100084

More information

A Database Redo Log System Based on Virtual Memory Disk*

A Database Redo Log System Based on Virtual Memory Disk* A Database Redo Log System Based on Virtual Memory Disk* Haiping Wu, Hongliang Yu, Bigang Li, Xue Wei, and Weimin Zheng Department of Computer Science and Technology, Tsinghua University, 100084, Beijing,

More information

Performance comparison of implementation mechanisms for e-commerce applications: Towards a hybrid approach

Performance comparison of implementation mechanisms for e-commerce applications: Towards a hybrid approach Proceedings of the 2nd Asian International Mobile Computing Conference(AMOC 2002) 14-17 May, 2002 Langkawi, Malaysia Performance comparison of implementation mechanisms for e-commerce applications: Towards

More information

Auto-Generating Test Sequences for Web Applications *

Auto-Generating Test Sequences for Web Applications * Auto-Generating Test Sequences for Web Applications * Hongwei Zeng and Huaikou Miao School of Computer Engineering and Science, Shanghai University, 200072, China zenghongwei@shu.edu.cn, hkmiao@shu.edu.cn

More information

Adaptive Mobile Agents: Modeling and a Case Study

Adaptive Mobile Agents: Modeling and a Case Study Adaptive Mobile Agents: Modeling and a Case Study Supranamaya Ranjan Department of Electrical & Computer Engineering Rice University Houston, Texas - 77005 Arobinda Gupta Anupam Basu Anand Meka Abhishek

More information

A PMU-Based Three-Step Controlled Separation with Transient Stability Considerations

A PMU-Based Three-Step Controlled Separation with Transient Stability Considerations Title A PMU-Based Three-Step Controlled Separation with Transient Stability Considerations Author(s) Wang, C; Hou, Y Citation The IEEE Power and Energy Society (PES) General Meeting, Washington, USA, 27-31

More information

A Dependable Communication Network for e-textiles

A Dependable Communication Network for e-textiles A Dependable Communication Network for e-textiles Nenggan Zheng, Zhaohui Wu, Lei Chen, Yanmiao Zhou, and Qijia Wang College of Computer Science and Technology, Zhejiang University, 310027, Hangzhou, P.R.

More information

Research on Design and Application of Computer Database Quality Evaluation Model

Research on Design and Application of Computer Database Quality Evaluation Model Research on Design and Application of Computer Database Quality Evaluation Model Abstract Hong Li, Hui Ge Shihezi Radio and TV University, Shihezi 832000, China Computer data quality evaluation is the

More information

Road Network Traffic Congestion Evaluation Simulation Model based on Complex Network Chao Luo

Road Network Traffic Congestion Evaluation Simulation Model based on Complex Network Chao Luo 6th International Conference on Machinery, Materials, Environment, Biotechnology and Computer (MMEBC 26) Road Network Traffic Congestion Evaluation Simulation Model based on Complex Network Chao Luo Department

More information

COMPOSABILITY, PROVABILITY, REUSABILITY (CPR) FOR SURVIVABILITY

COMPOSABILITY, PROVABILITY, REUSABILITY (CPR) FOR SURVIVABILITY AFRL-IF-RS-TR-2002-61 Final Technical Report April 2002 COMPOSABILITY, PROVABILITY, REUSABILITY (CPR) FOR SURVIVABILITY Kestrel Institute Sponsored by Defense Advanced Research Projects Agency DARPA Order

More information

Distributed Communication for Highly Mobile Agents

Distributed Communication for Highly Mobile Agents Distributed Communication for Highly Mobile Agents Mohammad Samarah and Philip Chan The division of Electrical and Computer Science and Engineering Florida Institute of Technology, Melbourne, FL 32901

More information

A Mobile Agent-Based Framework for Active Networks. Ichiro Satoh

A Mobile Agent-Based Framework for Active Networks. Ichiro Satoh A Mobile -Based Framework for Active Networks Ichiro Satoh Department of Information Sciences, Ochanomizu University 2-1-1 Otsuka Bunkyo-ku Tokyo 112-8610, Japan E-mail: ichiro@is.ocha.ac.jp IEEE Systems,

More information

UNICORE Globus: Interoperability of Grid Infrastructures

UNICORE Globus: Interoperability of Grid Infrastructures UNICORE : Interoperability of Grid Infrastructures Michael Rambadt Philipp Wieder Central Institute for Applied Mathematics (ZAM) Research Centre Juelich D 52425 Juelich, Germany Phone: +49 2461 612057

More information

A Test Sequence Generation Method Based on Dependencies and Slices Jin-peng MO *, Jun-yi LI and Jian-wen HUANG

A Test Sequence Generation Method Based on Dependencies and Slices Jin-peng MO *, Jun-yi LI and Jian-wen HUANG 2017 2nd International Conference on Advances in Management Engineering and Information Technology (AMEIT 2017) ISBN: 978-1-60595-457-8 A Test Sequence Generation Method Based on Dependencies and Slices

More information

Dynamic Resource Allocation on Virtual Machines

Dynamic Resource Allocation on Virtual Machines Dynamic Resource Allocation on Virtual Machines Naveena Anumala VIT University, Chennai 600048 anumala.naveena2015@vit.ac.in Guide: Dr. R. Kumar VIT University, Chennai -600048 kumar.rangasamy@vit.ac.in

More information

An Architecture for Next Generation Mobile Agent Infrastructure

An Architecture for Next Generation Mobile Agent Infrastructure An Architecture for Next Generation Mobile Agent Infrastructure Ichiro Satoh Department of Information Sciences, Ochanomizu University / Japan Science and Technology Corporation Abstract This paper presents

More information

Performance Evaluation of Mobile Agent-based Dynamic Load Balancing Algorithm

Performance Evaluation of Mobile Agent-based Dynamic Load Balancing Algorithm Performance Evaluation of Mobile -based Dynamic Load Balancing Algorithm MAGDY SAEB, CHERINE FATHY Computer Engineering Department Arab Academy for Science, Technology & Maritime Transport Alexandria,

More information

An Active Resource Management System for Computational Grid*

An Active Resource Management System for Computational Grid* An Active Resource Management System for Computational Grid* Xiaolin Chen 1, Chang Yang 1, Sanglu Lu 2, and Guihai Chen 2 1 Department of Computer Science, Chuxiong Normal University, Chuxiong 675000,

More information

Using Decision Boundary to Analyze Classifiers

Using Decision Boundary to Analyze Classifiers Using Decision Boundary to Analyze Classifiers Zhiyong Yan Congfu Xu College of Computer Science, Zhejiang University, Hangzhou, China yanzhiyong@zju.edu.cn Abstract In this paper we propose to use decision

More information

Research on the Checkpoint Server Selection Strategy Based on the Mobile Prediction in Autonomous Vehicular Cloud

Research on the Checkpoint Server Selection Strategy Based on the Mobile Prediction in Autonomous Vehicular Cloud 2016 International Conference on Service Science, Technology and Engineering (SSTE 2016) ISBN: 978-1-60595-351-9 Research on the Checkpoint Server Selection Strategy Based on the Mobile Prediction in Autonomous

More information

Performance Analysis of Applying Replica Selection Technology for Data Grid Environments*

Performance Analysis of Applying Replica Selection Technology for Data Grid Environments* Performance Analysis of Applying Replica Selection Technology for Data Grid Environments* Chao-Tung Yang 1,, Chun-Hsiang Chen 1, Kuan-Ching Li 2, and Ching-Hsien Hsu 3 1 High-Performance Computing Laboratory,

More information

Story Unit Segmentation with Friendly Acoustic Perception *

Story Unit Segmentation with Friendly Acoustic Perception * Story Unit Segmentation with Friendly Acoustic Perception * Longchuan Yan 1,3, Jun Du 2, Qingming Huang 3, and Shuqiang Jiang 1 1 Institute of Computing Technology, Chinese Academy of Sciences, Beijing,

More information

Data-Centric Routing Mechanism Using Hash-Value in Wireless Sensor Network

Data-Centric Routing Mechanism Using Hash-Value in Wireless Sensor Network Wireless Sensor Network, 2010, 2, 710-717 doi:10.4236/wsn.2010.29086 Published Online September 2010 (http://www.scirp.org/journal/wsn) Data-Centric Routing Mechanism Using Hash-Value in Wireless Sensor

More information

Performance Modeling and Analysis for Resource Scheduling in Data Grids 1

Performance Modeling and Analysis for Resource Scheduling in Data Grids 1 Performance Meling and Analysis for Resource Scheduling in Data Grids Yajuan Li Chuang Lin Quanlin Li 2 Zhiguang Shan 3 Department of Computer Science and Technology Tsinghua University Being 00084 China

More information

Observations on Client-Server and Mobile Agent Paradigms for Resource Allocation

Observations on Client-Server and Mobile Agent Paradigms for Resource Allocation Observations on Client-Server and Mobile Agent Paradigms for Resource Allocation M. Bahouya, J. Gaber and A. Kouam Laboratoire SeT Université de Technologie de Belfort-Montbéliard 90000 Belfort, France

More information

Personal Grid Running at the Edge of Internet *

Personal Grid Running at the Edge of Internet * Personal Grid Running at the Edge of Internet * Bingchen Li 1, Wei Li 1, Zhiwei Xu 1 1 Institute of Computing Technology, Chinese Academy of Sciences, Beijing, 100080, China Email: {libingchen, liwei,

More information

Mobile-to-Grid Middleware: Bridging the gap between mobile and Grid environments

Mobile-to-Grid Middleware: Bridging the gap between mobile and Grid environments Mobile-to-Grid Middleware: Bridging the gap between mobile and Grid environments Hassan Jameel 1, Umar Kalim 1, Ali Sajjad 1, Sungyoung Lee 1, and Taewoong Jeon 2 1 Department of Computer Engineering,

More information

Low Overhead Geometric On-demand Routing Protocol for Mobile Ad Hoc Networks

Low Overhead Geometric On-demand Routing Protocol for Mobile Ad Hoc Networks Low Overhead Geometric On-demand Routing Protocol for Mobile Ad Hoc Networks Chang Su, Lili Zheng, Xiaohai Si, Fengjun Shang Institute of Computer Science & Technology Chongqing University of Posts and

More information

Research on Ad Hoc-based Routing Algorithm for Wireless Body Sensor Network

Research on Ad Hoc-based Routing Algorithm for Wireless Body Sensor Network Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Research on Ad Hoc-based Routing Algorithm for Wireless Body Sensor Network Hui Cheng, Zhongyang Sun, * Xiaobing Zhang,

More information

FSRM Feedback Algorithm based on Learning Theory

FSRM Feedback Algorithm based on Learning Theory Send Orders for Reprints to reprints@benthamscience.ae The Open Cybernetics & Systemics Journal, 2015, 9, 699-703 699 FSRM Feedback Algorithm based on Learning Theory Open Access Zhang Shui-Li *, Dong

More information

Research of the Rule Engine based on XML

Research of the Rule Engine based on XML 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 2016) Research of the Rule Engine based on XML Zhao Ni1, a, Lifang Bai2, b 1 Zhengzhou Institute of

More information

A SOLUTION FOR REPLICA CONSISTENCY MAINTENANCE IN UNSTRUCTURED PEER-TO-PEER NETWORKS

A SOLUTION FOR REPLICA CONSISTENCY MAINTENANCE IN UNSTRUCTURED PEER-TO-PEER NETWORKS INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 A SOLUTION FOR REPLICA CONSISTENCY MAINTENANCE IN UNSTRUCTURED PEER-TO-PEER NETWORKS Narjes Nikzad Khasmakhi 1, Shahram

More information

A New Method Of VPN Based On LSP Technology

A New Method Of VPN Based On LSP Technology 2nd Joint International Information Technology, Mechanical and Electronic Engineering Conference (JIMEC 2017) A New Method Of VPN Based On LSP Technology HaiJun Qing 1, 2 1, 2, ChaoXiang Liang, LiPing

More information

Research on Heterogeneous Communication Network for Power Distribution Automation

Research on Heterogeneous Communication Network for Power Distribution Automation 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Research on Heterogeneous Communication Network for Power Distribution Automation Qiang YU 1,a*, Hui HUANG

More information

Parallel Routing Method in Churn Tolerated Resource Discovery

Parallel Routing Method in Churn Tolerated Resource Discovery in Churn Tolerated Resource Discovery E-mail: emiao_beyond@163.com Xiancai Zhang E-mail: zhangxiancai12@sina.com Peiyi Yu E-mail: ypy02784@163.com Jiabao Wang E-mail: jiabao_1108@163.com Qianqian Zhang

More information

Preliminary Research on Distributed Cluster Monitoring of G/S Model

Preliminary Research on Distributed Cluster Monitoring of G/S Model Available online at www.sciencedirect.com Physics Procedia 25 (2012 ) 860 867 2012 International Conference on Solid State Devices and Materials Science Preliminary Research on Distributed Cluster Monitoring

More information

The Research of Long-Chain Wireless Sensor Network Based on 6LoWPAN

The Research of Long-Chain Wireless Sensor Network Based on 6LoWPAN 2017 5th International Conference on Enterprise Systems The Research of Long-Chain Wireless Sensor Network Based on 6LoWPAN Weilan Lin linweilan@gz.sia.cn Shuangfei Zi zishuangfei@gz.sia.cn Zhiyi Fan Department

More information

Open Access The Three-dimensional Coding Based on the Cone for XML Under Weaving Multi-documents

Open Access The Three-dimensional Coding Based on the Cone for XML Under Weaving Multi-documents Send Orders for Reprints to reprints@benthamscience.ae 676 The Open Automation and Control Systems Journal, 2014, 6, 676-683 Open Access The Three-dimensional Coding Based on the Cone for XML Under Weaving

More information

Open Access Research on Algorithms of Spatial-Temporal Multi-Channel Allocation Based on the Greedy Algorithm for Wireless Mesh Network

Open Access Research on Algorithms of Spatial-Temporal Multi-Channel Allocation Based on the Greedy Algorithm for Wireless Mesh Network Send Orders for Reprints to reprints@benthamscience.ae 690 The Open Electrical & Electronic Engineering Journal, 2014, 8, 690-694 Open Access Research on Algorithms of Spatial-Temporal Multi-Channel Allocation

More information

EFFICIENT ATTRIBUTE REDUCTION ALGORITHM

EFFICIENT ATTRIBUTE REDUCTION ALGORITHM EFFICIENT ATTRIBUTE REDUCTION ALGORITHM Zhongzhi Shi, Shaohui Liu, Zheng Zheng Institute Of Computing Technology,Chinese Academy of Sciences, Beijing, China Abstract: Key words: Efficiency of algorithms

More information

Interactive Monitoring, Visualization, and Configuration of OpenFlow-Based SDN

Interactive Monitoring, Visualization, and Configuration of OpenFlow-Based SDN Interactive Monitoring, Visualization, and Configuration of OpenFlow-Based SDN Pedro Heleno Isolani Juliano Araujo Wickboldt Cristiano Bonato Both Lisandro Zambenedetti Granville Juergen Rochol July 16,

More information

Video Inter-frame Forgery Identification Based on Optical Flow Consistency

Video Inter-frame Forgery Identification Based on Optical Flow Consistency Sensors & Transducers 24 by IFSA Publishing, S. L. http://www.sensorsportal.com Video Inter-frame Forgery Identification Based on Optical Flow Consistency Qi Wang, Zhaohong Li, Zhenzhen Zhang, Qinglong

More information

Image-Space-Parallel Direct Volume Rendering on a Cluster of PCs

Image-Space-Parallel Direct Volume Rendering on a Cluster of PCs Image-Space-Parallel Direct Volume Rendering on a Cluster of PCs B. Barla Cambazoglu and Cevdet Aykanat Bilkent University, Department of Computer Engineering, 06800, Ankara, Turkey {berkant,aykanat}@cs.bilkent.edu.tr

More information

Online Optimization of VM Deployment in IaaS Cloud

Online Optimization of VM Deployment in IaaS Cloud Online Optimization of VM Deployment in IaaS Cloud Pei Fan, Zhenbang Chen, Ji Wang School of Computer Science National University of Defense Technology Changsha, 4173, P.R.China {peifan,zbchen}@nudt.edu.cn,

More information

Functionality and performance issues in an agent based software deployment framework

Functionality and performance issues in an agent based software deployment framework Functionality and performance issues in an agent based software deployment framework Mario Kusek, Kresimir Jurasovic and Ignac Lovrek University of Zagreb Faculty of Electical Engineering and Computing

More information

The Design and Implementation of Workflow Simulation based on the Theory of Discrete Event

The Design and Implementation of Workflow Simulation based on the Theory of Discrete Event The Design and Implementation of Workflow Simulation based on the Theory of Discrete Event Kehe Wu 1,a, Shuo Shi 1,b, Gang Ma 1,c and Shengzhuang Wang 1,d 1 School of North China Electric Power University,

More information

An Enhanced General Self-Organized Tree-Based Energy- Balance Routing Protocol (EGSTEB) for Wireless Sensor Network

An Enhanced General Self-Organized Tree-Based Energy- Balance Routing Protocol (EGSTEB) for Wireless Sensor Network www.ijecs.in International Journal Of Engineering And Computer Science ISSN: 239-7242 Volume 4 Issue 8 Aug 205, Page No. 3640-3643 An Enhanced General Self-Organized Tree-Based Energy- Balance Routing

More information

GMA-PSMH: A Semantic Metadata Publish-Harvest Protocol for Dynamic Metadata Management Under Grid Environment

GMA-PSMH: A Semantic Metadata Publish-Harvest Protocol for Dynamic Metadata Management Under Grid Environment GMA-PSMH: A Semantic Metadata Publish-Harvest Protocol for Dynamic Metadata Management Under Grid Environment Yaping Zhu, Ming Zhang, Kewei Wei, and Dongqing Yang School of Electronics Engineering and

More information

manufacturing process.

manufacturing process. Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 203-207 203 Open Access Identifying Method for Key Quality Characteristics in Series-Parallel

More information

Energy Conservation In Computational Grids

Energy Conservation In Computational Grids Energy Conservation In Computational Grids Monika Yadav 1 and Sudheer Katta 2 and M. R. Bhujade 3 1 Department of Computer Science and Engineering, IIT Bombay monika@cse.iitb.ac.in 2 Department of Electrical

More information

analyzing the HTML source code of Web pages. However, HTML itself is still evolving (from version 2.0 to the current version 4.01, and version 5.

analyzing the HTML source code of Web pages. However, HTML itself is still evolving (from version 2.0 to the current version 4.01, and version 5. Automatic Wrapper Generation for Search Engines Based on Visual Representation G.V.Subba Rao, K.Ramesh Department of CS, KIET, Kakinada,JNTUK,A.P Assistant Professor, KIET, JNTUK, A.P, India. gvsr888@gmail.com

More information

Dynamic Data Grid Replication Strategy Based on Internet Hierarchy

Dynamic Data Grid Replication Strategy Based on Internet Hierarchy Dynamic Data Grid Replication Strategy Based on Internet Hierarchy Sang-Min Park 1, Jai-Hoon Kim 1, Young-Bae Ko 2, and Won-Sik Yoon 2 1 Graduate School of Information and Communication Ajou University,

More information

Research on Load Balancing in Task Allocation Process in Heterogeneous Hadoop Cluster

Research on Load Balancing in Task Allocation Process in Heterogeneous Hadoop Cluster 2017 2 nd International Conference on Artificial Intelligence and Engineering Applications (AIEA 2017) ISBN: 978-1-60595-485-1 Research on Load Balancing in Task Allocation Process in Heterogeneous Hadoop

More information

Load Balancing in Cloud Computing System

Load Balancing in Cloud Computing System Rashmi Sharma and Abhishek Kumar Department of CSE, ABES Engineering College, Ghaziabad, Uttar Pradesh, India E-mail: abhishek221196@gmail.com (Received on 10 August 2012 and accepted on 15 October 2012)

More information

A data-driven framework for archiving and exploring social media data

A data-driven framework for archiving and exploring social media data A data-driven framework for archiving and exploring social media data Qunying Huang and Chen Xu Yongqi An, 20599957 Oct 18, 2016 Introduction Social media applications are widely deployed in various platforms

More information

Lightweight Service-oriented Grid Application Toolkit *

Lightweight Service-oriented Grid Application Toolkit * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 23, 1367-1378 (2007) Lightweight Service-oriented Grid Application Toolkit * SUNGJU KWON, JAEYOUNG CHOI AND KUMWON CHO + School of Computing Soongsil University

More information

Least Cost Multicast Spanning Tree Algorithm for Local Computer Network

Least Cost Multicast Spanning Tree Algorithm for Local Computer Network Least Cost Multicast Spanning Tree Algorithm for Local Computer Network Yong-Jin Lee 1 and M. Atiquzzaman 2 1 Department of Computer Science, Woosong University, 17-2 Jayang-Dong, Dong-Ku, Taejon 300-718,

More information

Video annotation based on adaptive annular spatial partition scheme

Video annotation based on adaptive annular spatial partition scheme Video annotation based on adaptive annular spatial partition scheme Guiguang Ding a), Lu Zhang, and Xiaoxu Li Key Laboratory for Information System Security, Ministry of Education, Tsinghua National Laboratory

More information

Research Of Data Model In Engineering Flight Simulation Platform Based On Meta-Data Liu Jinxin 1,a, Xu Hong 1,b, Shen Weiqun 2,c

Research Of Data Model In Engineering Flight Simulation Platform Based On Meta-Data Liu Jinxin 1,a, Xu Hong 1,b, Shen Weiqun 2,c Applied Mechanics and Materials Online: 2013-06-13 ISSN: 1662-7482, Vols. 325-326, pp 1750-1753 doi:10.4028/www.scientific.net/amm.325-326.1750 2013 Trans Tech Publications, Switzerland Research Of Data

More information

Visual Modeler for Grid Modeling and Simulation (GridSim) Toolkit

Visual Modeler for Grid Modeling and Simulation (GridSim) Toolkit Visual Modeler for Grid Modeling and Simulation (GridSim) Toolkit Anthony Sulistio, Chee Shin Yeo, and Rajkumar Buyya Grid Computing and Distributed Systems (GRIDS) Laboratory, Department of Computer Science

More information