WEB SERVER SOFTWARE FEATURE SETS

Slides:



Advertisements
Similar presentations
Overview Environment for Internet database connectivity
Advertisements

Lecture plan Information retrieval (from week 11)
Section 10.1 Identify how Web sites are structured Explain the role of URLs Describe the function of HTTP Section 10.2 Explain how the Web has affected.
Chapter 11 Database Applications Using Internet Technology David M. Kroenke Database Processing © 2000 Prentice Hall.
Chapters 14 & 15 Internet Databases. E-Commerce  Bringing new products, services, or ideas to market, supporting and enhancing business operations 
DT228/3 Web Development WWW and Client server model.
IIS Technologies.
DT211/3 Internet Application Development Active Server Pages & IIS Web server.
Server-Side vs. Client-Side Scripting Languages
Web Server Hardware and Software
B.Sc. Multimedia ComputingMedia Technologies Database Technologies.
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
Outline IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Server Side Web Technologies: Part 1.
Outline IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Server Side Web Technologies: Part 2.
DT211/3 Internet Development Application Internet Development Application.
Week 2 IBS 685. Static Page Architecture The user requests the page by typing a URL in a browser The Browser requests the page from the Web Server The.
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)
SESSION 9 THE INTERNET AND THE NEW INFORMATION NEW INFORMATIONTECHNOLOGYINFRASTRUCTURE.
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.
Mgt 240 Lecture Website Construction: Software and Language Alternatives March 29, 2005.
Electronic Commerce Last Week Internet utility programs
ECA 228 Internet/Intranet Design I Intro to the Web.
Web-based Software Development - An introduction.
Module 1: Installing Internet Information Services 5.0.
Electronic Commerce Last Week
1 Web Database Processing. Web Database Applications Static Report Publishing a report is prepared from a database application and exported to HTML DB.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Chapter 3 Web-Based Tools for Electronic Commerce
 2000 Deitel & Associates, Inc. All rights reserved. Chapter 24 – Web Servers (PWS, IIS, Apache, Jigsaw) Outline 24.1Introduction 24.2Microsoft Personal.
FALL 2005CSI 4118 – UNIVERSITY OF OTTAWA1 Part 4 Web technologies: HTTP, CGI, PHP,Java applets)
Configuring a Web Server. Overview Overview of IIS Preparing for an IIS Installation Installing IIS Configuring a Web Site Administering IIS Troubleshooting.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
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.
Principles of Computer Security: CompTIA Security + ® and Beyond, Third Edition © 2012 Principles of Computer Security: CompTIA Security+ ® and Beyond,
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
MIS 301 Information Systems in Organizations Dave Salisbury ( )
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
Web-Based Tools Discuss pros and cons of hosting company’s web site Discuss features of typical Web server software packages Discuss fundamental duties.
About Dynamic Sites (Front End / Back End Implementations) by Janssen & Associates Affordable Website Solutions for Individuals and Small Businesses.
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.
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.
Fundamentals of Database Chapter 7 Database Technologies.
Chapter 4 Networking and the Internet. © 2005 Pearson Addison-Wesley. All rights reserved 4-2 Chapter 4: Networking and the Internet 4.1 Network Fundamentals.
Internet Information Server Name : Yao Gu Date : 10-June-2000 COSC : 573.
Hands-On Microsoft Windows Server Implementing Microsoft Internet Information Services Microsoft Internet Information Services (IIS) –Software included.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
1 MSCS 237 Overview of web technologies (A specific type of distributed systems)
Web Pages with Features. Features on Web Pages Interactive Pages –Shows current date, get server’s IP, interactive quizzes Processing Forms –Serach a.
ECMM6018 Enterprise Networking for Electronic Commerce Tutorial 7
1 Chapter Overview Creating Web Sites and FTP Sites Creating Virtual Directories Managing Site Security Troubleshooting IIS.
Database Connectivity and Server-Side Scripting Chapter 12.
ASP-2-1 SERVER AND CLIENT SIDE SCRITPING Colorado Technical University IT420 Tim Peterson.
Internet Infrastructure Min Ding Smeal College of Business Administration Pennsylvania State University.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
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.
Web-based Software Development - An introduction
Distributed Control and Measurement via the Internet
Database Applications Using Internet Technology
الخطوات المطلوب القيام بها قبل انشاء الموقع
Configuring Internet-related services
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
E-commerce Infrastructure Web Servers / Web Clients / Web Browsers
APACHE WEB SERVER.
Designing IIS Security (IIS – Internet Information Service)
Presentation transcript:

WEB SERVER SOFTWARE FEATURE SETS

Web Server Software Features All Web server software provide some basic features which can be classified as: Core capabilities Site management Application Construction, and Electronic commerce UNIT-3 IT2031

Web Server Software Features Core Capabilities Client Request Processing: A Web server processes client requests that are sent using HTTP protocol, both for static and dynamic pages IP-Sharing or Virtual Server: A Web server can work as many virtual Web servers, serving many businesses with individual domain names but all domains directing to the same IP address of the computer UNIT-3 IT2031

Web Server Software Features Core Capabilities (contd..) Logical File: A Web server can have a logical file name corresponding to a physical file The physical file may be in the same computer or in another computer, and also the logical name and the physical name do not have to be same The Web server translates a logical URL into a physical file address Example, the physical file “c:\Inetpub\wwwroot\default.htm” may be configured as logical URL: www.Mybusiness.com/home.htm UNIT-3 IT2031

Web Server Software Features Core Capabilities (contd..) Security: Web servers are located publicly on the Internet or privately in an organizational intranet, usually behind the firewalls. The public documents are configured to be viewed by anonymous users For extranet users, the files and folders are configured for validation of username and password. Access controls provide or deny access to files based on the username or by extranet company URL Web servers allow processing digital certificates and private/public key pairs. Web servers also support Secure Socket Layer (SSL) UNIT-3 IT2031

Web Server Software Features Core Capabilities (contd..) FTP: Web servers provide File Transfer Protocol (FTP) services. Thus users can transfer files to and from the server. Searching: Search engines and indexing programs are standard components of the Web server. Search engines or search tools search either the existing site or the entire Web. Site Analysis: Web servers can capture visitor information that are stored in a log file. Information includes: who is visiting the Web site (the visitor’s URL) how long the visitor browsed the site the date and time of each visit, and the pages visited UNIT-3 IT2031

Web Server Software Features Site Management A Web server provides tools to manage multiple Web sites, file security, virtual file, and log file analysis Administration of a Web server can be performed from a remote computer in the network Administrators can grant or deny Web access to individual computers, groups of computers, or entire domains Administrators can stop and restart all Web services without stopping and restarting the computer Site management also include authoring tools such as Microsoft Front page 2000 UNIT-3 IT2031

Web Server Software Features Application Development Application development includes Web editors and extensions to produce Web pages – either static or dynamic. These include HTML editors such as FrontPage for static Web pages For dynamic Web pages, there are protocols such as Common Gateway Interface (CGI), Application programming Interface (API), and Active Server Pages (ASP) that are used by programs such as Java, C++, and VBScriot to develop dynamic Web pages UNIT-3 IT2031

Web Server Software Features Application Development (Contd..) Active Server Pages (ASP): Developed by Microsoft, it is a server-side scripting technology to build dynamic Web applications. With ASP, one can build Web pages with embedded query strings for database manipulation using scripting languages such as VBScript and JavaScript. UNIT-3 IT2031

Web Server Software Features Application Development (Contd..) Open Database Connectivity (ODBC) and ActiveX Data Object (ADO) mechanisms, both developed by Microsoft, can be used to develop dynamic Web pages that use database connection of variety of databases from different manufactures (such as SQL Server, DB2, and Oracle) UNIT-3 IT2031

Web Server Software Features Application Development (Contd..) Java Database Connectivity (JDBC): Similar to ODBC, JDBC is another technology developed by Sun Microsystems, that is used for Web-database applications, It is written in Java It runs on Unix Web servers UNIT-3 IT2031

Web Server Software Features Electronic Commerce Some Web servers provide advanced services that support online selling and buying (such as shopping cart and catalog services) An electronic commerce software can also provide templates and other tools to quickly develop an e-commerce site. This might include templates for product browsing, shopping carts, and credit card processing. UNIT-3 IT2031

Web Server Software Features Electronic Commerce (contd..) An electronic commerce software is a separate software that integrates with an existing Web server. Microsoft Commerce Server is an electronic commerce software that enables businesses to engage customers, transact business, and analyze commerce Web sites more effectively. UNIT-3 IT2031