ÐÏࡱá>? ? ÿ

!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~袌oot Entry 콝À¨çß'(¿Ò ordDocument V꺏ompObj ^ ? 192.168.0.96 to 192.168.0.127.

MMC / right click appropriate web site a properties / directory security a IP address and domain restriction a edit / deny all, add 192.168.0.96 255.255.255.224.


Q3A You 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.189.

MMC / right click web site customer support a properties / directory security a IP address and domain restriction a edit / grant all, add 172.30.124.189.


Q4 Decrease the number of inactive connections without decreasing the number of user connections or timeout value.

MMC / right click appropriate web site a properties / performance a disable HTTP keep alives.


Q5 Synchronize a password for the anonymous user IUSER_NT5 in MMC.

MMC / right click appropriate web site a properties / directory security a anonymous access and authentication control a edit / allow anonymous access a edit / use name IUSER_NT5 and enable automatic password synchronization.


Q6 Enable logging on the default web site and configure it to start new logs when the file size reaches 4Mbytes.

MMC / right click default web site a properties / web site a enable logging a properties / change file size to 4MBytes.


Q7 Disable anonymous access to web site.

MMC / right click appropriate web site a properties / directory security a anonymous access and authentication control a edit / disable allow anonymous access.


Q8 Your default web site allows 1000 concurrent connections. You want to provide users with web access to a local directory to c:\docs\public. You want to limit the number of users who can simultaneously access to 10.

MMC / right click appropriate virtual directory a properties / virtual directory a change limited to 10 connections.


Q9 You 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 that is located at c:\custom\error404.htm.

Edit file c:\winnt\help\common\4ꮹe#À

,?,?ꮤ

˜

