Internet GIS. A vast network connecting computers throughout the world Computers on the Internet are physically connected Computers on the Internet use.

Slides:



Advertisements
Similar presentations
Remote Visualisation System (RVS) By: Anil Chandra.
Advertisements

CHANGING THE WAY IT WORKS Cloud Computing 4/6/2015 Presented by S.Ganesh ( )
Technical Architectures
Web Server Hardware and Software
INTERNET DATABASE Chapter 9. u Basics of Internet, Web, HTTP, HTML, URLs. u Advantages and disadvantages of Web as a database platform. u Approaches for.
INTERNET DATABASE. Internet and E-commerce Internet – a worldwide collection of interconnected computer network Internet – a worldwide collection of interconnected.
Chapter 3 : Distributed Data Processing
ArcServer Kris Lander Central Region HQ RFC GIS Workshop July 2007.
Distributed Systems: Client/Server Computing
Client/Server Architecture
Lecture 2: Technical Basics
SaaS, PaaS & TaaS By: Raza Usmani
Understanding and Managing WebSphere V5
Evolved from ARPANET (Advanced Research Projects Agency of the U.S. Department of Defense) Was the first operational packet-switching network Began.
Travis, Stephanie, Alex.  Cloud computing is a general term for anything that involves delivering hosted services over the Internet.  These services.
WebGIS. Web & GIS ….WebGIS Access without purchasing proprietary software Data directly from producer Emerging new market.
System Architecture & Hardware Configurations Dr. D. Bilal IS 592 Spring 2005.
TECHNOLOGY GUIDE 3: Emerging Types of Enterprise Computing
Sharing Geographic Content
 Cloud computing is one of the more recent technologies that many businesses, individuals and other industry organizations believe to by one of the keys.
Cloud Computing Cloud Computing Class-1. Introduction to Cloud Computing In cloud computing, the word cloud (also phrased as "the cloud") is used as a.
Cloud Computing.
For more notes and topics visit:
INTRODUCTION TO WEB DATABASE PROGRAMMING
Geographic Information Systems Web GIS. What is a Web GIS? ► Web GIS is an on-line version of geographic information system ► Using it, GIS data and functions.
Web Based Applications
Databases and the Internet. Lecture Objectives Databases and the Internet Characteristics and Benefits of Internet Server-Side vs. Client-Side Special.
CLOUD COMPUTING  IT is a service provider which provides information.  IT allows the employees to work remotely  IT is a on demand network access.
GIS and Cloud Computing. Flickr  Upload and manage your photos online  Share your photos with your family and friends  Post your photos everywhere.
What is Enterprise Architecture?
TRANSFORMING IT.  The cloud is a group of servers.  A user interacts with the cloud without worrying about how it is implemented. Cloud computing describes.
Local Area Networks (LAN) are small networks, with a short distance for the cables to run, typically a room, a floor, or a building. - LANs are limited.
Geographic Information Systems Cloud GIS. ► The use of computing resources (hardware and software) that are delivered as a service over the Internet ►
, Increasing Discoverability and Accessibility of NASA Atmospheric Science Data Center (ASDC) Data Products with GIS Technology ASDC Introduction The Atmospheric.
, Implementing GIS for Expanded Data Accessibility and Discoverability ASDC Introduction The Atmospheric Science Data Center (ASDC) at NASA Langley Research.
Geospatial Systems Architecture Todd Bacastow. GIS Evolution
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
material assembled from the web pages at
® IBM Software Group © 2007 IBM Corporation J2EE Web Component Introduction
Enterprise Java Beans Java for the Enterprise Server-based platform for Enterprise Applications Designed for “medium-to-large scale business, enterprise-wide.
The 2000 Decennial Census School District Project: Using Census Data for the School District Mapping System **** Development and Implementation Tai A.
GIS On The Web: An Overview of ArcIMS. *The easy flow of geographic data can offer real-life solutions in many societal sectors, including municipal government,
Unit – I CLIENT / SERVER ARCHITECTURE. Unit Structure  Evolution of Client/Server Architecture  Client/Server Model  Characteristics of Client/Server.
Kiew-Hong Chua a.k.a Francis Computer Network Presentation 12/5/00.
Geospatial Systems Architecture
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Windows Azure poDRw_Xi3Aw.
System Architecture & Hardware Configurations Dr. D. Bilal IS 582 Spring 2008.
Cloud Computing ENG. YOUSSEF ABDELHAKIM. Agenda :  The definitions of Cloud Computing.  Examples of Cloud Computing.  Which companies are using Cloud.
E-commerce Architecture Ayşe Başar Bener. Client Server Architecture E-commerce is based on client/ server architecture –Client processes requesting service.
 Cloud Computing technology basics Platform Evolution Advantages  Microsoft Windows Azure technology basics Windows Azure – A Lap around the platform.
