INTERNET INFORMATION SERVICES - IIS
2:08 PMINTERNET INFORMATION SERVICES(IIS):-
- IIS is a service which is used to host the information over internet.
- It provides integrated, reliable, scalable and manageable web server capabilities over an intranet/internet
- IIS 2.0 in windows NT 4.0 Operating System
- IIS 5.0 in windows 2000 Operating System
- IIS 6.0 in windows 2003 Operating System
- IIS 7.0 in windows 2008 Operating System
- Supports IPv6
- Backup & Restoration of websites is automatic.
- Isolation of Users
- Supports for Application Developers & Programmers
- IIS 6.0 Compatibility
- World wide web (WWW) publishing service (HTTP)
- File Transfer Protocol (FTP) service (IIS 6.0 Compatibility)
- Http service is used to publish data to World Wide Web quickly & easily
- This protocol is easily configurable and it supports security and encryption to product sensitive data.
- Default Port No is 80
Intranet Web Server:-
Required to Host WEB SERVER:-
- Static IP Address (Public IP if Published over Internet)
- Domain name (Registered Domain name if Public over internet)
- Name Resolution Service like DNS
- Home Directory
- Central location of published pages
Virtual Directory:-
- Virtual Directory is sub directories of the root of the web site.
- By using Virtual directories we can create alias or pointer to a directory somewhere else in the same system or another system on the network.
- It is a protocol used to download and upload the files over the internet.
- Default Port No is 21
Intranet FTP Server:-
Requirements to Host FTP SERVER:-
- Static IP Address (Public IP if public over internet)
- Home Directory
- Central location of published pages
Do not isolate user:-
- All users can access FTP Home directory of other Users.
- Anonymous access will be allowed.
- User can’t view or modify files or directories of other users.
- They are confined to access their own Home Directory.
- User Home Directory must be present within the root of the site.
- User can’t view or modify files or directory of other users.
- This option simplifies administrator of the FTP Site by permitting home directories to exit in any location.
- Only the users whose Active Directory properties are defined can logon to FTP server.
0 comments