rakanalromaih.files.wordpress.com  · web viewiis is a web server software package designed for...

15
Rakan Alromaih Blog Task 4 Feb 25 th , 2014 Internet Information Services 1. WHAT: What is Internet Information Services? Stands for "Internet Information Services." IIS is a web server software package designed for Windows Server. It is used for hosting websites and other content on the Web. Microsoft’s Internet Information Services provides a graphical user interface (GUI) for managing websites and the associated users. It provides a visual means of creating, configuring, and publishing sites on the web. The IIS Manager tool allows web administrators to modify website options, such as default pages, error pages, logging settings, security settings, and performance optimizations.

Upload: others

Post on 09-Sep-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: rakanalromaih.files.wordpress.com  · Web viewIIS is a web server software package designed for Windows Server. It is used for hosting websites and other content on the Web. Microsoft’s

Rakan Alromaih

Blog Task 4

Feb 25th, 2014

Internet Information Services

1. WHAT:

What is Internet Information Services?

Stands for "Internet Information Services." IIS is a web server software package

designed for Windows Server. It is used for hosting websites and other content on the

Web. Microsoft’s Internet Information Services provides a graphical user interface (GUI)

for managing websites and the associated users. It provides a visual means of creating,

configuring, and publishing sites on the web. The IIS Manager tool allows web

administrators to modify website options, such as default pages, error pages, logging

settings, security settings, and performance optimizations.

IIS can serve both standard HTML webpages and dynamic webpages, such as ASP.NET

applications and PHP pages. When a visitor accesses a page on a static website, IIS

simply sends the HTML and associated images to the user’s browser. When a page on a

dynamic website is accessed, IIS runs any applications and processes any scripts

contained in the page, then sends the resulting data to the user’s browser.

Page 2: rakanalromaih.files.wordpress.com  · Web viewIIS is a web server software package designed for Windows Server. It is used for hosting websites and other content on the Web. Microsoft’s

While IIS includes all the features necessary to host a website, it also supports

extensions (or “modules”) that add extra functionality to the server. For example, the

WinCache Extension enables PHP scripts to run faster by caching PHP processes. The

URL Rewrite module allows webmasters to publish pages with friendly URLs that are

easier for visitors to type and remember. A streaming extension can be installed to

provide streaming media to website visitors.

IIS is a popular option for commercial websites, since it offers many advanced features

and is supported by Microsoft. However, it also requires a commercial license and the

pricing increases depending on the number of users. Therefore, Apache HTTP Server,

which is open source and free for unlimited users, remains the most popular web server

software.

2. WHY:

Why is Internet Information Services?

The Microsoft Internet Information Server is designed to deliver high speed and secure

information publishing, while also serving as a platform for developers and independent

software vendors to extend the Internet’s standard communication capabilities. Also

Internet Information Services (IIS) turns a computer into a Web server that can provide

World Wide Web publishing services, File Transfer Protocol (FTP) services, Simple Mail

Transport Protocol (SMTP) services, and Network News Transfer Protocol (NNTP) services.

You can use IIS to host and manage Web sites and other Internet content once you obtain

Page 3: rakanalromaih.files.wordpress.com  · Web viewIIS is a web server software package designed for Windows Server. It is used for hosting websites and other content on the Web. Microsoft’s

an IP address, register your domain on a DNS server, and configure your network

appropriately.

3. HOW:

How to Setup an Internet Information Services?

Jackie and I have setup the Internet Information Services by the following steps:

1. Open Server Manager and Add new role:

2. Select Web Server (IIS), click Next:

Page 4: rakanalromaih.files.wordpress.com  · Web viewIIS is a web server software package designed for Windows Server. It is used for hosting websites and other content on the Web. Microsoft’s

3. Accept all default settings, confirm installation succeeded, then close Server Manager:

Page 5: rakanalromaih.files.wordpress.com  · Web viewIIS is a web server software package designed for Windows Server. It is used for hosting websites and other content on the Web. Microsoft’s

4. In order to use www instead of server name when users browse the website, we need to create

an alias for GB-DC server. Open DNS Manager, expand Forward Lookup Zones, and then select

gb.org. Add new host named www to this zone. This host will point to IIS server’s IP address.

Page 6: rakanalromaih.files.wordpress.com  · Web viewIIS is a web server software package designed for Windows Server. It is used for hosting websites and other content on the Web. Microsoft’s
Page 7: rakanalromaih.files.wordpress.com  · Web viewIIS is a web server software package designed for Windows Server. It is used for hosting websites and other content on the Web. Microsoft’s

5. After getting done with the name resolution, we need to copy our web source, which has been

designed and coded, to default web folder (c:\inetpub\wwwroot).

Page 8: rakanalromaih.files.wordpress.com  · Web viewIIS is a web server software package designed for Windows Server. It is used for hosting websites and other content on the Web. Microsoft’s

6. To host that website, we launch IIS Manager to configure a new website.

7. Add New Site to the server. Specify Site Name and Host Name as www.gb.org , then browse

Physical Path to the source of the website that has been done in the previous step. Since this

webserver has only one IP address, we’ve decided to have it listen to that IP on port 80.

Page 9: rakanalromaih.files.wordpress.com  · Web viewIIS is a web server software package designed for Windows Server. It is used for hosting websites and other content on the Web. Microsoft’s

8. Make sure we enable Anonymous Authentication for everyone being able to access to the

website.

Page 10: rakanalromaih.files.wordpress.com  · Web viewIIS is a web server software package designed for Windows Server. It is used for hosting websites and other content on the Web. Microsoft’s
Page 11: rakanalromaih.files.wordpress.com  · Web viewIIS is a web server software package designed for Windows Server. It is used for hosting websites and other content on the Web. Microsoft’s

9. Make sure we indicate which default page we want IIS to load when user browse the website.

This website will load index.html file when users access www.gb.org.

Page 12: rakanalromaih.files.wordpress.com  · Web viewIIS is a web server software package designed for Windows Server. It is used for hosting websites and other content on the Web. Microsoft’s

10. Final step is test if the website is working. Open a web browser and type www.gb.org. It should

show up our intended website.

4. CONCLUSION:

The task was enjoyable however, there were some challenges that I faced which I had to search

about how to setup Internet Information Services, and also I had find out how to host the

website. The overall of this task was really enjoyable because I did learn an important feature in

technology. I hope that this report is very helpful for everyone.

Page 13: rakanalromaih.files.wordpress.com  · Web viewIIS is a web server software package designed for Windows Server. It is used for hosting websites and other content on the Web. Microsoft’s

You can visit me at my blog which as showing below.