삆(?꽔ꮤB껙?V襝ÙÅÁÃ?襙¸¿òÃ쳤imes New RomanSymbol Arial

襏¼¸엚isit http://www.LearnQuick.Com

Passed IIS4.0 this Monday (November 23, 1998) with score 910.

It is NOT that hard provided you prepare well despite some answers cannot be found in the braindump or training materials.

Questions are pretty straight forward. Simulations are easy. But you need hands-on.

The training material I use is Microsoft IIS training kit that comes with an evaluation copy of IIS and Proxy server. This helps me clear the doubt of hands-on. On-line documentation is good. Read it.

I notice wordings of the questions have changed a little bit. Watch out for the change. Read the questions word by word carefully. I make it, you definitely CAN make it better.

Below is my compilation of the exam questions. I put cl=100% next to the answer meaning that the confidence level is 100%. However, if you disagree; research the answers.


SIMULATION


WEB SITES (VIRTUAL SERVER)


Q1 Create a virtual web site for your company.

Create a physical directory using NT explorer.

MMC / right click computer icon a new web site / supply web site description / supply IP address and port number / supply physical path / assign web access permission


Q1A Create a web site named WWWROOT for c:\wwwroot with IP 172.31.255.201 and another web site named WEBPUB for d:\inetpub\webpub with IP 192.168.1.253.

Create physical directories c:\wwwroot and c:\inetpub\webpub using NT explorer.

MMC / right click computer icon a new web site / supply web site description WWWROOT / supply IP address 172.31.255.201 and port number / supply physical path c:\wwwroot / assign web access permission

Repeat above for web site WEBPUB.


Q2 Create a virtual web directory for your company.

MMC / right click the appropriate web site a new virtual directory / supply alias to access virtual directory / supply physical path / assign web access permission


Q3 Deny web access to all IP addresses except 04-n.htm and save it as c:\custom\error404.htm

mmc / right click appropriate web site a properties / custom errors a select 404-n.htm a edit properties / change file location to c:\custom\error404.htm


Q10 Configure ISAPI filter "My Filter" located in c:\Docs\Myfilter.dll for default web site

mmc / right click default web site a properties / ISAPI filter a add filter name My Filter and executable c:\Docs\Myfilter.dll


FTP SITES


Q1 Create a virtual FTP site for your company.

Create a physical directory using NT explorer.

MMC / right click computer icon a new FTP site / supply FTP site description / supply IP address and port number / supply physical path / assign FTP access permission


Q2 Create a virtual FTP directory for your company.

MMC / right click the appropriate FTP site a new virtual directory / supply alias to access virtual directory / supply physical path / assign FTP access permission


Q2A Create 2 virtual FTP directories. Paths are c:\docs with read/write permission, c:\forms with read permission.

Create a physical directories c:\docs and c:\forms using NT explorer.

MMC / right click the appropriate FTP site a properties / new virtual directory / supply alias to access virtual directory / supply physical path c:\docs / assign FTP access permission read/write

Repeat above for c:\forms.


Q2B Create a virtual FTP directory on a remote machine with UNC=\\win95\public\information.

MMC / right click the appropriate FTP site a new virtual directory / supply alias to access virtual directory / supply physical path \\win95\public\information / supply username and password / assign FTP access permission read/write


Q3 Change the number of concurrent FTP connections.

MMC / right click appropriate FTP site a properties / FTP site a change limited to xxx connections.


Q4 Enable logging on the default FTP site and configure it to start new logs when the file size reaches 4Mbytes.

MMC / right click default FTP site a properties / FTP site a enable logging a properties / change file size to 4MBytes.


Q5 Disable anonymous access to FTP site.

MMC / right click appropriate FTP site a properties / security account a disable allow anonymous connection


Q6 You want to configure access to the default FTP site so that FTP listens to port 15723.

MMC / right click default FTP site a properties / FTP site a change port to 15723.


Q7 Change the directory listing mode from DOS to UNIX for a default FTP site.

MMC / right click default FTP site a properties / home directory a change directory listing style to UNIX.



WEB SITES (VIRTUAL WEB SERVERS)


Q1 You configure multiple web sites using IIS4.0 server. Both sites share the same IP address, virtual directory and TCP port. DNS entries have been setup that points each FQDN to the same IP address. However, when users try to go to the second web site, failed. Why?

Configure HOSTS file on the server

Configure HOSTS files on the clients

Configure the clients to use DNS

Configure web site 2 to use host header © answer (cl=100%)


Q1A You have one IP address and two virtual servers. What do you do?

Use host header © answer (cl=100%)


Q2 You need to configure 3 intranet web sites. How to segregate?

Use host header © answer (cl=100%)

Use 3 separate IP addresses and modify DNS © answer (cl=100%)


Q3 You are behind a firewall and want to administer an IIS server with ISM HTMLA. What port does the firewall have to let through?

RPC listener port

HTTPS

SSL

The port for iis admin created during iis installation © answer (cl=100%)


Q4 You need to change the port of 200 web sites. What is the quickest way to achieve this?

Use windows scripting host (WSH) © answer (cl=90%)


Q4A You have 2 servers (NY and Ontario). What is the easiest way to change the IP ports on the 200 sites contained at those locations?

Use internet service manager to change individual ports

Use internet service manager HTMLA to change individual ports

Write a VB script and run it on both servers © answer (cl=95%)

Write a VB script and run it on one servers


Q5 What is contained in the metabase? Select all that apply.

IIS help file location

Virtual directory and security settings © answer (cl=100%)

Web site home directory and permission © answer (cl=100%)

MMC snap-in info

Site server toolbar settings

Index server settings

Site server express settings


Q6 Where should host headers for IP addresses be placed?

HOSTS files on NT servers

LMHOSTS files on NT servers and clients

On the WINS © answer (cl=100%) (use static mapping on WINS)

On DNS database © answer (cl=100%)




Q7 You want to host 3 web sites on a single IIS. 10 users will need to access the web sites simultaneously. Which operating system must you use on IIS?

NT server © answer (cl=100%) (only NT server support multi hosting)


Q7A Install IIS4.0 in Windows95. You want to use index server. What do you need to do?

Upgrade to NT server © answer (cl=100%)

Upgrade to NT workstation

Upgrade to OS/2

Do nothing. You can use IIS as is on Windows95


Q8 Paul needs to change the IIS default web site on the road from his win95 laptop. How?

Use ISM MMC

Use ISM HTMLA © answer (cl=100%)


Q9 You setup 3 intranet web sites and set them to use host headers. How do users find them?

Install modified HOSTS file to server

Install modified HOSTS file to all clients

Install modified LMHOSTS file to all clients

Modify WINS server © answer (cl=100%) (use static mapping on WINS)


Q10 You have configured a virtual directory on your server called "White Horse". After doing so, some people cannot access it. What should you do?

Change name to Whitehorse © answer (cl=100%) (older browsers do not allow space in URL)

Assign NTFS rights to directory


Q11 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 401.2, browser does not support required encryption method¦¡"What is wrong?

Browser does not support SSL

Site using NT challenge/response authentication method © answer (cl=100%)

SSL certificate on server is invalid


Q12 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 © answer (cl=100%)

Increase timeout connection for your web site


Q13 What IIS computer configuration settings are stored in the metabase?

Virtual server and directory settings © answer (cl=100%)

HTTP-specific properties © answer (cl=100%)

Computer and Web site properties © answer (cl=100%)

Logging properties © answer (cl=100%)

FTP-specific properties © answer (cl=100%)

File properties © answer (cl=100%)

Filter properties © answer (cl=100%)

SSL key properties © answer (cl=100%)


Q14 You want to create a virtual directory for your web site that points to the directory on a Netware server. You define the virtual directory by using a UNC path that points to a directory on the Netware server. You configure read access permission on the script permission for the virtual directory. You find that you are unable to read the files on a Netware server by using the virtual directory. What should you do?

Create an IIS ISUR_computername account. On the Netware server, configure the appropriate Netware file permission © answer (cl=100%)

Move the data from the Netware server to the NT server computer. Create a virtual directory to point to the NT server

Configure the read, write and execute permission on the virtual directory

Connect to the Netware server by using IP address rather than UNC path


Q15 DNS is not enabled and you want to connect to a virtual directory "home" on server1 with IP address w.x.y.z. What URL do you use?

http://w.x.y.z

http://server1/home a answer (cl=100%)

ftp://???

http://www.server1.com/home



Q16 Becky logs onto a sensitive web site and it is setup to use basic authentication. What is encrypted?

Password and data are encrypted

Password is encrypted, data isnꊼ

Data is encrypted, password isnꊼ

Nothing is encrypted © answer (cl=100%)


Q17 Mary was promoted to manager. Managers have special access to a folder but Mary cannot access. She has same permissions as Bill does and he can access it. What do you do for Mary?

Stop and restart WWW site © answer (90%)


Q18 Where are MIME settings kept?

Metabase © answer (cl=100%)

Registry


Q19 Company with web site and a virtual directory. Images are placed on both. But users can only see web site images not those in virtual directory. What do you do using MMC to correct this problem?

Check read permission in virtual directory and NTFS user account permission © answer (cl=100%)


Q20 Want user friendly names to access sites. What do you use?

DNS and WINS servers © answer (cl=100%)


Q21 Two sets of users are accessing your site. Some intranet and some internet. The external use browsers that cannot access WINNT challenge/response authentication. How do you set up your site for access to both?

Basic authentication © answer (cl=100%)


Q22 You want to exclude the IP address range from 196.120.35.32 to 196.120.35.63. What netwotk id and subnet mask to us?

196.120.35.32 and 255.255.255.0

196.120.35.32 and 255.255.255.248

196.120.35.32 and 255.255.255.224 © answer (cl=100%)

196.120.35.32 and 255.255.255.192

196.120.35.64 and 255.255.255.240

196.120.35.0 and 255.255.255.224

196.120.35.64 and 255.255.255.252


Q23 You are on server2 and setup a virtual directory to \\server1\stuff. An error message "directory inaccessible, unable to login" comes up after setting up. What is wrong?

User has different rights © answer (cl=80%)

Server is in a different domain



Q24 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 3 times everyday. What is the most least administrative efforts way to maintain this web site?

Create common .idc files for all HTML files

Create common .htx file for all HTML files

Rename all .htm files to .asp files

Use server side include directives in the HTML file © answer (cl=100%)


Q25 What permissions must you give to a virtual directory containing image.gif/.jpeg?

Execute permission

Read permission © answer (cl=90%)

Do not change permissions




FTP SITES


Q1 You setup a FTP site and a virtual directory with directory listing set to UNIX. Afterwards not all users can access it. How do you fix the problem?

Set listing style to DOS © answer???

Assign NTFS rights for that virtual directory to users © answer (cl=100%)

Stop and restart FTP site


Q2 You have an IIS installation which has only FTP service. How can you configure the FTP site remotely?

Allow anonymous to FTP

Setup WINNT challenge/response login

Enable WWW © answer (cl=100%)


Q3 You want to limit access to the FTP server. You change control connection TCP/IP port number 20962 on the IIS computer. You then connect from another computer on the same network by specifying the computer IP address in the FTP client application. You receive the following error messages: Internet Explorer cannot open the internet site FTP:\\10.2.1.10\. Operation timed out. What is the cause of the problem?

The FTP client application is attempting to connect to a well known TCP/IP port © answer (cl=100%)

The IP stack on the client computer does not support connections over 1000

The HOSTS file on the client computer does not include 20962 after the IP address on the IIS computer

The LMHOSTS file on the client computer does not include 20962 file after the IP entry on the IIS computer


Q4 You change the port number for your FTP site. Now you cannot connect from another PC. Why?

PC tries to connect with default port number © answer (cl=100%)


Q5 FTP server is setup with directory annotation, UNIX command and some other stuff. Some users can access while some users canꊼ. How do you fix it?

Disable annotation © answer (cl=80%)

Change to DOS listing





SMTP


Q1 How to increase SMTP performance?

Decrease message size allowed

Decrease the update/retry interval © answer (cl=80%)

Move badmail folder to another directory


Q2 Your domain name is currently set to one of your subsidiaries. How do you get SMTP mail to appear it is coming from your real company domain.

Masquerade domain © answer (cl=100%)

Smart host header

Domain name change


Q3 Requirements for SMTP. What are they? (Choose all apply)

NTFS © answer (cl=100%)

FAT

TCP/IP © answer (cl=100%)

Netbios

DNS (Host to IP) © answer (cl=100%)


Q4 From SMTP performance monitor, you find the average local retry queue length is 6. How would you improve performance for the service.

Increase NTFS cache size

Increase incoming connection timeout

Decrease the local retry queue length interval © answer (cl=100%)

Decrease remote queue max hop count



Q5 Users complaints that it takes too long to get back "undeliverable" SMTP messages. How can you reduce the time taken?

Reduce (local/remote) queue retry count © answer (cl=100%)


Q6 Which of the following methods are used to secure SMTP service (choose all that apply)

SSL identity verification © answer (cl=100%)

NT challenge/response authentication © answer (cl=100%)

Reverse DNS lookup © answer (cl=100%)

IP address and domain restriction © answer (cl=100%)


Q7 SMTP should be configured to securely transfer mail between 2 sites. How?

SSL © answer (cl=100%)

PPTP


Q7A You have an IIS with SMTP server and 2 branch offices. They are backboned together with IIS over the internet. What should you implement in order to ensure secure communication?

SSL between sites © answer (cl=90%)

No change




NNTP


Q1 You install MS NNTP service. You want to provide search capabilities for the newsgroup of your xxxxx to your users. What should you do?

Implement MS index server. Use .idq files to search for the newsgroup © answer (cl=100%)

Implement ODBC connections to the MS SQL server. Use SQL queries to search for the newsgroup

Instruct users to use the search capabilities for a newsgroup reader

Do nothing. It is not possible to search for newsgroup for marked messages


Q2 You are the administrator of IIS computer that runs MS NNTP service. Your server has a single home directory configured with the single RAID area. As the number of messages stored in the newsgroup increases, users report server responses too slow. What can you do to improve the response time?

Configure multiple virtual directories in a single drive area © answer (cl=90%)

Configure multiple virtual directories in a multiple drive area © answer (cl=100%)

Move the virtual folder location onto a non RAID 5 disk

Break NNTP up into many virtual folders

Break NNTP up into many servers/many arrays



Q3 You setup expiration policy on NNTP articles for 7 days or when it reaches 500MB for all notes. When does it expire?

If file exceeds the particular size, the oldest documents will be deleted regardless of age. If a document hits 7 days, it will be deleted regardless of size © answer (cl=100%)


Q4 Create expiration policy for NNTP site

mmc / right click default NNTP site a new expiration policy / supply expiration policy description / assign expiration policy to newsgroup(s) / define when articles be deleted on age or size







INDEX SERVER


Q1 You have 50MB of data that index server is tracking. You add 100MB more and users complain it is too slow. What do you do?

Force master merge © answer (cl=100%)

Redo master index


Q2 You have a 500MB corpus. How many free disk space does index server require to index?

200MB (40% of corpus) © answer (cl=100%)


Q3 You install IIS on Win95 machine and want to use index server. What do you need to do?

Upgrade to NT server © answer (cl=100%)


Q4 What to do to search unfiltered documents?

Use CiForceCi=True in the .idq file

@Unfilterd=True © answer (cl=100%) (@Unfiltered=True in the .idq file)

@contents=unfiltered

Run srchenu.exe

List noise word file


Q5 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 the web sites. What should you do?

Create an index for each site © answer

Create a catalog for each site © answer (cl=100%)

Limit rights


Q6 Index server is installed on box with 64MB RAM and 64MB swap file. Index server is moving slow so you increase the index server cache setting and is now moving even slower. Why?

Force master merge

Force shadow merge

More index server cache is residing on the swap file © answer (cl=100%)


Q7 There are two domains Sales and Marketing (no trust specified). IIS is running on Sales1 in Sales domain and wants to index something on the Marketing1 server in Marketing. What should you do?

Create an account on Marketing1 that can be accessed from Sales © answer (cl=90%)

Make Marketing1 part of Sales domain

Assign virtual directory on Sales that points to Marketing © answer???


Q8 Word lists are taking up too much memory. What do you do? (select 2 options)

Decrease the size of word lists © answer (cl=100%)

Decrease the number of word lists © answer (cl=100%)

Increase the number of word lists

Increase the size of word lists


Q9 What are the 2 methods to monitor performance of index server?

Performance monitor © answer (cl=100%)

.ida script © answer (cl=100%)




Q10 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. What should you do?

Write a PERL script

Write an ISAPI application 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 uses SQL extensions to index server to query SQL © answer (cl=70%)


Q11 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?

32MB (less than 100,000 documents)

64-128MB (100,000 to 250,000 documents)

128-256MB © answer (cl=100%) (250,000 to 500,000 documents)

over 256MB (over 500,000 documents)


Q12 When the amount of information in a word list goes above the limit of the index serverꊻ set value, what type of index does the cached information go into?

Master index

Shadow index © answer (cl=100%)

Word list index

Information stays in the word list











SITE SERVER EXPRESS


Q1 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 IP address timeout resolution time

Decrease IP address timeout resolution time © answer???

Increase cache period of IP lookups for importing log files © answer (cl=70%)

Decrease cache period of IP lookups for importing log files


Q2 Your web site uses virtual directories on 4 servers. You want to create a summary of all images on your site. How?

Generate image report from site server express © answer (cl=100%) (site summary report)

Issue query using index server


Q3 What is the easiest way to find how many 32K objects that have HTML extension

Site Server © answer (cl=100%) (Quick search of content analyzer under site server express)

Import a log file to an Excel spread sheet

Use NT explorer to search web site directories

Use FTP


Q4 You have a laptop and want to download whole web site. How?

Site server express © answer (cl=90%)


Q5 You are logging WWW with text logging and you want to know where to find the number of page hits. How?

In the log files © answer (cl=100%)

Event viewer


Q6 3 sites require host headers summary. How?

Use index server

Use site server express © answer (cl=90%)


Q7 Site server reports hourly on web site. Some IPs are not logged. Why?

It is setup to discard open visits on the turn around © answer (cl=70%)

It is setup to commit open visits

Cannot resolve client IP address to host

Clients have invalid IP


Q8 You access a web page. You want to use site server to download the web page and all its links. How do you setup site server to download?

Using URL name © answer (cl=100%)

Using physical directory







PERFORMANCE TUNING AND TROUBLESHOOTING


Q1 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 © answer (cl=100%)

Increase timeout connection for your web site


Q2 Discover that the average reading of "local retry queue length" is 6. How can you improve it?

Decrease local retry queue length interval © answer (cl=100%)

Increase connection timeout © answer??? (see Q4 of SMTP)

Decrease remote queue max hop count


Q3 How can you decrease the number of threads used by web applications?

Run all applications in a separate memory space

Add RAM to IIS computer © answer (cl=70%)


Q4 You have a high number of not found errors on your web site. Why?

Wrong virtual directory configuration © answer (cl=90%)

Wrong permission for anonymous account

Excessive traffic on network segment

Error on HTML codes on pages


Q5 You want to enable logging of your web site. What option should you choose to allow the lowest processing overhead?

Normal text log © answer (cl=100%)

Compressed normal text log

Logging to SQL database

Logging to a remote SQL database


Q6 How can you maximize performance with SSL?

Increase CPU © answer (cl=100%)

Add more RAM

Faster hard disk





ODBC ERRORS


Q1 A user tries to connect to a database via your companyꊻ web site and receives the error "ODBC¦¡" Login failure. What is the possible cause?

The user has insufficient permission to access the database © answer (cl=100%)

The user has insufficient permission to access RESOURCES in the database

Recent revisions of the database changed the connection method from named pipes to TCP/IP

Due to heavy use, the database was recently moved to another server.

ODBC driver not configured

Data source name is configured incorrectly


Q2 A user tries to connect to a database via your companyꊻ web site and receives the error "ODBC¦¡" General network error. What is the possible cause?

The user has insufficient permission to access the database

The user has insufficient permission to access RESOURCES in the database

Recent revisions of the database changed the connection method from named pipes to TCP/IP

Due to heavy use, the database was recently moved to another server © answer (cl=100%)

ODBC driver not configured

Data source name is configured incorrectly


Q3 A user tries to connect to a database via your companyꊻ web site and receives the error "ODBC¦¡" MS OLE ODBC provider for ODBC driver error 80004005. MS ODBC driver manager. Data source name not found and no default driver specified. What is the possible cause?

The user has insufficient permission to access the database

The user has insufficient permission to access RESOURCES in the database

Recent revisions of the database changed the connection method from named pipes to TCP/IP

Due to heavy use, the database was recently moved to another server.

ODBC driver not configured

Data source name is configured incorrectly © answer (cl=100%)

Database name has not been currently configured

IIS computer cannot resolve the DSN name of the SQL server database


Q4 A user tries to connect to a database via your companyꊻ web site and receives the error "ODBC¦¡" Unable to find resources. What is the possible cause?

The user has insufficient permission to access the database

The user has insufficient permission to access RESOURCES in the database

Recent revisions of the database changed the connection method from named pipes to TCP/IP

Due to heavy use, the database was recently moved to another server.

ODBC driver not configured © answer (cl=100%)

Data source name is configured incorrectly





RUNNING APPLICATIONS


Q1 Configure a web site for CGI and ISAPI with execute rights in the "\scripts" directory (where the CGI and ISAPI are placed). But cannot read the ISAPI files. Why?

Execute rights on NTFS

Read permission on NTFS for directory

Read access on directory

Stop and restart WWW service © answer (cl=100%)


Q1A You are running ISAPI and CGI scripts. You move these to a virtual directory and assign permissions. What must you do so that users can run both?

Stop and restart WWW © answer (cl=100%)

Stop and restart MCC

In ISM, assign read permissions for the scripts virtual directory

In ISM, assign execute permissions for WWWroot directory


Q2 You have a document called .stm which is being read as an html document do you change the MIME mapping of:

.text/stml MINE

.text/html MIME © answer (cl=90%)


Q2A .stm extension (binary files from your application) conflicts with server parsed html-documents. What do you do?

Modify MIME mappings text/stm © answer???

Modify MIME mappings text/html © answer (cl=90%) see Q2 above

Modify application extension mapping for server side including directives and rename the necessary files

Associate files with .stm extension with inetmgr.exe


Q3 You suspect that there is a CGI script running on this server that is not releasing threads. What should you do?

Use performance monitor to monitor the threads\threads state counter

Stop and restart the WWW service of your IIS computer © answer (cl=90%)

Use performance monitor to monitor the IIS globe cache fault headers counters © answer???

Use event viewer to monitor the application faults.


Q3A You have a ISAPI application that is slowly taking too many resources. How can you decrease the number of threads?

Add more RAM © (cl=80%)

Run each application in a separate memory © answer???

Install ISAPI filter to validate users


Q4 You have a functioning PERL script in the IIS server1. You move the script to another IIS computer named server2. You test the script it does not work. You verify that script is located in the same server. You also verify that all users have the single script execute and common. What should you do?

Install a PERL interpreter (on server2) © answer (cl=100%)


Q5 Change DNS domain from .edu to .com on all sites. How?

Windows scripting host (WSH) © answer (cl=90%)

ASP script






SECURITY


Q1 If you secure the access to a web page using SSL, how do you change the URL in order to access the secure page?

https:// a answer (cl=100%)

httpssl://

http://


Q2 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 a SSL capable browser for the client © answer (cl=100%)


Q3 You have a separate directory for each client and they are only allowed to access their own directory. What is the best security method?

Client certificate © answer (cl=100%)


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

Enable SSL only when required © answer (cl=100%)

Enable SSL all the time

Use client certificate

Move SSL directories to a separate PC


Q5 Which optio? 詬趚郌鎖雇駝鳣龧ꋚꙌꥨꮦ꽄뉐떗륎¢£葆¦§¨©ª«¬­㠯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑ? ? ns would require multiple certificates? Choose two

Server hosting web site for multiple companies © answer (cl=95%)

When your virtual server is spread among many virtual directories across various locations © answer (cl=95%)

Server has links to servers in different domains © answer???

When your certificate server is installed on more than one server

When your IIS hosts virtual directories for the same company in one location


Q6 John setup 3 anonymous logins to IIS with different passwords. Suddenly nobody can access the sites. They are using NT challenge/response logins. What is the problem?

John does not change the passwords in NT to match © answer (cl=90%)


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

Certificate server © answer (cl=100%)

Transaction server

Site server

Message queue server






>@B¼¾À´¶¸^`bôö?Z\° ² ´ ¸ º Î Ð Ò Ô Ö Ø

úõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!


t

v

x

Ö

Ø

&(,.0`

b

d

ꮧÞàäæ?PR꽅륏ÎñõðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!?>@趛雈鶉ÐÒôöø´¶º¼¾BDF

ôúõðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!ôöøèêîðòBDF郍駢齄DF0 2 6 8 : ???^"`"?????úõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!?T$V$X$V%X%Z%\%^%p%r%t%x%z%|%???:&<&????????F)H)L)N)P)4*úõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!4*6*8*??N,P,?????F-H-J-//"/$/&/???X0Z0^0`0b0B1D1F16282<2úõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!<2>2@2???l3n3r3t3v3*4,4.4?????x5z5|5R6T6V6X6Z6\6^6`6????úõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!??????

