IIS 4.0 (70-087)
1. How to decrease the amount of memory word lists take up.
Decrease the size of word lists
Decrease the number of word lists
3. How do you speed up NNTP on a RAID 5 array ?
Create additional virtual folders on MULTIPLE arrays (PCAGE verifies this)
5. If you want to administer through a firewall
RPC listener port
6. You have 3 web sites, do a query, and get results from all of them...
Use Catalogs
7. You had 100MB of data, added another 50MB in the last 2 hours, going slow, how would you fix?
force a master merge
8. How do you change the ports on 200 sites, contained on 2 servers at different locations?
Write a VB script, and run it on ONE side
9. Site server reports hourly on a web site, some ip's are not logged ..why?
Log File Rotation is set up to discard open visits
Log File Rotation is set up to store open visits for next import
10. From monitoring SMTP, you find the average local retry queue length is 6, how would you improve performance for the SERVICE?
Decrease the average local queue retry length.
11. You want users to be able to search for contents in your newsgroups, how would you do this?
Index Server
12. What permissions do you need to give to a virtual directory containing .GIF/JPEG files?
READ
13. Where are the IIS MIME types stored?
The Metabase
14. You import 2 log files per day, have >900 users accessing your site, how would you speed up import time?
Increase the cache period of IP lookups for importing log files.
15. What tools can be used to monitor performance of Index Server?
Performance Monitor
.IDA script
16. Change port of FTP to 32153, and then you cant connect from another PC?
A PC trying to use default port.
17. Want to do search of unfiltered documents?
@ unfiltered = True
18. You have 500MB of corpus, how much free space does Index Server require for indexing?
200MB ( 40% )
You have 64MB of Ram and 64MB of virtual memory. You want to improve performance of index server, so you increase performance of cache, but performance decreases, WHY?
cache is now using virtual memory.
Install IIS on Win 95 and now want to use Index Server, what do you need to do?
Upgrade to WinNT Server.
You set up expiration policy on NNTP for 7days or when it reaches 500MB for all notes, when does it expire?
If file exceeds the particular size, the oldest documents delete regardless off age. If a document hits 7 days, it deletes regardless of size.
10. You grouped together all CGI scripts and ISAPI apps into same script folder and assign execute rights to the folder. Afterwards ISAPI works and CGI doesn't, why?
restart WWW service
11. PERL set up on one server and u move it to another server, what is required to make it work?
add perl interpreter
12. Optimize performance on a server with SSL, how?
Use SSL only when needed or upgrade CPU if SSL is required on all directories.
13. Mary was promoted to MGR, MGRs have special access to a folder, but Mary can't access it. She has same perms as Bill does and he can access it. What to do for Mary to access?
stop and start WWW services.
What to use to find objects over 32k ?
site server express content analyzer Load Size over 32K.
15. You have a laptop and want to download whole website, how?
site server express
17. Want to reach PC on other side of firewall, how?
RPC listener port.
19. You have two untrusted domains, Marketing and sales, IIS is running on sales1 in sales and wants to index something in Marketing 1. What do you do to allow this?
Set up a trust or else the machines must be in the same domain.
20.Two web sites...same IP address and TCP Port, what do you do to reach 2nd site?
add host header to 2nd site.
21. Change .edu to .com, what to do to change extensions?
ASP scripts.( VB scripts )
22-24. 3 OBDC errors....
General Network--- server has moved
Logon failure--- wrong perms for database
Source Name not found or no Default Driver found--- incorrectly configured DNS
25. Install IIS with FTP only on it. How to administer with web browser?
enable WWW
27. Need to run HTMH extension, what to do?
use MIME to text/htm
You want to create custom errors, how?
Edit existing file or create file and then go to custom errors on properties tab.
29. Performance monitor shows high bandwidth and low processor usage. What do you do?
add NIC
30. Company with web site and a virtual directory. Images placed on both,
but can only see web site images. What do you do using MMC to correct this
problem?
???????
31. Want user-friendly names to access site, What do you use?
DNS and WINS
32. Deny access to 192.168.0.96-192.168.0.127 ?
address 192.168.0.96 subnet mask 255.255.255.224
33. stm extension(bin files from your application) conflicts with server
parsed html documents ?
modify MIME mappings text/htm.
35. Where to find hits to your web site.
%systemroot%\system32\LogFile
36. You have 50MB of data that Index server is tracking, and u add another 100 more and users complain its to slow, what to do?
force master merge
37. Want to configure all websites to same standard for your company, how?
WSH
38. Two sets of users access your site, some intranet and some internet.
The external use browsers that cannot access WinNT Challenge, how do u set
up your site for access to both ?
basic auth.
39. Users complaining it takes to long to get back " undeliverable" messages, how can you reduce the time taken?
reduce retry time.
40. One client can't reach web site but another can with web browser ?
install capable browser.
42. U set up FTP site and virtual directory, then set listing to UNIX. Afterwards not all can access it, why?
stop and restart FTP site
44. What would require multiple certificates ?
server hosting web site for multiple companies
45. U want to enable logging of your web site with the lowest available overhead ?
normal text log.
46. Which of the following methods are used to secure SMTP service ( choose all) ?
1) SSL identity verification 2) NT Challenge/ Response 3) reverse DNS lookup 4) IP ADD and domain name.
47. Want to take away anonymous form folder and only allow one person access, how ?
Take away anon in MMC and assign NTFS perms to folder.
48. Asked to take away anonymous rights from a site... However it had nothing else configured for permissions.
disallow anonymous.
49. ISAPI apps taking up to many resources, how to decrease # of threads?
Run in separate memory address space
50. With performance monitor you run a log over two weeks, U find a high number of " NOT FOUND ERRORS." Why??? (choose two)
1) anonymous account 2) excessive traffic on network
51. You have directories on 4 servers, you need a summary of images. What
do u use?
site server express content analyzer
52. You have separate directory for each client (and access to there own directories), HOW ?
certificate client
(2) Host headers for IP address should be placed?
The host file on the client. Or on a server for the client to download.
(3) you have configured a virtual directory called on your server called "White House". After doing so, some people cannot access it. What should you do?
Change name to Whitehouse . (Remove the space.)
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 setup that point each FQDN to the same IP address. However, when users try to go to the 2nd web site they open up the site. What do you do?
Configure Site 2 to use a Host Header.
You have one IP address and two virtual servers how do you do it?
Host Header and host name resolution
Q: Your Domain name is currently set to one of you subsidiaries, How do you get SMTP mail to appear it is coming from your real companys domain?
Masquerade domain
Requirements for SMTP?
TCP/IP, NTFS, Host name resolution.
SMTP, 3 servers, how can you secure a route?
PPTP
SSL
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?
Decrease cache period of IP lookups for importing log files
Increase IP address timeout resolution time
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 an ASP that uses index server query language and that users SQL extensions to index server to query SQL
1. You are preparing to install Index Server onto your server that will index 321,000 documents. What is the recommended amount of Ram you should have installed?
128-256
When the amount of information in a Word List goes above the limit of the index server's set value, what type of index does the cached information go into?
shadow index
7. You want to host three web sites on a single IIS computer. Ten users will need to be able to access each of the web sites.
windows 95
8. You want to connect to a virtual directory using NETBIOS computer names. What TCP/IP service would you install?
use WINS server for name resolution
13.You have two virtual servers. How do you configure them? (Choose two)
Custom HTTP headers
Two IP addresses
15. You want to install IIS to support an intranet web site for the SALES,ACCOUNTING, and MARKETING department of your company. All of the client computers in each of these departments use web browsers to support host headers.
The requirements for each department are:
Sales Accounting Marketing
unique name unique name unique name
secure directory secure directory secure directory
install IIS on one windows WinNT server computer, implementing NTFS security and host headers to provide a unique URL for each department.
22.You are the administrator for an ISP. The ISP supports a variety of web sites on a single IIS computer. You went to one of the web sites and received the following error: http:// Access forbidden-This virtual directory requires a browser that supports the configured encryption option. What does it look like the problem is?
the web site is using SSL
24.You suspect that there is a CGI script running on this server that is not releasing threads. What should you do?
Use Perf. Monitor to monitor the threads\threads state counter
25.You want to include only the files that are on the directory structure and that are currently referred by a NT HTML file on your web site. What do you do?
Copy the files using the MS site Server Express mapping the URL
26.You publish 100 web pages that show several common elements. These web pages are updated 3 times a day. You want to minimize the effort required to modify the elements that are common to all the web pages. What should you do?
Use Server side includes. Include directives in the HTML files
30.You configure your NNTP server to provide access to newsgroups for 400 users. Half of the users access the newsgroup from the intranet, the other half access the newsgroup from the internet. Your internet users access the newsgroup newsgroup through browsers that don't support challenge/response authentication.
how should you configure your security? (choose two)
allow anonymous user account
configure NT permissions
32. You are the administrator of a web site for Donor Textiles. The home directory for Donor Textiles is c:\inetpub\Donortextiles.
You place half of the images in the c:\inetpub\donortextiles\images\directory. Users report that only the images located in the hoe directory are displayed when they access the web site. You discover that one of the images that does not display is reference by a link to:
http://donortextiles/images/image1.gif
What should you do to correct the problem?
Remove the images virtual directory from the web site
2. Your web site has a virtual directory which use UNC path to connect to a NetWare server. You use IUSER_ComputerName to connect to it. Assign read permission to the virtual directory in MMC. But access being denied when try to connect. What to do?
Create the same account in NetWare as IUSER_ComputerName
3. You have make all client computers to use DNS. Before they are using HOSTS file. After that, you change the IP address of the IIS server. Some clients then report that they cannot connect to the web server.
add an entry of the IIS server to the DNS
8.requirement to run Personal Web Server?
win95
WinNT 4.0 workstation
22.how to read .HTMH files as html?
MIME setting: .HTMT -> text/html
27.decrease Process/Thread count?
add more RAM
which files use to output query?
.htx (.htm file is for the users query parameters, .idq is used for the search, and .htx is used for the query results.)
36.basic authentication. whats encrypted?
neither data nor password
40.to improve smtp performance? (choose 3 )
decrease message size, decrease retry interval, and disable dns reverse lookup
1. John set up 3 Anonymous logins to IIS with different passwords and suddenly none can access the sites. What to do?
John didnt change passwords in NT to match.
You have a URL off of a page to another page. You now change the contents of the second page to have information you want to secure with SSL. How do you change the URL to signify this change after you have added the SSL?
https://
SnapIns and Windows configuration is stored in .msc. All other IIS properties are stored in the Metabase.