· Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of...

48
- All IIS 4 Questions from Braindump Heaven Compiled into One - 1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists 2. SMTP Requires: * DNS, NTFS, TCP/IP 3. How do you speed up NNTP on a RAID 5 array ? Create additional virtual folders on MULTIPLE arrays (PCAGE verifies this) 4. Error 402 : browser does not support required encryption method Challenge / Response is being used. 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? (got this in exam :) * 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 (Fight with www.pcage.com if you don't believe me .. their test has the explanation) 9. Site server reports hourly on a web site, some ip's are not logged .. why? * Site server does not commit open connections until closed.. :) 10. From monitoring SMTP, you find the average local retry queue length is 6, how would you improve performance for the SERVICE (I noticed this in the exam) * 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. * ENABLE WWW + INDEX SERVER .. NOT use the search feature in their readers. 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 - You can bitch all you want.. it's in there... the confusion is with the Win95/NT mime types (file associations) which are stored in the registry.. like .AVI - which opens with Media player... this however has NOTHING to do with IIS 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 (not 100% sure) .. that's what I put in the exam... 15. What tools can be used to monitor performance of Index Server? * Performance Monitor * .IDA script Question 1 The sales dept frequently uses files that are located on a web site named company. The documents are located in the c:\company\documents directory. The names of files are computer.doc, company.doc, markinfo.doc & strategy.doc. Use MMC to create a FTP site named docs. Configure docs to access the c:\company\ documents directory.

Transcript of   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of...

Page 1:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

- All IIS 4 Questions from Braindump Heaven Compiled into One -

1. How to decrease the amount of memory word lists take up.* Decrease the size of word lists* Decrease the number of word lists2. SMTP Requires:* DNS, NTFS, TCP/IP3. How do you speed up NNTP on a RAID 5 array ?Create additional virtual folders on MULTIPLE arrays (PCAGE verifiesthis)4. Error 402 : browser does not support required encryption methodChallenge / Response is being used.5. If you want to administer through a firewall* RPC listener port6. You have 3 web sites, do a query, and get results from all of them...* Use Catalogs7. You had 100MB of data, added another 50MB in the last 2 hours, goingslow, how would you fix? (got this in exam :)* force a master merge8. How do you change the ports on 200 sites, contained on 2 servers atdifferent locations?* Write a VB script, and run it on ONE side (Fight with www.pcage.com ifyou don't believe me .. their test has the explanation)9. Site server reports hourly on a web site, some ip's are not logged ..why?* Site server does not commit open connections until closed.. :)10. From monitoring SMTP, you find the average local retry queue lengthis 6, how would you improve performance for the SERVICE (I noticed thisin the exam)* 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.* ENABLE WWW + INDEX SERVER .. NOT use the search feature in theirreaders.12. What permissions do you need to give to a virtual directorycontaining .GIF/JPEG files?* READ13. Where are the IIS MIME types stored?* The Metabase - You can bitch all you want.. it's in there... theconfusion is with the Win95/NT mime types (file associations) which arestored in the registry.. like .AVI - which opens with Media player...this however has NOTHING to do with IIS14. 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 (not100% sure) .. that's what I put in the exam...15. What tools can be used to monitor performance of Index Server?* Performance Monitor* .IDA script

Question 1The sales dept frequently uses files that are located on a web site named company. The documents are located in the c:\company\documents directory. The names of files are computer.doc, company.doc, markinfo.doc & strategy.doc.Use MMC to create a FTP site named docs. Configure docs to access the c:\company\documents directory.Question 2You want to specify access to the default web site for IP address that range from 192.168.0.96 through 192.168.0.127.Use MMC to make the necessary configuration changes.Question 3You are the admin for an IIS computer. You want to log activity and performance on your default FTP & Web site.Use MMC to configure IIS logging to automatically open a new log file when the file size reaches 4MBQuestion 4

Page 2:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

Your default web site allows 1,000 concurrent connections. You want to provide users with web access to a local directory c:\docs\public. You want to limit the number of users who can simultaneously access to 10.Question 5You want a custom error message for users on your default web site who are denied access to your IIS computer. You create a custom error number 404 which is located at c:\custom\error404.htm.Question 6You have configured a web site named customer support to allow anonymous access.Use MMC to deny access to a specific client with IP address 172.30.124.189Question 7You want to provide access to your FTP site named company. The directory is located on a users Windows 95 computer \\win95\public\plans.Use MMC to configure a virtual directory named public with appropriate connection settings.Question 8You want to configure access to the default FTP site so that FTP listens to port 15723Use MMC to make the necessary settings.Question 9You have two separate content directories named c:\inetpub\wwwroot & d:\webpub. You want to configure your IIS computer so that this content is available as two virtual servers. You have bound two IP addresses to the NIC, you have also added DNS entries.Use MMC to create two virtual server wwwroot with IP address 172.31.255.201 pointing to c:\inetpub\wwwroot, and webpub with IP address 192.168.01.253 pointing to d:\webpub.

1. When user does a query on a website with 3 VD on it and gets back datafrom all 3 instead of one, what to do?A. create catalog for each site.2. Word lists take up to much memory, what can you do to increasepeformance?A. decrease word lists and decrease size of wordlists3. Change port of FTP to 32153, and then you cant connect from another PC?A PC trying to use default port.4. Want to do search of unfiltered documents?A. @ unfiltered = True5. You have 500MB of corpus, how much free space does Index Seerver requirefor indexing?A. 200MB ( 40% )6. You have 64MB of Ram and 64MB of virtiual memory. You want to improveperformanc of index server, so you increase performance of cache, butperformance decreases, WHY?A. cache is now using virtual memory.7. Install IIS on Win 95 and now want to use Index Server, what do you needto do?A. Upgrade to WINNT Server.8. You set up expiration policy on NNTP for 7days or when it reaches 500MBfor all notes, when does it expire?A. If file exceeds the particular size, the oldest documents deleteregardless off age. If a document hits 7 days, it deletes regardless ofsize.9. NNTP news server set up on RAID 5 array with one disk, how to improveperformance?A. set up multiple directories on multiple arrays.10. You grouped together all CGI scripts and ISAPI apps into same scriptfolder and assign execute rights to the folder. Afterwards ISAPI works andCGI doesn't, what gives?A. restart WWW service11. PERL set up on one server and u move it to another server, what isrequired to make it work?A. add perl interpretor 12. Optimize performance on a server with SSL, how?A. Use SSL only when needed.13. Mary was promoted to MGR, MGRs have special access to a folder, butMary can't access it. She has same perms as Bill does and he can access it.What to do for Mary to access?A. stop and start WWW services.14. What to use to find objects over 32k ?A. site server express content analyzer.15. You have a laptop and want to download whole website, how?

Page 3:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

A. site server express16. You are experiancing 6 local retrys per day, how to increaseperformance?A. decrease local retry intervals 17. Want to reach PC on other side of firewall, how?A. RPC listener port.18. Where are MIME settings kept ?A. metebase19. You have two untrusted domains, Marketing and sales, IIS is running onsales1 in sales and wants to index something in Marketin 1. What do you doto allow this?A. make Marketing1 part of sales domain.20.Two web sites...same IP address and TCP Port, what do you do to reach2nd site?A. add host header to 2nd site.21. Change .edu to .com, what to do to change extensions?A. ASP scripts.( VB scripts )22-24. 3 OBDC errors....A. General Network--- server has movedLogon failure--- wrong perms for databaseSource Name not found or no Default Driver found--- incorrectlyconfigured DNS25. Install IIS with FTP only on it. How to administer with web browser?A. enable WWW ( my test had start www )26. You have two log files for >900 users, what to do to reduce resolutionand import time?A. increase cache period of IP lookups for importing log files.27. Need to run HTMH extension, what to do?A. use MIME to text/htm?28. You want to create custom errors, how?A. create file and then go to custom errors on properties tab.29. Performance monitor shows high bandwidth and low processor usage, whatgives?A. add NIC30. 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 thisproblem?A. ??????? ( check host header? )31. Want user friendly names to access site, What do you use?A. DNS and WINS32. Deny access to 192.168.0.96-192.168.0.127 ?A. address 192.168.0.96 subnet mask 255.255.255.22433. stm extension(bin files from your application) conflicts with serverparsed html documents ?A. modify MIME mappings text/stm.34. Domain name to appear as two ?A. masquerade name.35. Where to find hits to your web site.A. log file.36. You have 50MB of data that Index server is tracking, and u add another100 more and users complain its to slow, what to do?A. force master merge.37. Want to configure all websites to same standard for your company, how?A. WSH38. Two sets of users access your site, some intranet and some internet.The external use browsers that cannot access WINNT Challange, how do u setup your site for access to both ?A. basic auth.39. Users complaining it takes to long to get back " undeliverable"messages, how can you reduce the time taken?A. reduce retry time.40. One client can't reach web site but another can with web browser ?A. install capable browser.41. How to compensate the impact of SSL ?A. upgrade CPU.42. U set up FTP site and virtual directory, then set listing to UNIX.Afterwards not all can access it, why?

Page 4:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

A. stop and restart FTP site.43.What are two methods to monitor performance of INDEX server ?A. 1( performance monitor 2) .ida script44. What would require multiple certificates ?A. 1) server hosting web site for multiple companys 2) server has links toservers in different domains.45. U want to enable logging of your web site with the lowest availableoverhead ?A. normal text log.46. Which of the following methods are used to secure SMTP service ( chooseall) ?A. 1) SSL identity verification 2) NT Challange/ Responce 3) reverse DNSlookup 4) IP ADD and domain name.47. Want to take away anonymous form folder and only allow one personaccess, how ?A. Take away anon in MMC and assign NTFS perms to folder.48. Asked me to take away anonymous rights from a site... However it hadnothing else configured for permissions....Instructor said to do just wahtthey ask for and not to fix anything.A. Just disallow anonymous.49. ISAPI apps taking up to many resources, how to decrease # of threads?A.You can't decrease # of threads required by an application withoutprogramming the app. You can however configure it to run in a shared WAM rather than its ownmemory space. This will save one thread ( the WAM ) and use less resources.50. With performance monitor you run a log over two weeks, U find a highnumber of " NOT FOUND ERRORS." Why??? (choose two)A. 1) incorrect perms for anonymous account 2) excessive traffic onnetwork.51. You have directories on 4 servers, you need a summary of images. Whatdo u use?A. site server express content analyzer.52. You have separate directory for each client (and access to there owndirectories), HOW ?A. certificate client.53. You have two users ( NY and Ontario ), whats the easiest way to changethe IP ports on 200 sites contained on these locations ?A. VB scripts on both sites.