99V9X9??:::::????????x;z;|;??@<B<F<H<úõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!H<J<N=P=R=v=x=????$>&>*>,>.>???L?N?R?T?V?b@d@f@??TAVA??.BúõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!.B0B4B6B8B쒌얼웙??ZC\C????0D2D^D`D꺐놪뢐몚뱨EEELENE듆뢔FFúõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!F`FbFdFfFhFjFlFnFrFtFvF뱭붏뺰0H2H6H8H:H???:I<IpIrIꉼꖸ?????úõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!?솣싆쒚??KKKKK???LLtLvL??XMZM^M`MbM邌鍌隆:O<O|O~O觮赦úõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!赦邍PQRQTQ鲤齚$R&RpRrRvRxRzR?????FTHT벆붝삃솯싐>U@UBU웸죇VVxVúõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!xVzV??W WfWhW엛웺XXXX

XT[V[X[b\d\P]R]??v^x^|^~^ ?????úõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!???``L`N`P`R`T`X`Z`\`,a.a0apara쒰엣죍짵????NbPbTbVbXb???úõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!?dd"d$d&dhdjdld범붮째쭘칙쾂텏NfPfRfggggg꣮꭭꺻?????듻룄úõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!룄뫃????????0k2kvkxk??(l*lnlpl엮읏???mm\n^n`n쩇쭪??úõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!??oooo

