Academic literature on the topic 'Grid Computing. Unvollkommene Information'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Grid Computing. Unvollkommene Information.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Grid Computing. Unvollkommene Information"

1

Fischbach, Kai. "Grid computing." WIRTSCHAFTSINFORMATIK 48, no. 6 (December 2006): 452. http://dx.doi.org/10.1007/s11576-006-0101-3.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Mohammad Khanli, L., and M. Analoui. "Active Grid Information Server for grid computing." Journal of Supercomputing 50, no. 1 (November 11, 2008): 19–35. http://dx.doi.org/10.1007/s11227-008-0250-9.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Bry, François, Wolfgang E. Nagel, and Michael Schroeder. "Grid-Computing." Informatik-Spektrum 27, no. 6 (December 2004): 542–45. http://dx.doi.org/10.1007/s00287-004-0443-4.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Edwards, C. "Getting to grips with grid (grid computing)." Information Professional 3, no. 1 (February 1, 2006): 14–18. http://dx.doi.org/10.1049/inp:20060101.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Abbadi, Imad M., and Muntaha Alawneh. "Secure information sharing for grid computing." Security and Communication Networks 3, no. 6 (December 2, 2009): 486–502. http://dx.doi.org/10.1002/sec.157.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Schneider, Marcel. "Grid-Computing — Science oder Fiction?" WIRTSCHAFTSINFORMATIK 48, no. 1 (January 2006): 75–76. http://dx.doi.org/10.1007/s11576-006-0016-z.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Wang, Lizhe, Gregor von Laszewski, Dan Chen, Jie Tao, and Marcel Kunze. "Provide Virtual Machine Information for Grid Computing." IEEE Transactions on Systems, Man, and Cybernetics - Part A: Systems and Humans 40, no. 6 (November 2010): 1362–74. http://dx.doi.org/10.1109/tsmca.2010.2052598.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Yang, Guangwen, Hai Jin, Minglu Li, Nong Xiao, Wei Li, Zhaohui Wu, Yongwei Wu, and Feilong Tang. "Grid Computing in China." Journal of Grid Computing 2, no. 2 (June 2004): 193–206. http://dx.doi.org/10.1007/s10723-004-4201-2.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Zhang, Juheng, Subhajyoti Bandyopadhyay, and Selwyn Piramuthu. "Real option valuation on grid computing." Decision Support Systems 46, no. 1 (December 2008): 333–43. http://dx.doi.org/10.1016/j.dss.2008.07.003.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Purdam, Kingsley, Mark Elliot, Stephen Pickles, and Duncan Smith. "GRID COMPUTING AND DISCLOSURE CONTROL." New Review of Information Networking 10, no. 2 (November 2004): 161–76. http://dx.doi.org/10.1080/13614570500053908.

Full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Dissertations / Theses on the topic "Grid Computing. Unvollkommene Information"

1

Schneider, Jörg. "Grid workflow scheduling based on incomplete information /." kostenfrei, 2010. http://opus.kobv.de/tuberlin/volltexte/2010/2574/.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Radwan, Ahmed M. "Information Integration in a Grid Environment Applications in the Bioinformatics Domain." Scholarly Repository, 2010. http://scholarlyrepository.miami.edu/oa_dissertations/509.