1. Simulation questions are very easy. (just remember to stop and re-start the service's) Dont worry about switching back and forth between the question and the MMC, just resize the MMC and move it down so you can see the question! (left click in the title area and drag it down).2. There was a few questions that delt with TCP/IP and Trusted domains.Dont learn the subnetting tables that everyone keeps talking about, (a complete waste of time). If you cant figure out subneting without a calculator than you have bigger problems than this exam to worry about. Maybe it would be a good idea to take the TCP/IP exam first. The domain questions were straight forward.3. All three ODBC errors, gimmies!4. Where are MIME setting stored? In the Metabase for sure.5. Word list are taking up to much memory? Decrease/decrease.6. Unfiltered docs, Query with @unfiltered=true7. Had a question that said users complain that your site is slow. Performance monitor said CPU usage was minimal but your network bandwidth is full. I think the answer was and another NIC.

(1) Create a FTP virtual directory for c:\docs and c:\forms and haveupload/downloadrights and download rights respectively(2) Disable HTTP keep aive(3) Set IP restriction for 196.0.2.96 255.255.255.254(4) Enable anonymous logging for FTP and disable it for WWW(5) Create two virtual web server for c:\inetpub\wwwroot and assign it toone IP address,and d:\webpage for another IP addressI can't remember the rest of the threeQuestions on exam==============(1) questions on ISAPI and CGI application.

Page 5:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

If CGI and ISAPI installed and only ISAPI can run but not CGI , why.Answer : Start/stop the services ( there is no other choice herealthought thebest answerr should be authenication related )(2) Host headers for IP address should be placed?the HOSTS file on the NT servers <--- ANSLMHOSTS file on the NT servers and clientsIn the WINS database(3) you have configured a virtual directory called on your servercalled"WhiteHouse". After doing so, some people cannot access it. What should youdo?Change name to Whitehorse <--- ans(4) A user tries to connect to a database via your company Web site andreceives the error "ODBC "General Network Error.."Due to heavy use database has been recently moved to another serverAnswer: right(5) You use an ODBC MS database. The data source not found ODBC Error80004005MS OLE ODBC Provider ODBC error drive ODBC Driver Manager data sourcenamenot found no default driver specified. What is the most likely cause oftheproblem?Data source is configured incorrectly <--- ans(4) There are two domains Sales and Marketing (no trust specified). IIS isrunning on Sales1 in Sales and wants to index something on theMarketing1server in Marketing. What should you do?Assign virtual directory on sales that point to marketing(5) You are behind a firewall and want to administer an IIS server withHTMLA,what port does the firewall have to let through?SSLRPC portHTMLA uses HTTP on a port chosen randomly at installation.Answer: RPC

You currently store NNTP files in a single virtual directory on a single RAID 5 disk array. How can you improve performance Answers resemble:A) Create additional virtual folders on the single disk arrayB) Create additional virtual folders on multiple disk arraysC) Move the virtual folder location onto a non RAID 5 diskD) something, something, something.I choose B because "the virtual directory is a directory on a local or remote disk drive that acts as the rrot of a portion of the newsgroup hierarchy. Virtual directories enable you to store newsgroup files on multiple disk drives.-Something like.....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 metAnswers resemble:A) SSL certificate on server is invalidB) Site is using NT Challenge/Response authenication methodC) Browser does not support SSLD) Something else....My Answer: I picked C because this ask is about encryption and NOTauthenication.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 tAnswers resemble:A) Configure HOSTS files on the serverB) Configure HOSTS files on the clientsC) Configure the clients to use DNSD) Configure Site 2 to use a Host HeaderMy Answer D

Page 6:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

-You administer a NNTP server. How can you enable searching capabilitiesAnswers resemble:A) Install and configure Index ServerB) SomethingC) Instruct users to use the search features of their client newsreaderD) Nothing, newsgroups cannot be searchedMy Answer: AWhere are MIME mappings stored?In the registryQ: You have one IP address and two virtual servers how do you do it?My answer: HOST HEADERQ: 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?a) Use Inet Server Manager to change individual portsb) Inet Server Manager HTML to change individual portsc) write a VB script and run it on both sitesd) write a VB script and run it on one siteMY ANSWER: CQ: You set up three intranet web sites and set them to use headers. How do users find them.a) Install modified Hosts file to the Serverb) Install modified Hosts file to all the clientsc) Install modified LMHosts file to all the clientsd) Modify the WINS serverANSWER: BQ: 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?a) Masquerade domainb) Smart host headerc) Domain name changeANSWER B

Practical: You must add an ASAPI DLL with an application name in MCC.

ASAPI Filters à Add à Give name and path of DLLYou can read out of the one directory (using WWW) but not out of the other one.

Directory Security à Anonymous Access à Anonymous account à Enter account detailsYou must limit connection time (limiting user and connection time not an option).

Performance à HTTP Keep alive EnabledCreate 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 downloadsThe 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

Page 7:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

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: AWhich 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

Page 8:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

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

Page 9:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

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

Here are some Questions.....The answers are all right!!....Planning: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?A.32B.64-128C.128-256D.256+Less than 100,000 is 32 MB of RAM100,000-250,000 documents , 64-128 MB of RAM250,001-500,000 is 128-256 MBover 500,000 documents is 256 MB or more is recommended.2. When the amount of information in a Word List goes above the limit of the index server's set value, what type od index does the cached information go into?a.master indexb.shadow indexc.word list indexd.information stays in the word list3.You install IIS4 on a windows 95 machine and want to use index server, what do you need to do?a.upgrade to NT serverb.upgrade to NT workstationc.upgrade to OSR2d.do nothing. you can use IIS as is on the windows 95 machine4.When do you need multiple digital certificates? (Choose two)a.When your IIS hosts virtual servers for multiple companiesb.When your virtual server is spread amoung many virtual directories accross various locationsc.When your IIS hosts virtual directories for the same company in one locationd.When your certificate server is installed on more than one server5.You need to change the port of 200 web sites, what is the quickest way to do this?a.create a script and run it at the IIS computerb.create a script and run it at each remote computerc.create a script and run it at the PDCd.create a script and run it at each the DNS server6. You need to change the TCP/IP "Port" of 200 web sites, what is the quickest way to do this?a.create a script and run it on the remote machines.b.create a script and run it on the PDCc.create a script and run it on the BDCd.create a script and run it on the IIS server7. 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.Which Microsoft operating system must you use on your computer?a.windows 3.11b.windows 95c.windows nt worstationd.windows nt server8. You want to connect to a virtual directory using NETBIOS computer names. What TCP/IP service would you install?a.use WINS server for name resolutionb.configure DNS for name resolutionc.use multiple DHCP serversd.unable DHCP on the clients9.You currently store NNTP files in a single virtual directory on a single RAID 5 disk array. How can you improve performance?a.configure multiple virtual directories on multiple drive arrays.b.configure multiple virtual directories on a single drive array.10. You want to get the most performance out of your IIS4 server. What is the best way to secure sensitive directories?a.enable SSL only when requiredb.enable SSL all the time

Page 10:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

11. You are the administrator for your company's web site and have been asked to set up a secure e-mail system using IIS4.Which of the following would you use? (Choose three)a.snmpb.smtpc.ssld.client certificate 12. You configure an Index server on a computer named Sales1. Sales1 is a member server in the Sales domain. You want to index documents on a computer named Marketing1. Marketing1 is a member server in the Marketing Domain.What must you do?a. Make Marketing1 a member of the Sales1 domain. (watch out for the way they phrase the answer....sales1 is the same as sales.....because in the answer they refer to the sales domain)13.You have two virtual servers. How do you configure them? (Choose two)a.Custom HTTP headersb.Two IP addressesc.install IIS on each serverd.install DNS and assign the same FQDN to two IP addresses14. You need to configured three intranet Web sites. What can you do to segregate them? (choose three)a.create one DHCP record, point all three sites to the same IP addressb.Host headersc.modify Winsd.three separate IP'se.modify DNS15. You want to install IIS to support an intranet web site for the SALES,ACCOUNTING, nd 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 Marketingunique name unique name unique namesecure directory secure directory secure directorya.install microsoft iis on three microsoft windows nt server computers implementing NTFS security. use a seperate computer for each department.b.install iis on one windows nt server computer, implementing NTFS security and host headers to provide a unique URL for each department.16.you want to connect to a virtual directory using friendly computer names. what would you use?a.configure WINSb.configure DNS for name resolutionc.configure DHCP on every computerd.configure DNS(if they ask for two then choose D aswell)17.In NNTP you want to show an address as a different domain name. How would you do this?a.use masquerade nameb.use alias namec.use name alias named.use domain alias name18. You have a PERL script setup on one server, you move it to another server but it does not work, what else is required?a.Perl interpreter needs to be installed on the other server.19.What information settings are stored in the Metabase?(choose two)a.IIS Help Filesb.Vitual Directory Settingsc.Website Home Directory Locationd.Microsoft Management Console Snap-In definitions.e.Microsoft Site Server Express Content Analyzer Toolbar Positions20.You have a document called .stm which is being read as an html document do you change the mime mapping of:

.text/stml mime

.text/html mime 21.You set up a web site on your intranet. Clients use different browsers. When some clients try to access pages they receive an error message like "Error 401.2, Browser does not support required encryption method..."

Browser does not support SSL

Page 11:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

Site using NT Challenge/Response authentication method 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 recieved 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?a.the web site is using SSLb.the web site is using Basic Authenticationc.the web site is using Anonymous connectionsd.the web site is configured with an incorrect IP address.23.You have a high number of not found errors on your web site. Why? (choose two)a.Wrong virtual directory configuration

b.Wrong permission for anonymous account

c.excessive traffic on network segment

d.error on HTML codes on pages 24.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.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?A. Copy the files using the MS site Server Express mapping the URLB. Copy the files using the FTP ServiceC. Copy the files using the MS Site Express mapping the file system 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?

A. Use Server side includes. Include directives in the HTML files

B. Rename the HTML files with ASC extensionsC. Create a common IDC file for all HTPL filesD. Create a HTX file that corresponds to each HTML page27.You have a ISAPI application that is slowly taking too many resources, how can you decrease the number of threads.a.add more Ramb.run each app. in a seprate memory c.install an ISAPI filter to validate users.28. Setup script on the server. Some can see and others not.Directory is set up for read access.a.execute aswellb.NTFS read for userc.NTFS execute for user29.Requirements for SMTP.(choose 3)a.NTFSb.FATc.TCP/IPd.NetBIOSe.DNSEncryptions:allow anonymous access- nothing is encyptedbasic athentication- nothing is encrypted but a clear tex password is askedNT Challenge/Response- password is encrypted30.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)a.allow anonymous user accountb.disable anoymous user account

Page 12:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

c.enable SSL for the browsers that don't support challenge/response authenticationd.configure NT permissions for the anonymous and user accounts31.You want to configure a web site that intergrates data and text files that are on a web site with data distribution on a Microsoft SQL server database. You want to index all of the data in the text files by using microsoft index server. You want to create a query the results of the text pages and publish the result on a single web page.What should you do?a Write a perl script that queries the index server to the SQL server database.b.Write an ISAPI application that indexes the text files, queries the resulting Index, and then uses theSQL server to create a SQL Server database.c.Write an ASP script that queries the Index Serverd.Write a DirectX script that queries the Index Server32. 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.gifWhat should you do to correct the problem?a.Remove the images virtual directory from the web siteThe Virtual Directory is c:\inetpub\wwwroot\images but the directory you put the files in is actuallu c:\inetpub\company\images. So the answer is to remove the virtual directory.

