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.

Slides:



Advertisements
Similar presentations
Overview Environment for Internet database connectivity
Advertisements

1 Web Servers / Deployment Alastair Dawes Original by Bhupinder Reehal.
DT228/3 Web Development WWW and Client server model.
INTERNET DATABASE. Internet and E-commerce Internet – a worldwide collection of interconnected computer network Internet – a worldwide collection of interconnected.
Introduction to Web Based Application. Web-based application TCP/IP (HTTP) protocol Using WWW technology & software Distributed environment.
Internet – Part II. What is the World Wide Web? The World Wide Web is a collection of host machines, which deliver documents, graphics and multi-media.
How Clients and Servers Work Together. Objectives Learn about the interaction of clients and servers Explore the features and functions of Web servers.
Java Server Team 8. Overview What is a Java Server? History Architecture Advantages Disadvantages Current Technologies Conclusion.
Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 1 of…
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
Web Design Basic Concepts.
What is Web Design?  Web design is the creation of a Web page using hypertext or hypermedia to be viewed on the World Wide Web.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Databases and the Internet. Lecture Objectives Databases and the Internet Characteristics and Benefits of Internet Server-Side vs. Client-Side Special.
Introduction to Internet Programming (Web Based Application)
11/16/2012ISC329 Isabelle Bichindaritz1 Web Database Application Development.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
Objective Understand concepts used to web-based digital media. Course Weight : 5%
Web Engineering we define Web Engineering as follows: 1) Web Engineering is the application of systematic and proven approaches (concepts, methods, techniques,
1 Welcome to CSC 301 Web Programming Charles Frank.
Structure of the Internet. Internet Structure LAN ISP Internet Backbone.
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
INTRODUCTION TO WEB APPLICATION Chapter 1. In this chapter, you will learn about:  The evolution of the Internet  The beginning of the World Wide Web,
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Web Server.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
INTERNET AND . WHAT IS INTERNET The Internet can be defined as the wired or wireless mode of communication through which one can receive, transmit.
Database application development 1. Chapter 8 © 2013 Pearson Education, Inc. Publishing as Prentice Hall OBJECTIVES  Define terms  Explain three components.
1 LM 6 Database Applications Dr. Lei Li. Learning Objectives Explain three components of a client-server system Describe differences between a 2-tiered.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
Internet The internet is the largest computer network system in the world. It consists of many smaller networks connected together by a global public.
E-Business Infrastructure PRESENTED BY IKA NOVITA DEWI, MCS.
The World Wide Web.
WEB TESTING
4.01 How Web Pages Work.
Introduction to Internet Programming (Web Based Application)
Web Programming Language
Web Technologies Computing Science Thompson Rivers University
Web Concepts Lesson 2 ITBS2203 E-Commerce for IT.
Database Applications Using Internet Technology
CISC103 Web Development Basics: Web site:
JavaScript and Ajax (Internet Background)
Warm Handshake with Websites, Servers and Web Servers:
CNIT 131 Internet Basics & Beginning HTML
GF and RS, Dept. of CS, Mangalore University
E-commerce | WWW World Wide Web - Concepts
E-commerce | WWW World Wide Web - Concepts
Chapter 10: The Internet Database Environment
Web App vs Mobile App.
THE INTERNET.
Web Site Development.
browser search engine web page
ApplinX Rod Carlson Senior Technical Lead.
Chengyu Sun California State University, Los Angeles
Web Servers / Deployment
A worldwide system of interconnected computer networks.
Introduction to Web Application Design
Chengyu Sun California State University, Los Angeles
Introduction to World Wide Web
DD Sir-Infomatics Web Development Part-1.
Chengyu Sun California State University, Los Angeles
Web Technologies Computing Science Thompson Rivers University
4.01 How Web Pages Work.
Internet and the world wide web (www)
Presentation transcript:

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 worldwide, including the client devices (such as computers and cell phones) that access Web content. The WWW is just one of many applications of the Internet and computer networks.

What is Web Application? It is Software application that is accessed over a network such as the Internet or an intranet through a web browser. What are the advantages of Web Applications over ITier and IITier Applications? Web Software Applications Support Thousands of clients easily Client side installation is optional, so maintenance is easy, adding/removing client machines is easy Can be deployed in Standalone, Intranet and Internet Environments

What are the different types of environment available in the Web? Standalone Intranet (Local Network) Internet (Wide area Network) Extranet (Private network over Internet) What is Intranet application? It is a private application, can be accessed within the Organization only. It uses Local /Private Network and Internet Protocol technology to share information.

What is Internet application? Generally it is a public web application, uses Wide area network. It can be accessed from anywhere. What is Extranet application? It is also a private application over internet, can be accessed by fixed machines only. It uses Wide area network and Internet Protocol technology to share information.

What are the different types of web applications available in the Software Industry? We have different types of web applications available in the Industry Websites Ex: http://www.aurobindo.com/, http://www.pennacement.com/ etc... Web Portals Ex: http://www.ebay.in/, http://www.naukri.com/ etc...

Web Applications Ex: www.icicibank.com/, http://www.sunlife.com/ etc... Email Service Providers Ex: www.gmail.com, www.yahoo.com, www.rediffmail.com etc... Social Networks Ex: www.facebook.com, www.twitter.com, www.linkedin.com etc... Discussion Forumsg) Classifieds Web sites Ex: etc...

What is Website? What is Web Portal? Basically website is an information provider, It provides information globally using internet protocols. What is Web Portal? Web portal is a business gateway, It organizes business operations. Ex: Online shopping portals, Job portals etc...

What is Web Application? Web application provides services (Free and Paid) apart from information. Ex: Online Banking System it provides Bank information, Branches & ATM Information, Loans information etc… And It provides balance enquiry, Fund transfer, Bill payments like services.

What is Client Side Validation? What is HTML? HTML stands for Hyper Text Markup Language, it is for displaying web pages and other information. Basically it is data presenter in the web. What is Client Side Validation? Validating client side forms, which is typically done by Java Script. Generally it checks weather the user is entering correct form of data or not? and entering all mandatory fields or not? Client site validation is 2 types One is Field level validation another is Form level validation.

What is Server Side Validation? Validating, processing client requests and providing response from the Server. What is Web Server? Web server handles Clint side and server side validations and helps to deliver Web content that can be accessed through the Internet protocols. Examples: Microsoft IIS (Internet Information Service) Apache Web server from Apache Java Web server Pramathi web server etc...

What is Application Server? Application Server also called an appserver, It is a program that handles all application operations between users and an organization's backend business applications or databases. Examples: Bea WebLogic IBM WebSphre

What is Database Server? Database server is used to refer to the backend system of a database application using client/server architecture. The backend, sometimes called a database server, performs tasks such as data design, storage, data manipulations, archiving, and other nonuser specific tasks. Examples: Oracle MS SQL Server MySQL (Open source) IBM DB2 etc...

What is HTTP? What is HTTPS? Hyper Text Transfer Protocol, the data transfer protocol used on the World Wide Web. What is HTTPS? HTTPS stands for Hypertext Transfer Protocol Secure is a widely used communications protocol for secure communication over a computer network.

What is purpose of Java Script in the Web? It is for performing client side validations. What is the purpose of Vbscript in the Web? It can be used for client side validations as well as Server side validations.

What is Web Browser? Web browser is a software application used to locate, retrieve and also display content on the World Wide Web, including Web pages, images, videos and other files. Examples: Microsoft Internet Explorer Mozilla Firefox Google Chrome Opera Safari etc…

What are the advantages of web applications than GUI based applications? Only server side installation, client side installation is not mandatory, so deployment and maintenance is easy. It can be accessible anywhere, anytime via a PC with an Internet connection. The user interface of web based applications is easier to customize than it is in GUI applications.

Content can also be customized for presentation on any device connected to the internet, including PDAs, mobile phones etc… Supports thousands of clients effectively Adding and removing clients is very easy.

What are Web Services? Web services are application components, communicate using open protocols and these can be used by other applications. XML is the basis for Web services SOAP (Simple Object Access Protocol), UDDI (Universal Description, Discovery and Integration) and WSDL (Web Services Description Language) are the Web services platform elements.

Thanks…