Object Web Architectures Portals P2P XML

Slides:



Advertisements
Similar presentations
Welcome to Middleware Joseph Amrithraj
Advertisements

The Anatomy of the Grid: An Integrated View of Grid Architecture Carl Kesselman USC/Information Sciences Institute Ian Foster, Steve Tuecke Argonne National.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 12 Slide 1 Distributed Systems Design 2.
Reusable Components for Grid Computing Portals Marlon Pierce Community Grids Lab Indiana University.
1 Software & Grid Middleware for Tier 2 Centers Rob Gardner Indiana University DOE/NSF Review of U.S. ATLAS and CMS Computing Projects Brookhaven National.
Presented by Scalable Systems Software Project Al Geist Computer Science Research Group Computer Science and Mathematics Division Research supported by.
Notes to the presenter. I would like to thank Jim Waldo, Jon Bostrom, and Dennis Govoni. They helped me put this presentation together for the field.
1. Introducing Java Computing  What is Java Computing?  Why Java Computing?  Enterprise Java Computing  Java and Internet Web Server.
Software Engineering Module 1 -Components Teaching unit 3 – Advanced development Ernesto Damiani Free University of Bozen - Bolzano Lesson 2 – Components.
Web-based Software Development - An introduction.
Grid Computing, B. Wilkinson, a.1 Grid Portals.
©Ian Sommerville 2006Software Engineering, 8th edition. Chapter 12 Slide 1 Distributed Systems Architectures.
DISTRIBUTED COMPUTING
第十四章 J2EE 入门 Introduction What is J2EE ?
GT Components. Globus Toolkit A “toolkit” of services and packages for creating the basic grid computing infrastructure Higher level tools added to this.
Enterprise Java Beans Java for the Enterprise Server-based platform for Enterprise Applications Designed for “medium-to-large scale business, enterprise-wide.
Lecture 15 Introduction to Web Services Web Service Applications.
GEM Portal and SERVOGrid for Earthquake Science PTLIU Laboratory for Community Grids Geoffrey Fox, Marlon Pierce Computer Science, Informatics, Physics.
Grid Architecture William E. Johnston Lawrence Berkeley National Lab and NASA Ames Research Center (These slides are available at grid.lbl.gov/~wej/Grids)
Grid Computing & Semantic Web. Grid Computing Proposed with the idea of electric power grid; Aims at integrating large-scale (global scale) computing.
NA-MIC National Alliance for Medical Image Computing UCSD: Engineering Core 2 Portal and Grid Infrastructure.
The Grid the united computing power Jian He Amit Karnik.
Authors: Ronnie Julio Cole David
GRID Overview Internet2 Member Meeting Spring 2003 Sandra Redman Information Technology and Systems Center and Information Technology Research Center National.
Ipgdec5-01 Remarks on Web Services PTLIU Laboratory for Community Grids Geoffrey Fox, Marlon Pierce, Shrideep Pallickara, Choonhan Youn Computer Science,
ISERVOGrid Architecture Working Group Brisbane Australia June Geoffrey Fox Community Grids Lab Indiana University
Some comments on Portals and Grid Computing Environments PTLIU Laboratory for Community Grids Geoffrey Fox, Marlon Pierce Computer Science, Informatics,
Development of e-Science Application Portal on GAP WeiLong Ueng Academia Sinica Grid Computing
Portals, Services, Interfaces Marlon Pierce Indiana University March 15, 2002.
Partnerships in Innovation: Serving a Networked Nation Grid Technologies: Foundations for Preservation Environments Portals for managing user interactions.
E-commerce Architecture Ayşe Başar Bener. Client Server Architecture E-commerce is based on client/ server architecture –Client processes requesting service.
Towards a High Performance Extensible Grid Architecture Klaus Krauter Muthucumaru Maheswaran {krauter,
12. DISTRIBUTED WEB-BASED SYSTEMS Nov SUSMITHA KOTA KRANTHI KOYA LIANG YI.
Introduction to Oracle Forms Developer and Oracle Forms Services
CX Introduction to Web Programming
Web-based Software Development - An introduction
The Object-Oriented Thought Process Chapter 13
Distributed Control and Measurement via the Internet
CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr
Clouds , Grids and Clusters
Netscape Application Server
What is WWW? The term WWW refers to the World Wide Web or simply the Web. The World Wide Web consists of all the public Web sites connected to the Internet.
Introduction to Oracle Forms Developer and Oracle Forms Services
WEB SERVICES.
Information Collection and Presentation Enriched by Remote Sensor Data
Design and Manufacturing in a Distributed Computer Environment
Globus —— Toolkits for Grid Computing
Collaborations and Interactions with other Projects
Introduction to Oracle Forms Developer and Oracle Forms Services
Recap: introduction to e-science
Introduction to J2EE Architecture
Education as a Peer to Peer Grid Service
Object Web Architectures Portals P2P XML
Object Web Architectures Portals P2P XML
iSERVOGrid Architecture Working Group Brisbane Australia June
Some remarks on Portals and Web Services
CSS490 Grid Computing Textbook No Corresponding Chapter
IMS ADL IEEE LTSC Overview and Critique of Standards
Instructors: Geoffrey Fox and Bryan Carpenter
ApplinX Rod Carlson Senior Technical Lead.
The XCAT Science Portal
Core Grid Functions: A Minimal Architecture for Grids
Core Grid Functions: A Minimal Architecture for Grids
Alliance Chemical Engineering Portal
Gateway and Web Services
Remarks on Peer to Peer Grids
Geoffrey Fox Florida State University
Web Application Server 2001/3/27 Kang, Seungwoo. Web Application Server A class of middleware Speeding application development Strategic platform for.
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
Grid Federation JXTA Jini etc.
Presentation transcript:

Object Web Architectures Portals P2P XML Euresco Conference at Castelvecchio Pascoli Italy June 16-21 2001 EuroConference on Problem-Solving Environments for Numerical Mathematics, Science and Engineering Applications Geoffrey Fox IPCRES Laboratory for Grid Technology Computer Science, Informatics, Physics Indiana University Bloomington IN fox@csit.fsu.edu 4/28/2019 2and3tierportal

Distributed Objects Examples of current object technologies Documents -- URL "General Programs including database invocations" Old Style Web -- CGI New Style Web -- XML CORBA and COM -- special "interface definition language" (IDL) defines invocation in C++ like syntax RMI uses Java language as IDL language Benefits of distributed objects allows objects written in different languages to communicate seamlessly via standardized messaging protocols embodied by middleware. Higher levels of transparency of interoperability Objects can be “self-managing” of resources provides flexible grain of decomposition for building complex systems 4/28/2019 2and3tierportal

Distributed Object Web Technology Model Basic Vision: Merge Web and Distributed Objects E.g. Need to abstract entities (Web Pages, database entries, simulations) and services as objects with methods(interfaces) CORBA .. XML is “just” CGI done right COM(Microsoft) and CORBA(world) are competing cross platform and language object technologies Javabeans plus RMI and perhaps JINI is 100% pure Java distributed object technology W3C says you should use XML which defines a better IDL and with Schema an object specification model and SOAP an Object access model 4/28/2019 2and3tierportal

3-Tier Architecture and Different Object Models There are several important Object Models: COM, CORBA, Java, Web, Oracle Database …… But it doesn’t matter!! Object Repository XML File System (Web Site) Request Or Export/Import Information Middle Tier “Business Logic” dissociates User and Back End Database 4/28/2019 2and3tierportal

Emerging Object Web Multi-Server Model Clients and their servers Back End Servers and their services Middle Tier Custom Servers 4/28/2019 2and3tierportal

Computational Science Grid: Multi-Server Web Computing System Portals are user Interfaces to a Grid The World Wide Web is a big Grid P2P Networks include Grids Multidisciplinary Control (WebFlow) Portal Control Parallel DB Proxy Database NEOS Control Optimization Optimization Service Origin 2000 Proxy MPP NetSolve Linear Alg. Server Matrix Solver Agent-based Choice of Compute Engine IBM SP2 Proxy Data Analysis Server Portals MPP The Grid 4/28/2019 2and3tierportal

Global Grid Forum 4/28/2019 2and3tierportal

Computational Grids Exploit the analogy with electricity – make using a computer as natural as plugging an appliance (PDA, PC) into a wall socket Make the ensemble of computers, storage devices, scientific instruments on the web “seamlessly accessible” Link components of the grid together to solve a single problem Clusters, metacomputers There are computational grids, education grids, information grids, shopping grids etc. The web is a (information) grid Everything is an object Generic access implies standards for API’s and protocols and services USC (ISI Carl Kesselmann) and Argonne (Ian Foster) pioneered grids 4/28/2019 2and3tierportal

Issues for Grids and hence Portals Are the grid components pretty much fixed – such as giant ASCI supercomputers Are they fleeting and mobile such as internet connected cell phones The set of IP enabled home sensors, appliances and controllers is a grid What are requirements? anonymity, performance Security,, ease of use … Different components and requirements implies that not likely to be just one grid but a federation of interoperable grids What are the “standards” and who sets them How do universities build grids they care about on graduate time while industry builds and abandons remarkable technologies on Internet time 4/28/2019 2and3tierportal

Foster’s Grid architecture What is difference between protocol (SOAP, HTTP) and Application interface (HTML, MIME) 4/28/2019 2and3tierportal

ASCI Grid Link the multi teraflop computers of ASCI together – today 12, 3 and 2 teraflops. By 2005 100, 60 and 20 teraflops 4/28/2019 2and3tierportal

IPG Architecture 4/28/2019 2and3tierportal

Information Power Grid Led by NASA Ames 4/28/2019 2and3tierportal

Experimental Particle Physics Grid 4/28/2019 2and3tierportal

Earthquake Engineering Grid Links Experimental Facilities, Compute resources, people 4/28/2019 2and3tierportal

Commodity Portals are Web Interfaces for Consumers Yahoo, NetCenter, Amazon.com, Ebay.com etc. are portals for e-commerce, news etc. We want to use these ideas in building computer interfaces 4/28/2019 2and3tierportal

Hierarchy of Portals and Their Technology Portal Building Tools and Frameworks (XML, iPlanet, Portlets, www.desktop.com) Generic Portals Collaboration Universal Access Security ……. Generic Services User customization, component libraries, fixed channels Information Services Databases ……. Enterprise Portals Grid Services Visualization ... Quizzes Grading ... Education Services Compute Services Education and Training Portals MathML etc Science Portals ……... ……... K-12 University Biology Chem Egy 4/28/2019 2and3tierportal

Services in Any Grid Application Security Fault Tolerance Object Lookup and Registration Object Persistence and Database support Event and Transaction Services Information Services Collaboration among users Teachers and Students (Centra) Market lead and Salespeople (WebeX) 4/28/2019 2and3tierportal

Further Services in Computational Grids Job Status File Services (as in NPACI Storage Resource Broker) Support (XML based) computational science specific metadata like MathML, XSIL Visualization Programming, Debugging, Performance Monitoring Application Integration (chaining services viewed as backend compute filters) can be called Workflow “Seamless Access” and integration of resources between different users/application domains Parameter Specification Service (get data from Web form into Fortran program wrapped as backend object) High Performance for general services 4/28/2019 2and3tierportal

Learning Management Grid from DoD ADL ADL= Advanced Distributed Learning Learning Server Content Server(s) External systems: HR, E-Commerce, ERP... Migration Adapter API Application Browser Server Side Client Side HTML+ Services or Adapter Course Interchange: Structure Format (CSF), Metadata Runtime Environment: Launch, API, Data Model “Learning Management System” LMS Common Grid Services & Objects Client Server www.adlnet.org 4/28/2019 2and3tierportal

Properties of Educational Objects Metadata from IEEE and IMS Roughly Properties of educational objects thought of as “documents” (author, title …) Course Packaging from ADL and IMS How to form bigger (educational) objects from smaller objects Enterprise Properties from IMS Link to people (users) and organization databases (rather incomplete at present but must be important as probably can agree) Tests and Quizzes from IMS Specialized descriptors from ADL Such as objectives, prerequisites, completion requirements All Grids 4/28/2019 2and3tierportal

Education Specific Portal Services Administrative Structure degrees, departments, lecturers, Deans ... Performance (grading) information Homework submission Quizzes of various types (multiple choice, random parameters) Assessment data and an analysis Hierarchical Curriculum structure from document fragment to page to lecture to course Napster/Gnutella type P2P distributed information system with personalized dynamic collections (analogy between CDROM of pirated music and dynamic lectures/personal info resource as in RealJukebox) 4/28/2019 2and3tierportal

Some Science Portals and Services: Gannon Project Supported Grid Services JS JM IS FM AA CT SC EJ Grid Standards used or will use Needed Services Gateway X X X X X X X Kerb/GSI, MDS, Gram, CORBA, EJB Events, Collab, app resource management Mississippi X X X X X X X X Kerb/GSI, Gram, GIS, CORBA. Event, Data access services Unicore GSI, GIS, Scheduling Abstract Job Metadata Hot Page X X X X X GSI, GIS, Gram, SRB Grid Accounting, portal-to-portal protocols, cert/key repository Indiana X X X X X X GSI, MDS, Gram, GSIFTP, CoG Events, app schema standards, RMI Nimrod Globus, Legion, Condor Resource Auctions & Allocations Cactus Globus via GPDK HDF5, MPI Resource Brokers JS Job Submission JM Job Management e.g. File Staging IS Information Services FM File Management AA Authorization and Accounting CT Composition SC Scripting EJ Job Journaling 4/28/2019 2and3tierportal

Some Science Portals and Services: Gannon JS Job Submission JM Job Management e.g. File Staging IS Information Services FM File Management AA Authorization and Accounting CT Composition SC Scripting EJ Job Journaling Project Supported Grid Services JS JM IS FM AA CT SC EJ Grid Standards used or will use Needed Services GPDK-LBL X X X X X Globus via CoG CoG-ANL Globus, CORBA Software Installation JiPANG/Ninf X X X X X X CoG, Jini, Ninf, Netsolve Events ECCE+ELN GSI, GIS, Meta-scheduling IPG LaunchPad X X X X X X GSI, GIS via GPDK Lattice X X X X X X X OpenSSL, x.509 Discover CORBA 4/28/2019 2and3tierportal