Some 'fresh' questions which I haven't seen before:1. You use a web browser to connect to a site and the error shows "http1.1 403, your browser don't support the required encryption"..a. the site is SSL enabledb. the site is NT Challenge/Password enabledc. other ...It should not be difficult if you have a try on it. But I really can't remember.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?a. UNC path should not be usedb. Create the same account in Netware as IUSER_ComputerNamec. Grant NTFS read permission to the sth...Really have no idea. I choose b3. 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. a. add an entry of the IIS server to the DNSb. add an entry of the IIS server to the HOSTS file of the clientc. remove the HOSTS file of all the client <-- it should be the answer4. You suspect the a CGI script has a dead thread. What to do?a. Use performance monitor to view IISGlobal sth...b. Use performance monitor to view Threads ... status..c. Restart the WWW servicesNo idea. But I think it is too serious to restart the service, I choose b.5. Your web site was accessed by some Internet and some Intranet user. Internet users using web browser which don't support NT Challange/Password method. How to establish a secure access to both kind of users.a. Use basic authentication for both kind of usersb. Use NT Challenge for Intranet user. Use SSL and give certificate to Internet users.c. Use SSL for both kind of users.Not sure what 'secure access' means. I choose b.6. You want the browser to treat .htmlh file as html file. What to do?a. Add MIME type for .htmlhb. Change the application extension mappings.I will choose b if it is about .stm. But I choose a here.7. Use query to query the SQL database and index the content in text file format. Shows the text in html files..a/b. Use SQL query to do sth...c. Use asp to write queries and use SQL queries to get info from SQL serverI am quite weak on Index server. Don't quite understand the question. But I choose c.8. You want to build standard web site for several departments in your company. What is the most efficient way?a. Use default web site to build the standard web sites.

Page 13:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

b. Use scripting tools to develop scripts to genereate standard web sites.I choose b here.9. You have put some images in the web site's home directory c:\home and some put in the c:\home\images directory. Some users report that some images can be loaded. It includes the "http://sitetest/images/image1.gif". The exhibit of MMC shows the below stuffs:Sitetest|___ "images" (virtual directory linked to c:\inetput\wwwroot)|___ "xxxx" (another virtual directory)What to do?a. Assign read permissions to the wwwroot directory.b. Remove the "images" virtual directory.I choose b here. ¡@

On with the questions: (this is my answer, pls double-check)...1.SQL error: login failed....=no sql permission2.SQL error: data source not found...=DSN not configured3.SQL error: general network failure ...=database server has been moved4.move isapi + cgi to another dir. set execute perm on new dir. user can access isapi not cgi?=grant READ permission5.NNTP on a single homedir configure on a single RAID5 array. Improve performance?=configure multiple dir on multiple drive array6.create summary of all images?=site server content analyzer7.port for over firewall administration?=RPC listener8.requirement to run PWS?=win95, winnt 4.0 wrkstation9.wordlist using too much memory. improve?=decrease word in list, decrease wordlist size10.MIME settings stored?=metabase11.index to include unfilthered items?=@unfilthered=true12.space percentage for corpus?=40%13.have 64mb memory. cretae virtual 64mb. indexing even slower?=cache is now in virtual memory14.move perl scripts to another server. Cant run?=installer perl intepreter at new server15.maria promoted. cannot access virt dir with execute perm. change maria right equal john who can access. still cant?=stop + restart web16.admin web site thru mobile laptop?=ISM html17.smtp to show parent company name?=masquerade domain18.find file over 32K?=site server content analyser ( maybe i should ans =using NT Explorer? )19.to use friendly names to access site?=choose WINS + DNS options20.marketing in different domain from sales. how to index? (no trust mention)=make marketing member of sales21.set home dir for a virt dir = \\Server1\sharedir. Virt dir to be created at Server2. Access error given. Why?=server1 and server2 in different domain22.how to read .HTMH files as html?=MIME setting: .HTMT -> text/html23.NNTP thru internet + intranet. internet user doesnot support NT Challege/Response. Create secure connection?=SSL thing?24.set up 3 intranet sites to use host headers. how to find them?=change HOST file at server25.create virt dir called "White Papers". some user cant access?

Page 14:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

=change name to "WhitePapers"26.install NNTP. search capabilities?=use index server27.decrease Process/Thread count?=add more RAM28.question on things kept in matabase?=choose all related with IIS settings29.which files use to output query?= .htx30. 3 dept, sales, marketiing, account (table given). how to install IIS?=install iis on nt server, implement ntfs, implement host header to provide uniq URL31.admin ftp site remotely?=enable www service32. 3 sites do query on index but get back from all sites. avoid?=create separate catalog for each site33.to change port setting for 200 site over 2 remote servers?=run vb scripts on both servera34.smtp requires ( 5 options give choose 3 )?=ntfs, fat, tcp/ip*, netbios name resolution*, host name to ip resolution*35.set a private site, use what authentication?=certificate server36.basic authentification. whats encrypted?=neither data nor password37.to get the most on security?=enable SSL only when required38.how to secure connection with client?=use SSL client certification39.when to use use multiple certification?=one server hosted several companies40.to improve smtp performance? (choose 3 )=decrease message size, decrease retry interval, disable dsn reverse lookup41.a server name Server1. create virt dir TechSupport. DNS disabled. how to access file in virt dir?=http://server1/techsupport42.make changes on anony password. then nobody can access?=enable sync with NT account43.after setting file list to unix, some user cant access?=change list back to msdos ( * or maybe i should choose stop/restart ftp service? )Thats all I can remember.