Full text
Abstract:
Grid computing emerged as a framework for supporting complex operations over large datasets; it enables the harnessing of large numbers of processors working in parallel to solve computing problems that typically spread across various domains. We focus on the problems of data management in a grid/cloud environment. The broader context of designing a services oriented architecture (SOA) for information integration is studied, identifying the main components for realizing this architecture. The BioFederator is a web services-based data federation architecture for bioinformatics applications. Based on collaborations with bioinformatics researchers, several domain-specific data federation challenges and needs are identified. The BioFederator addresses such challenges and provides an architecture that incorporates a series of utility services; these address issues like automatic workflow composition, domain semantics, and the distributed nature of the data. The design also incorporates a series of data-oriented services that facilitate the actual integration of data. Schema integration is a core problem in the BioFederator context. Previous methods for schema integration rely on the exploration, implicit or explicit, of the multiple design choices that are possible for the integrated schema. Such exploration relies heavily on user interaction; thus, it is time consuming and labor intensive. Furthermore, previous methods have ignored the additional information that typically results from the schema matching process, that is, the weights and in some cases the directions that are associated with the correspondences. We propose a more automatic approach to schema integration that is based on the use of directed and weighted correspondences between the concepts that appear in the source schemas. A key component of our approach is a ranking mechanism for the automatic generation of the best candidate schemas. The algorithm gives more weight to schemas that combine the concepts with higher similarity or coverage. Thus, the algorithm makes certain decisions that otherwise would likely be taken by a human expert. We show that the algorithm runs in polynomial time and moreover has good performance in practice. The proposed methods and algorithms are compared to the state of the art approaches. The BioFederator design, services, and usage scenarios are discussed. We demonstrate how our architecture can be leveraged on real world bioinformatics applications. We preformed a whole human genome annotation for nucleosome exclusion regions. The resulting annotations were studied and correlated with tissue specificity, gene density and other important gene regulation features. We also study data processing models on grid environments. MapReduce is one popular parallel programming model that is proven to scale. However, using the low-level MapReduce for general data processing tasks poses the problem of developing, maintaining and reusing custom low-level user code. Several frameworks have emerged to address this problem; these frameworks share a top-down approach, where a high-level language is used to describe the problem semantics, and the framework takes care of translating this problem description into the MapReduce constructs. We highlight several issues in the existing approaches and alternatively propose a novel refined MapReduce model that addresses the maintainability and reusability issues, without sacrificing the low-level controllability offered by directly writing MapReduce code. We present MapReduce-LEGOS (MR-LEGOS), an explicit model for composing MapReduce constructs from simpler components, namely, "Maplets", "Reducelets" and optionally "Combinelets". Maplets and Reducelets are standard MapReduce constructs that can be composed to define aggregated constructs describing the problem semantics. This composition can be viewed as defining a micro-workflow inside the MapReduce job. Using the proposed model, complex problem semantics can be defined in the encompassing micro-workflow provided by MR-LEGOS while keeping the building blocks simple. We discuss the design details, its main features and usage scenarios. Through experimental evaluation, we show that the proposed design is highly scalable and has good performance in practice.
APA, Harvard, Vancouver, ISO, and other styles
3

Altowaijri, Saleh. "Grid and cloud computing : technologies, applications, market sectors, and workloads." Thesis, Swansea University, 2013. https://cronfa.swan.ac.uk/Record/cronfa42944.

Full text
Abstract:
Developments in electronics, computing and communication technologies have transformed IT systems from desktop and tightly coupled mainframe computers of the past to modern day highly complex distributed systems. These ICT systems interact with humans at a much advanced level than what was envisaged during the early years of computer development. The ICT systems of today have gone through various phases of developments by absorbing intermediate and modern day concepts such as networked computing, utility, on demand and autonomic computing, virtualisation and so on. We now live in a ubiquitous computing and digital economy era where computing systems have penetrated into the human lives to a degree where these systems are becoming invisible. The price of these developments is in the increased costs, higher risks and higher complexity. There is a compelling need to study these emerging systems, their applications, and the emerging market sectors that they are penetrating into. Motivated by the challenges and opportunities offered by the modern day ICT technologies, we aim in this thesis to explore the major technological developments that have happened in the ICT systems during this century with a focus on developing techniques to manage applied ICT systems in digital economy. In the process, we wish to also touch on the evolution of ICT systems and discuss these in context of the state of the art technologies and applications. We have identified the two most transformative technologies of this century, grid computing and cloud computing, and two application areas, intelligent healthcare and transportation systems. The contribution of this thesis is multidisciplinary in four broad areas. Firstly, a workload model of a grid-based ICT system in the healthcare sector is proposed and analysed using multiple healthcare organisations and applications. Secondly, an innovative intelligent system for the management of disasters in urban environments using cloud computing is proposed and analysed. Thirdly, cloud computing market sectors, applications, and workload are analysed using over 200 real life case studies. Fourthly, a detailed background and literature review is provided on grid computing and cloud computing. Finally, directions for future work are given. The work contributes in multidisciplinary fields involving healthcare, transportation, mobile computing, vehicular networking, grid, cloud, and distributed computing. The discussions presented in this thesis on the historical developments, technology and architectural details of grid computing have served to understand as to how and why grid computing was seen in the past as the global infrastructure of the future. These discussions on grid computing also provided the basis that we subsequently used to explain the background, motivations, technological details, and ongoing developments in cloud computing. The introductory chapters on grid and cloud computing, collectively, have provided an insight into the evolution of ICT systems over the last 50+ years - from mainframes to microcomputers, internet, distributed computing, cluster computing, and computing as a utility and service. The existing and proposed applications of grid and cloud computing in healthcare and transport were used to further elaborate the two technologies and the ongoing ICT developments in the digital economy. The workload models and analyses of grid and cloud computing systems can be used by the practitioners for the design and resource management of ICT systems.
APA, Harvard, Vancouver, ISO, and other styles
4

Tewelde, Yigzaw Samuel. "A generic campus grid computing framework for tertiary institutions : the case of the University of Stellenbosch." Thesis, Stellenbosch : Stellenbosch University, 2005. http://hdl.handle.net/10019.1/50248.

Full text
Abstract:
Thesis (MPhil)--Stellenbosch University, 2005.
ENGLISH ABSTRACT: Prior to the invention of Personal Computers the scope of research activities was limited by the pre-existing capabilities of problem solving mechanisms. However, with the advent of PCs and inter-networking thereof, the new tools (hardware and software) enabled the scientific community to tackle more complex research challenges and this led to a better understanding of our environment. The development of the Internet also enabled research communities to communicate and share information in real time. However, even the Internet has limitations of its own when it comes to the need of sharing not only information but also massive storage, processing power, huge databases and applications, expensive and delicate scientific instruments, knowledge and expertise. This led to the need for a networking system that includes these above-mentioned services, using the Internet infrastructure, semantic web technologies and pervasive computing devices, which is so called Grid Computing. This research study deals with a Generic Campus Grid Computing framework, which mobilizes the available idle/extra computing resources residing in the faculty-computing centres for use by the e-community on CPU-intensive or Data-intensive jobs. This unused computing capacity could be utilized for Grid computing services; hence, the already available resources could be more efficiently exploited. Besides, this could be a huge saving when compared to the cost of acquiring supercomputers by these institutions. Therefore, this research study intends to establish a simple and functional Generic Campus Grid Computing Framework at this stage, with the consent that subsequent research studies could deal with further assessment in a more detailed perspective and practical implementation thereof.
AFRIKAANSE OPSOMMING: Voor die uitvinding van die Persoonlike Rekenaar is die omvang van navorsingsaktiwiteite beperk deur die voorafbestaande vermoëns van probleemoplossingsmeganismes. Met die verskyning van PR's en die daaropvolgende internetwerking daarvan, het die nuwe gereedskap (hardeware en sagteware) die wetenskaplike gemeenskap in staat gestel om meer komplekse navorsingsuitdagings aan te pak. Dit het gelei tot groter begrip van ons omgewing. Die onwikkeling van die Internet het navorsingsgemeenskappe ook in staat gestel om in reële tyd te kommunikeer en inligting te deel. Nietemin, selfs die Internet het gebreke wanneer dit kom by die behoefte om nie slegs inligting te deel nie, maar ook massiewe stoorruimte, verwerkingskrag, baie groot databasisse en toepassings, duur en delikate wetenskaplike toerusting, kennis en kundigheid. Dit het gelei tot die behoefte aan 'n netwerksisteem wat bogenoemde dienste insluit, deur gebruik te maak van Internet-infrastruktuur, semantiese web tegnologieë, en alomteenwoordige rekenaartoestelle. Hierdie sisteem staan bekend as "Grid Computing" of te wel Rooster Komputasie. Hierdie navorsingstudie handel oor 'n Generiese Kampus Rooster Komputasie Raamwerk wat die ongebruikte, ekstra komputasiebronne, wat beskikbaar is in fakulteite se rekenaargebruikersareas, mobiliseer vir gebruik deur die e-gemeenskap op SVE-intensiewe of Dataintensiewe toepassings. Hierdie ongebruikte komputasie kapasiteit kan aangewend word vir Rooster komputasie dienste; gevolglik kan die beskikbare bronne dan meer effektief benut word. Verder kan dit lei tot groot besparings wanneer dit vergelyk word met die koste om superrekenaars aan te koop deur die betrokke instansies. Dus, op hierdie stadium stel hierdie navorsingstudie dit ten doel om 'n eenvoudige en funksionele Generiese Kampus Rooster Komputasie Raamwerk te skep met dien verstande dat daaropvolgende studies sou kon fokus op verdere assessering met 'n meer gedetaileerde perspektief en met praktiese implementasie.
APA, Harvard, Vancouver, ISO, and other styles
5

Bach, Eric J. Fickel Mark G. "An analysis of the feasibility and applicability of IEEE 802.X wireless mesh networks within the Global Information Grid /." Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 2004. http://library.nps.navy.mil/uhtbin/hyperion/04Sep%5FBach.pdf.

Full text
Abstract:
Thesis (M.S. in Information Technology Management)--Naval Postgraduate School, Sept. 2004.
Thesis advisor(s): Alexander Bordetsky. Includes bibliographical references (p. 81-91). Also available online.
APA, Harvard, Vancouver, ISO, and other styles
6

Fickel, Mark G., and Eric J. Bach. "An analysis of the feasibility and applicability of IEEE 802.X wireless mesh networks within the Global Information Grid." Thesis, Monterey California. Naval Postgraduate School, 2004. http://hdl.handle.net/10945/1462.

Full text
Abstract:
Approved for public release; distribution is unlimited
This thesis analyzes the feasibility, functionality, efficacy and usability of IEEE 802.x wireless mesh networks in multiple DoD contexts. Through multiple field and lab experiments and hardware investigations, an assessment is performed on the realistic implementation issues of wireless mesh networks and their possible applications. A detailed examination is conducted of the variable elements, operational constraints, and possible decision points for developing a usable, robust, self-organizing, wireless mesh network that can be leveraged for maximum usability and shared situational awareness in network-centric operations. The research investigates the suitability of currently available COTS hardware and software wireless mesh networking components for geographically distributed networks. Additionally, a product-line software architecture and a common data interchange XML vocabulary are proposed as the enabling technology elements to carry application layer mesh forward for integration of collaborative sensor-decision maker adaptive networks within the Global Information Grid. The thesis includes the design and implementation of the first Naval Postgraduate School testbed for tactical level mesh networking with unmanned vehicles, unattended sensors, and warrior networking nodes. This thesis also lays the groundwork for further research into lower OSI-layer routing protocols for DoD mesh networks, development of mesh-aware applications, as well as a GIG-wide mesh network architecture.
Lieutenant Commander, Supply Corps, United States Navy
Lieutenant Commander, United States Navy
APA, Harvard, Vancouver, ISO, and other styles
7

Yadav, Pavan Kumar, and Kosuri Naga Krishna Kalyan. "Support for Information Management in Virtual Organizations." Thesis, Blekinge Tekniska Högskola, Avdelningen för för interaktion och systemdesign, 2006. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-1709.

Full text
Abstract:
Globalization and innovation are revolutionizing the higher education forcing to create new market trends. Different nations have their own pattern and framework of education in delivering the educational services. Educational institutions are also seeking different organizational and behavioural changes for their better future as they hunt for new financial resources, face new competition and seek greater prestige domestically and internationally. The coming future will decide which universities would survive the market trends, competition and expectations of the students (Clients). The survival-of-the-fittest paradigm framework plays a prominent role in ideas of how the higher education would be delivered to the students in future with the Instruction Technology and distance education. According to us the education trend has changed its phase of delivery of services form the management point of view to student’s point of view. Leading to delivery of educational service’s which would have more impact on student’s education, knowledge and experience within the institution. In our thesis we try to provide some information about how to support and manage the information in Virtual Organizations. We also explore the frameworks of the university and discussed a case study about the different ways of providing better support for information management resulting in delivery of best students driven services and unique facilities. We would be looking at the different aspects of the university work flows and procedures and gain an insight on the student’s expectation from the organization. This investigation would be helpful for the students to know what are the services they should expect from the universities and also helpful for management to know better the needs of the students and their needs and to develop a framework for proper execution of these services.
Pavan Kumar Yadav, S/o: B.R.Basant Kumar Yadav, Hno: 291,292, Lalbazar, Trimulgherry, Secunderabad, Andhra Pradesh, India 500015. PH: (+91)(040)27793414
APA, Harvard, Vancouver, ISO, and other styles
8

Milicic, Gregory J. "An analysis of tactical mesh networking hardware requirements for airborne mobile modes /." Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 2005. http://library.nps.navy.mil/uhtbin/hyperion/05Mar%5FMilicic.pdf.

Full text
Abstract:
Thesis (M.S. in Information Technology Management)--Naval Postgraduate School, March 2005.
Thesis Advisor(s): Alexander Bordetsky. Includes bibliographical references (p. 39-40). Also available online.
APA, Harvard, Vancouver, ISO, and other styles
9

Weishäupl, Thomas. "Business and the grid : economic and transparent utilization of virtual resources /." Berlin : Akademische Verl.-Ges, 2006. http://deposit.d-nb.de/cgi-bin/dokserv?id=2854951&prov=M&dok_var=1&dok_ext=htm.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Al-Shishtawy, Ahmad. "Self-Management for Large-Scale Distributed Systems." Doctoral thesis, KTH, Programvaruteknik och Datorsystem, SCS, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-101661.

Full text
Abstract:
Autonomic computing aims at making computing systems self-managing by using autonomic managers in order to reduce obstacles caused by management complexity. This thesis presents results of research on self-management for large-scale distributed systems. This research was motivated by the increasing complexity of computing systems and their management. In the first part, we present our platform, called Niche, for programming self-managing component-based distributed applications. In our work on Niche, we have faced and addressed the following four challenges in achieving self-management in a dynamic environment characterized by volatile resources and high churn: resource discovery, robust and efficient sensing and actuation, management bottleneck, and scale. We present results of our research on addressing the above challenges. Niche implements the autonomic computing architecture, proposed by IBM, in a fully decentralized way. Niche supports a network-transparent view of the system architecture simplifying the design of distributed self-management. Niche provides a concise and expressive API for self-management. The implementation of the platform relies on the scalability and robustness of structured overlay networks. We proceed by presenting a methodology for designing the management part of a distributed self-managing application. We define design steps that include partitioning of management functions and orchestration of multiple autonomic managers. In the second part, we discuss robustness of management and data consistency, which are necessary in a distributed system. Dealing with the effect of churn on management increases the complexity of the management logic and thus makes its development time consuming and error prone. We propose the abstraction of Robust Management Elements, which are able to heal themselves under continuous churn. Our approach is based on replicating a management element using finite state machine replication with a reconfigurable replica set. Our algorithm automates the reconfiguration (migration) of the replica set in order to tolerate continuous churn. For data consistency, we propose a majority-based distributed key-value store supporting multiple consistency levels that is based on a peer-to-peer network. The store enables the tradeoff between high availability and data consistency. Using majority allows avoiding potential drawbacks of a master-based consistency control, namely, a single-point of failure and a potential performance bottleneck. In the third part, we investigate self-management for Cloud-based storage systems with the focus on elasticity control using elements of control theory and machine learning. We have conducted research on a number of different designs of an elasticity controller, including a State-Space feedback controller and a controller that combines feedback and feedforward control. We describe our experience in designing an elasticity controller for a Cloud-based key-value store using state-space model that enables to trade-off performance for cost. We describe the steps in designing an elasticity controller. We continue by presenting the design and evaluation of ElastMan, an elasticity controller for Cloud-based elastic key-value stores that combines feedforward and feedback control.