Cloud Computing 3. TECHNOLOGY GUIDE 3: Cloud Computing 2 Copyright John Wiley & Sons Canada.
6/28/ A global mesh of interconnected networks (internetworks) meets these human communication needs. Some of these interconnected networks are.
Agenda  What is Cloud Computing?  Milestone of Cloud Computing  Common Attributes of Cloud Computing  Cloud Service Layers  Cloud Implementation.
GIS IN THE CLOUD Cloud computing furnishes scalable GIS technology that is maintained off premises and delivered on demand as services via the Internet.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
Introduction to Oracle Forms Developer and Oracle Forms Services
Unit 3 Virtualization.
Chapter 6: Securing the Cloud
Geographic Information Systems
By: Raza Usmani SaaS, PaaS & TaaS By: Raza Usmani
System Architecture & Hardware Configurations
Vidcoding Introduces Scalable Video and TV Encoding in the Cloud at an Affordable Price by Utilizing the Processing Power of Azure Batch MICROSOFT AZURE.
Introduction to Oracle Forms Developer and Oracle Forms Services
Introduction to Oracle Forms Developer and Oracle Forms Services
System Architecture & Hardware Configurations
Introduction to Cloud Computing
Geospatial Technology Evolution and Future Trends
Dell Data Protection | Rapid Recovery: Simple, Quick, Configurable, and Affordable Cloud-Based Backup, Retention, and Archiving Powered by Microsoft Azure.
Presentation transcript:

Internet GIS

A vast network connecting computers throughout the world Computers on the Internet are physically connected Computers on the Internet use a common language (protocol) to communicate The Internet

Intranet demand > Internet demand Two approaches: –Static (maps are stored as static images) –Dynamic (access to dynamic GIS databases) Mapping on the Web

Potential of Web GIS WebGIS holds the potential to make distributed geographic information (DGI) available to a very large worldwide audience. Internet users will be able to access GIS applications from their browsers without purchasing proprietary GIS software. WebGIS will make it possible to add GIS functionality to a wide range of network-based applications in business, government, and education. One of the important areas of innovation involves "pay- for-use" mapping and GIS services – web services

Strategies for Web GIS  Server-side strategies allow users (clients) to submit requests for data and analysis to a Web server. The server processes the requests and returns data or a solution to the remote client.  Client-side strategies allow the users to perform some data manipulation and analysis locally on their own machines.  Server and client processes can be combined in hybrid strategies that optimize performance and meet special user needs.

Server Side Strategies Little processing power is required of the client (a "dumb" terminal in the traditional model), only the ability to submit requests and display responses.

Map Frame ArcIMS MS IIS Internet TCP/IP Web Browser Web Server Map Server GIS Database

Advantages to Server Side  If a high-performance server is used, users can access large and complex datasets that would be difficult to transfer across the Internet and process locally on the client.  If a high-performance server is used, complex GIS analytical routines can be run quickly even by clients who lack access to sophisticated hardware.  More control can be exerted over what the user is permitted to do with the data, perhaps also insuring that the data is used correctly.