Thank you very much! Without this web site, It's impossible for me to pass all the MCSE exam in three months. I am really thank your help. I got some questions in my IIS 4.0 exam. I hope it would be helpful to others.1. When you browse an ASP on a web site, you got an error message: ODBC Driver error "80004005" Data source name not found and no default driver specified.A.ODBS driver not configuredB.database name is not configured correctlyC.data source name is not configured correctlyD. IIS computer cannot resolve the DNS name of the SQL server databaseMy Choice is : C 2. Which parameter listed below are store in metabase: (choose two)A. IIS help file locationB. Virtual directory security settingsC. Web site home directory locationD. MMC snap-in definitionsE. Site server express contentF. Analyzer toolbar positionsMy Chioce is: B and CBecause all the informations defined using MMC are stored in metabase, such as MIME, FTP and WEB directory settings, but the IIS appearance and its' help file location are defined in Registry.3. There are 100 web pages on a web site sharing common elements. If you are the administrator of this web site, and the web pages need to be updated three times every day, what is the most least administrative efforts way to maintain this web site?A. Create common .idc filled for all HTML filesB. Create common .htx file for all HTML filesC. rename all .htm files to .asp filesD. Use server-side include directives in the HTML fileMy Choice is: D (I have no idea whether it is right or not

Page 15:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

Be cautious. I marked all simulation questions as I went question by question through the exam. When I finished the normal stuff I then tackled the simulations. Once through the simulation I noticed that the review unanswered button was an option. There were two questions that were NOT ANSWERED even though I answered one after another during the test. Very strange.1. Simulation: You have copied .gif files to both the home directory and a subdirectory. Users can see the pics on the home directory but not on the subdirectory. You notice that the attempted access is Error! Bookmark not defined. (or something like that). This one threw me. It's probably very simple but all I could think of was MIME settings for .gif/htmlLet me know if you've got the answer.2. Alot of the questions on the exam are covered on this dump so I won't repeat. Most of the simulations were different than the Transcender examples. On one the SSL port was blank. Didn't know whether to fill it in (required?) or not. The Alt/Tab worked great and was a big help to flip between the simulation and the question. The simulation was quite responsive. Maybe they have improved it as others have reported it being rather slow.3. I used ExamCram IIS4, Transcender (for simulation practise) and the PCAge exam, but the most help came from right here.

The items on this brain dump are pretty thorough, and gave me a good idea of what was covered. The simulation items were NOT difficult if you have used the product. They covered very basic items for the most part. When you're working with the MMC, BE PATIENT. Browse whenever you can. Remember to START web services, as in ALL cases, the service or virtual directory had not been started. Simply close the window to return to the test. Either write down all of the information from the question, or ALT-TAB to go back and forth...but be careful with this, as my test almost locked up!!! Also, if you need to go back to a simulation question later, it will wipe all of the work you have done. Make sure you remember what you've done! I had about 8 simulation questions covering the following items...Setup/deny anonymous access for a particular WEB siteSetup/deny anonymous access for a particular FTP siteEnable/disable logging & setup anonymous access for FTP and WEB sitesSetup & troubleshoot password problems with the anonymous account (enable auto synchronize)Setup virtual directories for WEB and FTP sites with read and/or write access when given the path where the content is locatedGrant or Deny access based on a single IP address, or group of addresses (know your subnetting rules...what are valid addresses for the 255.255.255.224 subnet? Know how to name a network when given the range of addresses and the subnet mask)Disable HTTP keep alivesAs far as the other questions went, this is what sticks out in my mind...If you move a web site with Perl script to a new server, the Perl scripts no longer work. What is required on the new server?You have a web site that managers access. Mary has been promoted to a manager. She cannot access the site. - You need to give her NTFS permissions.You have a web site for which 50% of your users access from the Internet, the other 50% access from the Intranet. You want to use SSL. What is the BEST way to do this (using NTFS and Certificate server)?You want to find all web pages over 32K. What is the best way to do this? (Options given = File manager search, Export report to excel and search, ***Site Content Analyzer report***, Inet svc manager listing)How would you get a report of all files on your web site that are referenced by a hyperlink? (Again, basically the same options given as in previous question)How many machines are required to setup 3 web sites for 3 different departments. Each department has varying requirements for security to their site. Should the machine be NT Server, NT Workstation, or 95?When would you implement multiple certificates on the same server?Some question about Perf Mon and ISAPI content. What can you do to decrease the active thread count value? (Options given were increase ram, replace ISAPI with CGI scripts, ???, ???) (I'm sure I missed this one ;) )What kind of items are stored in a saved MMC desktop file? (Remember this is for Admin preferences only...this file does not save server specific options like security and virtual directory stuff)What kind of permissions are needed for scripts to execute (in IIS and NTFS)?Know some basic SQL connectivity errors and what would cause them. (Access denied, General network error, and some other one I can't remember)

Page 16:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

You want .htmf files to be an acceptible file type. Know how to make this a valid file type.

Simulations I Got:1. One I got asked to create a Virtual Directory, but it didn't tell me what Alias to use, so i threw that one out the window.2. It said you have a web site, and a home directory with the path blah blah blah, and another directory you use also to store graphics. Make it so that web site points to both of the directories to use. well i was stuck on this one (probably come to me later). What they wanted was the web site to point to two home directories, i couldnt figure it out, so #2 out the window.3. easy one, change the listing to unixQuestions1. Domain name to appear as two Answer-->masqurade2. the famous where to store mime settings Answer-->metabase3. find all files above 32k Answer-->site server4. change .com to .edu Answer-->absolutely no clue5. want to dowload web page with links, use url or physical mapping Answer--> I choose URL but not sure6. where to find hits Answer-->Log file7. got all three ODBC errors*login failed Answer-->user cant log to SQL*General Network Failure Answer-->SQL moved*Cant find blah blah Answer-->DSN configured wrong but double check8. perl cant run Answer-->perl interpreter9. 2 log files 900 users what to do to reduce resolution Answer-->I choose decrease cache lookup10.onfigure execute to vitual directory with cgi script in it, what to do? Answer-->I choose execute on ntfs, i noticed alot of people choose read but if you have a ntfs and web permisiion the most restrictive is the result and execute and read is read soit has to be execute and excute.11. need to run .htmh extension what to do? Answer-->modify extention on file, the other answer was use mime to text/htm and no other answers came close.12. want to create custom error message for two eroor numbers what to do? Answer-->I choosed create 2 files with error message in it. then map it to error code in MMC. 13. chick cant access .dll file but has proper permisions, what to do? Answer-->restart www service14. in perf mon processor looks good but bandwidth doesnt, what to do Answer-->I choose add nic cardThats all i can remember, just be ready for this test, it is very hard and the questions are worded in a strange way. Well gonna go south of the border and head down to Cabo San Lucas to celebrate and get very drunk!!!!!!!!!!!!May The Surf Be With You!

1. John set up 3 Anonymous logins to IIS with different passwords and suddenly noone can access the sites. What to do?> John didnt change passwords in NT to match.2. You had 50MB of dataq that Index server was tracking. You add100 more andusers complain its too slow. What to do?> reduce maxindex value3. 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 wrb sites. What to do?> unique IP address for each site4. You have a intranet company and in the finance area has docs that only finance should be able to see. You add new employ John to finance users group yet he still cannot log in. What to do?> give John NT permissions also5. You have a URL off of a pageto 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://6. How to ans the SQL Question? Know your errors and what they mean7. Which subnet masks is needed to allow access only to the IP addresses 192.168.0.96 until 192.168.0.127?> remember subnet Table........ 255.255.255.224 8. Create an FTP site named COMPANY. Create a virtual directory PUBLIC in the COMPANY FTP-site. Refer for the virtual directory to______?> HYPERLINK\\\\win951\\public\\plans9. Without any other data, which path to the home directory( or folder) do you have to fill in the box when creating th FTP-site <<COMPANY>>?> UNC name10. Is there a link between "total request queue length" & th "hop count"?

Page 17:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

> ???????11. When implemented SSL, what can you do to increase IIS server performance? More CPU or ADD RAM?> CPU12. When you access a SQL database, you receive a long"OLE\DBSQL\8012421" general network error message.... One of the solutions offered is change Named Pipes to TCP|IP sockets....> Remember named pipes operate on netbios protocol which is diff than TCP13. How can u create multiple (default) standard web sites?> assign unique IP addresses to ea. site14. You configured your FTP site access port 20962. Why do you get operation timed out when trying to connect on another PC using Correct IP addresses?> FTP-site default port setting is 2115. 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?> I think you can run direct queries, But not positve (check it out folks!!!!)16. What way is the best way to minimize server performance when writing to a log? Standard txt or compressed NTFS file?> s txt file17. What is the advantage when your home directory is located on a RAID 5 disk, multiple virtual directories r created on a single RAID 5 disk, or that virtual directories are located among multiple Raid 5 disks?> multiple virtual dir. r distributed among RAID 5 this will yield faster reading access to directories18. How can you index other domains remotely?> HTML mgr.19. The SQL Logon failed... Can this be due to a user not having the appropriate permissions?> Certainly. permidssions are a must( remember must have both NTFS & SQL and remember most restrictivr applies)20. You want to downlod copied files from laptop.... Which tools mentioned below can be acquired?a. use NT EXPLORERb. site server express systemc. use correct site server express URL parameters> NT EXPLORER21. What is function of SITE SERVER EXPRESS URL parameters? >an analysis tool to help u better monitor or troubleshoot ur server.22. To be able to use SMTP , you have to use which of the following? a. TCP|IP b. SMTP on fatc. server hostnames for Ip address resolution is available> I think a and c.... not sure about b ( again crack the books on this one)23. What permissions must you give to virtual directories containing IMAGES.GIF/JPEG..?> execute permission24. Do the virtual directory settings and the MMC snap-in definitions belong in METABASE?> Only IIS settings 25. How can you reduce inport and resolution time?> ??????( increase HTTP keep alive time..... CRACK THE BOOKS AGAIN!!!!!!)26. U configured your browser to access SSL files, you copy prior created files into a SSL-directory .. What do you start browsing with???> https://27.Is it necessary to start, stop and or pause the simulation site before creating or after uv created it in MMC during exam?> I have not taken exam yet, but you need to make sure that the IIS is running and if not you need to start it, and dont forget when u alter or create additional services(FTP-WWW) u need to save the settings. Norm when when you close MMC it asks y if you to want to save 28. How do you prevent a group of PC’s from accerssing the web site?> by denying access to the network number and subnetmask29. Change the port to 20,600. Users cannot open an ftp connection....why???> Users must have new port30. Find objects over 32K. What to use??> Site Server31. Have a perl script and move it to another PC. Wont work, WHY?> Install perl interpreter on new machine32. Optimize performance with server using SSL?> require SSL only when necessary33. Change DNS domain to .com from .edu on all your sites. HOW?> ????????????(crack em books folks!!)34. Host headers for IP addressess, still doesnt work...why?> make entries in host file

Page 18:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

35. Whats contained in Metabase?> IIS stuff.......NOT NOT NOT site server or index server36. Where are MIMES located?> METABASE37. In NNTP you want to show address as a different domain name?> masquerade name38. Configuring a web site for CGI and ISAPI ( not I slap you) with executive rights in the \scripts directory( where the cgi and isapi files are placed). But cannot read the isapi files..... WHY???> read and write required on NTFS ( not sure on this????)39. You are logging WWW with text logging and you want to know where to find the number of page hits?> da log file40. Word lists are taking up to much memory, what do you do?- 2 options> my ans would be by using SHADOW INDEXES and or MASTER INDEX41. Using MMC how can you decrease # o finactive connections with out decresing users?> performance tab- "keep alives" click off to drop inactive connections, bandwidth throttling and performance tuning

Q. You install IIS on a W95 machine and you want to use Index Server, what do you do?A. Upgrade to NT server (not workstation)Q. You are using SSL and you want to improve the performance of your IIS server.A. Upgrade to a faster CPU as SSL is CPU intensive.Also, another question asked the same thing and the answer this time was to put only what needed to be encrypted in the SSL directory because SSL is CPU intensive.Q. You want to remotely administer a web site with the ISM HTML, what should you use?1. SSL2. FTP3. RPC listener ports <<<<<<4. stupid thingsSince they did not have a choice of "the random port assigned upon installation" the only obvious answer is RPC listener ports since the RPC port is the port assigned upon installation.Q. You have a document with an extension of .stm and you want it to be read as an .htm file, do you change the MIME mappings of:1. stm <<<<<<2. .htmSince you want to read the .stm as a .htm file you need to map the first to the otherQ. You administer a NNTP server and you want readers to be able to search for content, do you:1. install Index server<<<<<<<<2. something dumb3. allow users to use the search capabilities on their browsers4. do nothing as newsgroups can't be searched NNTP works really well with index server so 1. is the answerQ. Oh the famous three ODBC questions. Listen up here because everybody gets these questions. The questions go something like this:1. A user tries to connect to a database via your company website and receives the error "ODBC ..." LOGIN FAILUREA. If it's a LOGIN FAILURE then the user doesn't have the permissions to access the SQL database.2. A user tries to connect to a database via your company website and receives the error "ODBC ..." General Network ErrorA. If it's a GENERAL NETWORK ERROR then the database has been moved.3. A user tries to connect to a database via your company website and receives the error "ODBC ..." SOURCE NAME NOT FOUND OR NO DEFAULT DRIVER FOUNDA. If it's a SOURCE NAME NOT FOUND OR NO DEFAULT DRIVER FOUND then either the wrong DSN is being used to access the remote SQL server (never use a "user" DSN) or the wrong driver has been specified.You need to go to this URL for the answer to these three questions:http://support.microsoft.com/support/kb/articles/q183/0/60.aspQ. You group together some ISAPI and CGI scripts in a "scripts" folder and assign execute permissions to the folder but users still can't run the CGI scripts, why?A. You need to assign the read permission as well.Q. A user tried to reach a web page that is HTTPS and can't, why?A. Using a web browser that doesn't support SSL.Q. You want all mail coming from www.domain.com to appear as though it came from www.home.com, how?A. Use a masquerade domainQ. You want to see a listing of all unfiltered documents

Page 19:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

A. run the command "@unfiltered=true"Q. From monitoring SMTP you find the average local retry queue length is 6, how can you improve the performance of SMTP server?1. increase the cache2. increase the local queue length3. decrease the local queue length<<<<<<<<4. various stupid answersThe answer is 3.Q. You have only FTP service on your IIS server and you want to remotely administer the FTP sites, how?A. You need to start the WWW serviceQ. You set up an expiration policy for NNTP to expire articles older than 7 days and when the group reaches 500MB in size, when do articles expire?A. When an article is 7 days old and when the group reaches 500MB then the oldest articles expire.Remember that expiration policies are set for a newsgroup not for individual articles.

1. You have three offices, each with an SMTP server connected via the internet. How do you secure them?a. SSLb. restrict by ip addressc. some buffooneryd. more nonsenseI think I picked a, but I'm not too sure.2. You want to publish the company newsletter to 500 users so that they can search the last six months by keyword. How?a. NNTPb. WWW and Index Serverc. smoke signals or some bs

The Braindumps were most useful - thanks to Robert for this site and all the people for there hints. The best you can do is study the braindumps an try to answer it yourself - many answers are wrong, even mine :-)Q: allow 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.224b.) 192.168.0.96, 255.255.255.192c.) 192.168.0.96, 255.255.255.224d.) 192.168.0.127, 255.255.255.192My answer was c.)Simulation: configure ISAPI Filter "My Filter" C:\Docs\Myfilter.dll in default WebQ: maximize performance with SSLa.) increase CPUb.) add RAMc.) faster HDd.) something else with HDMy answer was a.)Q: find all unfiltered Filesa.) @unfiltered=TRUEb.) @contents=unfilteredc.) run srchenu.exed.) list noise word fileMy answer was a.)Q: with performance monitor watching the Local Retry Queue Length you see that the average reading is 6 per 24h (or somthing like that). How can you increase performance?a.) increase NTFS cache sizeb.) increase incomming connection timeoutc.) decrease local retry queue intervalld.) decrease remote queue max hops countMy answer was c.)Q: with performance monitor you run a log over 2 weeks. you find a high number of "Not Found Errors". Why? (choose 2)a.) incorrect virtual directoryb.) incorrect permission for the anonymous accountc.) excessive trafic on the networkd.) errors in HTML-code pagesMy answer was b, cQ: you have virtual directories on 4 server. you need a summary of images. What do you use?

Page 20:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

a.) indexserverb.) ISMc.) NT Explorerd.) Site Server Express Content AnalyzerMy answer was d.)Simulation: ISAPI take a long time. minimize the number of open inaktive sessions without limiting total number of users or timeout My Setting was: disable keep aliveQ: two times per day you import logfiles with Usage Import, Report Writer. There are > 900 Users. reduce import time and resolutiona.) increase cache period of IP lookups for importing log filesb.) decrease cache period of IP lookups for importing log filesc.) increase the IP address timeout resolution timed.) decrease the IP address timeout resolution timeMy Answer was a.)Simulation: You have a default web site, one IP address defined. Create a Web Site "Hiabuv Toys" Home: C:\Infobusdata\Hiabuv URL: http://www.hiabuvtoys.com . Use Host HeadersQ: Custom ErrormessageMy Answer was: Create Files, spezify URL in the Web siteQ: HTMLA over firewall:a.) NBTb.) SSLc.) NNTPd.) HTTPSe.) RPC listener portMy Answer was e.)Q: stm extention (bin files from your application) conflicts with server parsed html-documentsa.) modify MIME mappings text/stmb.) modify MIME mappings text/htmlc.) modify Application extention mapping for serverside include directives and rename the nescessary filesd.) associate files with .stm extention with Inetmgr.exeMy Answer was a.)Q: SMTP, 3 Server (1main, 2 remote). route secure- PPTP- SSL ?- can't rememberQ: SMTP return the name of your parent domain- Masquerade