QC 20120831

APA, Harvard, Vancouver, ISO, and other styles
More sources

Books on the topic "Grid Computing. Unvollkommene Information"

1

Eric, Yen, and SpringerLink (Online service), eds. Grid Computing: International Symposium on Grid Computing (ISGC 2007). Boston, MA: Springer US, 2009.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
2

Thomas, Wozniak, Ristol Santi, and SpringerLink (Online service), eds. Grid and Cloud Computing: A Business Perspective on Technology and Applications. Berlin, Heidelberg: Springer-Verlag Berlin Heidelberg, 2010.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
3

Grid and cloud database management. Heidelberg: Springer, 2011.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
4

Zhang, Liang-Jie. Services computing. Beijing: Tsinghua University Press, 2007.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
5

Zhang, Liang-Jie. Services computing. Beijing: Tsinghua University Press, 2007.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
6

Zhang, Liang-Jie. Services computing. Beijing: Tsinghua University Press, 2007.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
7

Gruber, Ralf. HPC@green IT: Green high performance computing methods. Heidelberg: Springer, 2010.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
8

Konagaya, Akihiko. Grid Computing in Life Science: First International Workshop on Life Science Grid, LSGRID 2004 Kanazawa, Japan, May 31-June 1, 2004, Revised Selected and Invited Papers. Berlin: Springer, 2005.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
9

Suman, Nandi, Kumar Gaurav, Kumar Sandeep, and SpringerLink (Online service), eds. High Performance Architecture and Grid Computing: International Conference, HPAGC 2011, Chandigarh, India, July 19-20, 2011. Proceedings. Berlin, Heidelberg: Springer-Verlag GmbH Berlin Heidelberg, 2011.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
10

Riekki, Jukka. Advances in Grid and Pervasive Computing: 6th International Conference, GPC 2011, Oulu, Finland, May 11-13, 2011. Proceedings. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Book chapters on the topic "Grid Computing. Unvollkommene Information"

1

Aloisio, Giovanni, Euro Blasi, Massimo Cafaro, Italo Epicoco, Sandro Fiore, and Maria Mirto. "Dynamic Grid Catalog Information Service." In Grid Computing, 198–205. Berlin, Heidelberg: Springer Berlin Heidelberg, 2004. http://dx.doi.org/10.1007/978-3-540-24689-3_25.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Holub, Petr, Martin Kuba, Luděk Matyska, and Miroslav Ruda. "Grid Infrastructure Monitoring as Reliable Information Service." In Grid Computing, 220–29. Berlin, Heidelberg: Springer Berlin Heidelberg, 2004. http://dx.doi.org/10.1007/978-3-540-28642-4_26.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Lin, Xinhua, Qianni Deng, and Xinda Lu. "Information Grid Toolkit: Infrastructure of Shanghai Information Grid." In Grid and Cooperative Computing, 503–10. Berlin, Heidelberg: Springer Berlin Heidelberg, 2004. http://dx.doi.org/10.1007/978-3-540-24679-4_93.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Guo, Deke, Honghui Chen, and Xueshan Luo. "Resource Information Management of Spatial Information Grid." In Grid and Cooperative Computing, 240–43. Berlin, Heidelberg: Springer Berlin Heidelberg, 2004. http://dx.doi.org/10.1007/978-3-540-24680-0_43.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Yarrow, Maurice, Karen M. McCann, Rupak Biswas, and Rob F. Van der Wijngaart. "An Advanced User Interface Approach for Complex Parameter Study Process Specification on the Information Power Grid." In Grid Computing — GRID 2000, 146–57. Berlin, Heidelberg: Springer Berlin Heidelberg, 2000. http://dx.doi.org/10.1007/3-540-44444-0_14.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Jin, Hai. "Challenges of Grid Computing." In Advances in Web-Age Information Management, 25–31. Berlin, Heidelberg: Springer Berlin Heidelberg, 2005. http://dx.doi.org/10.1007/11563952_3.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Feng, Dan, Lingfang Zeng, Fang Wang, Degang Liu, Fayong Zhang, Lingjun Qin, and Qun Liu. "Geographic Information Systems Grid." In Advances in Grid Computing - EGC 2005, 823–30. Berlin, Heidelberg: Springer Berlin Heidelberg, 2005. http://dx.doi.org/10.1007/11508380_84.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Choi, Wan-Kyoo, and Il-Yong Chung. "Slice-Based Information Flow Graph." In Grid and Cooperative Computing, 723–26. Berlin, Heidelberg: Springer Berlin Heidelberg, 2004. http://dx.doi.org/10.1007/978-3-540-24680-0_117.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Luo, Yingwei, Xiaolin Wang, and Zhuoqun Xu. "Spatial Information Grid – An Agent Framework." In Grid and Cooperative Computing, 624–28. Berlin, Heidelberg: Springer Berlin Heidelberg, 2004. http://dx.doi.org/10.1007/978-3-540-24679-4_108.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Zhang, Zhaohui, Qing Zhi, Guosun Zeng, and Changjun Jiang. "The Architecture of Traffic Information Grid." In Grid and Cooperative Computing, 209–12. Berlin, Heidelberg: Springer Berlin Heidelberg, 2004. http://dx.doi.org/10.1007/978-3-540-24679-4_43.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Grid Computing. Unvollkommene Information"

