Contributions to Desktop Grid Computing Gilles Fedak

Total Page:16

File Type:pdf, Size:1020Kb

Contributions to Desktop Grid Computing Gilles Fedak Contributions to Desktop Grid Computing Gilles Fedak To cite this version: Gilles Fedak. Contributions to Desktop Grid Computing : From High Throughput Computing to Data-Intensive Sciences on Hybrid Distributed Computing Infrastructures. Calcul parallèle, distribué et partagé [cs.DC]. Ecole Normale Supérieure de Lyon, 2015. tel-01158462v2 HAL Id: tel-01158462 https://hal.inria.fr/tel-01158462v2 Submitted on 7 Dec 2015 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Copyright University of Lyon Habilitation `aDiriger des Recherches Contributions to Desktop Grid Computing From High Throughput Computing to Data-Intensive Sciences on Hybrid Distributed Computing Infrastructures Gilles Fedak 28 Mai 2015 Apr`esavis de : Christine Morin Directeur de Recherche, INRIA Pierre Sens Professeur, Universit´eParis VI Domenico Talia Professeur, University of Calabria Devant la commission d'examen form´eede : Vincent Breton Directeur de Recherche, CNRS Christine Morin Directeur de Recherche, INRIA Manish Parashar Professeur, Rutgers University Christian Perez Directeur de Recherche, INRIA Pierre Sens Professeur, Universit´eParis VI Domenico Talia Professeur, University of Calabria Contents 1 Introduction 9 1.1 Historical Context . .9 1.2 Contributions . 13 1.3 Summary of the Document . 16 2 Evolution of Desktop Grid Computing 19 2.1 A Brief History of Desktop Grid and Volunteer Computing . 20 2.2 Algorithms and Technologies Developed to Implement the Desktop Grid Concept . 24 2.3 Evolution of the Distributed Computing Infrastructures Landscape . 29 2.4 Emerging Challenges of Desktop Grid Computing . 31 2.5 Conclusion . 36 3 Research Methodologies for Desktop Grid Computing 37 3.1 Observing and Characterizing Desktop Grid Infrastructures . 37 3.2 Simulating and Emulating Desktop Grid Systems . 40 3.3 DSL-Lab: a Platform to Experiment on Domestic Broadband Internet . 41 3.4 The European Desktop Grid Infrastructure . 43 3.5 Conclusion . 46 4 Algorithms and Software for Hybrid Desktop Grid Computing 49 4.1 Scheduling for Desktop Grids . 50 4.2 SpeQuloS, a QoS Service for Best-Effort DCIs . 51 4.3 The Promethee Multi-criteria Scheduler for Hybrid DCIs . 54 4.4 Virtualization and Security . 56 4.5 CloudPower: a Cloud Service Providing HTC on-Demand . 57 4.6 Conclusion . 57 5 Large Scale Data-Centric Processing and Management 59 5.1 Environment for Large Scale Data Management . 60 5.2 Implementing the MapReduce Programming Model on Desktop Grids . 62 5.3 Handling Data Life Cycles on Heteregeneous Distributed Infrastructures . 65 5.4 Conclusion . 68 6 Conclusion and Perspectives 71 6.1 Conclusion . 71 6.2 Perspectives . 73 3 Abstract Since the mid 90's, Desktop Grid Computing - i.e the idea of using a large number of remote PCs distributed on the Internet to execute large parallel applications - has proved to be an efficient paradigm to provide a large computational power at the fraction of the cost of a dedicated computing infrastructure. This document presents my contributions over the last decade to broaden the scope of Desktop Grid Computing. My research has followed three different directions. The first direction has established new methods to observe and characterize Desktop Grid resources and developed experimental platforms to test and validate our approach in conditions close to reality. The second line of research has focused on integrating Desk- top Grids in e-science Grid infrastructure (e.g. EGI), which requires to address many challenges such as security, scheduling, quality of service, and more. The third direction has investigated how to support large-scale data management and data intensive applica- tions on such infrastructures, including support for the new and emerging data-oriented programming models. This manuscript not only reports on the scientific achievements and the technologies developed to support our objectives, but also on the international collaborations and projects I have been involved in, as well as the scientific mentoring which motivates my candidature for the Habilitation `aDiriger les Recherches. 5 Acknowledgements I would like to express my gratitude to the members of the defense committee: Christine Morin, Pierre Sens and Domenico Talia, who accepted to review the manuscript and Vincent Breton, Christian Perez and Manish Parashar, who accepted to participate to the defense. I would sincerely like to thank the GRAAL/Avalon team and the LIP members for their kindness, support and for all the fruitful discussions we have daily. In particular, I would like to thank Christian Perez, head of the Avalon team for his constant support during these last years spent in Lyon. A great deal of credit should be given to the PhD students, post-docs and engineers without whom none of this would have been possible: Anthony Simonet, Paul Mal´ecot, Baoha Wei, Asma Ben Cheick, Julio Anjos, Bing Tang, Mircea Moca, Haiwu He, Jos´e Saray, Simon Delamare, Fran¸coisB´erenger,Derrick Kondo and more. This work gave me the privilege to meet many awesome people; some of them with whose I developed over the years a sincere and friendly relationship. Without naming them, I would like to thank all my co-authors and collaborators from around the world: US, China, Japan, Tunisia, Ukraine, Canada, Brazil, Romania and more. I would like to friendly salute Oleg Lodygensky, working at IN2P3, with whom I have shared a lot of this adventure. I would like to dedicate this manuscript to my beloved ones : Irina, Lison and Virginie. 7 Chapter 1 Introduction Learning is experience. Everything else is just information. (Albert Einstein (1879 { 1955)) This document presents the research I have done since receiving my Ph.D. in 2003. These activities started during my postdoctoral stay at the University of California San Diego and continued at University Paris XI in the Grand-Large team where I occu- pied a position of INRIA Researcher between 2004 and 2008. In 2008, I joined the GRAAL/AVALON team at the University of Lyon, whose research activities aim at de- signing software, algorithms and programming models for large scale distributed comput- ing infrastructures. Pursuing similar objective, I focused my research work on studying infrastructures and technologies for Desktop Grid Computing. 1.1 Historical Context Thorough this document, the reader will follow a part of the history of parallel and dis- tributed computing. This story illustrates the efforts to build more powerful computing infrastructures by designing large scale systems, that is to say, capable of assembling millions of computing nodes [1]. Desktop Grid Computing [2] is a discipline which, by considering the whole Internet as a possible computing platform, has pushed this idea to its extreme limit. It's hard to figure out now, how disruptive this approach was, when it emerged at the late 90's. To put things into context, Desktop Grid has appeared at the same time than Cluster Computing, which was aiming at designing parallel com- puters using off-the shelf components such as regular PC run by Linux and early Grid Computing, where the first experiments were considering parallel applications spanning over several super-computers geographically distributed. Thus, the environment was favorable to research leading to new directions for high performance computing. The characteristics of a Desktop Grid platform is radically different from a traditional super- computer: nodes are distributed over the Internet, nodes can join or leave the network 9 Chapter 1 Introduction at any time without notice, nodes have low network capabilities with many connection restrictions and nodes are shared with end-users. Our context was so radically different, that we had to invent new paradigms and tech- nologies before being able to explore the full possibility of Desktop Grid Computing. Indeed, Desktop Grid has revisited many traditional aspects of high performance com- puting: scheduling, file management, communications, programming model and more. Moreover, it has also revealed in advance several problematics that were considered as minor and secondary in the classical field of parallel computing, such as system security and dependability, and which are now widely addressed as a primary concern, at the age of Cloud Computing and Peta-scale High Performance Computing. This thesis presents my contributions to the domain, both in term of technology and scientific results. One particular aspect of research in Desktop Grid computing is that it requires to develop the technology which enables to build the infrastructure, and at the same time to observe and understand the infrastructure in order to improve the technology. Thus, my research follows two axis which are advanced in parallel. The first area concerns Desktop Grid algorithms and software, and addresses a large variety of topics such as performance, programming model, security, data management, fault- tolerance etc. The second direction concerns the Desktop Grid infrastructures, which consists in observing the infrastructures and characterizing the computing resources. This helps
Recommended publications
  • Grid Computing: What Is It, and Why Do I Care?*
    Grid Computing: What Is It, and Why Do I Care?* Ken MacInnis <[email protected]> * Or, “Mi caja es su caja!” (c) Ken MacInnis 2004 1 Outline Introduction and Motivation Examples Architecture, Components, Tools Lessons Learned and The Future Questions? (c) Ken MacInnis 2004 2 What is “grid computing”? Many different definitions: Utility computing Cycles for sale Distributed computing distributed.net RC5, SETI@Home High-performance resource sharing Clusters, storage, visualization, networking “We will probably see the spread of ‘computer utilities’, which, like present electric and telephone utilities, will service individual homes and offices across the country.” Len Kleinrock (1969) The word “grid” doesn’t equal Grid Computing: Sun Grid Engine is a mere scheduler! (c) Ken MacInnis 2004 3 Better definitions: Common protocols allowing large problems to be solved in a distributed multi-resource multi-user environment. “A computational grid is a hardware and software infrastructure that provides dependable, consistent, pervasive, and inexpensive access to high-end computational capabilities.” Kesselman & Foster (1998) “…coordinated resource sharing and problem solving in dynamic, multi- institutional virtual organizations.” Kesselman, Foster, Tuecke (2000) (c) Ken MacInnis 2004 4 New Challenges for Computing Grid computing evolved out of a need to share resources Flexible, ever-changing “virtual organizations” High-energy physics, astronomy, more Differing site policies with common needs Disparate computing needs
    [Show full text]
  • Resume Ivo Janssen
    Ivo J. Janssen 13266 Kerrville Folkway Austin, TX 78729 (512) 750-9455 / [email protected] Objective To be part of a successful professional services team in a pre-sales and post-sales architecture and deployment role. Summary I'm an experienced, enthusiastic and skilled professional services consultant with experience in architecting and supporting large-scale enterprise software, with extensive experience in designing and implementing custom solutions as part of pre- and post sales support activities in diverse industry verticals across five continents. I'm as comfortable in designing and coding in an engineering role as I am in on-site planning, executing and troubleshooting customer deployments in a professional services role, as well as in participating in sales calls and drafting proposals in a sales engineering role. I'm able to adapt to new environments quickly and rapidly become proficient with new systems, tools and skills. I'm a good team player who thinks beyond the problem at hand instead of following the established paths in order to find a better solution that meets both current and future needs. Professional experience • Virtual Bridges , Austin, TX, USA (Nov 2010 – present) Senior Solution Architect o Solution architect for VDI product line. • Initiate Systems / IBM , Austin, TX, USA (Sep 2008 – Nov 2010) Senior Consultant o Senior implementation engineer for Healthcare sector of Master Data Management product line. o Responsibilities include requirements gathering, product installation and configuration, custom coding, connectivity scripting on Windows and Unix, database performance tuning, customer training workshops, pre/post-sales support. o Successfully architected, implemented and brought live custom implementation projects for major hospital systems and labs in the US, including customers with up to 250 million records (1TB database) connected to 20 auxiliary systems.
    [Show full text]
  • Grid Computing in Research and Business Status and Direction
    Unicore Summit, Sophia Antipolis Oct 11 – 12, 2005 Grid Computing In Research and Business Status and Direction Wolfgang Gentzsch, D-Grid and RENCI Unicore Summit Sophia Antipolis, October 11 – 12, 2005 Topics of the Day What is a Grid ? Why should we care about Grid ? Grid Examples: Research, Industry, Community 12 good reasons why grids are ready for research and early adopters in business Grid challenges and opportunities in business The future of Grid Computing Unicore Summit Sophia Antipolis, October 11 – 12, 2005 What is a Grid ? 1001 Definitions Distributed, networked computing & data resources Networking and computing infrastructure for utility computing Distributed platform for sharing scientific experiments and instruments The next generation of enterprise IT architecture The next generation of the Internet and the WWW Computing from the wall socket The Advanced Network …and 994 more… Unicore Summit Sophia Antipolis, October 11 – 12, 2005 What is a Grid ? 1001 Definitions It’s all about distributed, networked, shared resources in (virtual) organizations Unicore Summit Sophia Antipolis, October 11 – 12, 2005 Industry is on a Journey Old World New World Static Dynamic Silo Shared Physical Virtual Courtesy Mark Linesch, GGF Manual Automated Application Service Transitioning from Silo Oriented Architecture to Service Oriented Architecture Unicore Summit Sophia Antipolis, October 11 – 12, 2005 Example: Tele-Science Grid coordinated problem solving on dynamic and heterogeneous resource assemblies DATA ADVANCED ACQUISITION VISUALIZATION ,ANALYSIS QuickTime™ and a decompressor are needed to see this picture. COMPUTATIONAL RESOURCES IMAGING INSTRUMENTS LARGE-SCALE DATABASES Courtesy of Ellisman & Berman /UCSD&NPACI Unicore Summit Sophia Antipolis, October 11 – 12, 2005 Why should we care about Grids ? Three Examples Research Grid Industry Grid Community Grid Unicore Summit Sophia Antipolis, October 11 – 12, 2005 Grids for Research: NEES, Network for Earthquake Engineering Simulation NEESgrid links earthquake researchers across the U.S.
    [Show full text]
  • The Grid: Past, Present, Future
    1 The Grid: past, present, future Fran Berman,1 Geoffrey Fox,2 and Tony Hey3,4 1University of California, San Diego, California, 2Indiana University, Bloomington, Indiana, 3EPSRC, Swindon, United Kingdom, 4University of Southampton, Southampton, United Kingdom 1.1 THE GRID The Grid is the computing and data management infrastructure that will provide the elec- tronic underpinning for a global society in business, government, research, science and entertainment [1–5]. Grids idealized in Figure 1.1 integrate networking, communication, computation and information to provide a virtual platform for computation and data man- agement in the same way that the Internet integrates resources to form a virtual platform for information. The Grid is transforming science, business, health and society. In this book we consider the Grid in depth, describing its immense promise, potential and com- plexity from the perspective of the community of individuals working hard to make the Grid vision a reality. The Grid infrastructure will provide us with the ability to dynamically link together resources as an ensemble to support the execution of large-scale, resource-intensive, and distributed applications. Grid Computing – Making the Global Infrastructure a Reality, edited by F. Berman, G. Fox and T. Hey. 2002 John Wiley & Sons, Ltd. 10 FRAN BERMAN, GEOFFREY FOX, AND TONY HEY Data Advanced acquisition visualization Analysis Computational resources Imaging instruments Large-scale databases Figure 1.1 Managed digital resources as building blocks of the Grid. Large-scale Grids are intrinsically distributed, heterogeneous and dynamic. They pro- mise effectively infinite cycles and storage, as well as access to instruments, visualization devices and so on without regard to geographic location.
    [Show full text]
  • Grid Computing and Netsolve
    Between Now and the End Grid Computing Today March 30th Grids and NetSolve and April 6th Felix Wolf: More on Grid computing, peer-to-peer, grid NetSolve infrastructure etc April 13th Jack Dongarra Performance Measurement with PAPI (Dan Terpstra) April 20th: Debugging (Shirley Moore) April 25th (Monday): Presentation of class projects 1 2 More on the In-Class Presentations Distributed Computing Start at 1:00 on Monday, 4/25/05 Concept has been around for two decades Roughly 20 minutes each Basic idea: run scheduler across systems to Use slides runs processes on least-used systems first Describe your project, perhaps motivate via Maximize utilization application Minimize turnaround time Describe your method/approach Have to load executables and input files to Provide comparison and results selected resource Shared file system See me about your topic File transfers upon resource selection 3 4 Examples of Distributed Computing SETI@home: Global Distributed Computing Running on 500,000 PCs, ~1000 CPU Years per Day Workstation farms, Condor flocks, etc. 485,821 CPU Years so far Sophisticated Data & Signal Processing Analysis Generally share file system Distributes Datasets from Arecibo Radio Telescope SETI@home project, United Devices, etc. Only one source code; copies correct binary code and input data to each system Napster, Gnutella: file/data sharing NetSolve Runs numerical kernel on any of multiple independent systems, much like a Grid solution 5 6 1 SETI@home Grid Computing - from ET to Use thousands of Internet- connected PCs to help in the Anthrax search for extraterrestrial intelligence. Uses data collected with the Arecibo Radio Telescope, in Puerto Rico Largest distributed When their computer is idle or computation project in being wasted this software will existence download a 300 kilobyte chunk ~ 400,000 machines of data for analysis.
    [Show full text]
  • Grid Computing
    TheThe EmergingEmerging GridGrid ExperienceExperience BaseBase Dr. Francine Berman Director, SDSC and NPACI Professor and High Performance Computing Endowed Chair, Department of Computer Science and Engineering, UC San Diego NATIONAL PARTNERSHIP FOR ADVANCED COMPUTATIONAL INFRASTRUCTURE SAN DIEGO SUPERCOMPUTER CENTER, UCSD Grid Computing • Google shows 434 refs for “Grid Computing” • Amazon.com has 69 books on “Grid Computing” • IBM, SUN, HP, United Devices, Cray, Intel, etc. have efforts in Grid computing • The Global Grid Forum participants come from over 400 organizations in over 50 countries • GridToday reaches over 37,000 readers How come there aren’t more users? NATIONAL PARTNERSHIP FOR ADVANCED COMPUTATIONAL INFRASTRUCTURE SAN DIEGO SUPERCOMPUTER CENTER, UCSD The many faces of Grid Computing The Grid as a balancing act The Grid as core infrastructure The Grid as The Grid as over-hyped software technology Tower of Babel NATIONAL PARTNERSHIP FOR ADVANCED COMPUTATIONAL INFRASTRUCTURE SAN DIEGO SUPERCOMPUTER CENTER, UCSD Enough already … Roland Piquepaille's Technology Trends How new technologies are modifying our way of life Do Plants Practice Grid Computing? According to Nature, plants seem to optimize their 'breathing' by conducting simple calculations through a distributed computing scheme. "Plants appear to 'think', according to US researchers, who say that green plants engage in a form of problem-solving computation.“ January 2004 … NATIONAL PARTNERSHIP FOR ADVANCED COMPUTATIONAL INFRASTRUCTURE SAN DIEGO SUPERCOMPUTER CENTER,
    [Show full text]
  • The Grid: Past, Present, Future
    1 The Grid: past, present, future Fran Berman,1 Geoffrey Fox,2 and Tony Hey3,4 1San Diego Supercomputer Center, and Department of Computer Science and Engineering, University of California, San Diego, California, 2Indiana University, Bloomington, Indiana, 3EPSRC, Swindon, United Kingdom, 4University of Southampton, Southampton, United Kingdom 1.1 THE GRID The Grid is the computing and data management infrastructure that will provide the elec- tronic underpinning for a global society in business, government, research, science and entertainment [1–5]. Grids, illustrated in Figure 1.1, integrate networking, communica- tion, computation and information to provide a virtual platform for computation and data management in the same way that the Internet integrates resources to form a virtual plat- form for information. The Grid is transforming science, business, health and society. In this book we consider the Grid in depth, describing its immense promise, potential and complexity from the perspective of the community of individuals working hard to make the Grid vision a reality. Grid infrastructure will provide us with the ability to dynamically link together resources as an ensemble to support the execution of large-scale, resource-intensive, and distributed applications. Grid Computing – Making the Global Infrastructure a Reality. Edited by F. Berman, G. Fox and T. Hey 2002 John Wiley & Sons, Ltd ISBN: 0-470-85319-0 10 FRAN BERMAN, GEOFFREY FOX, AND TONY HEY Data Advanced acquisition visualization Analysis Computational resources Imaging instruments Large-scale databases Figure 1.1 Grid resources linked together for neuroscientist Mark Ellisman’s Telescience appli- cation (http://www.npaci.edu/Alpha/telescience.html). Large-scale Grids are intrinsically distributed, heterogeneous and dynamic.
    [Show full text]
  • A Review and Classification of Grid Computing Systems
    International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 3 (2017), pp. 369-402 © Research India Publications http://www.ripublication.com A Review and Classification of Grid Computing Systems Manoj Kumar Mishra1, Yashwant Singh Patel2, Moumita Ghosh3, G. B. Mund4 1,3,4School of Computer Engineering, KIIT University, India. 2Department of Computer Science, CDGI, India. Abstract Grid Computing is used for high throughput computing at a lower-cost. It has the ability to accumulate the power of geographically scattered and heterogeneous resources to form a cohesive resource for performing higher level computations. Today’s multidimensional and multidomain applications need multiple resources with diverse characteristics, i.e. huge computational power, larger storage capacity, higher processing speed and quicker accessibility of data. In recent past, many Grid Systems emerged in the form of various projects to solve many real-world complex problems. The resources required for efficient and reliable execution of the applications should be selected in accordance with the application requirements. This may be possible by classifying the Grid resources based on their major characteristics. The distinction of various Grid Systems into different categories aims towards supporting resource selection process in accordance with the application requirements. This paper presents a review and the state-of-the-art classification of Grid Systems in the perspective of scheduling and selection. A sequence of Grid System classification is presented based on Application type, Functionality, Scale, and Scope, including a brief study on each type. Finally, concluding remarks provides an assessment of various Grid Systems with the help of information collected from different sources.
    [Show full text]
  • A Distributed System for Enumerating Main Classes of Sets of Mutually Orthogonal Latin Squares
    A distributed system for enumerating main classes of sets of mutually orthogonal Latin squares Johannes Gerhardus Benad´e Thesis presented in partial fulfilment of the requirements for the degree of Master of Science in the Faculty of Science at Stellenbosch University Supervisor: Prof JH van Vuuren Co-supervisor: Dr AP Burger December 2014 Declaration By submitting this thesis electronically, I declare that the entirety of the work contained therein is my own, original work, that I am the sole author thereof (save to the extent explicitly oth- erwise stated), that reproduction and publication thereof by Stellenbosch University will not infringe any third party rights and that I have not previously in its entirety or in part submitted it for obtaining any qualification. Date: December 1, 2014 Copyright c 2014 Stellenbosch University All rights reserved i ii Abstract A Latin square is an n × n array containing n copies of each of n distinct symbols in such a way that no symbol is repeated in any row or column. Two Latin squares are orthogonal if, when superimposed, the ordered pairs in the n2 cells are all distinct. This notion of orthogonality ex- tends naturally to sets of k > 2 mutually orthogonal Latin squares (abbreviated in the literature as k-MOLS), which find application in scheduling problems and coding theory. In these instances it is important to differentiate between structurally different k-MOLS. It is thus useful to classify Latin squares and k-MOLS into equivalence classes according to their structural properties | this thesis is concerned specifically with main classes of k-MOLS, one of the largest equivalence classes of sets of Latin squares.
    [Show full text]
  • Good Practice Guide No. 17 Distributed Computing for Metrology
    NPL REPORT DEM-ES 006 Software Support for Metrology - Good Practice Guide No. 17 Distributed computing for metrology applications T J Esward, N J McCormick, K M Lawrence and M J Stevens NOT RESTRICTED March 2007 National Physical Laboratory | Hampton Road | Teddington | Middlesex | United Kingdom | TW11 0LW Switchboard 020 8977 3222 | NPL Helpline 020 8943 6880 | Fax 020 8943 6458 | www.npl.co.uk Software Support for Metrology Good Practice Guide No. 17 Distributed computing for metrology applications T J Esward, N J McCormick, K M Lawrence and M J Stevens Mathematics and Scientific Computing Group March 2007 ABSTRACT This guide aims to facilitate the effective use of distributed computing methods and techniques by other National Measurement System (NMS) programmes and by metrologists in general. It focuses on the needs of those developing applications for distributed computing systems, and on PC desktop grids in particular, and seeks to ensure that application developers are given enough knowledge of system issues to be able to appreciate what is needed for the optimum performance of their own applications. Within metrology, the use of more comprehensive and realistic mathematical models that require extensive computing resources for their solution is increasing. The motivation for the guide is that in several areas of metrology the computational requirements of such models are so demanding that there is a strong requirement for distributed processing using parallel computing on PC networks. Those who need to use such technology can benefit from guidance on how best to structure the models and software to allow the effective use of distributed computing.
    [Show full text]
  • Gridrid Iirrumperrumpe Eenn La Empresa
    Informe GGridrid iirrumperrumpe eenn la empresa Grid computing es un nuevo paradigma de computación distribuida propuesto por Ian Foster y Carl Kesselman a mediados de los años 90 como una revolucionaría tecnología para resolver problemas complejos entre diversas organizaciones optimizando costes y tiempo. Hoy, cuando es ya una realidad en el ámbito científi co y académico, la computación grid prepara el salto defi nitivo al mundo de la empresa. ➜ 30 Comunicaciones World / Marzo 2006 330-380-38 IInforme209.inddnforme209.indd 3300 221/02/20061/02/2006 111:51:141:51:14 rid computing está dejando de ser una herramien- ta tecnológica dedicada exclusivamente a unir re- cursos informáticos en grades redes de compu- Arquitectura grid tación de centros académicos y de investigación Las aplicaciones que se para empezar a estar presente también en los en- desarrollen para ser ejecutadas tornos de empresa como alternativa estratégica en un ordenador concreto para el nuevo concepto de centro de datos. En deberán ser adaptadas teniendo este centro de datos de próxima generación, la en cuenta la arquitectura grid computing representa para muchos el paradigma último de la informática del grid. Habitualmente se Gdistribuida, en combinación con las nuevas tendencias que, como la virtualiza- describe la arquitectura del ción, la utility computing, la autonomic computing o la informática bajo deman- grid en términos de “capas”, da, están cambiando radicalmente la visión de los recursos TIC, que ahora de- cada una de ellas con una jan de ser considerados desde una perspectiva física para ser concebidos des- determinada función. Las capas de un punto de vista lógico.
    [Show full text]
  • Grid Connections Spring 03.Pmd
    Spring 2003 Vol. 1 Issue 2 Inside This Issue GGF8, HPDC-12 to Shine in Seattle 2 Chairman’s Forum Two heavyweights of grid information come European Commission—and special “Grid together in Seattle, Washington, this June as 2, 3 GGF@Work Debate” panels. Panel topics will include: GGF8 and HPDC-12 are set to provide “Real Grids I (Taxicab Confessions),” 4 Sponsor Spotlight keynote speeches, panels, updates and “International Grid Infrastructure: Is It Real tutorials highlighting recent innovations and 4, 5 GGF News or Simply a Dream?,” and “What Needs to be current developments in grid computing. The Done to Achieve International Cooperation 5 Membership Update 12th IEEE International Symposium on High- on Open Software?”. In addition, a town hall Performance Grid Computing (HPDC-12) meeting will be held to discuss hot grid 6 Upcoming Events will be held June 22-24 and the 8th Global topics. The full plenary program is available 6 Novel Solutions Grid Forum (GGF8) will be held June 24-27, at www.ggf.org. both at the Sheraton Seattle Hotel and Towers. Beyond the plenary sessions, Birds-of-a- 7 Grids in the News With the theme “Building Grids: Obstacles Feather (BOFs) sessions, workshops, 8 GGF Network and Opportunities,” GGF8 will update global working group/research group sessions and grid practitioners, enthusiasts and tutorials will round out the four-day program. GGF Mission Statement researchers on the current state of grid The GGF8 program has been developed by a technology. The plenary program will run number of dedicated grid practitioners from To focus on the promotion and from June 25-27 and feature six keynote both research and industry, including development of Grid speakers—John Gage, Sun Microsystems, Program Co-Chairs Fabrizio Gagliardi, technologies and applications Shane Robison, HP, David Wallace, CERN, and Dr.
    [Show full text]