Q: 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.A: A - Install IIS on 3 NT Servers; implement NTFS security; seperate computer for each departmentB - Install IIS on 1 NT Servers; implement NTFS security; implement Host HeadersC - Install IIS on 1 NT Workstations; implement NTFS securityD - Install IIS on 3 Win95 computers; implement share-level securtityMy answer: BQ: You enabled DNS on all clients. Prior using DNS, all clients used HOSTS. You use Host headers. Some clients of problems ( of course they have - that why we get those damned questions <- sorry for that )A: A - Change DNS entry for the IIS computerB - Change DNS entry for each web siteC - Change HOSTS file on the IIS computerD - Delete HOSTS file on the clientsMy answer: DQ: 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: A - Write a PERL scriptB - Write ISAPI application that indexes the text files, queries the resulting index and then uses SQL to query theSQL databaseC - Write an ASP that uses Index server query language and that users SQL extentions to Index server to query SQLD - Write a CGI script that executes an Index server query and queries the SQL database My answer : I had no idea. I answered C. Maybe, maybe not - who knows and who even cares. Questions over questions.

Page 21:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

Q: You have 3 Web sites, one IIS and 10 users will need to be able to access each site simultaneously. What do you install ?A: A - Windows 95B - Windows 3.1C - Windows NT ServerD - Windows NT WorkstationMy answer: CQ: The old one concerning the NNTP site and the possibilty of indexing it. My answer: Install Index server, because it is possible to index Newsgroups ( see MOC )Q: Users reports that it takes 48 hours to receive undeliverable message notifications. How to decrease time ?A: A - Decrease retry interval to 30 minutes ( prior settings was 60 minutes, as shown in a MMC screenshot )B - Increase max numbers of retries to 60C - Implement DNS reverse lookupD - Select LOCAL as the message queue type on the SMTP site tab. My answer: A

SIMULATION QUESTIONS VIA MMC (I had about 8 questions):I. Increase performance without decreasing the number of user connections or connection timeout. My answer: enable HTTP keep-alives (increase bandwidth throttling if it is enabled). II. Create virtual directories (both WWW and FTP) via the MMC.III. Enable keep-alives connection for a certain site via the MMC.IV. Enable Windows NT Challenge-Response via the MMC.V. Create an FTP virtual directories with its physical location at a shared network via the MMC. VI. Change the default port of an FTP site in the MMC. 1. "…. ODBC Error 80004005" LOGIN FAILURE.Answer: The user has insufficient right to access the database.2. "…. ODBC Error 80004005" General Network Error. Answer: Due to heavy use the database has been recently moved to another server.3. "…. ODBC Error 80004005" SOURCE NAME NOT FOUND OR NO DEFAULT DRIVER FOUND.Answer: Incorrectly configured Data Source Name (DSN).4. When a user uses Index Server to do a query, she gets data back from all of the web sites. What should you do?Answer: Create a catalog for each site (Index Server).5. When you add an extension .DOC in the MIME setting, where does this information store?Answer: Most likely answer is in the Registry(HKEY_LOCAL_MACHINE\software\classes\MIME\databases\contenttyp); however, MIME setting can also be set in the MMC (thus it may also stored in the METABASE).6. Word lists are taking up too much memory, what do you do to increase performance? (Choose 2).Answer: 1) Decrease size of word lists 2) Decrease number of word lists.7. You change the port number of your FTP site and try to connect to but can't. Why?Answer: You are trying to connect via the default TCP port (21). 8. You have an IIS installation that has only FTP, how can you configure the FTP site remotely? Answer: Enable WWW.9. Want to do a search of unfiltered documents?Query with @unfiltered=True.10. You have a 500-MB corpus, how much free disk space does Index Server require to index?Answer: 200 MB (40% of the corpus).11. You have 64 MB of RAM and 64 MB of Virtual Memory. You want to improve Index Server performance, so you increase the cache, but the performance decreases. Why?Answer: The cache is now using Virtual Memory (hard drive swap). 12. You install IIS on a Windows 95 machine and want to use Index Server, what do you need to do?Answer: Upgrade to Windows NT Server.13. You need to change the port of 200 web sites, what is the quickest way to do this? Answer: Use WSH.14. You setup an expiration policy on NNTP to expire articles older then 7 days and a size of 500 MB. When do articles expire? Answer: If the file exceeds that particular size, the oldest messages are deleted regardless of age. As they exceed the maximum age, they are deleted regardless of size. 15. What's the "Local Retry Queue Length"? Answer: SMTP Server's object (Performance Monitor)16. You have an NNTP news server set up on a RAID 5 array. You want to improve performance. Answer: Create multiple virtual directories on the same array.17. You've grouped together all CGI scripts and ISAPI applications into the same script folder and assign execute rights to the folder. Afterwards, the ISAPI works and the CGI does not work. Answer: Assign read rights for the folder as well.

Page 22:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

18. You have a PERL script setup on one server, you move it to another server but it does not work. What else is required?Answer: Perl interpreter installed on the other server.19. How can you optimize performance on a server using SSL?Answer: Require SSL only when necessary.20. You enable SSL on a virtual directory. What do you do? Answer: Install an SSL-capable browser on clients.21. Managers have access to a special directory. Mary is promoted to manager, but she cannot access the directory. Mary has the same permission as Bill who can access the directory. What do you need to do so that Mary has access?Answer: Stop and Restart WWW service.22. You want to find all objects over 32K. What do you do?Answer: Site Server Express.23. You are logging WWW with text logging and you want to know where to find the number of page hits?Answer: In the log file.24. You want to save your entire web site and all links off to your laptop, what do you use? Answer: Site Server Express.25. You want to determine all files on your web sites which are greater than 32K, what do you do? Answer: Site Server Express. 26. What are SMTP smart host headers? Answer: 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. 27. We are experiencing 6 local query retries daily. How to increase the performance.Answer: Decrease the local query retries interval and increase the incoming mail timeout.28. How to compensate the impact of SSL encryption? Answer: Upgrade the CPU.29. What must you do to remotely administer a Web site behind a firewall? Answer: RPC (I came across this on some reading materials). 30. You are a subsidiary company with an FQDN of www.small.com; your parent company's FQDN is www.big.com; what would you do to ensure the subsidiary company return email address is using the parent company's FDQN?Answer: Masquerade Domain.31. You are logging WWW with text logging and you want to know where to find the number of page hits?Answer: In the log file. 32. Where are MIME settings stored?Answer: MIME is stored in the Registry at the following path:(HKEY_LOCAL_MACHINE\Software\classes\MIME\Database\ContentType.Answer: MIME is also stored in the Metabase via HTTP Headers tab (Metabase > MIME Maps).33. There are two untrusted domains Sales and Marketing. IIS is running on Sales1 in Sales and wants to index something on the Marketing1 server in Marketing. How would you accomplish this?Answer: Make Marketing1 part of Sales Domain.34. You set up an FTP site and set up a virtual directory, then set the listing to UNIX. Afterwards, not all users can access it. Why?Answer: Start and restart FTP site.35. What is the easiest way to change the IP ports on the 200 sites at various locations?Answer: W S H.36. What are two methods to monitor the performance of Index Server?Answer: 1) Performance Monitor and 2) .IDA script.37. Which options would require multiple certificates?Answer: 1) Server hosting web sites for multiple companies; 2) Server has links to servers in different domains.38. You want to enable logging of your web site. What option should you choose to allow the lowest processing overhead?Answer: Normal text log.39. You configure multiple web sites on an 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 the 2nd server, they can't. Why?Answer: Configure Site 2 to use a Host Header.40. 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.

Q: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?

Page 23:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

A: force Master merge. Q: Want to do a search of unfiltered documents: A.. @unfiltered = True Q. You want to configure all web sites for your company to the same standard. How? A. Use Windows Scripting Host(?) The old favourite: Q. Word lists are taking up too much memory A. I chose Decrease Size of Word Lists ad Decrease Number of Word Lists, but I still don't know whether it was correct. Q. Connect to a virtual directory on a Netware server. A. I chose create iusr_computername account onNetware server and assign appropriate Netware rights Lots on ISAPI/CGI. Q. You've implemented DNS. You have 3 virtual webs. You change the IP address of your IIS server. Clients cannot now access. A. I chose change DNS entry for IIS server - You could change DNS for Virtual servers, change Host files or Delete old Host files, but this seemed more likely. Q. 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 A. 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. Q. You have two sets of users. Some access your NNTP site via a local intranet, some externally via Internet. 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? A. There were 2 options for SSL, one for NT Challenge/Response plus Anonymous, one for Basic Authentication I chose Basic Authentication but I'm still not entirely happy... Q. 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)) A. Reduce retry time

You must take a look at the braindumps on this site. The following are "gimmies": 1) 3 SQL/ODBC errors. a) Login Failed - bad SQL permission to access database b) data source name error - unable to find data source c) General Network Error, please check your Doc. - Heavy use server has been moved 2) firewall mentioned? - RPC listener port 3) access FTP remotely? - enable WWW 4) ISAPI and CGI implemented, CGI still doesn't work? - assign read access 5) Index server on Win95? - Upgrade to NT Server 6) wordlists too mauch memory - decrease/decrease 7) MIME mappings - registry 8) FTP site port number to 20962 and access to it fails? - trying to access with dafault port 9) question with indexing and @unfiltered = true as a choice? - pick it 10) 500MB corpus? - 200MB required 11) 64 RAM and 64 cache? - cache is now using virtual memory 12) NNTP on RAID5? - spread virtual directory across single drive array 13) Implement SSL on server? - enable SSL only when necessary (CPU intensive) 14) question involving PERL - install PERL interpretor on other server 15)one reaches files on browser but another can't - install SSL capable browser on client 16) permissions problems after changes? - stop and restart WWW service 17) where to look, logging WWW (MMC exhibit) - in the log file 18) save website to laptop - Site Server with URL 19) SMTP server to appear as parent company - Masquerade domain

Page 24:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

20) Website files over 32K - Site Server Content analyzer 21)low processor usage and high net bandwidth in Perf Mon? - install new NIC 22) use friendly names to acces sites? pick two - WINS and DNS, not DHCP 23) question with denying access 192.168.0.96-192.168.0.127- start address 192.168.0.96 subnet mask 255.255.255.224 24) create own custom errors? - properties of website Custom errors tabs and assign errors to created files 25) administer index server in other domain? - Make Marketing1 part of Sales domain 26) 500M size limit and 7 days expiration in NNTP? - 7 days will expire. Also When entire group is >500, older message will expire. 27) HTMH to associate with html? - HTMH --> text/html MIME setting Tips: Absolutely nothing on Transaction server! Didn't encounter any simulation that wasn't previously posted.

