1 Web Server Administration Chapter 1 The Basics of Server and Web Server Administration.

Slides:



Advertisements
Similar presentations
Networking at Home and Abroad
Advertisements

Technology Infrastructure: The Internet and the World Wide Web
 2003 Prentice Hall, Inc. All rights reserved. Chapter 21 – Web Servers (IIS and Apache) Outline 21.1 Introduction 21.2 HTTP Request Types 21.3 System.
2440: 141 Web Site Administration Web Server Basics and Administration Instructor: Enoch E. Damson.
How Clients and Servers Work Together. Objectives Web Server Protocols Examine how server and client software work Use FTP to transfer files Initiate.
The Internet Useful Definitions and Concepts About the Internet.
Web Server Administration
Creating WordPress Websites. Creating a site on your computer Local server Local WordPress installation Setting Up Dreamweaver.
Internet…issues Managing the Internet
Web Servers How do our requests for resources on the Internet get handled? Can they be located anywhere? Global?
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 Web Server Administration The Basics of Server and Web Server Administration.
How Clients and Servers Work Together. Objectives Learn about the interaction of clients and servers Explore the features and functions of Web servers.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Application Layer Functionality and Protocols Network Fundamentals – Chapter.
Web Design Terms and Concepts Ms. Scales. Q. What is a Server? A. A server is a computer that stores information many people can access. It runs special.
Lesson 3: Introduction to Internet Technology
مقدمه ای بر طراحی صفحات وب. 2 Web Components  Clients and Servers  Internet Service Providers  Web Site Hosting Services  Domains Names, URL ’ s and.
1 Web Database Processing. Web Database Applications Static Report Publishing a report is prepared from a database application and exported to HTML DB.
Network LANscape Servers & Equipment Found In a Typical Local Area Network (LAN) By George Squillace New Horizons of MichiganGeorge Squillace MCT, MCSE,
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 3: Introduction to Internet Technology.
INTRODUCTION TO WEB DATABASE PROGRAMMING
CS 299 – Web Programming and Design CS299: Web Programming and Design Instructor: Dr. Fang (Daisy) Tang.
Networking I Chapter II The Internet. How does one Connect? Dial-Up Connection – Modem ISDN – Integrated Services Digital Network DSL – Digital Subscriber.
Web Servers Web server software is a product that works with the operating system The server computer can run more than one software product such as .
Chapter 7: Using Windows Servers to Share Information.
PC Maintenance: Preparing for A+ Certification Chapter 25: The Internet.
CHAPTER 2 PCs on the Internet Suraya Alias. The TCP/IP Suite of Protocols Internet applications – client/server applications The client requested data.
Hands-On Microsoft Windows Server 2003 Networking Chapter Three TCP/IP Architecture.
Databases and the Internet. Lecture Objectives Databases and the Internet Characteristics and Benefits of Internet Server-Side vs. Client-Side Special.
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
Chapter 1: Introduction to Web
1 Web Server Administration Chapter 1 The Basics of Server and Web Server Administration.
 TCP/IP is the communication protocol for the Internet  TCP/IP defines how electronic devices should be connected to the Internet, and how data should.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.1 ISP Services Working at a Small-to-Medium Business or ISP – Chapter 7.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 19 PCs on the Internet.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 CHAPTER 3 Created by, David Zolzer, Northwestern State University—Louisiana The Internet and World Wide.
11/16/2012ISC329 Isabelle Bichindaritz1 Web Database Application Development.
The Internet When was it created and why?. What Is the Internet? A network of computer networks. It connects networks all over the world through the use.
Web Server Administration Chapter 7 Installing and Testing a Programming Environment.
Chapter 1: The Internet and the WWW CIS 275—Web Application Development for Business I.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
TCP/IP Transport and Application (Topic 6)
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Communication, Networks, The internet and the Worldwide Web.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
Kingdom of Saudi Arabia Ministry of Higher Education Al-Imam Muhammad Ibn Saud Islamic University College of Computer and Information Sciences Chapter.
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
Web Server Administration Chapter 7 Installing and Testing a Programming Environment.
TCP/IP (Transmission Control Protocol / Internet Protocol)
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
CITA 310 Section 7 Installing and Testing a Programming Environment (Textbook Chapter 7)
17 Establishing Dial-up Connection to the Internet Using Windows 9x 1.Install and configure the modem 2.Configure Dial-Up Adapter 3.Configure Dial-Up Networking.
Internet Infrastructure Min Ding Smeal College of Business Administration Pennsylvania State University.
Web Server Administration Chapter 6 Configuring a Web Server.
IST 201 Chapter 11 Lecture 2. Ports Used by TCP & UDP Keep track of different types of transmissions crossing the network simultaneously. Combination.
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 Server Administration
Application layer tcp/ip
CONNECTING TO THE INTERNET
Web Development Web Servers.
Working at a Small-to-Medium Business or ISP – Chapter 7
Working at a Small-to-Medium Business or ISP – Chapter 7
Working at a Small-to-Medium Business or ISP – Chapter 7
Web Page Concept and Design :
Internet Protocols IP: Internet Protocol
Lesson 3: Introduction to Internet Technology
Web Servers (IIS and Apache)
Presentation transcript:

