1 / 92

Project Report Microsoft Internet Information Server

Project Report Microsoft Internet Information Server. Group 4 Javier Ek, Jimmy Phung, Ben Lee, Tom Truong CIS 454- FALL QUARTER 1999. Internet Information Server Group 4. Overview -Jimmy Phung Installation - Tom Truong Troubleshooting TCP/IP - Benjamin Lee Web Applications -Javier Ek.

chuong
Télécharger la présentation

Project Report Microsoft Internet Information Server

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Project ReportMicrosoft Internet Information Server Group 4 Javier Ek, Jimmy Phung, Ben Lee, Tom Truong CIS 454- FALL QUARTER 1999

  2. Internet Information ServerGroup 4 Overview -Jimmy Phung Installation - Tom Truong Troubleshooting TCP/IP - Benjamin Lee Web Applications -Javier Ek

  3. What is a Microsoft Internet Information Server? • It is Microsoft’s Web server that allows for the management of Web-related applications, files and data. By Jimmy Phung

  4. What is a Web Server? • A Web server is a specialized program that uses the client/server model and the World Wide Web's Hypertext Transfer Protocol (HTTP) to present files in the form of Web pages to the users. • Source: www.whatis.com By Jimmy Phung

  5. Example of the Use of a Web Server • When we type in: www.calstatela.edu/ats/cbt.htm, we are directed to the web server with the domain name www.calstatela.edu. • The web server then finds the ats directory and the cbt.htm file. It then forwards the file directly back to us. By Jimmy Phung

  6. Uses of the Internet Information Server (Examples) • Corporate workgroups using intranets • Corporate partners using extranets • Customers logging on to a Web site By Jimmy Phung

  7. Where can you find the Microsoft Internet Information Server? • The Internet Information Server is found in the Microsoft Option Packs • All NT Servers shipped after January 1998 come with Internet Information Sever By Jimmy Phung

  8. How Much Does the Internet Information Server Cost? • FREE • You can download it form the Microsoft Web site • Tom will tell you how By Jimmy Phung

  9. Where Can You Install Internet Information Server? • Windows 95 • Windows 98 • Windows NT Workstation • Window NT Server By Jimmy Phung

  10. Features of the Internet Information Server • Setup and Management • Use the Graphical User Interface (GUI) • Easy to learn; relatively short learning curve By Jimmy Phung

  11. Features of the Internet Information Server • Building Web sites • Integrates fully with Microsoft Front Page, which allows for the creation of Web pages • Contain assorted Web-building Wizards • Facilitates the development of Active Server Pages (ASP), which allow the creation of active and interactive Web pages. • VB Scripts in HTML file • Java Scrips in HTML file By Jimmy Phung

  12. Features of the Internet Information Server • Support the writing of web-based applications that access databases • Integrate fully with Microsoft SQL Server, which facilitates the the manipulation of databases • ODBC driver support By Jimmy Phung

  13. Features of the Internet Information Server • Security • Prohibit access by user and group using passwords • Prohibit access to directories and files By Jimmy Phung

  14. Features of the Internet Information Server • Security Continued - • Security rules • Security rules can be based on URLs • Can hide part of a document based on security rules • Can change user access control list without restarting server • Supports Secure Socket Layer (SSL) v. 2 and v. 3 By Jimmy Phung

  15. Features of the Internet Information Server • Reliability • Each Internet applications running on the Internet Information Server can run on a separate memory space • When one application crashes, it will not crash the whole system. Only the affected application crashes, the server and the other applications keep on working By Jimmy Phung

  16. Features of the Internet Information Server • Reliability Continued • Contains Integrated Message Queuing, which provides a way for applications to send and receive messages over a network - even when part of the application or the network becomes unavailable. This increases reliability. By Jimmy Phung

  17. Features of the Internet Information Server • Scripting support • Script debugging, which helps debug ASP scripts • Supports JAVA By Jimmy Phung

  18. Features of the Internet Information Server • Web Management • Programmable Management Console • Ability to customized management tools • Browser-Based Administration • Remote administration • GUI interface/command line interface • Has the Configuration Rollback feature, which helps to bring the server back to previously saved configurations. By Jimmy Phung

  19. Minimum Requirements • 80x86-Based Computers • 486 Computer • 66 MHz • RAM • 32 Meg Ram minimum • 64 Meg highly recommended • Hard Disk • 200 Meg of free space By Jimmy Phung

  20. Minimum Requirements • Internet Explorer 4.0 • Windows 95, Windows 98, Windows NT Workstation or Window NT Server • Service Pack 3 or later for NT By Jimmy Phung

  21. IIS Installation Process • There are a number of ways to install IIS 4.0. You can download the Windows NT Option Pack from the Internet, or your can install it from CD. • To download the Option Pack from the Internet, you use the URL shown here: http://backoffice.microsoft.com/downtrial/optionpack.asp • To install the Option Pack from the CD, you insert the CD in the drive and run the appropriate setup.exe. By Tom Truong

  22. By Tom Truong

  23. By Tom Truong

  24. By Tom Truong

  25. The minimum installation program is designed to conserve disk space on your system. • The typical installation installs all the components of IIS included in the minimum installation. In addition, it installs the rest of the optional IIS components. Included in the typical installation is the FTP service, the Internet Service Manager (HTML), and help on server administration, content management, and content development. • The custom installation allows you to choose which IIS components you want on the computer, apart from the components that are required and selected by default. • Let’s choose the Custom installation, which allows you to select any combination of components in addition to the IIS component that is required to run the IIS server. By Tom Truong

  26. By Tom Truong

  27. By Tom Truong

  28. By Tom Truong

  29. By Tom Truong

  30. By Tom Truong

  31. By Tom Truong

  32. By Tom Truong

  33. By Tom Truong

  34. By Tom Truong

  35. By Tom Truong

  36. By Tom Truong

  37. By Tom Truong

  38. By Tom Truong

  39. By Tom Truong

  40. By Tom Truong

  41. By Tom Truong

  42. If you are using IIS on an intranet, you can copy the unattend.txt file from the Option Pack CD to a folder on the local computer (The unattend.txt file is located on the CD in the CPU_Type/inetsrv/directory, where CPU_Type is the processor on the computer where IIS will be installed.) This file allows you to perform unattended installations from that folder. This is useful for performing installations without having to remain at the computer and step through the installation options. •  To start the unattended setup, you either place the CD in the CD drive, or make a network connection to the CD drive containing the Option Pack CD. You then copy unattend.txt to your local hard disk and make any necessary changes to install the appropriate components. •  At a command prompt, you change to the folder on the CD containing setup.exe, then enter the following path: setup/u:<full path to Unattend.txt>. For example, if the file located in the temp directory on the C drive, you type: setup/u:c:\temp\unattend.exe By Tom Truong

  43. TROUBLESHOOTING TCP/IP By Ben Lee

  44. Presentation Objectives • Identify some of the problems which may arise in a network that uses TCP/IP as its communication protocol • Explain the utilities that are available for troubleshooting TCP/IP By Ben Lee

  45. TCP/IP Problems • Configuration of the local computer • Connecting to other hosts on the network • Routing problems • Naming resolution errors • Source and destination hosts are trying to communicate using different protocols By Ben Lee

  46. Tools that come with Windows NT • Microsoft SNMP Service • Event Viewer • Performance Moniter • Registry Editor • Network Monitor, Agent, and Tools By Ben Lee

  47. IPConfig Ping Hostname Nbtstat ARP Tracert Nslookup Netstat Route Utilities used for troubleshooting TCP/IP By Ben Lee

  48. IPConfg • Display current TCP/IP network configuration values, and update or release TCP/IP network configuration values. • Display IP address, subnet mask, and WINS and DNS configuration. By Ben Lee

  49. By Ben Lee

  50. IPConfg By Ben Lee

More Related