1. You're running ISAPI & CGI scripts. You move these to a virtual directory and assign permissions. What must you do so those users can run both? · Stop & restart WWW. · Stop & restart MMC. · In Internet Service Manager (ISM) assign read permissions for the scripts virtual directory. · In ISM, assign execute permissions for WWWroot directory. Answer is D. 2. 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 adapter · Increase size of paging file · Increase timeout connection for your web site. Answer is A. 3. Discover that the average reading of local retry queue length is 6. How can you improve this? · Increase NTFS cache size · Increase connection timeout. · Decrease local retry queue length interval · Decrease remote queue max hop count. This is from my first attempt, but I could not find the answer anywhere. I guessed D. 4. You are running NNTP. Server has a single home directory configuration on a single RAID5 array. Number of messages stored is increased and the server response slows. What should you do? · Configure multiple virtual directories on a single drive array · Configure multiple virtual directories on a multiple drive array · Move home directory to a drive array that isn't RAID5. · Enable directory logging in NNTP Answer is B. 5. Install NNTP. You want to provide search capability for newsgroups. What should you do? · Implement Index Server. Use .idq files. · Implement ODBC to SQL Server. Use SQL. · Instruct users to use search capabilities of newsgroup reader. · Nothing. Not possible. I answered A, which I think is correct. 6. 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 cache period of IP lookups for importing log files. · Increase IP address timeout resolution time. · Decrease IP address timeout resolution time. I answered C. My reasoning was that I hadn't answered with a C for a while! 7. Your web site uses virtual directories on 4 servers. You want to create a summary of all images on your site. How? · Issue query using index server · Browse site using ISM · Search for image extensions in Explorer. · Generate images report from site server express. I answered D. 8. How can you decrease the number of threads used by Web apps? · Add RAM to IIS computer.

Page 25:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

· Run all Apps in a separate memory space. · Replace ISAPI apps with CGI scripts. · Authenticate users by using an ISAPI filter. I didnae have a clue. Can't remember what I said. 9. You have a high no. of not found errors on your web site. Why? (choose 2). · Wrong virtual directory configuration. · Wrong permissions for anonymous account. · Excessive traffic on network segment. · Errors in HTML code on pages I answered A&C I think, but I don't know. There's also one where you want to give custom error messages on you Web site. One for access denied, another for unauthorised access. I gave the answer to do with specifying the URL for the file containing the messages in custom error messages box becaus A few tips: Know that MIME is used to let the system know about 'weird' file extension types. Know the following HTTP error messages: 401 - unauthorised access 403 - Forbidden (eg SSL) 404 - File not found 500 - Server failure 502 - Bad gateway or dodgy DSN. Also kbow the ODBC error stuff. I think there are only 3 as I got the same 3 both times. Good luck!

You want to decrease the amount of RAM that index server uses. Choose 2: A) Increase number of Word Lists B) Decrease number of Word Lists C) Increase size of Word Lists D) Decrease size of Word Lists My Answer B & D -What IIS entries would be stored in the IIS Metabase. Select 2 A) Location of the IIS help files B) Virtual Folder security information C) Home Directory permissions D) Index Server settings E) Site Server Express settings My Answer: B & C -You currently store NNTP files in a single virtual directory on a single RAID 5 disk array. How can you improve performance Answers resemble: A) Create additional virtual folders on the single disk array B) Create additional virtual folders on multiple disk arrays C) Move the virtual folder location onto a non RAID 5 disk D) something, something, something. I choose A because there is only one RAID 5 array. -Something like.....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 met Answers resemble: A) SSL certificate on server is invalid B) Site is using NT Challenge/Response authenication method C) Browser does not support SSL D) Something else.... My Answer: I picked B because only I.E. supports NT authenication. -You want to enable logging of your web site. What option should you choose to allow the lowest processing overhead. A) Normal Text Log B) Compressed Normal Text Log C) Logging to a SQL database D) Logging to a remote SQL database 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 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 Answers resemble: A) Configure HOSTS files on the server B) Configure HOSTS files on the clients

Page 26:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

C) Configure the clients to use DNS D) Configure Site 2 to use a Host Header My Answer: D, but I was confused by the fact that they could be using the same default document as they share the same home directory. But as this was not mentioned in the questioned I assumed it was not important. -You administer a NNTP server. How can you enable searching capabilities Answers resemble: A) Install and configure Index Server B) Something C) Instruct users to use the search features of their client newsreader D) Nothing, newsgroups cannot be searched My Answer: C 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? HTPPS? Tcp port to administer >>>answer 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 should you do? Use a scope in idq file or separate catalogs for sites Index file???? 3 questions on SQL ODBC errors: A user tries to connect to a database via your company website and receives the error "ODBC ..." LOGIN FAILURE The user has insufficient permissions to access the database...? A user tries to connect to a database via your company website and receives the error "ODBC ..." General Network Error Due to heavy use the database has been recently moved to another server......? A user tries to connect to a database via your company website and receives the error "ODBC ..." SOURCE NAME NOT FOUND OR NO DEFAULT DRIVER FOUND Incorrectly configured Data Source Name (DSN) .......? The choices were: A. The user has insufficient permissions to access the database. B. The user has insufficient permissions to access RESOURCES in the database. C. Recent revisions of the database changed the connection method from named pipes to TCP/IP. D. Due to heavy use the database was recently moved to another server.... Where are MIME mappings stored? In the registry? In the metabase? (answer) Q: You change the port number of your FTP site and try to connect to it and can't why? A: You are trying to connect with the default port number Q: You have an IIS installation which has only FTP, how can you configure the FTP site remotely? a) enable WWW b) allow anonymous to FTP c) set up Winnt Challenge login Q: 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. a) assign NTFS rights b) Set listing styles to MS-DOS Index Server Q: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? A: force Master merge. Q: Want to do a search of unfiltered documents: . a.. @unfiltered = True Q: You have a 500MB corpus, how much free disk space does Index server require to index? A: 200MB (40%) Q: You have 64MB or RAM and 64MB of virtual memory. You want to improve Index server performance, so you increase the cache, but performance decreases, why? A: The cache is now using virtual memory Q: You install IIS on a Win95 machine and want to use Index server, what do you need to do? A: Upgrade to NT Server Q: What are the minimal requirements for Index server? A: same as iis 4-12 mb free disk space

Page 27:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

Q: Index server is installed on box with 64MB ram and 64MB swap. Index server is moving slow so you increase the Index Server cache setting and it moves even slower why? a) Master merge forced b) Shadow merge forced c) More Index server cache is residing on the Swap file -> correct one Q: You have a server set up with three different web sites. When users issue a query, they recieve non-relevant info or unreachable links, fix? a) Create indexes for the three different servers b) limit rights??? Misc Q:Where are the Mime settings stored? a) Metabase >>>> answer b) Registry Q: You have one IP address and two virtual servers how do you do it? A:??? Custom HTTP header Q: You have two virtual servers how do you do it? a) Custom HTTP header b) Two IP addresses Q: You need to change the port of 200 web sites, what it the quickest way to do this? A: Use the Windows Scripting Host Q: You are behind a firewall and want to administer an IIS server with HTMLA, what port does the firewall have to let through. A: HTMLA uses HTTP on a port chosen randomly at installation. >>>correct Q? : 3 Sites require Host Headers Summaries, Use Index server or Site Server A: Site server Q: 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? a) Use Inet Server Manager to change individual ports b) Inet Server Manager HTML to change individual ports c) write a VB script and run it on both sites d) write a VB script and run it on one site Q: Host headers for IP address should be placed ? a)the HOSTS file on the NT servers b)LMHOSTS file on the NT servers and clients c)placed in the WINS (where the dns entry would go) Q: You've configured a virtual directory called on your server called \\server1 \white pages. After doing so, some people cannot access it. a) Assign NTFS rights to the directory b) Change name to Whitepages- Q: Raul needs to change the IIS default web site on the road from his 95 laptop, how? a) MMC b) MMC (HTML) Q: You set up three intranet web sites and set them to use headers. How do users find them. a) Install modified Hosts file to the Server b) Install modified Hosts file to all the clients c) Install modified LMHosts file to all the clients d) Modify the WINS server Q: You need to configure three intranet Web sites. How to segregate? a) Host Headers b) Three separate IPs, modify DNS NNTP Q: In NNTP you want to show address as a different domain name? A: Use Masquerade name Q: You setup an expiration policy on NNTP to expire articles older then 7 days and a size of 500MB. When do articles expire? A???: 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 (not sure about this, may be the total size of all groups combined). Q: 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 >>>>>answer b) Break NNTP up into many servers/many arrays Q: Kathy gets onto a web site which is configured to access an SQL database. She is given an error [OBDC ERROR] unable to validate user (Login???). a) Kathy has insufcient rights >>>>>>answer b) The server has insuffcient rights c) Protocol changed from TCP/IP to Named Pipes

Page 28:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

Q: 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 b) Protocol changed from TCP/IP to Named Pipes Scripting Q: 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? A: ??? 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??? Q: 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. a)assign read rights for the folder as well ??? B) restart www Q: You have a ISAPI app that is slowly taking too many resources, how can you decrease the number of threads. a) add more RAM b) run each app in a separate memory <<<< correct one c) install an ISAPI filter to validate users Q: You have a PERL script setup on one server, you move it to another server but it does not work, what else is required? a) Perl interpreter installed on the other server. -> correct one. b) run FILE to convert it into a Batch file c) Recompile script Q: You set up a script on the server. It works for some users but not others, the directory is set up for read access. a) set up for execute as well b) Set NTFS read rights for users c) Set up NTFS execute rights for users Security Q: John set up 3 Anonymous logins to IIS with different passwords and suddenly nobody can access the sites. They are using NT authenticated logins. A: The answer is that john did not change the passwords in NT to match Q:You have an intranet and the finance area has documents located there that only they should be able to see. John is new to the company. You add him to the finance users group yet he still cannot log in. What do you do? A???: Give John NT permissions also Q: If you secure the access to a web page using SSL how must you change the URL in order to access the secured page? - https:// -> correct one. - httpssl:// - http:// Q: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. What would you do ?? 1) make marketing1 part of sales domain 2) Create an account on marketing1 that can be accessed from Sales Q: 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? A: Install an SSL capable browser on the client. Q: You have a separate directory for each client and they are only allowed to access their own directory. What it the best security method? A:Client certificates. Q: Managers have access to a special directory. Mary is promoted 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? A: Stop and restart the WWW service Q: You must setup a private web site, what can you use to authenticate to it a)Certification Server >>>>> answer b)Transaction Server c)Site Server d)Message Que Server Q: You have a web site you want to secure so that just managers can see it. Which service should you use? a) Certification Server -> correct one b) Transaction Server c) Site Server d) Message Queue Server Q: Becky logs onto a sensitive web site and it is set up to use Basic

Page 29:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

