70-78 IIS Questions
Number of Questions: 55 | Required Passing Score: 727/1000 | Time
Allotted to Take Exam: 90 minutes
You have a 500MB corpus, how much free disk space does Index server require to index?
200MB (40%)
You have one IP address and two virtual servers how do you do it?
Host Header(and DNS/WINS)
You have two virtual servers how do you do it?
Host Header, Two IP addresses(and DNS/WINS)
?You have 64MB of RAM and 64MB of virtual memory. You want to improve Index server performance, so you increase the cache, but performance decreases, why?
The cache is now using virtual memory; More Index server cache is residing on the Swap file
You want to save your entire website and all links off it to your laptop, what do you use?
Site Server Express - on Site Copy tab on Mapping URL Prop.
You want to determine all files on your website which are greater than 32K?
Site Server Express (Content Analyzer)
You change the port number of your FTP site and try to connect to it and can't why?
You are trying to connect with the default port number
You setup an expiration policy on NNTP to expire artiles older then 7 days and a size of 500MB. When do artiles expire?
When any articles in a group are older then 7 days they expire and when the size of the group exceeds 500MB the oldest articles expire
- understand what the policies can apply to (my question explicitly stated that the expire policy applied to the entire server - not a particular newsgroup) and that both criteria apply: If the file exceeds the particular size, the oldest messages are deleted (regardless of age). As they exceed the maximum age, the are deleted regardless of file size. Remember that expiration policies are set for a newsgroup not for individual articles.
?ISAPI threads are increasing and taking up too many resources.
Run each application in its own memory space
Add more memory
Where are MIME mappings stored?
METABASE
You need to change the port of 200 web sites, what it the quickest way to do this?
Use the WSH on one site
You enable SSL on a virtual directory. A user is complaining that they can not see any files, but you can. What do you do?
Install an SSL capable browser on the client.
You have a seperate directory for each client and they are only allowed to access their own directory. What it the best security method?
Client certificates.
?Managers have access to a special directory. Mary is promated to manager, but she can not access the directory. Mary has the same permissions as Bill, who can access the directory. What do you need to do so that Mary has access?
Stop and restart the WWW service/ if she is not added to Managers group add her(question may say she is). Really depends on how question worded.
You install IIS on a Win95 machine and want to use Index server, what do you need to do?
Upgrade to NT Server
?You are behind a firewall and want to administer an IIS server with HTMLA, what port does the firewall have to let through.
RPC listener port
HTMLA uses a random port on install use that port
John set up 3 Anonymous logins to IIS with different passwords and suddenly nobody can access the sites. They are using NT authenticated logins.
John did not change the passwords in NT to match
You had 50 MB of data that index server was tracking. You add 100 more and users complain it is too slow. What do you do?
force master merge
You have 3 web sites running on one IIS server. When a user uses index server to do a query, he gets data back from all of the web sites. What do you do?
index for each site or Use scope in the .idq file
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://
?You have an IIS with SMTP server and two branch offices with IIS backboned together over the internet. What should you implement in order to insure secure communications.
SSL between sites for sure. PPTP maybe if a choice then yes.
?You've grouped together all CGI scripts and ISAPI apps into the scripts folder and assign execute rights to the folder. Afterwards, the ISAPI works and the CGI doesn't.(or ISAPI doesn and CGI does)
assign execute rights for the folder as well. needs to have NTFS rights on folder. NTFS should match what is in IIS prop. Also IUSR must have rights or other user. Must see options and original question. (read for CGI, Execute for ISAPI)
?Configuring a web site for CGI and ISAPI with execute rights in the \scripts directory (where the cgi and isapi files are placed). But cannot read the Isapi files why?
?Allow Execute rights on NTFS -The choices were something to do with read on ntfs for directory, or execute rights on ntfs, or read access on directory, or stop and restart the service
?You set up an FTP site and set up a virtual directory and set the listing to UNIX. Afterwards, not all users can access it.
Set listing styles to MS-DOS
?You set up three intranet web sites and set them to use headers. How do users find them.
Modify the WINS server (or DNS)
Requirements for SMTP-choose 3
NTFS, TCP definite. DNS if no other choice
Site Server Reports Hourly on Web site, some ips are not logged
because it's setup to discard open visits on the turnaround
You have a PERL script setup on one server, you move it to another server but it does not work, what else is required?
Perl interpreter installed on the other server.
You have a web site you want to secure so that just managers can see it. Which service should you use?
a) Certification Server
You have an ISAPI app that managers use (worthless.dll). Rose became a manager and was added to the managers group but it still does not work, why?
Stop and restart services depends on answers given.
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 companies domain?
Masquerade domain?maybe this one<--I think this one need proof
What's the easiest way to find how may 32K objects that have HTML extensions.
use webmap and do a search (Site server express quick search)
You have 2 servers (NY and Ontario), what's the easiest way to to change the IP ports on the 200 sites contained at those locations?
write a VB script and run it on one site
You want to get the most performance out of your IIS server. What is the best way to secure sensitive directories?
Enable SSL only when required- maybe a similar question where upgrade cpu because SSL is cpu intensive
What's contained in the METABASE (multi answer)
Virtual dir. security
website home dir.
As a litmus test: if having the setting in the metabase would not speed up performance of the server as it deals with people browsing the server, then it is there
Becky logs onto a sensitive web site and is set up to use Basic Authentication. What is Encrypted?
nothing is encrypted (aa-none, basic-scramble, c&r- enc)
Which options would require multiple certificates?
Server hosting web sites for multiple companies
Server has links to servers in differnt domains
You are on Server2 and set up a virtual directory to \\Server1\stuff. An error message 'Directory inaccessable, unable to login' comes up after setting up.
User has insuffcient rights
Server is in a different domain- therefor no user!
?You have an NNTP news server set up on a RAID 5 array. You want to improve performance.
a) Break NNTP up into many virtual folders
b) Break NNTP up into many servers/many arrays
would say a
The only place I could find any information on virtual directories in NNTP was in the MS IIS Training Kit(Chapter 8, page 134). In half a page it states that breaking the NNTP directory into multiple virtual directories will improve performance. However, it also states, "There is no advantage to creating virtual directories on the same physical disk at the home directory". Therefore, if you are going to create more virtual directories they should be created on separate physical disks.
Now RAID 5 (disk striping with parity) uses at least three physical disks, which act as one logical disk. My belief (read not sure about this) is that since everything gets striped across those 3+ disks at once then it probably acts the same as one physical disk for NNTP performance purposes.
The question specifies a single directory and a single array. To me this does not imply anything about other arrays being available or not, just that NNTP is presently on a single array. So I have no problem saying multiple arrays are possible. Here is the sticky part though. Performance should increase by doing answer A if the RAID 5 is not treated as one physical disk since it is presently in only one directory, but performance would increase even more by doing answer B regardless of the outcome of the RAID 5 status.
?Kathy gets onto a web site which is configured to access an SQL database. She is givin an error [OBDC ERROR] unable to validate user (Login???).
Kathy has insufcient rights
?You configure you web page to access an SQL database. When trying to access, you get the error 'unable to find resource'
a) OBDC drivers not config'd
You need to configure three intranet Web sites. How to segregate?
Host Headers
Three separate IPs, modify DNS *if only one answer
Raul needs to change the IIS default web site on the road from his 95 laptop, how?
MMC (HTML)
You have an IIS installation which has only FTP, how can you configure the FTP site remotely?
enable WWW-need iisadmin also
You set up a script on the server. It works for some users but not others, the directory is set up for read access.
Need Script/Execute, NTFS for correct users or IUSR acct.
What's the "Local Retry Queue Length"?
SMTP Server's object (Performance Monitor)-It is the amount of time between attempts the SMTP server makes to deliver an email message. There is a setting for LOCAL and REMOTE found on the Delivery Tab. I believe the default value is 60 minutes (might be wrong).
Want to do a search of unfiltered documents:
@unfiltered = True;
You are logging WWW with text logging and you want to know where to find the number of page hits?
in the log file
You want to decrease the amount of RAM that index server uses. 2 options:
decrease size of word lists
decrease # of word list?
You access a web page and you want to use Site server to download the web page and all its links. Do you set up site server to download by specifying url name or the physical directory?
URL
There are 2 domains Sales and Marketing (no trust specified). IIS is running on Sales1 in Sales and wants to index something on the Marketing1 server in Marketing.
Create an account on marketing1 that can be accessed from Sales
?stm extention (bin files from your application) conflicts with server parsed html-documents
a.) modify MIME mappings text/stm
b.) modify MIME mappings text/html
they say a. Depends on question. I think it means that the stm app should call stm files up but browser is currently doing it. so a would be correct in this case.
" . ODBC Error 80004005" LOGIN FAILURE.
The user has insufficient right to access the database.
" . ODBC Error 80004005" General Network Error.
Due to heavy use the database has been recently moved to another server.
" . ODBC Error 80004005" SOURCE NAME NOT FOUND OR NO DEFAULT DRIVER FOUND.
Incorrectly configured Data Source Name (DSN).
LOGIN FAILURE GENERAL NETWORK ERROR Can not find Name Space and no driver defined.
dsn not configured.
Change DNS domain to .com from .edu on all of your sites. How?
WSH, or just DNS manager depends on question
Host headers for IP address should be placed ?
Will need to be where clients can access so WINS/DNS or if you have a lot of time host/lmhost on all clients
Aallow a range of IP addresses 192.168.0.96 - 192.168.0.127 Subnetmask: 255.255.255.224, deny all others.
a.) 192.168.0.0, 255.255.255.224
b.) 192.168.0.96, 255.255.255.192
c.) 192.168.0.96, 255.255.255.224
d.) 192.168.0.127, 255.255.255.192
My answer was c.)
Create an FTP-site named « COMPANY » . Create a virtual directory « PUBLIC » in the COMPANY FTP-site. Refer for the virtual directory to
a. HYPERLINK \\\\win951\\public\\plans
b. \\win951\public\plansB. Must refer to it by UNC name I assume a is http
Is there a link between total request queue length & the hop count ?
Dont think so. Queue length is how many times before message is undeliverable hop count is how many hops befor server not found. Then again maybe so.
Can you use queries to search for content on NNTP, or do you have to connect to Microsoft NNTP Service and request a list of available newsgroups ?
Index Server
What is the advantage (or disadvantage) when your home directory is located on a RAID5 disk, multiple virtual directories are created on a single RAID5 disk, or that virtual directories are located among multiple RAID5 disks ? ? ?
when multiple virutal directories r distributed among RAID5 this will yield faster reading access to the directories
The SQL Logon failed. Can this be due to a user not having the appropriate SQL permissions or NTFS permissions ?
SQL he would not have gotten that far if NTFS was bad
What is the function of Site Server Express Content Analyser?
The site server express is an analysis tool to help u better momnitor/troubleshoot ur server. The content analyzer points to faulty links in the server tree, which is visaully displayed
?What permission(s) must be given to virtual directories containing IMAGES.GIF/JPEG..?
Someone said exe but I think read if it is just images.
You import 2 log files per day. You have >900 users accessing you site. You want to reduce Import time & resolution time. What should you do?
Increase cache period of IP lookups for importing log files. Decrease IP address timeout resolution time. (this one will increase import but you will miss changes so definitely the first one before this one)
In a company prior to DNS, HOST access was used. Now some users - mainly those using HOST access to accessing files on the intranet - complaining they cannot access the remote sites on the internet anymore. What can be done about this problem?
they should be configured to use the DNS
?We are expriencing 6 local query retry daily. How to increase the performance.
decrease the local query retry interval and increase the incoming mail timeout. - Another possible answer is to increase the timeout setting??? Agree with decrease l.q.r.i
What are the minimal requirements for Index server?
Hardware same as IIS:
50m486,16,50mb vga req
p90,32-64m,200mb,svga recPlus:
3-12mb disk depending on languages
free disk of 40% of corpus
NTFS recommeded for security
3 Sites require Host Headers Summaries, Use Index server or Site Server?
Site Server
You want to have web pages with the extension HTMH, how do you add this so users can access.
text/html MIME setting
You've configured a virtual directory called "White horse". After doing so, some people cannot access it.
Change name to Whitehorse
?How to configure IIS to require Multiple security certificates?
Couldn't find much on this either, mainly due to the word 'Multiple' in the question (could that be an added word). It is much tougher without the possible answers. However, a couple of possibilities from my studies are: Enabling certificate use under the Directory Security Tabà Key Information and; Policy Module in the Certification Server mentioned on page 180 of the MS IIS Training Kit
What are SMTP smart host headers?
A device capable of routing messages over a direct or less costly connection. Also, the provider from which you get your Internet connection so that you're not transmitting your data across the Internet. Instead, you are transmitting it to the ISP who forwards it on.
?How to improve SMTP performance?
decrease message sizes allowed, decrease the update/retry interval, move badmail folder to another directory
500 users connect to IIS server. Half connect using intranet other half connect using the internet. The internet users do not have browsers that support challenge response authentication. You want to ensure secure communications among all users at all time
ssl
You want to connect to a virtual directory using friendly computer names:
WINS server for name resolution & Configure DNS for name resolution. Could be HOSTS or LMHOSTS if they are on clients.
DNS is not enabled and you want to connect to a virtual directory "home" on Server1 with IP address w.x.y.z what do you use at the URL address: http://w.x.y.z, http://server1/home, ftp://???, http://www.server1.com/home
http://server1/home (ip would be correct but it does not have the folder)
You setup a web site on your intranet. Clients use different browsers. When some clients try to access pages they receive an error message like "Error 402 (I can't remember the number), Browser does not support required encryption meth
Site is using NT Challenge/Response authenication method
You configure multiple sites on a IIS 4.0 server. Both sites share the same IP address, Home Directory and TCP port. DNS entires 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 t
Configure Site 2 to use a Host Header
You administer a NNTP server. How can you enable searching capabilities
Install and configure Index Server
Trouble with slow access on IIS computer. Discover via performance monitor that the server has low processor usage and high network bandwidth usage. What should you do?
Add RAM
Add another network adapterThink it is Net adapter
Discover that the average reading of local retry queue length is 6. How can you improve this?
Decrease local retry queue length interval
Your web site uses virtual directories on 4 servers. You want to create a summary of all images on your site. How?
Generate images report from site server express.
You have a high no. of not found errors on your web site. Why? (choose 2).
· Wrong virtual directory configuration.
. Wrong permissions on anonymous
· Excessive traffic on network segment.
· Errors in HTML code on pages
a&c if choose 1 then a
one reaches files on browser but another can't
install SSL capable browser on client
create own custom errors?
properties of website Custom errors tabs and assign errors to created files
Connect to a virtual directory on a Netware server.
I chose create iusr_computername account onNetware server and assign appropriate Netware rights
You've implemented DNS. You have 3 virtual webs. You change the IP address of your IIS server. Clients cannot now access.
I chose change DNS entry for IIS server
You have a company web called "Company" (or whatever) with it's home directory as c:\inetpub\company.
You put some image files in c:\inetpub\company\images. User complain that they can only access the images in the home directory. You look at the link and find you cannot access http://company/images/image1.gif
Look at the example. What should you do?
The example is a MMC screen shot, it shows the Virtual Directory "Images" as c:\inetpub\wwwroot\images
This had me confused for ages until I realised that the virtual directory IS NOT the same one that the images were put into: The Virtual Directory is c:\inetpub\wwwroot\images but the directory you put the files in is actually c:\inetpub\company\images. So the answer is to remove the virtual directory.
Your SMTP users are complaining that it takes too long to get "Undeliverable" messages back - it takes 48 hours. How can you reduce the time taken? (Example shows Retry attempts=48, retry time = 60 (minutes))
Reduce retry time or retry attemps
You have two domains. Domain A and B. You are the administrator of domain a and Wins and DNS are enabled on you domain. You want to be able to access computers on domain B by using the computer name. What do you do? (Choose three)
My answer was to set up a trust, add to the local admins group and something else? got to see answers.
?Downloading files to a laptop, creating a 'map' of files from an IIS server with multiple remote virtual directories. Just understand it's capabilities and services.
When you add an extension .DOC in the MIME setting, where does this information store?
Metabase
What are two methods to monitor the performance of Index Server?
1) Performance Monitor and 2) .IDA script.
?Which of the following methods are used to secure SMPT service (choose all).
Answer: 1) SSL identity verification, 2) NT Challenge/Response, 3) Reverse DNS lookup, 4) IP address and domain name resolution.(???ip and domain restriction )
You want to install IIS to support an Intranet Web Site for the sales, marketing and accounting department of your company. All client browsers support Host Headers.
Install IIS on 1 NT Servers; implement NTFS security; implement Host Headers
A web site that integrates data in textfile 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.
A - Write a PERL script
B - Write ISAPI application that indexes the text files, queries the resulting index and then uses SQL to query theSQL database
C - Write an ASP that uses Index server query language and that users SQL extentions to Index server to query SQL
D - Write a CGI script that executes an Index server query and queries the SQL database
I think C
How do you prevent a group of PCs from accerssing the web site?
By denying access to the network number and subnetmask
Web Site configured to allow only a group of IP addresses to access it. The set-up was: 192.168.0.96 (Sub Mask 255.255.255.224). What range of addresses allowed?
192.168.0.96 - 192.168.0.127
?You suspect that there is a CGI script running on this server that is not releasing threads. What should you do?
A Use Perf. Monitor to monitor the threads\threads state counter
B.Stop and start the WWW service of your IIS computer
C.Use Perf. Monitor to monitor the IIS globe cache fault headers counter.
D.Use Event Viewer to monitor the application faults.A or C but not sure which. C doesn't exist but maybe something different on test, A just shows if it is running or not. Maybe A because you want to see if it is constantly running.
Which IIS computer configuration setting are stored in the Metabase
Answer: All
?You want to configure a web site that integrates data and text files that are on the web site with data that is stored in the SQL Server Database. You want to index all of the data in the text files by using MS Index Server. You want to query the text files in the SQL Server. You then want to publish the results in a single web page. What should you do?
A.Write an Active Server page ASP script that uses the standard Index Server query language to query the catalogs of the users SQL extensions
to Index Server to query the SQL Server Database.
B. Write a partial script to query the Index Server on the SQL Server Database.
C. Write a ISAPI application that indexes the Index Server Query the results and index then use SQL to query SQL Database.
D. Write a CGI script that extends execute an Index Server Query and requires the SQL Server Database.
You want to create a virtual directory for your web site that points to the directory on a NetWare server. You define the virtual directory by using a UNC path that points to a directory on the NetWare Server, you configure Read access permissions on the Script permissions for the virtual directory. You find that you are unable to read the files on a Netware Server by using the virtual directory. What should you do?
Create an IIS ISUR computername account. On the Netware Server configure the appropriate Netware file permissions.
?You enable DNS for host name resolution on all of the client computers prior to using DNS on all your clients computers. Use HOSTS files for name resolution, you now change an IP address on your IIS computer. You use host headers to identify web sites on your IIS computer. Users report that some of their clients computers are unable to access the web site or the IIS computer. These client computers were able to access the web site prior to enabling DNS. What should you do?
Change the DNS entries to the IIS computeR
You plan to install IIS on a MS Windows NT computer. You want to host multiple web sites. You have a single IP address that is available for your IIS computer. What should you do?
Configure host headers for each web site. Use DNS to map them all to the same IP address.
You are the administrator of IIS network site for the Finance Department of your company. You disabled anonymous access to the IIS computer. The Finance Department accepts numerous personal changes. You must ensure that security is maintained. You want to minimize the amount of time it takes to enable and disable browsing for servers and individual users in the Finance Department . What should you do.
Assign the Finance user group permission for your Finance Department files
You configure a MS NNTP Service to provide access to
newsgroups for 400 users. Half of the users access the newsgroups by using your intranet.
The other half uses it by accessing the newsgroup by using the internet. Internet users
access the newsgroup by using readers that do not support MS Windows NTCR Authentication.
These users all have the same access privilege on the same newsgroup. How should you
configure security so that you can provide security access to both the internet and
intranet users?
Configure SSL client authentication for all users. Require SSL client authentication.
You use Internet Service Manager to administer a web site and Server in Sales you want to change the administrator port for the internet service manager HTML to 3359. What should you do?
Change the TCP/IP port number for that administrator web site to 3359
You are an administrator of a Web site that runs ISAPI applications named...MS to support an internet web site for the Sales. Marketing and Accounting Depts. of your Company. All of the client computers in each of these departments use a web browser that support Host Headers. The requirement for each department is shown as follows.
Sales Marketing Accounting Unique host names Integration of SQL
Database
Unique host names Virtual Directory
Support
Unique host names File level security
What should you do?
Install IIS on MS Window NT Server Computer. Implement NTFS File Security. Implement Host Headers to provide a unique URL. (Only NT handles Host Headers)
You install MS SMTP service. Users report that it takes up to
48 hours to receive unrelated messages notification. You want users to receive
undeliverable messages notification in shorter amount of time. What should you do?
Decrease the retry interval to 30 minutes