E-commerce Infrastructure Web Servers / Web Clients / Web Browsers

Slides:



Advertisements
Similar presentations
PowerPoint presentation of first 25 pages of instructional manual Edith Fabiyi Essentials of Internet Access.
Advertisements

® Microsoft Office 2010 Browser and Basics.
Unit 11 Using the Internet & Browsing the Web.  Define the Internet and the Web  Set up & troubleshoot an Internet connection  Categorize webs sites.
Web Server Hardware and Software
INTERNET DATABASE. Internet and E-commerce Internet – a worldwide collection of interconnected computer network Internet – a worldwide collection of interconnected.
The Internet Facilitates Global data communications.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
How Clients and Servers Work Together. Objectives Learn about the interaction of clients and servers Explore the features and functions of Web servers.
Introduction 2: Internet, Intranet, and Extranet J394 – Perancangan Situs Web Program Sudi Manajemen Universitas Bina Nusantara.
11 SUPPORTING INTERNET EXPLORER IN WINDOWS XP Chapter 11.
With Internet Explorer 8© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 Go! with Internet Explorer 8 Getting Started.
With Internet Explorer 9 Getting Started© 2013 Pearson Education, Inc. Publishing as Prentice Hall1 Exploring the World Wide Web with Internet Explorer.
Session 11: Security with ASP.NET
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
Chapter 8 The Internet: A Resource for All of Us.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
 2001 Prentice Hall, Inc. All rights reserved. 1 Chapter 21 - Web Servers (IIS, PWS and Apache) Outline 21.1 Introduction 21.2 HTTP Request Types 21.3.
Tutorial 1: Browser Basics.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
Chapter 1: The Internet and the WWW CIS 275—Web Application Development for Business I.
Introduction To Internet
MySQL and PHP Internet and WWW. Computer Basics A Single Computer.
Overview of Microsoft ISA Server. Introducing ISA Server New Product—Proxy Server In 1996, Netscape had begun to sell a web proxy product, which optimized.
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
Internet Architecture and Governance
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
WEB SERVER SOFTWARE FEATURE SETS
Copyright © 2002 Pearson Education, Inc. Slide 3-1 Internet II A consortium of more than 180 universities, government agencies, and private businesses.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
(ITI310) By Eng. BASSEM ALSAID SESSIONS 10: Internet Information Services (IIS)
Microsoft Office 2008 for Mac – Illustrated Unit D: Getting Started with Safari.
Computers Are Your Future Eleventh Edition Chapter 6: The Internet and the World Wide Web Copyright © 2011 Pearson Education, Inc. Publishing as Prentice.
The Internet What is the Internet? The Internet is a lot of computers over the whole world connected together so that they can share information. It.
Computer Concepts 2014 Chapter 7 The Web and .
The Internet Technological Background. Topic Objectives At the end of this topic, you should be able to do the following: Able to define the Internet.
The Internet. The Internet and Systems that Use It Internet –A group of computer networks that encircle the entire globe –Began in 1969 Protocol –Language.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
18-1 PRENTICE HALL ©2008 Pearson Education, Inc. Upper Saddle River, NJ FORENSIC SCIENCE An Introduction By Richard Saferstein.
Chapter 8 E-Commerce Technologies Introduction to Business Information Systems by Mark Huber, Craig Piercy, Patrick McKeown, and James Norrie.
Copyright © 2003 Prentice Hall, IncSlides created by Bob Koziel.
E-Business Infrastructure PRESENTED BY IKA NOVITA DEWI, MCS.
4.01 How Web Pages Work.
Chapter 10: Web Basics.
Section A: Web Technology
Instructor Materials Chapter 5 Providing Network Services
Web Concepts Lesson 2 ITBS2203 E-Commerce for IT.
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.
Web Development Web Servers.
Lesson 4: Web Browsing.
Warm Handshake with Websites, Servers and Web Servers:
Evolution of Internet.
Browsing and Searching the Web
Unit 12 Using the Internet & Browsing the Web
E-commerce | WWW World Wide Web - Concepts
E-commerce | WWW World Wide Web - Concepts
Introducing the World Wide Web
Web Development & Design Chapter 1, Sections 4, 5 & 6
What is Cookie? Cookie is small information stored in text file on user’s hard drive by web server. This information is later used by web browser to retrieve.
Section 14.1 Section 14.2 Identify the technical needs of a Web server
E-Commerce: Mechanisms, Infrastructures, and Tools
Web Page Concept and Design :
E-commerce Infrastructure
Unit# 5: Internet and Worldwide Web
Part of Chapter 1 Key Concepts Networks
Lesson 4: Web Browsing.
E-Commerce: Mechanisms, Infrastructures, and Tools
Designing IIS Security (IIS – Internet Information Service)
4.01 How Web Pages Work.
Electronic Payment Security Technologies
Presentation transcript:

E-commerce Infrastructure Web Servers / Web Clients / Web Browsers Chapter 3 E-commerce Infrastructure Web Servers / Web Clients / Web Browsers Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall

WEB SERVERS You already know that server is a computer attached to a network that stores files, controls peripheral devices, interfaces with the outside world – including the Internet – and does some processing for other computers on the network. But what is Web Server? Web server software refers to the software that enables a computer(WebServer) to deliver web pages written in HTML (or any other language that is embed within HTML like Jsp, asp, php etc) to client computer on a network that request this service by send an HTTP request. Two leading brands of web server software are Apache which is free web server software -----------------50% of the market Microsoft’s Internet Information Services (IIS) ------------30% of the market To be a web server, a computer must have the web server software (Apache or other) described installed and be connected to the Internet. Of course, firms also can use web serves for strictly internal local area networking in intranets. Give a brief overview of the presentation. Describe the major focus of the presentation and why it is important. Introduce each of the major topics. To provide a road map for the audience, you can repeat this Overview slide throughout the presentation, highlighting the particular topic you will discuss next.

SSL (Secure Socket Layer) FTP (File Transfer Protocol) SEARCH ENGINE Aside from responding to requests for web pages, all web servers provide some additional basic capabilities such as Authentication SSL (Secure Socket Layer) FTP (File Transfer Protocol) SEARCH ENGINE DATA CAPTURE Give a brief overview of the presentation. Describe the major focus of the presentation and why it is important. Introduce each of the major topics. To provide a road map for the audience, you can repeat this Overview slide throughout the presentation, highlighting the particular topic you will discuss next.

FTP (File Transfer Protocol) Authentication – Verify that the person trying to access the site is authorized to do so. SSL (Secure Socket Layer) - For web sites that process payment transactions, the web server also support SSL, the Internet protocol for transmitting and receiving information securely over the Internet. When private information such as names, phone numbers, addresses, and credit card data needs to be provided to a web site, the web server uses SLL to ensure that the data passing back and forth from the browser to the server is not compromised. FTP (File Transfer Protocol) This Protocol allows users to transfer files to and from the server. Using some ftp program such File Zilla or simply typing ftp address of the site in Explorer(window explorer, IE, Firefox etc. ) i.e ftp://paperadspk.com Give a brief overview of the presentation. Describe the major focus of the presentation and why it is important. Introduce each of the major topics. To provide a road map for the audience, you can repeat this Overview slide throughout the presentation, highlighting the particular topic you will discuss next.

SEARCH ENGINE Just as search engine sites enable users to search the entire web for particular documents. Web Server software enable indexing of the site’s web pages and content, and permit easy keyword searching of the sites content. The search term is compared to the index to identify likely matches. DATA CAPTURE Web servers are also helpful at monitoring site traffic such as, - capturing information who has visited a sitehow long the user stayed there the data and time of each visit Which specific pages on the server were accessed. This information is complied and saved in a log file, which can then be analyzed. Give a brief overview of the presentation. Describe the major focus of the presentation and why it is important. Introduce each of the major topics. To provide a road map for the audience, you can repeat this Overview slide throughout the presentation, highlighting the particular topic you will discuss next.

Aside from the generic web server software packages, there area actually many types of specialized servers on the web such as Database Server That access specific information within a database. AD Server Server designed to deliver targeted banner ads. Mail SERVER Server that provide email messages Video Server Server that serves video clips Give a brief overview of the presentation. Describe the major focus of the presentation and why it is important. Introduce each of the major topics. To provide a road map for the audience, you can repeat this Overview slide throughout the presentation, highlighting the particular topic you will discuss next.

WEB Client Any computing device attached to the internet that is capable of mapping http request and displaying html pages. The most common Client is a Windows or Macintosh computer. However, the fastest – growing category of the web clients are not computers at all, but cell phones and handheld PDAs. In general, web clients can be any device – including a refrigerator, stove, home lighting system, or automobile instrument panel – capable of sending and receiving information from Web servers. Give a brief overview of the presentation. Describe the major focus of the presentation and why it is important. Introduce each of the major topics. To provide a road map for the audience, you can repeat this Overview slide throughout the presentation, highlighting the particular topic you will discuss next.

WEB BROWSERS Web browsers are software programs whose primary purpose is to display WebPages. Most browsers support HTTP Secure and offer quick and easy ways to delete the web cache, cookies, and browsing history. Some browser’s(like IE, FIRE FOX etc) also supports Private Browsing, pop – up blocking and tabbed browsing. Give a brief overview of the presentation. Describe the major focus of the presentation and why it is important. Introduce each of the major topics. To provide a road map for the audience, you can repeat this Overview slide throughout the presentation, highlighting the particular topic you will discuss next.