1

"Publisher's Information." In 2011 12th IEEE/ACM International Conference on Grid Computing (GRID). IEEE, 2011. http://dx.doi.org/10.1109/grid.2011.43.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

"[Publisher's information]." In 2012 13th IEEE/ACM International Conference on Grid Computing (GRID). IEEE, 2012. http://dx.doi.org/10.1109/grid.2012.34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

"Cloud grid and custer computing." In 2013 5th Conference on Information and Knowledge Technology (IKT). IEEE, 2013. http://dx.doi.org/10.1109/ikt.2013.6620125.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Haidar, Batoul, Ali Chehab, and Ayman Kayssi. "Host protection in grid computing." In 2008 International Conference on Innovations in Information Technology (IIT). IEEE, 2008. http://dx.doi.org/10.1109/innovations.2008.4781653.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Yang, Jing, and Hao Fan. "Study on Comparisons between Information Grid and Knowledge Grid." In 2007 International Conference on Wireless Communications, Networking and Mobile Computing. IEEE, 2007. http://dx.doi.org/10.1109/wicom.2007.1476.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Liming, Lee, Kate Ericson, Ian Foster, Ed Hanna, David L. Hart, Chris Jordan, Rob Light, et al. "TeraGrid's integrated information service." In the 5th Grid Computing Environments Workshop. New York, New York, USA: ACM Press, 2009. http://dx.doi.org/10.1145/1658260.1658271.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Rajan, Alpana, Anil Rawat, and Rajesh Kumar Verma. "Virtual Computing Grid Using Resource Pooling." In 2008 International Conference on Information Technology (ICIT). IEEE, 2008. http://dx.doi.org/10.1109/icit.2008.55.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Diaz, I., G. Fernandez, M. J. Martin, P. Gonzalez, and J. Tourino. "Integrating the common information model with MDS4." In 2008 9th IEEE/ACM International Conference on Grid Computing (GRID). IEEE, 2008. http://dx.doi.org/10.1109/grid.2008.4662812.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Caracas, Alexandru, and Jörn Altmann. "A pricing information service for grid computing." In the 5th international workshop. New York, New York, USA: ACM Press, 2007. http://dx.doi.org/10.1145/1376849.1376853.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Ahlam Shakeel Ahmed Ansari and Kailas K. Devadkar. "Grid Computing based Back Propagation Network." In 2012 International Conference on Communication, Information & Computing Technology (ICCICT). IEEE, 2012. http://dx.doi.org/10.1109/iccict.2012.6398173.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography