Chapter 8: Web Server Hardware and Software

Slides:



Advertisements
Similar presentations
Welcome to Middleware Joseph Amrithraj
Advertisements

Basic Communication on the Internet:
Principles of Information Systems, Sixth Edition The Internet, Intranets, and Extranets Chapter 7.
Chapter 8 Web Server Hardware and Software. Web Server Basics The main job of a Web server computer is to respond to requests from Web client computers.
Chapter 8 Web Server Hardware and Software. Learning Objectives In this chapter, you will learn about: Web server hardware considerations Measuring the.
E-Commerce: The Second Wave Fifth Annual Edition
Chapter 8: Web Server Hardware and Software. Electronic Commerce, Seventh Annual Edition2 Web Server Basics The main job of a Web server computer is to.
Infrastructure for Electronic Commerce
Web Server Hardware and Software
© 2010, Robert K. Moniot Chapter 1 Introduction to Computers and the Internet 1.
Web Server Administration
Chapter 8: Web Server Hardware and Software Electronic Commerce, Seventh Annual Edition.
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
Chapter 8: Web Server Hardware and Software. 2 Objectives In this chapter, you will learn about: Web server basics Software for Web servers management.
INTERNET DATABASE. Internet and E-commerce Internet – a worldwide collection of interconnected computer network Internet – a worldwide collection of interconnected.
Introduction to Web Interface Technology (CSE2030)
1 Chapter 2 Infrastructure for Electronic Commerce.
Chapter 8: Web Server Hardware and Software
SESSION 9 THE INTERNET AND THE NEW INFORMATION NEW INFORMATIONTECHNOLOGYINFRASTRUCTURE.
Web Server Hardware and Software Presented by: Trung NGUYEN Emilie MARTIN.
How Clients and Servers Work Together. Objectives Learn about the interaction of clients and servers Explore the features and functions of Web servers.
E-Business Technology : Web-Based Tools for Electronic Commerce Mr. Seree Chinoom Department of Computer Science Burapha University
© 2004, Robert K. Moniot Chapter 1 Introduction to Computers and the Internet.
Electronic Commerce Last Week Internet utility programs
Electronic Commerce Tenth Edition Chapter 8 Web Server Hardware and Software.
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
CLIENT A client is an application or system that accesses a service made available by a server. applicationserver.
Part IV Web Server Hardware and Software
Electronic Commerce Last Week
E-Business Eighth Edition
E-Business Tenth Edition
INTRODUCTION TO WEB DATABASE PROGRAMMING
Computer Concepts 2014 Chapter 7 The Web and .
Principles of Information Systems, Sixth Edition The Internet, Intranets, and Extranets Chapter 7.
WEEK 06 Web Server Hardware and Software. ELECTRONIC COMMERCE, NINTH EDITION 2 LEARNING OBJECTIVES In this chapter, you will learn about: Web server basics.
E- Business Ninth Edition
Chapter 7: Using Windows Servers to Share Information.
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.
14 Publishing a Web Site Section 14.1 Identify the technical needs of a Web server Evaluate Web hosts Compare and contrast internal and external Web hosting.
1 Web Server Administration Chapter 1 The Basics of Server and Web Server Administration.
Chapter 8 The Internet: A Resource for All of Us.
5 Chapter Five Web Servers. 5 Chapter Objectives Learn about the Microsoft Personal Web Server Software Learn how to improve Web site performance Learn.
Course code: ABI 204 Introduction to E-Commerce Chapter 3: WEB BASED TOOLS FOR E-COMMERCE AMA University.
1 E- BUSINESS NINTH EDITION Chapter 3 Web Server and Technologies.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
1 2 Chapter 2 The Internet and the Web: Infrastructure for Electronic Commerce.
HOW WEB SERVER WORKS? By- PUSHPENDU MONDAL RAJAT CHAUHAN RAHUL YADAV RANJIT MEENA RAHUL TYAGI.
The Internet 8th Edition Tutorial 2 Basic Communication on the Internet: .
Web Engineering we define Web Engineering as follows: 1) Web Engineering is the application of systematic and proven approaches (concepts, methods, techniques,
MySQL and PHP Internet and WWW. Computer Basics A Single Computer.
1 Welcome to CSC 301 Web Programming Charles Frank.
Internet Architecture and Governance
Principles of Information Systems, Sixth Edition 1 The Internet, Intranets, and Extranets Chapter 7.
IT ELECTRONIC COMMERCE THEORY NOTES
Electronic Commerce Ninth Edition Chapter 8 Web Server Hardware and Software.
Web Server.
Electronic Commerce. Contents Web Server Basics Web Server Software Web Server Hardware.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
WEB SERVER SOFTWARE FEATURE SETS
ASP-2-1 SERVER AND CLIENT SIDE SCRITPING Colorado Technical University IT420 Tim Peterson.
E- Business Ninth Edition Chapter 3 Web Server and Technologies 1.
JavaScript and Ajax (Internet Background) Week 1 Web site:
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.
CLIENT SERVER ARCHITECTURE
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.
Warm Handshake with Websites, Servers and Web Servers:
Section 14.1 Section 14.2 Identify the technical needs of a Web server
Presentation transcript:

Chapter 8: Web Server Hardware and Software Electronic Commerce, Sixth Edition

Objectives In this chapter, you will learn about: Web server basics Software for Web servers E-mail management and spam control issues Internet and Web site utility programs Web server hardware Electronic Commerce, Sixth Edition

Web Server Basics Main job of a Web server computer is to respond to requests from Web client computers Three main elements of a Web server Hardware Operating system software Web server software Electronic Commerce, Sixth Edition

Types of Web Sites Development sites Intranets Extranets Used to evaluate different Web designs Intranets Corporate networks that house internal memos, corporate policy handbooks Extranets Intranets that allow authorized parties outside the company to access information stored in the system Electronic Commerce, Sixth Edition

Types of Web Sites (continued) Transaction-processing sites Commerce sites that must be available 24 hours a day, seven days a week Content-delivery sites Deliver content such as news, histories, summaries, and other digital information Electronic Commerce, Sixth Edition

Web Clients and Web Servers Client/server architectures Client computers typically request services Server processes clients’ requests Web software Lets different types of computers, running different operating systems, communicate Electronic Commerce, Sixth Edition

Platform Neutrality of the Web Electronic Commerce, Sixth Edition

Dynamic Content Nonstatic information constructed in response to a Web client’s request Dynamic page Web page whose content is shaped by a program in response to user requests Static page An unchanging page retrieved from disk Electronic Commerce, Sixth Edition

Dynamic Content (continued) Server-side scripting Programs running on a Web server create Web pages before sending them back to the requesting Web clients Dynamic page-generation technologies Active Server Pages (ASP) JavaServer Pages (JSP) PHP: Hypertext Preprocessor (PHP) Electronic Commerce, Sixth Edition

Various Meanings of “Server” Computer used to provide files or make programs available to other computers Server software Used by a server computer to make files and programs available to other computers Database server Server computer on which database management software runs Electronic Commerce, Sixth Edition

Two-Tier Client/Server Architecture Has only one client and one server Request message Message that a Web client sends to request a file or files from a Web server Typical request message Request line Optional request headers Optional entity body Electronic Commerce, Sixth Edition

Message Flows in a Two-Tier Client/Server Network Electronic Commerce, Sixth Edition

Three-Tier and N-Tier Client/Server Architectures Three-tier architecture Extends two-tier architecture to allow additional processing N-tier architectures Higher-order architectures Third tier includes software applications that supply information to the Web server Electronic Commerce, Sixth Edition

Message Flows in a Three-Tier Client/Server Network Electronic Commerce, Sixth Edition

Software for Web Servers Operating system tasks Running programs and allocating computer resources Linux Open-source operating system that is easy to install, fast, and efficient Open-source software Developed by a community of programmers who make it available for download at no cost Electronic Commerce, Sixth Edition

Web Server Software Most popular Web server programs Netcraft Apache HTTP Server Microsoft Internet Information Server (IIS) Sun Java System Web Server (JSWS) Netcraft A networking consulting company in Bath, England Accumulates popularity rankings Electronic Commerce, Sixth Edition

Apache HTTP Server Ongoing group software development effort Dominated the Web since 1996 because it is free and performs efficiently Apache Developed by Rob McCool at the University of Illinois in1994 at the NCSA Currently available on the Web at no cost as open-source software Electronic Commerce, Sixth Edition

Microsoft Internet Information Server Comes bundled with current versions of Microsoft Windows Server operating systems Used on many corporate intranets Supports the use of ASP ActiveX Data Objects SQL database queries Electronic Commerce, Sixth Edition

Sun Java System Web Server (Sun ONE, iPlanet, Netscape) Descendant of the original NCSA Web server program Formerly sold under the names Sun ONE Netscape Enterprise Server iPlanet Enterprise Server Charges between $1400 and $5000 for the licensing fee Electronic Commerce, Sixth Edition

Electronic Mail (E-Mail) Useful feature Attachments Drawbacks Time spent by business people responding to e-mail Computer virus Program that attaches itself to another program Can cause damage when the host program is activated Electronic Commerce, Sixth Edition

Unsolicited Commercial E-Mail (UCE, Spam) Electronic junk mail that can include Solicitations, advertisements, or e-mail chain letters Can consume large amounts of Internet capacity Companies now offer software to limit the amount of spam Electronic Commerce, Sixth Edition

Growth of Spam as a Proportion of all Business E-mail Electronic Commerce, Sixth Edition

Solutions to the Spam Problem Reduce the likelihood that a spammer can automatically generate e-mail addresses Control exposure of an e-mail address Use multiple e-mail addresses Content filtering strategy Require software that identifies content elements that indicate if a message is (or is not) spam Electronic Commerce, Sixth Edition

Solutions to the Spam Problem (continued) Content-filtering techniques Black list spam filter Looks for known spammer From addresses in incoming messages White list spam filter Examines From addresses and compares them to a list of known good sender addresses Challenge-response Compares all incoming messages to a white list Electronic Commerce, Sixth Edition

Web Site and Internet Utility Programs Finger Runs on UNIX operating systems Allows users to obtain information about other network users Command yields a list of users who are logged on to a network Ping (Packet Internet Groper) Tests connectivity between two computers connected to the Internet Electronic Commerce, Sixth Edition

Tracert and Other Route-Tracing Programs Tracert (TRACE RouTe) Sends data packets to every computer on the path between one computer and another Clocks packets’ roundtrip times Calculates and displays the number of hops between computers Calculates the time it takes to traverse an entire one-way path between machines Electronic Commerce, Sixth Edition

Tracing a Path Between Two Computers on the Internet Electronic Commerce, Sixth Edition

Telnet and FTP Utilities Program that allows users to log on to a computer connected to the Internet Telnet protocol Set of rules used by Telnet programs File Transfer Protocol (FTP) Defines formats used to transfer files between TCP/IP-connected computers Electronic Commerce, Sixth Edition

Indexing and Searching Utility Programs Search engines or search tools Search either a specific site or the entire Web for requested documents Indexing program Can provide full-text indexing that generates an index for all documents stored on a server Can often index documents stored in many different file formats Electronic Commerce, Sixth Edition

Data Analysis Software Web servers can capture Data about who is visiting a Web site How long the visitor’s Web browser viewed site Date and time of each visit Which pages a visitor viewed Data captured by Web servers are stored in a log file Electronic Commerce, Sixth Edition

Link-Checking Utilities Link checker Examines each Web page and reports on URLs that are Broken, seem broken, or are in some way incorrect Orphan file File on a Web site not linked to any page Dead link When clicked, it displays an error message rather than a Web page Electronic Commerce, Sixth Edition

Watchfire Link Report Electronic Commerce, Sixth Edition

Remote Server Administration Web site administrator can control a Web site from any Internet-connected computer NetMechanic Offers a variety of link-checking, HTML troubleshooting, site-monitoring, and other programs Electronic Commerce, Sixth Edition

Web Server Hardware Web server computers Blade servers More memory, larger hard disk drives, and faster processors than typical PCs Blade servers Placing small server computers on a single computer board, then installing boards into a rack-mounted frame Electronic Commerce, Sixth Edition

Web Server Performance Evaluation Benchmarking Testing used to compare the performance of hardware and software Throughput Number of HTTP requests that a hardware and software combination can process in a unit of time Response time Time required by a server to process one request Electronic Commerce, Sixth Edition

Web Server Hardware Architectures Server farms Large collections of servers Centralized architecture Uses a few very large and fast computers Distributed/decentralized architecture Uses a large number of less powerful computers Divides the workload among them Electronic Commerce, Sixth Edition

Load-Balancing Systems Load-balancing switch Piece of network hardware that monitors the workloads of servers attached to it Assigns incoming Web traffic to a server that has the most available capacity at that instant in time Electronic Commerce, Sixth Edition

A Load-Balancing System in a Decentralized Architecture Electronic Commerce, Sixth Edition

Summary Web uses a client/server architecture For simple HTTP requests a two-tier architecture works well Operating systems commonly used on Web server computers Microsoft server operating systems UNIX-based operating systems Electronic Commerce, Sixth Edition

Summary (continued) Utility programs running on Web server computers Finger, Ping, Tracert, e-mail server software, Telnet, and FTP Unsolicited commercial e-mail (spam) Has grown dramatically in recent years Content filters are becoming available to deal with the problem Electronic Commerce, Sixth Edition

Summary (continued) Web server hardware Server computer must have enough memory and disk space Factors that affect Web server performance Operating system Connection speed User capacity Electronic Commerce, Sixth Edition