o???NqPq뷆뻛?? 詛邺鎂隮4s6s8s^s`s벫뷈??????úõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!??????tttt

tt:u<u>u鎆隱v vTvVvZv\v^v.w0w2w`wbw쇙싹???úõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!???.{0{2{????^}`}6~8~<~>~@~???~ ????????裃.?觐õðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!0????????衤衧衭衯袊袌袎袘袚?裹襂襄覧覬袊觱誧說誮誰誳諛賋賍赊õðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!?趙B赔趄趆越趌趎蹬蹮蹰趚 ????軇車轣车轭软轶辋醌醎

鉔V釧鋌鋴õðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!??&??????????閴閸闂闄闇???靇靊??颣?饯饱饷饹饻颫駚骧õðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!雈駜쮍쵪?????:??鳕鳗鳸鳺鳼鵄鵇鵊鵌鵎鵐鵖鵙鵧鵪鵬鵰鵸鵺鶖黍黏黹õðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!?鳤龦JꅈꇸꇺꅳꊸꊼꋂꋄꍣꚙꚝꗜꝔꞆꥐ꥓꧁꧃???????ꧭ???곭õðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!4ꮝ궯궸궺궽깸깺깼궄낻낽냂???냄냆냈냊냌냎냐냓냕냗냙냛냝녇녊녌념녓놚õðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!춂캥쩷쮦춃

?????뒔뒙뒛??듄듇듊뙭뙯뙴듐뚏뚘뚚뚜띚띜띣뢌뛻鳼úõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!鳼龼쮫춇??¡

¡¡¡¡L모몪뭂뭄¢££ ????뮣볋볍졁큁솆ΰ벮뵝??¥úõðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!~?¥§§

§®§°§ú§ü뺋뻵뻹뻻뻽???뾴뾶©ª

쁴쁺새샊샎샐샓ª«« 셚셜«®ᾺõðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!㠫°«²«´«¶«¸«º«¼«À«Â«Ä«X쉩?슐슖슖썊?????????얏±È±Ê±²왘왚²úõðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!ꦌÞ²à²ä²æ²è²뉭떼&??웛웝읬읮´¨´ª´ð´ò´ô´ö´ø´ú´ü´þ´µµµµµ

µµµµúõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!µµµµµµµµ ???????잨잫잭???좆죻죽¶à¶â죄쥼·ð·ò즑쩄쩉¸úõðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!p쩋쩍??쪧¹º쭈쭋쭏쭓?ºüºþº»¸»º»¼¼p쵋쵚최쵤쵧쵪¼½

½½X춬??½úõðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!`춮????칺캦캨¾¢¾¤¾¦¾¿¿¿&???컬컮컰¿ÀÀÀªÀ¬ÀðÀòÀD큸킴킶?ÁúõðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!|??탓톗톙ÂÞÂàÂÃÃÃÃÃÃà ????????????퇸퇺퇼퉆퉈퉋ÃúõðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!ꂥæÄèÄêÄúÄüÄZ?ŸźžÅÀÅÂ퍴??ÆÇ??ÇÀÇÂÇÆÇÈÇÊ???ȼȾÈÉ㠩㡚õðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!㠩藡¦É¨ÉÊÊh?ʴʶÊðÊòÊöÊøÊúÊæËèËê??????ÌÞÌàÌäÌæÌè????ÍúõðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!醂钯¢Í蚡ÆÍÈÍÊÍÌÍÎÍÐÍÒÍÔÍÖÍØÍÚÍÜÍÞÍàÍöÍøÍúÍ㢭ÎÎt?ÎÏ ?ÏÀÏÂ??Ð

ÑúõðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!

ÑÑꦶ겪ÎÑÐÑ&????Ò¢Ò¤???ÓØÓÚ????ÕÒÕÔÕ

ÖÖb????ÖÞÖà?ØúõðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!|??ØøØú????ÚÎÚÐÚÛ??ÛæÛè?????ÜìÜîܬݮݰ??Þ¼Þ¾??ßþßúõðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!㢿??à´à¶à¸àºà¼à¾àÀàÂàÄàÆàÈàÊàÌàÎàöàøàúàþàá?????âÌâÎâã?ãúõðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!b???????äêäìäå??åæææææôæöæøæçç^???????è¨èªèúõðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!ªè&?éúéü????????ëäëæ????????????îÀîÂ?????ïúõðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!蹱醮铖äñæñèñ^????òÚòÜòÞ????????????????????óúõðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!蹶醶铚骝鶽ꃜt??ô°ô²ôÈôÊôÚôÜôàôâôäôÜõÞõà????????÷Ð÷Ò÷Ö÷Ø÷Ú÷úõðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!Ú÷ÄøÆøÈø*?????ùÚùÜùàùâùä???úêúìúÆûÈ??üÈüÊ?????ýÀ㢢㢤㣚õðëæáÜ×ÒÍÈþ¹´㊪불냙ꆔ鉌}xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!ÄþL 46詭ª¬ÄÆðòôöøúüþ

úõðëæáÜ×ÒÍÈþ¹´¯ª¥륇꥝駗?xsnid_Z opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa opa!@B¾À¶¸`böøZ\² ´ ¸ º Ð Ò Ö Ø


v

x

Ø

(.0b

d

ýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍË㠧ÅÃÁ¿?꾤æèPR뉘?@郑鶋Òöø¶¼¾DFöøêðýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍË㠧ÅÃÁ¿?ðòDF鎛齇F2 8 : ??`"???V$X$X%\%^%r%t%z%|%??<&????ýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍË㠧ÅÃÁ¿???H)N)P)6*8*?P,???H-J-/$/&/??Z0`0b0D1F182>2@2??n3t3v3,4.4ýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍË㠧ÅÃÁ¿?.4???z5|5T6X6Z6^6`6??????9X9?:::?????z;|;?B<H<J<ýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍË㠧ÅÃÁ¿?J<P=R=x=??&>,>.>??N?T?V?d@f@?VA?0B6B8B얼웙?\C??2D`D놪몚뱨Eýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍË㠧ÅÃÁ¿?EENE뢔FbFfFhFlFnFtFvF붏뺰2H8H:H??<IrIꖸ???싆쒚?KKK??Lýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍË㠧ÅÃÁ¿?LvL?ZM`MbM鍌隆<O~O赦邍RQTQ齚&RrRxRzR???HT붝솯싐@UBU죇VzV? WhWýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍË㠧ÅÃÁ¿?hW웺XX

XV[X[d\R]?x^~^ ????`N`R`T`Z`\`.a0ara짵?PbVbXb??dýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍË㠧ÅÃÁ¿?d$d&djdld붮쭘쾂텏PfRfggg꭭꺻???룄뫃?????2kxk?*lpl읏?mýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍË㠧ÅÃÁ¿?mm^n`n쭪?ooo

o??Pq뻛?詛鎂隮6s8s`s뷈???????tt

tt<uýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍË㠧ÅÃÁ¿?<u>u隱 vVv\v^v0w2wbw싹???0{2{??`}8~>~@~?? ????????觘ûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍËÉÇÅÃÁ¿½!:??衤衭衯袌袎袚?襂襄覬袌說誰誳諝賍讴D趆趌趎蹮蹰' ??車车软轶辍釈ûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍËÉÇÅÃÁ¿½!??釧鋎???????閸闄闇??靊??饱饹饻颭駜驗驦马驮??鳗鳺鵄鷌ûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍËÉÇÅÃÁ¿½!뫪볅뻷샆썐쓝쮏쵬톋틄??龦LꇺꅸꋂꋄꍦꚝꗢꞆ鎪?4???ꧭ??ꮤ궺궽꺋ûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍËÉÇÅÃÁ¿½!륄??v냂??냄냈냊냎냐냕냗냛냝녊녌녓녕념뉷œ

???뒙뒛?듇듊뙯뙴듔뢋ûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍËÉÇÅÃÁ¿½!P뚚뚜띜띣뛻龼춇?

¡¡맬몪뭄¢£"??뮦볍큁ΰ벰??¥§

§°§ü뺍뻻뻽?©ýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍËÉÇÅÃÁ¿½!4?뾶©

쁺샊샐샓ª« 셜«°«´«¶«º«¼«Â«Ä셆?슖슙?????얏±Ê±²ꦌà²æ²è²ýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍË㠧ÅÃÁ¿?è²(?웝읮´ª´ò´ö´ø´ü´þ´µµµ

µµµµµµµ ?????잫잭??좈죽¶â¶ýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍËÉÇÅÃÁ¿½!â¶T·ò즔쩋쩍?쪧¹ºT쭓?ºþº»º»쵋최쵧쵪¼

½½Z?춮??칺캨¾¤¾¦¾¿?¿ýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍËÉÇÅÃÁ¿½!(?컮컰¿ÀÀ¬Àò콝킶??탕톙ÂàÂÃÃÃà ????????퇺퇼퉈퉋ÃèÄêÄýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍËÉÇÅÃÁ¿½!êÄüÄ\źÅÀÅÂ퍸?ÆÇxÇÂÇÈÇÊ??ȾÈÉ㠩¦É¨É?ʶÊòÊøÊúÊèËê???ÌàÌæÌýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍËÉÇÅÃÁ¿½!æÌèÌD??ͤÍÈÍÌÍÎÍÒÍÔÍØÍÚÍÞÍàÍøÍúÍÎÎ ?ÏÂ?ÐÑ겪ÐÑ(????ÓÚ??Õýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍËÉÇÅÃÁ¿½!$ÕÔÕÖd????Øú??ÚÐÚÛ醑èÛr??ܮݰ?Þ¾?ßà^à¶àºà¼àÀàÂàÆàÈàÌàÎàýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍËÉÇÅÃÁ¿½!ÎàøàúàááN??âÎâãd????äìäå뙌æææöæøæç`????èª?éü??êýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍËÉÇÅÃÁ¿½!n???ëæ???????îÂ????ïæñè???òÜòÞ??????????óýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍËÉÇÅÃÁ¿½!n????????ô²ôÊôÜôâôäôÞõà?????÷Ò÷Ø÷Ú÷ÆøÈ???ùÜùâùä??úýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍËÉÇÅÃÁ¿½!húìúÈ?üÊ???ýÂ㢤? 6跙Æòöøüþ

ýûù÷õóñïíëéçåãáßÝÛÙ×ÕÓÑÏÍË㠧퍰°

 ꚙK*@?*Normal ? opq"A@??Default Paragraph Font?@?

콝Microsoft Word 6.0 Document

MSWordDoc?열