1 Web Server Administration Chapter 1 The Basics of Server and Web Server Administration

2 Web Server Administration Overview ISP Public Internet Internal Users Web Services LANWAN

3 Is everything on the Internet a web service? Officially, where the Internet uses the HTTP protocol, it is called the Web Web servers use HTTP to communicate Web clients are called browsers Browsers have come to offer much more than HPPT Is it available through a browser?

4 Web Services and Applications Include Web Sites (Static and Dynamic) FTP DNS (Now that all servers provide web-based clients) Application servers Synchronous communications

5 Web server Administration Depending on the size of the organization, some tasks may be delegated Web page development Database design Programming administration Security

6 Providing Web Services to Users… 1.…requires a applications and protocols 2.These are written in web programming languages 3.If content is dynamic a DBMS is required 4.All of this sits on a platform 5.… connected to the world 6.…and secured by firewalls and access control policies.

7 Applications and Protocols Hypertext Transfer Protocol (HTTP) Web servers implement this protocol Simple Mail Transfer Protocol (SMTP) Used by servers (and sometimes Web servers) to send Post Office Protocol Version 3 (POP3) Used to retrieve Internet Message Access Protocol (IMAP) Used to connect to a mail server

8 Applications and Protocols File Transfer Protocol (FTP) Transfers files to and from server Domain Name Service (DNS) Translates host names to IP addresses and IP addresses to host names Internet Control Message Protocol (ICMP) Provides error messages

9 Key Protocols Transmission Control Protocol (TCP) Creates a reliable connection between two computers User Datagram Protocol (UDP) Does not establish a connection, just sends messages Internet Protocol (IP) Provides addressing scheme

10 Web Programming Languages Web server administrators need to install programming languages Web developers use a variety of languages Active Server Pages (ASP) Original language from Microsoft ASP.Net A newer environment that includes many languages Java Server Pages (JSP)

11 Web Programming Languages Non-Microsoft languages are popular, even on Microsoft Web servers Perl – one of the first and still popular PHP – easy to use Java Server Pages (JSP) Macromedia ColdFusion

12 DBMS A database management system (DBMS) is used to store data used with Web pages Microsoft Access is appropriate for small sites Microsoft SQL Server, Oracle 9i, and MySQL are sophisticated DBMSs for larger sites Standard Query Language (SQL) is the language used to communicate with the DBMS

13 What is a Platform? Windows NT (IIS 4) IIS (Internet Information Server) was added in the mid-1990s, and support for ASP was added later Windows 2000 (IIS 5) IIS part of the OS from the beginning.NET Framework add-on allows use of ASP.NET Windows Server 2003 (IIS 6).NET Framework integrated into OS

14 Other Microsoft Server Products Application Center Allows you to manage a cluster of servers as if it is one server Biztalk Server Connects to your business partners using XML Commerce Server Builds e-commerce sites in a short amount of time Internet Security and Acceleration Server Combines a firewall product with a Web cache Operations Manager Helps decrease support costs for a server environment SharePoint Portal Server Set up a site that is highly personalized

15 Apache on UNIX/Linux UNIX was introduced in 1969 Linux is from the early 1990s Based on MINIX Three basic components Kernel – central portion of OS File system – provides input and output mechanisms Shell – provides user interface

16 Apache on Linux Source code is freely available Developers can make changes Available from a number of organizations Red Hat Mandrake SuSe

17 Connecting Your LAN to the Internet Your ISP connects to the Internet A WAN connection is used between your building and the ISP A T-Carrier connection is often used A digital connection for voice and data

18 Connecting to the Internet

19 Common T-Carrier Connections

20 Other ways to Connect to the Internet Integrated services digital network (ISDN) Dial-up access Basic Rate Interface (BRI) up to 128 Kbps Primary Rate Interface (PRI) up to Mbps Digital Subscriber Line (DSL) Often differing speeds for uploads and downloads Depending on type, up to 6.1 Mbps for downloads and Mbps for uploads Cable Modem Shared access cable provided by cable TV company

21 Web Hosting Options Standard hosting Your site resides on the same computer with many other sites Cheapest solution Dedicated server You have a server that only you use Co-location Your own server is physically located at the company that does your Web hosting

22 Establishing Access Control Users need just enough access to do their jobs, but not more Typically, users are organized into groups, and groups are given access to network resources Users can be given different access to the same resources A document can be read by everyone but modified by only specific people