Authentication. What is Encrypted? a) Password and Data are encrypted b) Password is encrypted, Data isn't c) Data is encrypted, Password isn't d) nothing is encrypted >>>>answer Q: You want to get the most performance out of your IIS server. What is the best way to secure sensitive directories? a) enable SSL only when required >>>>>answer b) Enable SSL all the time c) use the client certificate d) move SSL directories to a separate PC Q: Which options would require multiple certificates? a) Server hosting web sites for multiple companies b) Server has links to servers in differnt domains Q: 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. a) User has insuffcient rights b) Server is in a different domain Site Server/logging Q:You want to find all objects over 32K. What do you use? A: Site Server Q: Change DNS domain to .com from .edu on all of your sites. How? A???: Use Site Server. Q:You are logging WWW with text logging and you want to know where to find the number of page hits? 1) in the log file -> correct one. 2) Event Viewer Q:You access a web page and you want to use Site server to download the web page and all it’s links. Do you set up site server to download by specifying url name or the physical directory??? A: url Name Q: You want to save your entire website and all links off it to your laptop, what do you use? A: Site Server Express Q: You want to determine all files on your website which are greater than 32K, what do you use? : site server express content analyzer Q: Site Server Reports Hourly on Web site, some ips are not logged a) because it's setup to discard open visits on the turnaround b) setup to commit open visits c) Can't resolve client IPs to Hosts d) Clients have invalid IP??? Q: What's the easiest way to find how many 32K objects that have HTML extensions. a) use webmap and do a search >>> b) import a log file to an excel spread sheet c) use the NT Explorer to search the web site dir. d) use ftp SMTP Q: What’s the "Local Retry Queue Length" ? Q: What are SMTP Smart host headers ? Q: How to improve SMTP performance? Q: You have a SMTP server in another domain which does not use DNS and you want to set up that mail being directed through it contains the Company's main domain name. A: ??? Use SMTP smart host header. Q: SMTP should be configured to securely transfer mail betweens sites, how? a)SSL b)PPTP Q: 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 ensure secure communications. a) SSL between sites b) no changes, etc. Q: Requirements for SMTP (choose 3) a) NTFS b) FAT c) TCP/IP d) Netbios e)host to ip 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 companies domain? a) Masquerade domain

Page 30:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

b) Smart host header c) Domain name change?? Where are Mime settings stored? a.. Metabase b.. registry You are logging WWW with text logging and you want to know where to find the number of page hits? Answers: 1.. in the log file 2.. Event Viewer --------------------------------------------------------------------------- ----------------------------------------------------------------------------- You have a document called *.stm which is being read as an htm document do u change the mime mapping of: 1.. text/stm mime or 2.. text/htm mime? Simulations a.. Be able to create a web site and a FTP site using Microsoft Management ConsolE. a.. Be able to deny an single IP address access to a web site while allowing everyone else access to connect. This should be done in the Microsoft Management ConsolE. 1) Create two FTP sites. One called Docs and the other called Forms. The Docs site should be homed on C:\docs and allow uploads and downloads. The Forms site should be homed on C:\Forms and only allow downloads. 2) On the Default Web Site, deny access to a specific IP address (172.30.124.189). 3) The anonymous ID for this particular site is IUSR_NT5, set things up so that the password will be synchronized with the IUSR_NT5 account in NT. 4) Disable HTTP Keep Alives on the Default Web Service. 5) Another simulation requiring synchronizing the passwords for the Tech Support Web Site. 6) Track Anonymous logins on the Default FTP site, and do NOT track anonymous logins on the Default Web Site. (This one stumped me). 7) 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? a) 192.168.0.96 - 192.168.0.127 b) 192.168.0.89 - 192.168.0. 120 c) 192.168.0.91 - 192.168.0.132 d) 192.168.0.95 - 192.168.0.129 8) Configure the Default Web Site so that the range of addresses 192.168.0.96 - 192.168.0.127 are the only ones allowed to access. (Yes, I know almost identical to the one above, but this required me to actually set the security feature and did not invol 9) Set up two new Web Sites, Wwwroot and Webpub. Make it so that Wwwroot uses the IP address of 172.31.255.201, and that Webpub uses 192.168.01.253. allow download on webpub and dowload and upload on wwwroot

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.

a) SSL between sitesb) no changes, etc.

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.

a) assign read rights for the folder as wellYou set up an FTP site and set up a virtual directory and set the listing to UNIX. Afterwards, not all users can access it.

a) assign NTFS rightsb) Set listing styles to MS-DOS

You have a ISAPI app that is slowly taking too many resources, how can you decrease the number of threads.

a) add more RAMb) run each app in a separate memoryc) install an ISAPI filter to validate users

You set up three intranet web sites and set them to use headers. How do users find them.a) Install modified Hosts file to the Serverb) Install modified Hosts file to all the clients

Page 31:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

c) Install modified LMHosts file to all the clientsd) Modify the WINS server

Requirements for SMTPa) NTFSb) FATc) TCP/IPd) Netbiose) DNS

Site Server Reports Hourly on Web site, some ips are not loggeda) because it's setup to discard open visits on the turnaroundb) setup to commit open visitsc) Can't resolve client IPs to Hostsd) Clients have invalid IP???

Index server is installed on box with 64MB ram and 64MB swap. Index server is moving slow so you increase the Index Server cache setting and it moves even slower why?

a) Master merge forcedb) Shadow merge forcedc) More Index server cache is residing on the Swap file

You have a PERL script setup on one server, you move it to another server but it does not work, what else is required?

a) Perl interpreter installed on the other server.b) run FILE to convert it into a Batch filec) Recompile script

You have a web site you want to secure so that just managers can see it. Which service should you use?

a) Certification Serverb) Transaction Serverc) Site Serverd) Message Queue 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?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?

a) Masquerade domainb) Smart host headerc) Domain name change??

What's the easiest way to find how may 32K objects that have HTML extensions.a) use webmap and do a searchb) import a log file to an excel spread sheetc) use the NT Explorer to search the web site dir.d) use ftp

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?

a) Use Inet Server Manager to change individual portsb) Inet Server Manager HTML to change individual portsc) write a VB script and run it on both sitesd) write a VB script and run it on one site

You have a server set up with three different web sites. When users issue a query, they recieve non-relevant info or unreachable links, fix?

a) Create indexes for the three different serversb) limit rights???

You want to get the most performance out of your IIS server. What is the best way to secure sensitive directories?

a) enable SSL only when requiredb) Enable SSL all the timec) use the client certificated) move SSL directories to a separate PC

Page 32:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

What's contained in the METABASE (multi answer)a) IIS Help file locationb) Virtual dir. securityc) website home dir.d) MMC Snap in infoe) site server toolbar settings

Becky logs onto a sensitive web site and is set up to use Basic Authentication. What is Encrypted?

a) Password and Data are encryptedb) Password is encrypted, Data isn'tc) Data is encrypted, Password isn'td) nothing is encrypted

Which options would require multiple certificates?a) Server hosting web sites for multiple companiesb) 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.

a) User has insuffcient rightsb) Server is in a different domain

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 foldersb) Break NNTP up into many servers/many arrays

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???).

a) Kathy has insufcient rightsb) The server has insuffcient rightsc) Protocol changed from TCP/IP to Named Pipes

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'db) Protocol changed from TCP/IP to Named Pipes

You need to use HTML manager to manage a website, which firewall port must be enabled?You need to configure three intranet Web sites. How to segregate?

a) Host Headersb) Three separate IPs, modify DNS

Raul needs to change the IIS default web site on the road from his 95 laptop, how?a) MMCb) MMC (HTML)

You have an IIS installation which has only FTP, how can you configure the FTP site remotely?

a) enable WWWb) allow anonymous to FTPc) set up Winnt Challenge login

You set up a script on the server. It works for some users but not others, the directory is set up for read access.

a) set up for execute as wellb) Set NTFS read rights for usersc) Set up NTFS execute rights for users

I had about 8 questions using the MMC.A couple involved setting up virtual directories.One was simply changing directory security so that anon acess was not allowed.One was simply to change the directory listing style to UNIX on the FTP server.

Page 33:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

One involved disabling HTTP keep-alives to improve performance without limiting the number of connections.I had a troubleshooting question in which a virtual directory was setup to store webpage images. Users could see images stored in the home directory, but not in the virtual directory. Everything looked OK to me in the MMC, I guessed it was a MIME mappinOne question involved adding an ISAPI filter.One question involved setting up an HTTP header.

1. You want to exclude a range of IP addresses, choose the correct network address and subnet mask.2. You have a 500MB corpus, how much free disk space does Index server require to index?

200MB (40%)I had 3 questions with respect to SQL errors. I had never seen the errors before, but I could deduce the answer from the error message. One was an incorrect ODBC driver, one was no NTFS permission on the database and the last one was incorrect network p3. You have one IP address and two virtual servers how do you do it?

Custom HTTP header4. You have two virtual servers how do you do it?

a. Custom HTTP headerb. Two IP addresses

5. You have 64MB or 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 memory6. You want to save your entire website and all links off it to your laptop, what do you use?

Site Server Express7. You want to determine all files on your website which are greater than 32K?

Site Server Express8. 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 number9. 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 (not sure about this, may be the total size of all groups combined).

10. ISAPI threads are increasing and taking up too many resources.Run each application in its own memory space

11. Where are MIME mappings stored?In the registry

12. You need to change the port of 200 web sites, what it the quickest way to do this?Use the WSH

13. 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.14. 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.15. 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 service16. You install IIS on a Win95 machine and want to use Index server, what do you need to do?

Upgrade to NT Server17. You are behind a firewall and want to administer an IIS server with HTMLA, what port does the firewall have to let through.

Page 34:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

RPC listener port (or something like that)

1) Create two FTP sites. One called Docs and the other called Forms. The Docs site should be homed on C:\docs and allow uploads and downloads. The Forms site should be homed on C:\Forms and only allow downloads. 2) On the Default Web Site, deny access to a specific IP address (172.30.124.189). 3) The anonymous ID for this particular site is IUSR_NT5, set things up so that the password will be synchronized with the IUSR_NT5 account in NT. 4) Disable HTTP Keep Alives on the Default Web Service. 5) Another simulation requiring synchronizing the passwords for the Tech Support Web Site. 6) Track Anonymous logins on the Default FTP site, and do NOT track anonymous logins on the Default Web Site. (This one stumped me). 7) 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? a) 192.168.0.96 - 192.168.0.127 b) 192.168.0.89 - 192.168.0. 120 c) 192.168.0.91 - 192.168.0.132 d) 192.168.0.95 - 192.168.0.129 8) Configure the Default Web Site so that the range of addresses 192.168.0.96 - 192.168.0.127 are the only ones allowed to access. (Yes, I know almost identical to the one above, but this required me to actually set the security feature and did not involve multiple choice). 9) Set up two new Web Sites, Wwwroot and Webpub. Make it so that Wwwroot uses the IP address of 172.31.255.201, and that Webpub uses 192.168.01.253.

A question asked on the "Local Retry Queue Length"Want to do a search of unfiltered documents: @unfiltered = TrueWhere are Mime settings stored?

a.. Metabaseb.. registry

In NNTP you want to show address as a different domain name?Use Masquerade name

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?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 are logging WWW with text logging and you want to know where to find the number of page hits?Answers:

1.. in the log file2.. Event Viewer

Word lists are taking up too much memory, what do you do- 2 options:Answer:

a.. decrease size of word listsb.. increase the number of word lists

You access a web page and you want to use Site server to download the web page and all it’s links. Do you set up site server to download by specifying url name or the physical directory???To enable remote administration of an ftp site do you need IISADMIN folder- or is there another way to do it?

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.Do u:

1.. make marketing1 part of sales domain

2.. Create an account on marketing1 that can be accessed from Sales

3.. Can’t remember other options, but what would you do?

By using the MMC they want you to decrease the number of inactive connections without decreasing the number of users (ie connection) or without decreasing the timeout value? What do you do?

Page 35:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

