Electronic Commerce Semester 1 Term 1 Lecture 7. Introduction to the Web The Internet supports a variety of important tools, such as file transfer, electronic.

Slides:



Advertisements
Similar presentations
Netscape Application Server Application Server for Business-Critical Applications Presented By : Khalid Ahmed DS Fall 98.
Advertisements

Project 1 Introduction to HTML.
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
Web Server Hardware and Software
Origins of the Internet The Internet was started as a research project sponsored by the Advanced Research Projects Agency (ARPA) within the U.S. Dept.
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.
Introduction to Web Database Processing
INTERNET DATABASE. Internet and E-commerce Internet – a worldwide collection of interconnected computer network Internet – a worldwide collection of interconnected.
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 1 of…
Introduction 2: Internet, Intranet, and Extranet J394 – Perancangan Situs Web Program Sudi Manajemen Universitas Bina Nusantara.
Web-Enabling the Warehouse Chapter 16. Benefits of Web-Enabling a Data Warehouse Better-informed decision making Lower costs of deployment and management.
1st Project Introduction to HTML.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
Electronic Commerce Last Week
The Internet and E-Commerce Back to Table of Contents.
Databases and the Internet. Lecture Objectives Databases and the Internet Characteristics and Benefits of Internet Server-Side vs. Client-Side Special.
Week 7 Lecture Web Database Development Samuel Conn, Asst. Professor
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
What IS the Web? Mrs. Wilson Internet Basics & Beyond.
The Internet in Education Objectives Introduction Overview –The World Wide Web –Web Page v. Web Site v. Portal Unique and Compelling Characteristics Navigation.
Internet Basics A management-level overview of the Internet, its architecture, capabilities, and protocols. Copyright 2011 SPMI / Online Development.
Chapter 6 The World Wide Web. Web Pages Each page is an interactive multimedia publication It can include: text, graphics, music and videos Pages are.
Postacademic Interuniversity Course in Information Technology – Module C1p1 Contents Data Communications Applications –File & print serving –Mail –Domain.
Internet, intranet, and multimedia database processing l Database processing across local and wide area networks l Alternative architectures for distributing.
11/16/2012ISC329 Isabelle Bichindaritz1 Web Database Application Development.
How did the internet develop?. What is Internet? The internet is a network of computers linking many different types of computers all over the world.
THE INTERNET Chapter 13. Internet- Interconnection and Networks “the Net” Computers have played a significant role in our everyday life Growth in popularity.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 23 How Web Host Servers Work.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
Web Programming : Building Internet Applications Chris Bates CSE :
Unit – I CLIENT / SERVER ARCHITECTURE. Unit Structure  Evolution of Client/Server Architecture  Client/Server Model  Characteristics of Client/Server.
HTML ~ Web Design.
UNESCO ICTLIP Module 1. Lesson 61 Introduction to Information and Communication Technologies Lesson 6. What is the Internet?
Building Rich Web Applications with Ajax Linda Dailey Paulson IEEE – Computer, October 05 (Vol.38, No.10) Presented by Jingming Zhang.
Communication Systems The Internet The largest wide area network in the world. It is made up of thousands of linked networks. What.
Lecture 13 Business and the Internet SFDV Principles of Information Systems.
1 MSCS 237 Overview of web technologies (A specific type of distributed systems)
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
CHAPTER 7 THE INTERNET AND INTRANETS 1/11. What is the Internet? 2/11 Large computer network ARPANET (Dept of Defense) It is international and growing.
Confidentiality/date line: 13pt Arial Regular, white Maximum length: 1 line Information separated by vertical strokes, with two spaces on either side Disclaimer.
Chapter Twelve Digital Interactive Media Arens|Schaefer|Weigold Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution.
Web Server.
Newsgroup World Wide Web (WWW) Conservation Over the Internet e.g.ICQ File Transfer Protocol (FTP) Includes 6 main services: Electronic Mail Remote.
Internet Applications (Cont’d) Basic Internet Applications – World Wide Web (WWW) Browser Architecture Static Documents Dynamic Documents Active Documents.
CPT 499 Internet Skills for Educators Overview of the Internet Session One.
Lesson No:12 Introduction to Internet CHBT-01 Basic Micro process & Computer Operatio.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Website Design, Development and Maintenance ONLY TAKE DOWN NOTES ON INDICATED SLIDES.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
Introduction to the World Wide Web & Internet CIS 101.
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
Web Design Vocabulary #3. HTML Hypertext Markup Language - The coding scheme used to format text for use on the World Wide Web.
E-commerce Architecture Ayşe Başar Bener. Client Server Architecture E-commerce is based on client/ server architecture –Client processes requesting service.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
E-Business Infrastructure PRESENTED BY IKA NOVITA DEWI, MCS.
4.01 How Web Pages Work.
Project 1 Introduction to HTML.
Chapter 1 Introduction to HTML.
E-commerce | WWW World Wide Web - Concepts
Project 1 Introduction to HTML.
E-commerce | WWW World Wide Web - Concepts
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
Web Page Concept and Design :
Unit# 5: Internet and Worldwide Web
4.01 How Web Pages Work.
Web Programming : Building Internet Applications Chris Bates CSE :
Presentation transcript:

Electronic Commerce Semester 1 Term 1 Lecture 7

Introduction to the Web The Internet supports a variety of important tools, such as file transfer, electronic mail and news groups However, no single Internet application has grabbed the attention of the marketplace so dramatically as the World Wide Web

What is the Web? The Web is a global information-sharing architecture that integrates several online information and content servers in a fast, cost-effective and easy-to-use manner The Web is the software foundation on which many emerging e-commerce applications are based Visually, the Web is a point-and-click user interface on the Internet In terms of content, the Web can be thought of as a giant Internet library

Components of the Web Architecture To use the Web in addition to an Internet connection, a user needs a special piece of software called a Web browser (such as Netscape Navigator) The browser acts as a graphical interface between the user and the Internet - it sends the necessary commands to request data from other computers and then formats them for the user’s screen

Components of the Web’s Architecture The Web is based on a three-part architecture –HTML: Hypertext markup language, the format for Web pages, provides both formatting and hyperlinking –HTTP: Hypertext transfer protocol, the protocol for communications between Web servers and browsers –CGI: The common gateway interface, the interface for invoking programs from Web servers

Electronic Commerce Architecture Local or company- specific data WWW browser Browser extensions Information retrieval Data and transaction management Secure messaging Digital library of document/data servers Third-party information processing tools/services Electronic payment servers Client browser WWW server functions Third-Party Services

Using the Web in E-Commerce The client browser interacts with the Web server, which then intermediates the interaction with third-party services The Web server functions can be categorised into information retrieval, data and transaction management, and security The third-party services could be other Web servers that provide content, information processing tools, and electronic payment systems

Why is the Web Such a Hit? Reasons for the amazing success of the Web include: –Ease of navigation and use –Ease of publishing content –New distribution models –Enabling a network-centric computing paradigm –Enabling new intra-business applications

Ease of Navigation & Use The ease of use is a major driver of Web growth Using a simple graphical interface, the Web browser issues the commands, makes the connections, and transmits the data with point- and-click simplicity In the Web, sites are interconnected to each other through highlighted (hyperlinked) words By clicking on the highlighted word, a user can be transported into another Web site that contains a related document without even knowing where that other Web site is

Ease of Publishing Content Another major reason for the success of the Web is the ease of server setup, administration and publication of content The concept of Internet users becoming publishers was unthinkable prior to the Web, as the complex nature of servers made publishing content on networks extremely difficult The simplicity of HTML allows individual users to become publishers themselves and contribute to the expanding database of documents on the Web

New Distribution Models We are reaching a state where virtually any good or service that can be bought, either by businesses or consumers, can be purchased online Although that is the long-term implication, in the shorter run, companies are excited by the Web’s ability to deliver digital goods faster and cheaper than any traditional means and its ability to make certain transactions, such as banking, convenient

Enabling a Network-Centric Computing Paradigm The success of the Web has opened management’s eyes to the power of network computing, and network computing could determine the future of many large companies such as Microsoft The Web epitomises network computing With network-centric computing, concerns about power, speed, memory size, or applications software of PCs are lessened; it is what the computers connect to that matters

Enabling New Intra-Business Applications Over the last decade, business customers have asked the computer industry to provide them with the following: –An open environment that includes products and services from different vendors –The ability to network and integrate new technology with existing systems –The ability to manage computer resources and support users in a way that will reduce costs while implementing business strategies

Enabling New Intra-Business Applications (Continued) The computer industry has been slow in delivering on these requests With the advent of the Web, which enables these capabilities, business customers are flocking toward Web-based Intranets The goal is to utilise the “open” architecture to link users and resources throughout the organisation