Hi, my name is Jaco Greyling and I wrote IIS4 today (18/11/1998) with a score of
818/1000 and it was not that difficult. Most of my questions I got is listed in my
Braindumps and you can go over it. I'm not going to tell you what books to use and what
not but I can tell you that I used SYBEX and Braindump Heaven for my preparation. I
included 3 topics (Practical, Questions and Braindump).
Enjoy!!!!
I also want to thank my heavenly Farther for Helping me and to my girlfriend Maryke.
Practical:
- You must add an ASAPI DLL with an application name in MCC.
ASAPI Filters à Add à Give name and path of DLL
- You can read out of the one directory (using WWW) but not out of the other one.
Directory Security à Anonymous Access à Anonymous account à Enter
account details
- You must limit connection time (limiting user and connection time not an option).
Performance à HTTP Keep alive Enabled
- Create a web site and a FTP site using MMC.
- Deny a single IP address access to a web site while allowing everyone else access to
connect.
- Create two FTP sites: Docs (site name), C:\docs (home dir), Allow uploads and downloads
Forms (site name), C:\forms (home dir), Allow only downloads
- The anonymous ID is IUSR_NT5, set it up so that the password will be synchronised with
the IUSR_NT5 account in NT.
- Disable HTTP Keep Alives on the Default Web Service
- Track anonymous logins on the Default FTP site but not on the default Web site
Questions:
- You are behind a firewall and want to administer an IIS server with HTMLA, what port
does the firewall has to let through? 1. Automatic Port assigned 2. RPC
listener Port 3. NBT
- Change DNS domain to .com from .edu on all of your sites. Host Headers
- You have only FTP service on your IIS server and want to remotely administer the FTP
sites, how? Run WWW service
- How can you create multiple standard (default) web-sites? Assign
unique IP address
Braindumps:
- You currently store NNTP files in a single virtual directory on a single RAID 5 disk
array. How can you improve performance?
- Create additional virtual folders on the single disk array
- Create additional virtual folders on multiple disk arrays
- Move the virtual folders location onto a non RAID 5 disk
- Something, something, something
My Answer: A
- You configure multiple sites on a IIS 4.0 server. Both sites share the same IP address,
Home Directory and TCP port. DNS entries have been set up that point each FQDN to the IP
address. However, when users try to go to the 2nd web site they can not access
it?
- Configure HOSTS files on the server
- Configure HOSTS files on the clients
- Configure the clients to use DNS
- Configure site 2 to use a Host Header
My Answer: D
- You administer a NNTP server. How can you enable searching capabilities?
- Install and configure Index Server
- Something, something, something
- Instruct users to use the search features of their client newsreader
- Newsgroups cannot be searched
My Answer: A
- You have an IIS installation, which has only FTP, how can you configure the FTP site
remotely?
- Enable the WWW service
- Allow anonymous connection to FTP
- Set up Winnt Challenge login
- Something, something, something
My Answer: A
- You have a server set up with three different web sites. When users issue a query, they
receive non-relevant info or unreachable links, fix?
- Create indexes for the three different servers
- Limit user rights
- Something, something, something
- Something, something, something
My Answer: A
- You have 2 servers, what's the easiest way to change the IP ports on the 200 sites
contained at those locations???????
- Use Inet Server Manager to change individual ports
- Inet Server Manager HTML to change individual ports
- Write a VB script and run it on both sites
- Write a VB script and run it on one site
My Answer: C or D
- Host headers for IP addresses should be placed?
- At the HOSTS file on the NT server
- LMHOSTS file on he NT server and clients
- Placed in the WINS (where DNS entry would go)
- Something, something, something
My Answer: A
- You set up three intranet web sites and them to use headers. How do users find them.
- Install modified HOSTS file to the server
- Install modified HOSTS file to all the clients
- Install modified LMHOSTS file to all clients
- Modify the WINS server
My Answer: B
- You want to get the most performance out of your IIS server. What is the best way to
secure ensitive directories?
- Enable SSL only when required
- Enable SSL all the time
- Use the client certificate
- Move SSL directories to a separate PC
My Answer: A
- Which options would require multiple certificates?
- Server hosting web sites for multiple companies
- Server has links to servers in different domains
- Something, something, something
- Something, something, something
My Answer: A
- Site server reports hourly on the web site, some IP's are not logged, why?
- Because it's set up to discard open visits on the turn around
- Set up to commit open visits
- Can't resolve client IP's to HOSTS
- Client have invalid IP
My Answer: A
- Requirements for SMTP???????
- NTFS
- FAT
- TCP/IP
- NetBios
- Host to IP
My Answer: B, C, D
- What is the easiest way to find how many 32K objects have HTML extensions?
- Site Server
- Import a log file to an excel spread sheet
- Use the NT Explorer to search the web site DIR
- Use FTP
My Answer: A
- How can you maximise performance with SSL?
- Increase CPU
- Add more RAM
- Faster HD
- Something, something, something
My Answer: A
- You must find all unfiltered files
- @unfiltered = TRUE
- @contents = unfiltered
- Run srchenu.exe
- List noise word file
My Answer: A
- SMTP, 3 servers, how can you secure a route?
- PPTP
- SSL
- Something, something, something
- Something, something, something
My Answer: SSL
- You're running ISAPI and CGI scripts. You move these to a virtual directory and assign
permissions. What must you do so that those users can run both?
- Stop and start WWW
- Stop and start MCC
- In Internet Service Manager assign read permissions for the scripts virtual directory.
- In ISM, assign execute permissions for WWWRoot directory
My Answer: A
- You discover that the average reading of a local queue length is 60. How can you improve
this?
- Increase NTFS cache size
- Increase connection timeout
- Decrease local retry queue length interval
- Decrease remote queue max hop count
My Answer: C
- You import 2 log files per day. You have > 900 users accessing your site. You want to
reduce import time and resolution time. What should you do???????
- Increase cache period of IP lookups for importing log file
- Decrease cache period of IP lookups for importing log files
- Increase IP address timeout resolution time
- Decrease IP address timeout resolution time
My Answer: B, D
- You have a high no of NOT FOUND errors on your web site, why?
- Wrong virtual directory configuration
- Wrong permissions for anonymous account
- Excessive traffic on network segment
- Errors in HTML code on pages
My Answer: C
- You have two sets of users. Some access your NNTP site via a local intranet, some
externally via intranet. The external users have browsers that cannot use NT
Challenge/Response. How do you set up your site for secure access for both Internet and
Intranet users?
- SSL
- NT Challenge/Response plus Anonymous
- Basic Autentication
- Something, something, something
My Answer: A
- You have a web site that integrates data in text files with data stored in SQL. You want
to index all data of the text file. You want to query the text file and the SQL database.
- Write a PERL script
- Write ASAPI applications that indexes the text files, queries the resulting index and
then uses SQL to query the SQL database
- Write a CGI script that executes an index server query and queries the SQL database
- Write an ASP that uses index server query language and that users SQL extensions to
index server to query SQL
My Answer: D
- What permissions must you give to a virtual directory containing IMAGES.GIF/JPEG?????
- Execute permissions
- Read permissions
- Do not change permissions
- Something, something, something
My Answer: A