High Performance Computing Design by Code Migration for Distributed Desktop Computing Grids

High Performance Computing Design by Code Migration for Distributed Desktop Computing Grids

Makoto Yoshida, Kazumine Kojima
Copyright: © 2011 |Pages: 18
DOI: 10.4018/jghpc.2011100105
OnDemand:
(Individual Articles)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

Large scale loosely coupled PCs can organize clusters and form desktop computing grids on sharing each processing power; power of PCs, transaction distributions, network scales, network delays, and code migration algorithms characterize the performance of the computing grids. This article describes the design methodologies of workload management in distributed desktop computing grids. Based on the code migration experiments, transfer policy for computation was determined and several simulations for location policies were examined, and the design methodologies for distributed desktop computing grids are derived from the simulation results. The language for distributed desktop computing is designed to accomplish the design methodologies.
Article Preview
Top

Introduction

Grid system is a type of distributed systems, and it can be categorized into three classes: computing grid, data grid and service grid (Krauter et al., 2002; Choi et al., 2008). This article deals with the computing grid. The purpose of the computing grid is to use the existing computing powers effectively, those scattered around in one or more organizations. Several hundred PCs, such as Note PCs, Desktop PCs and WSs, are assumed in our model. User jobs, namely transactions, can be executed on the local or remote computer systems depending upon the workload in the system. If the workload of the system that the job entered is heavy enough for processing, it must be properly migrated to the other site through migration. However, the effectiveness of the code migration against the migration overhead must be evaluated (Coulouris et al., 2005).

The network of the computing grids we modeled is shown in Figure 1. It consists of many computing nodes and one information server. On decentralized control, it does not have the information server. Figure 2 shows the taxonomy of the distributed computing systems (Venugopal et al., 2006; Theotokis & Spinellis, 2004). The shadow area is the topics of this article. For migrating the transactions, both the transfer policy that determines the migration decision and the location policy that determines the site to be migrated must be properly provided according to the application environment (Shah et al., 2007). The environment of the system is getting more complex with the increasing and diversifying applications. However, little work for the code migration has been associated with the application environment. Depending upon the migration policy and the environment situated, the performance of the system greatly varies. The scales of transactions and networks, the workload patterns, the power of computers, code migration algorithms, all of these characterize the performance of the system. The relations of these characteristics, the pros and cons, must be analyzed, and the boundaries of the code migration must be specified in designing the distributed computing grids.

Figure 1.

Computing grid model

jghpc.2011100105.f01
Figure 2.

Taxonomy of distributed computing systems

jghpc.2011100105.f02

We need some methodologies to design the workload of transactions in various complex application environments to have a good performance system. Shah (2007) has shown the theoretical approach for code migration. We develop the practical approach in this article. Code migration overhead was exemplified by implementing the code migration system. Based on the experiments, several centralized and decentralized algorithms for various location policies are simulated and evaluated. And, design methodologies for distributed desktop computing grids in various environments are derived from several simulation results. The language for distributed computing was also designed to carry out the methodologies derived.

Top

Experimental Model

The experimental system that migrates objects among PCs was implemented to measure the migration overhead. The system structure is shown in Figure 3. A transaction can be transferred to the other site to perform the computation by the agent. The performance of the two systems, the one that was executed at the local site without migrating object code and the other that was executed at the remote site, was measured and compared (Yoshida & Sakamoto, 2007).

Figure 3.

System structure

jghpc.2011100105.f03

Complete Article List

Search this Journal:
Reset
Volume 16: 1 Issue (2024)
Volume 15: 2 Issues (2023)
Volume 14: 6 Issues (2022): 1 Released, 5 Forthcoming
Volume 13: 4 Issues (2021)
Volume 12: 4 Issues (2020)
Volume 11: 4 Issues (2019)
Volume 10: 4 Issues (2018)
Volume 9: 4 Issues (2017)
Volume 8: 4 Issues (2016)
Volume 7: 4 Issues (2015)
Volume 6: 4 Issues (2014)
Volume 5: 4 Issues (2013)
Volume 4: 4 Issues (2012)
Volume 3: 4 Issues (2011)
Volume 2: 4 Issues (2010)
Volume 1: 4 Issues (2009)
View Complete Journal Contents Listing