You have a document called *.stm which is being read as an htm document do u change the mime mapping of:

1.. text/stm mime or2.. text/htm mime?

Questions FTP Q: You change the port number of your FTP site and try to connect to it and can't why? A: You are trying to connect with the default port number Q: FTP server is setup with directory annotation, UNIX cmd, and some other stuff. Some users can access while some users can't, how do you fix it. A: ??? Directory Annotation but I had no clue :) Q: You have an IIS installation which has only FTP, how can you configure the FTP site remotely? a) enable WWW b) allow anonymous to FTP c) set up Winnt Challenge login Q: 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. a) assign NTFS rights b) Set listing styles to MS-DOS Index Server Q: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? A: force Master merge. Q: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? A: Use scope in the .idq file or separate catalogs for the sites. Q: Want to do a search of unfiltered documents: A :Use CiForceuseCi = True in the .idq file. Q: Word lists are taking up too much memory, what do you do? a) decrease size of word lists b) increase the number of word lists c) another option must be available ??? Q: You have a 500MB corpus, how much free disk space does Index server require to index? A: 200MB (40%) Q: You have 64MB or RAM and 64MB of virtual memory. You want to improve Index server performance, so you increase the cache, but performance decreases, why? A: The cache is now using virtual memory Q: You install IIS on a Win95 machine and want to use Index server, what do you need to do? A: Upgrade to NT Server Q: You Upgrade 64megs Of RAM with 64Megs of Ram CACHE, this increases the Index server cache, how? A: ??? Q: What are the minimal requirements for Index server? A: ??? Q: Index server is installed on box with 64MB ram and 64MB swap. Index server is moving slow so you increase the Index Server cache setting and it moves even slower why? a) Master merge forced b) Shadow merge forced c) More Index server cache is residing on the Swap file -> correct one Q: You have a server set up with three different web sites. When users issue a query, they recieve non-relevant info or unreachable links, fix? a) Create indexes for the three different servers b) limit rights??? Misc Q:Where are the Mime settings stored? a) Metabase b) Registry -> correct one ??? Q: To enable remote administration of an ftp site do you need IISADMIN folder- or is there another way to do it? A:??? Q: You have one IP address and two virtual servers how do you do it? A:??? Custom HTTP header Q: You have two virtual servers how do you do it? a) Custom HTTP header b) Two IP addresses

Page 36:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

Q: You need to change the port of 200 web sites, what it the quickest way to do this? A: Use the WSH Q: You are behind a firewall and want to administer an IIS server with HTMLA, what port does the firewall have to let through. A: HTMLA uses HTTP on a prot chosen randomly at installation. Q: 3 Sites require Host Headers Summaries, Use Index server or Site Server? A: ??? Q: You want to have web pages with the extension HTMH, how do you add this so users can access. A: ??? Q: 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? a) Use Inet Server Manager to change individual ports b) Inet Server Manager HTML to change individual ports c) write a VB script and run it on both sites d) write a VB script and run it on one site Q: Host headers for IP address should be placed ? a)the HOSTS file on the NT servers b)LMHOSTS file on the NT servers and clients c)placed in the WINS (where the dns entry would go) Q: What's contained in the METABASE (multi answer) a) IIS Help file location b) Virtual dir. security c) website home dir. d) MMC Snap in info e) site server toolbar settings Q: You've configured a virtual directory called on your server called "White horse". After doing so, some people cannot access it. a) Assign NTFS rights to the directory b) Change name to Whitehorse -> correct one Q: Raul needs to change the IIS default web site on the road from his 95 laptop, how? a) MMC b) MMC (HTML) Q: You set up three intranet web sites and set them to use headers. How do users find them. a) Install modified Hosts file to the Server b) Install modified Hosts file to all the clients c) Install modified LMHosts file to all the clients d) Modify the WINS server Q: You need to configure three intranet Web sites. How to segregate? a) Host Headers b) Three separate IPs, modify DNS NNTP Q: In NNTP you want to show address as a different domain name? A: Use Masquerade name ??? Q: You setup an expiration policy on NNTP to expire articles older then 7 days and a size of 500MB. When do articles expire? A???: 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 (not sure about this, may be the total size of all groups combined). Q: 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 You need to use HTML manager to manage a website, which firewall port must be enabled? ODBC References:

http://support.microsoft.com/support/kb/articles/q183/0/60.asp http://support.microsoft.com/support/odbc/faq/faq3663.asp

There are always a number (tipically three) of OLE DB/ODBC error 80004005 questions. The questions are similar except the last few words that describe the error: " Login Failed" when user attempted to access the Web site.

This can happen when the SQL Server denies access. "Data source name not found and no default driver specified".

Wrong or no ODBC DSN configuration. LOGIN FAILURE GENERAL NETWORK ERROR Can not find Name Space and no driver defined.

Page 37:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

Typical answers: A. the user has insufficient permissions to access the database. B. the user has insufficient permissions to access RESOURCES in the database. C. recent revisions of the database changed the connection method from named pipes to TCP/IP. D. the database was recently moved to another server.... Q: Kathy gets onto a web site which is configured to access an SQL database. She is given an error [OBDC ERROR] unable to validate user (Login???). a) Kathy has insufcient rights b) The server has insuffcient rights c) Protocol changed from TCP/IP to Named Pipes Q: 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 b) Protocol changed from TCP/IP to Named Pipes Scripting Q: 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? A: ??? 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??? Q: ISAPI threads are increasing and taking up too many resources … A: Run each application in its own memory space Q: 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? A: ??? Q: You have a ISAPI app that is slowly taking too many resources, how can you decrease the number of threads. a)add more RAM b)run each app in a separate memory c)... Q: 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. a)assign read rights for the folder as well ??? Q: You have a ISAPI app that is slowly taking too many resources, how can you decrease the number of threads. a) add more RAM b) run each app in a separate memory c) install an ISAPI filter to validate users Q: You have a PERL script setup on one server, you move it to another server but it does not work, what else is required? a) Perl interpreter installed on the other server. -> correct one. b) run FILE to convert it into a Batch file c) Recompile script Q: You set up a script on the server. It works for some users but not others, the directory is set up for read access. a) set up for execute as well b) Set NTFS read rights for users c) Set up NTFS execute rights for users Security Q: John set up 3 Anonymous logins to IIS with different passwords and suddenly nobody can access the sites. They are using NT authenticated logins. A: The answer is that john did not change the passwords in NT to match Q:You have an intranet and the finance area has documents located there that only they should be able to see. John is new to the company. You add him to the finance users group yet he still cannot log in. What do you do? A???: Give John NT permissions also Q: If you secure the access to a web page using SSL how must you change the URL in order to access the secured page? - https:// -> correct one. - httpssl:// - http:// Q: How can you optimize performance on a server using SSL? A: Require SSL only when necessary. Q: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. 1) make marketing1 part of sales domain 2) Create an account on marketing1 that can be accessed from Sales 3) Can’t remember other options, but what would you do?

Page 38:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

Q: You want to exclude a range of IP addresses, choose the correct network address and subnet mask. Q: 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? A: Install an SSL capable browser on the client. Q: You have a separate directory for each client and they are only allowed to access their own directory. What it the best security method? A:Client certificates. Q: Managers have access to a special directory. Mary is promoted 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? A: Stop and restart the WWW service Q: You must setup a private web site, what can you use to authenticate to it a)Certification Server b)Transaction Server c)Site Server d)Message Que Server Q: What is the maximum optimal way to configure Web servers with secure directories ? a)enable SSL only when required b)Enable SSL all the time c)use the client certificate d)move SSL directories to a separate PC Q: You have a web site you want to secure so that just managers can see it. Which service should you use? a) Certification Server -> correct one b) Transaction Server c) Site Server d) Message Queue Server Q: How to configure IIS to require Multiple security certificates? A: ??? Q: Becky logs onto a sensitive web site and it is set up to use Basic Authentication. What is Encrypted? a) Password and Data are encrypted b) Password is encrypted, Data isn't c) Data is encrypted, Password isn't d) nothing is encrypted Q: You want to get the most performance out of your IIS server. What is the best way to secure sensitive directories? a) enable SSL only when required b) Enable SSL all the time c) use the client certificate d) move SSL directories to a separate PC Q: Which options would require multiple certificates? a) Server hosting web sites for multiple companies b) Server has links to servers in differnt domains Q: 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. a) User has insuffcient rights b) Server is in a different domain Site Server/logging Q:You want to find all objects over 32K. What do you use? A: Site Server Q: Change DNS domain to .com from .edu on all of your sites. How? A???: Use Site Server. Q:You are logging WWW with text logging and you want to know where to find the number of page hits? 1) in the log file -> correct one. 2) Event Viewer Q:You access a web page and you want to use Site server to download the web page and all it’s links. Do you set up site server to download by specifying url name or the physical directory??? A: url Name Q: You want to save your entire website and all links off it to your laptop, what do you use? A: Site Server Express Q: You want to determine all files on your website which are greater than 32K, what do you use? A: Site Server Express Q: Site Server Reports Hourly on Web site, some ips are not logged a) because it's setup to discard open visits on the turnaround

Page 39:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

b) setup to commit open visits c) Can't resolve client IPs to Hosts d) Clients have invalid IP??? Q: What's the easiest way to find how many 32K objects that have HTML extensions. a) use webmap and do a search b) import a log file to an excel spread sheet c) use the NT Explorer to search the web site dir. d) use ftp SMTP Q: What’s the "Local Retry Queue Length" ? A: ??? Q: What are SMTP Smart host headers ? A: ??? Q: How to improve SMTP performance? A: ??? Q: You have a SMTP server in another domain which does not use DNS and you want to set up that mail being directed through it contains the Company's main domain name. A: ??? Use SMTP smart host header. Q: SMTP should be configured to securely transfer mail betweens sites, how? a)SSL b)PPTP Q: 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 ensure secure communications. a) SSL between sites b) no changes, etc. Q: Requirements for SMTP a) NTFS b) FAT c) TCP/IP d) Netbios e) DNS 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 companies domain? a) Masquerade domain b) Smart host header c) Domain name change??

Be able to look at the settings for security of a site in the Microsoft Management Console and answer this question: How will the password and user name be transferred between the client and the server

- Both will be encrypted- The user name will be encrypted, the password will not- The password will be encrypted, the user name will not- Neither will be encrypted *

* This was the answer to mine since the site was set up to allow anonymous access to everyone.In the simulation, be able to only allow access to a range of IP addresses based off of their address and subnet mask. For example, the address range is 193.251.244.5 through 193.251.244.21. The key here is to know the right subnet mask so remember the table you had to learn in the TCP/IP exam. (By the way, the numbers here are bogus)John set up 3 Anonymous logins to IIS with different passwords and suddenly nobody can access the sites. They are using NT authenticated logins.

- The answer is that john did not change the passwords in NT to matchYou 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?

- I think the answer was to redo the master indexYou 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?

- I think you create a index for each siteYou have an intranet and the finance area has documents located there that only they should be able to see. John is new to the company. You add him to the finance users group yet he still cannot log in. What do you do?

- Give John NT permissions also

Page 40:   · Web view1. How to decrease the amount of memory word lists take up. * Decrease the size of word lists * Decrease the number of word lists. 2. SMTP Requires: * DNS, NTFS, TCP

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:// *- httpssl://- http://- I can't remember

Regards,The Kiwi