Disadvantages to Server Side  Every request--no matter how small--must be returned to the server and processed. Responses must then be returned to the client across the Internet.  Performance will be affected by the bandwidth and network traffic on the Internet between the server and client particularly when responses involve transferring large files.  Applications do not take advantage of the processing power of the user's own "client" computer, which is used merely to submit a request and display the response.

Client Side Strategies  Client-side applications attempt to shift some of the work of processing requests to the user's computer, sometimes referred to as a thick client.  Instead of forcing the server to do most of the work, some of the GIS capabilities are downloaded to the client, or reside there, and data is processed locally.

Client Side  Advantages  Applications take advantage of the processing power of the user's own computer.  The user can be given greater control of the data analysis process.  Once the server has delivered its response, the user can work with the data without having to send and receive messages across the Internet. Disadvantages –The response from the server may involve transferring large amounts of data as well as applets, causing delays. Large and complex datasets may be hard to process on the client if it is not very powerful. Complex GIS analytical routines may run more slowly on the client if it is not very powerful. Users may not have the training needed to employ the data and analysis functions properly.

The Use of Applets  In this variation, GIS capability is provided in the form of small programs, or applets, that can run on the client.  These applets are delivered to the client "on demand," that is as they are needed by the user.  Requests and responses do not have to be passed back and forth across the Internet.

Another use of Applets Transfer GIS applets to the client computer on a permanent or semi- permanent basis so that they do not have to be transferred each time they are needed. Download and permanently install a "plug-in" program on the client's browser. Build browser capabilities into existing GIS software that runs on the client

Custom HTML

Custom Java

ESRI ArcIMS – Publish Maps, Data, and Metadata on the Web ArcIMS is the solution for delivering dynamic maps and GIS data and services via the Web. It provides a highly scalable framework for GIS Web publishing that meets the needs of corporate Intranets and demands of worldwide Internet access. ArcIMS services can be used by a wide range of clients including custom Web applications, the ArcGIS Desktop, and mobile and wireless devices. Using ArcIMS, city and local governments, businesses, and other organizations worldwide publish, discover, and share geospatial information.

With ArcIMS you can Deliver dynamic maps and data via the Web. Create easy-to-use, task-focused applications that use geographic content. Develop custom applications using industry-standard Web development environments. Share data with others to accomplish tasks. Implement GIS portals.

ArcIMS Application Example 1

ArcIMS Application Example 2

ArcGIS Server: A New ESRI Internet GIS Solution ArcGIS Server software gives you the ability to create, manage, and distribute GIS services over the Web to support desktop, mobile and Web mapping applications.

To create GIS services, you use ArcGIS Desktop to author geographic content, such as maps and GIS tools, and then publish that content using ArcGIS Server so that it can be used anywhere in your enterprise and on the Web. ArcGIS Server simplifies access to GIS services for GIS professionals, mobile workers, as well as knowledge workers without any GIS experience. With ArcGIS Server, you stay in control of your content through centralized management of spatial data, including imagery. In addition, ArcGIS Server provides you with a scalable GIS server platform that can be deployed on a single machine to support small workgroups, or it can distributed across multiple servers for supporting enterprise applications. You can also deploy ArcGIS Server on Cloud infrastructure.

Cloud computing describes computation, software, data access, and storage services that do not require end-user knowledge of the physical location and configuration of the system that delivers the services. (The term "cloud" is used as a metaphor for the Internet, based on the cloud drawing used in the past to represent the telephone network. ) Cloud GIS

Cloud GIS offerings can range from data storage to end-user Web applications to other focused computing services. ESRI considers cloud computing and technology important in the development and vision of the ArcGIS platform. ArcGIS Server is a viable candidate in an on-demand architecture. Cached map tiles can be uploaded to cloud computing vendors, such as Amazon Simple Storage Service (S3), to create a data center in the cloud.

Internet GIS: More Examples Santa Rosa County GIS Or MapQuest: