精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>电脑技术>>● 认证工程师>>Microsoft 认证>>试题回忆>>Internet Information Server 4>>IIS 4.0 Braindump

主题:IIS 4.0 Braindump
发信人: peng-hao()
整理人: reynolds(2001-02-07 12:45:52), 站内信件
Let’s begin :
 

 

You need  to host  Three  Internet Web sites on your IIS computer. The
 Web sites have been configured to use host headers. DNS is not enable
d on your network.

 

What else should you do?

 

A. Configure  DHCP,   

B. First add the three host names to a HOSTS file Then implement that


     HOSTS file on all of your client computers

C. Then Implement that HOSTS file on the llS computer.

D. First, add the three host names to an LMHOSTS file. Then implement 
that 

     LMHOSTS file on all of your client computers

E. On a WINS server, add the three host names as static entries. 

     Then implement that server as the primary WINS

 

Correct Anwser B :DNS  is used to do  dynamically host name resolution
  to IP and HOSTS files are used to resolve host names into IP address
es(static  resolution) .  If you use HOSTS files to resolve HOST names
, the HOSTS file has to be on each individual client machine. However 
, WINS  is  used to to resolve  dynamically NetBIOS names into IP addr
esses and LMHOSTS are used to resolve NetBIOS names into IP addresses.
 

 

 

Configure Microsoft SMTP Service in order  to route mail between the m
ain office and the two remote offices. 

 

How should  you configure Microsoft SMTP service on each IIS computer 
 so that mail is securely transferred between sites?

  

Configuring IIS Server          
On each IIS computer, Microsoft SMTP Service should be configured with
 SSL. 
At the main office, configure Microsoft SMTP Service to reject connect
ions from all lP addresses except the lP addresses of the lIS computer
s at the remote offices.q 
On each llS computer, configure Microsoft SMTP Service to communicate 
with the other llS computers by using PPTP. 
At the main office, use Microsoft SMTP service to configure a remote d
omain for each of the remote offices. 
 

 

Correct Answer: B On each IIS computer, Microsoft SMTP Service should 
be configured with SSL. SSL allows data to be transferred in encrypted
 form 

   

Susan is the Administrator of an IIS computer named SERVER1.  SERVER1'
s IP address is 192.168.10.96.  DHCP and WINS are enabled on the Netwo
rk; DNS is disabled.  Susan configures a virtual directory named TechS
upport. 

 

Which URL should be used to access the directory?

 

 A. http://192.168.10.15

B.     http://SERVER1/TechSuppo 

C.     http://www.root/TechSuppo   

D.     http://www.computrain.com/TechSuppo

 

Correct Answer  B: By using the NetBIOS name of the IIS Server and spe
cifying the virtual directory name TechSupport in the URL, you will be
 able to access this  virtual directory, provided you have the proper 
permissions to access it. (verified by www.easycert.com  )

 

Note this :

Because DNS is disabled  &  there is no mention of a HOSTS file, you c
annot use the host name to access the server.   

 

Your company has a main office and two remote offices. You are the com
pany's email administrator. The office networks are connected via the 
Internet.

Mail needs to be routed between the main office and the two remote off
ices. You want to configure Microsoft SMTP Service to route the mail. 
IIS computers have been installed at the main office and the remote si
tes. At the main office, you use Microsoft SMTP Service  to route mail
 to other host computers on the Internet.

 

What must you do to administer the FTP service by using a Web browser?


  

Start the WWW service. 
For the FTP service, aIlow connections other than anonymous 
In the FTP service, create an lIS administrative virtual directory. 
W   The anonymous user account should be assigned administrative right
s to the FTP service. 
 

Correct Answer A  : WWW service is required for the FTP Service to be 
administered using a Web Browser.    

 

 

Microsoft NNTP Service  configured to provide access to newsgroups for
 400 users 200 users access the newsgroups by using your Intranet. The
 other 200 users access the newsgroups via the Internet.  Internet use
rs access the newsgroups by using readers that do not support Microsof
t Windows NT Challenge/Response authentication. These users all have t
he same access privileges to the same newsgroups.

 

What security configuration will allow secure access to both Intranet 
and Internet users?

  

First, configure Windows NT domain accounts for all users. Then enable
 Basic Authentication for your Microsoft NNTP Service. 
First, configure Windows NT domain accounts for all users. Then allow 
anonymous access. 
First, configure SSL client certificates for all users. Then require t
hat they have SSL client authentication. 
First, configure Windows NT domain accounts for all intranet users. Th
en configure SSL client certificates for all lnternet users. Finally, 
map all of these certificates to a single Windows NT domain account. 

 

 

Correct Answer A :First, configure Windows NT domain accounts for all 
users. Then enable Basic Authentication for your Microsoft NNTP Servic
e. This is because in this method, passwords and user accounts are tra
nsported without encryption to the server.    

 

 

As an administrator of an ISP, you have one server in Atlanta and one 
server in Los Angeles. What is the most efficient method of changing t
he TCP port numbers on 230 Web sites?

  

On both the Atlanta and Los Angeles servers, edit each TCP port number
 by using lnternet Service Manager. 
Use lnternet Service Manager (HTML) to edit each TCP port number. 
On both the Atlanta and Los Angeles servers, create and run a Microsof
t Visual Basic script. 
On only one of your servers, create and run a Microsoft Visual Basic s
cript 
 

Correct Answer C : You can automate some of the administrative tasks o
n your Web servers by using scripts.  Scripts need to run on each serv
er where the Websites are located.

Running it on just one server will only apply changes to Websites conf
igured on that server.    

(verified by www.examnotes.net  )

 

 

On your Web server, you create a virtual directory named training cent
er. You enable

directory browsing. Some Internet users are always able to access the 
URL http://yourserver/training center along with the files belonging t
o that directory. However, some users receive this error message: "HTT
P/1.1 404 Object Not Found."

 

What will allow all users to access files in the virtual directory tra
ining center?

  

Assign access to all lP addresses. 
 All users should be assigned NTFS permissions for the Training Center
 virtual directory. 
The virtual directory should be defined by UNC name rather than drive 
letter. 
Rename the virtual directory from Training Center to TrainingCenter. 

 

Correct answer D : Some browsers may not work with URL names containin
g spaces in the directory name. So, Avoiding use of spaces in naming d
irectories will fix the problem.   

 

  As the administrator of an IIS computer, you want users who connect 
to your Web site to be able to view .htmh files as Web documents.

 

How would you allow them to do this?

  

The default document type should be changed to */* 
The default document should be changed to Default.htmh./   
Add .htmh to the text/html MIME extension type.  
The application extension mapping for .htmh documents should be modifi

 

Correct Answer C : You have to add .htmh to the text/html MIME extensi
on type  Reason :

You must associate the document extensions with the applications you w
ant to open

This document by using MIME Extension type that is located in the site
 property sheet 

 

 

You want to index your Web site.  To do so, you install Microsoft Inde
x Server. However, Microsoft Index Server is utilizing too much RAM.  


 

How do you minimize the amount of RAM used by Index Server. (Choose tw
o.)

  

A.     The word lists size should be increased.

B.     Th word lists size should be decreased.

C.      The word lists number should be increased.

D.     The number of word lists should be decreased.

 

Correct  B  , D :  You have to know that A larger number and size of w
ord lists indexes will require more RAM. Then , Decreasing both the nu
mber of word lists and the size of these indexes will reduce the amoun
t of RAM used by the Index Server.    

 

 

On a Web site, you want to find all object larger than 32 KB; you also
 want to see only objects that are currently referenced by an HTML fil
e on the Web site.

 

How do you do this?

                 

A.     First create a WebMap for the Web site and then search the Web 
site for objects that are larger than 32 KB.s   

B.     First import the log files into Microsoft ExceI, then sort by f
ile size to find objects that are larger than 32 KB.

C.     First map a drive to the Web site directory, then use Microsoft
 Windows NT Explorer to find objects that are larger than 32 KB.

D.     First connect to the Web site by using the FTP service, then br
owse the directory listing for objects that are larger than 32 KB.

 

Correct  A : In Site Server Express, create a WebMap and search for ob
ject larger than 32KB

    

 

A functioning Perl script is running on an lIS computer named SERV1. H
owever, when you move the script to SERV2 and test it, you find that i
t doesn't work.  You find that the script is located in your Scripts v
irtual directory. You also confirm that all users have been assigned E
xecute permission for the Scripts virtual directory. You confirm that 
.pl is a valid MIME type.

 

What need to be done to enable the Perl script to function on SERV2?

               

                       A . Perl interpreter needs to be installed.'

B.      The Perl script needs to be recompiled.

C.      You need to run PI2bat.bat to convert the Perl script to a bat
ch file.

D.      You need to assign Read access permission for the Scripts virt
ual directory in lnternet Service Manager.

 

Correct  A : Perl scripts need a Perl Interpreter to be installed on I
IS servers. The Perl Interpreter is not part of  the IIS Server. 

 

Your Web site has ISAPI applications located in the Scripts virtual di
rectory. You use Internet Service Manager to assign Execute permission
 for the Scripts virtual directory.  Users access your Web site by log
ging on as Anonymous.  The lUSR_computername account is specified as t
he anonymous logon user account. However, users tell you that the lSAP
l applications are not functioning on the Web site.

 

What must you do to the IUSR_ computername account to implement the IS
APl applications?

 

A.     Assign NTFS Read permission for the Scripts virtual directory 


B.     Assign NTFS Execute permission for the Scripts virtual director
y.

C.     In lnternet Service Manager, assign only Read access permission
 for the Scripts vi  ual directory.

D.     In lnternet Service Manager, assign both Read access permission
 and Write access permission for the Scripts virtual directory.

 

Correct  B : IUSR_computername account needs proper NTFS permissions t
o execute the program. In this case ,  IUSR_computername  needs to be 
assigned NTFS execute permissions to be able to run the program (verif
ied by www.examnotes.net  )

 

 

You want to allow Web users to run lSAPl applications and CGI scripts.
 You move all of the applications and scripts into the Scripts virtual
 directory.  You assign Execute permission for the Scripts virtual dir
ectory. Users report  that they are able to run the lSAPl applications
 but not the CGl scripts.

 

What should you do so that users can run both the lSAPl applications a
nd the CGl scripts?

 

A.     Stop and restart the WWW service.

B.     Stop and restart the Microsoft Management Console.

C.      In lnternet Service Manager, assign Read access permission for
 the Scripts virtual directory.

D.     In lnternet Service Manager, assign Execute permission for the 
WWW root directory.

 

 Correct  answer C : Assign Read permission for Scripts Virtual Direct
ory in Service Manager.    

Becareful !!! Stopping and restarting WWW service and management Conso
le does not assign any access rights to any directory.

 

Your company's Web site runs an ISAPI application named Counter.dll.  
Only managers in the company have access to Counter.dll. Mary is curre
ntly a user of a Windows NT Server computer.  Mary has been promoted t
o manager and needs access to Counter.dll. You assign Mary Execute per
mission for Counter.dll, but she says that she still cannot use it. Je
ff and Mary have the same permissions, but Jeff can use Counter.dll.

 

What must be done to give Mary access to Counter.dll?

    

A.     The Guest account must be enabled..   

B.     The WWW service must be stopped and restarted.;   

C.     Danielle must be made a member of the Administrators group.

D.     Danielle must have read access permission to Counter.dll.

 

Correct B : Stopping and starting the WWW Service will put Mary's exec
ute permission for the program in effect or wait for 15 minutes before
 the permission will become effective.   

 

 

 An IIS computer runs Microsoft lndex Server. Your company's server ho
sts virtual directories for three Web sites.  You are the administrato
r for the IIS.  Users find that when they issue queries to their serve
r, documents are returned that do not directly meet the scope of the q
ueries. These documents come from virtual directories that are not inc
luded in the Web site to which the users are connected.

 

How do you allow user queries to return documents for only the Web sit
e to which the users are connected?

          

                             A. You should configure the registry to i
nclude all the terms that users want to

                                    query.

                              B. You should configure the registry to 
exclude all virtual directories that users

                                     do not want to query.

                              C. You should configure a separate catal
og for each virtual directory that 

                                   contains information that users wan
t to query.

E.      You should configure an index text file in the root directory 
of each virtual directory that contains a list of terms that users wan
t to query.

 

Correct C : Index queries cannot span multiple catalogs.  If you want 
to limit the queries to a particular Website so that it does not retur
n search answers from other Websites, you must create a separate catal
og for the Website(s) you want to limit the search 

 

 

You are the administrator of an llS computer. John reports that he rec
eived the following message while trying to access the Website named P
roducts:

 

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC SQL Server Driver] [C:\MSSQL\BINN\DBMSSOCN] General n
etwork error. Check your network documentation.

 

What is most likely causing the problem?

 

A.     John has insufficient SQL permissions. 

B.      John has insufficient SQL permissions to access RESSOURCES in 
the database.

C.     Recently, the underlying connectivity to the database server wa
s changed from Named Pipes to TCP/IP Sockets.

D.     The entire database was moved to a different server because of 
heavy volume on the server that hosted the database.

 

Correct  D : General Network Errors are encountered because the server
 was probably moved to a different server. If  you have the same quest
ion  with  “ Login Failed messages “ instead of  General Network err
or this means that the user has  Insufficient permissions to access th
e SQL database (Insufficient permission to access RESSOURCES in the da
tabase was an access denied message)

 

  

A computer named Account1 has been configured with a Microsoft Index S
erver.  Account1 is a member server in the Sales domain.  Research1 is
 a member server in the Marketing domain.  You want to index documents
 that are located on Research1. 

 

What must you do? 

 

A.     Make Research1 a member of the Sales domain.

B.     Assign rights to log on locally to the local administrator acco
unt for Research1.

C.     Create a virtual directory on Account1 for the share on Researc
h1 that contains the documents to be indexed.

D.     Create an administrator account in the Research1 domain that ha
s the same user name as the administrator account in the Sales domain.
 Configure the password to be the same for both administrator accounts
.

 

Correct  A : The server that contains the documents to be indexed must
 be in the same domain as the server that is running the Index Server.
 

 

Listen to  me , this is very important :

 

Windows NT supports multiple security domains. If you want to use Inde
x Server to index data on a  remote domain, the following requirements
 must be met:

 

1. A trust relationship must exist between the two domains. The domain
 being accessed (the domain 

containing the documents , e.g. Marketing Domain ) must trust the acce
ssing domain (the domain in which Index Server is  installed , e.g. Sa
les Domain  ).

2. A user account (e.g. WebUser) with Interactive Logon privileges sho
uld be created in the accessing domain (the domain in which Index Serv
er is installed).

3. A user account with access to the data being indexed should be used
 in the UNC paths (e.g. 

\\Research1\Document) when configuring the virtual directory.

4. Index Server should be stopped and restarted. (verified by PCAGE )


 

In all other cases , the server that contains the documents to be inde
xed must be in the same domain as the server that is running the Index
 Server.It’is the reason for why the answer A is correct.

 

 

 

A user reports that while trying to access the Web site named Products
, she received the following message:

 

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC SQL Server Driver] [SQL Server] Login failed.

 

What do you suppose is most likely causing the problem?

 

                         A  Louise has insufficient SQL permissions to
 access the database that supports    

                              the Web site.

                          B. Louise has insufficient SQL permissions t
o access resources within the 

                             database  that supports the Web site

                          C. During a recent revision to the site, the
 underlying connectivity to the database 

                            server was changed from TCP/IP sockets to 
Named Pipes.

E.      he entire database was moved to a different server because of 
heavy volume on the server that hosted the database.

 

Correct  A :Login failed error is caused by having insufficient SQL pe
rmission to the database.  NTFS access permissions will create access 
denied message rather then login-failed messages.  

  

 

How do you find all the unfiltered files present on your Web site?

 

A.     Issue the query @Unfiltered=true.

B.     Issue the query @contents = unfiltered.

C.     Use Find Files and Folders Tools from the Start Menu.

D.     List the noise word file.

 

Correct A : Files that are corrupted or files that could not be filter
ed because of problems in a filter DLL are called unfiltered files and
 can be viewed by issuing the administrative command for unfiltered fi
les. This command issues the query: @Unfiltered=true.    

 

 

 

Using IIS, you create an ODBC connection to an existing Microsoft SQL 
Server database. 

After attempting to access the database from a page on the Web site, y
ou receive the following message:

 

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft ][ODBC Driver Manager] Data source name not found and no de
fault driver

specified.

 

What is the most likely cause of the problem?  

   

                               A. The ODBC driver has not been configu
red.,   The database name is 

                                     configured incorrectly..   

                                B. The data source name is configured 
incorrectly

                                C. The DNS name of the SQL Server data
base cannot be resolved by the llS 

                                     computer.

 

Correct B : . The data source name is configured incorrectly  . If the
 Database Source Name (DSN) is configured incorrectly in OBDC Driver M
anager, it will generate a Database Source Not Found message.    (Veri
fied by examnotes.net )

 

 

 

You install Microsoft SMTP Service.  The domain name of all messages s
ent from your location needs to be the domain name of your parent comp
any which is adsolutions.com.

 

Currently, the mail message domain name is the domain name of your sub
sidiary company. The domain name of your subsidiary company is adconsu
ltants.com.

 

What must you do?

 

A.     Set the SMTP smart host name to be adsolutions.com.

B.     The SMTP site name should be set to adsolutions.com.?   

C.     The masquerade domain name should be set to be adsolutions.com.


D.     The fully qualified domain name should be set to be adsolutions
.com.

 

Correct  C : A Masquerade domain name creates an alias for the actual 
domain name.  When the mail is sent out, the actual domain name is rep
laced by the domain name set in the masquerade domain name option in S
MTP configuration.

 

Jack installs IIS on a company whose network is not connected to the I
nternet. Jack wants to use friendly names rather than TCP/IP addresses
 to access your Web site.

 

What two methods will allow Jack to do this (choose two)?

 

A.      DHCP, WINS, and DNS

B.        Install multiple DHCP servers.

C.       DNS can be installed and configured for name resolution.

D.      WINS can be installed and configured for name resolution.

E.       Configure the llS computer to use DHCP.+   Configure each cli
ent computer to use DHCP.

 

Correct  C, D : You can use the WINS or DNS name resolution methods to
 resolve NetBIOS or HOSTS names to IP addresses.  Both of these method
s are designed to associate easy to remember names to IP addresses.

 

Note this :  WINS can be used here because the Network is not connecte
d to the Internet which does not allow WINS method for name resolution
.  Internet only uses DNS name resolution method.    

 

 

Which two console settings can be saved in a Microsoft Management Cons
ole file?

  

Loaded snap-ins 
 SMTP IP address 
Arrangement of windows 
Virtual directory locations 
 Web server access permissions?o:p> 
 

Correct A, C : you can save the Microsoft Management Console (MMC) fil
e settings such as the snap-ins that will be loaded the next time MMC 
is run To customize your work environment in Microsoft Management Cons
ole.  You can also save the arrangement of the Windows  To customize y
our work environment in Microsoft Management .    

 

Every hour, you import log files by using Microsoft Site Server Expres
s Usage import and Report Writer. However, you notice that several sit
es do not appear on your report.

 

What is the most likely cause of the problem?

  

The configuration of the log file rotation transition discards open vi
sits. 
The configuration of the log file rotation transition commits open vis
its. 
The site visit lP addresses do not resolve to a valid host name. 
 The site visit domain names do not resolve to a valid host name. 
 

Correct A Log file rotation is configured to discard open visits.    


 

 In the metabase, which two IIS configuration are stored?

  

IIS help file location 
virtual directory security settings    
Web site home directory location 
Microsoft Management Console snap-in definitions 
Microsoft Site Server Express Content Analyzer toolbar positions 
 

Correct  B, C :The metabase contains only those entries pertinent to I
nternet Information Server administration. For these settings, the met
abase offers more advanced features including speed, scriptability, an
d remote administration. The following describes the types of property
 settings stored in the metabase:

 

1) Computer and Website properties.  

2) Properties configurable at the computer and Web site level.  

3) Virtual directory and directory properties. 

4) Properties configurable at the virtual directory and directory leve
l.   

 

As an administrator of an IIS computer, you want to configure the defa
ult Web site from Microsoft Windows 95 laptop computer from remote sit
es.

 

What tool will allow you to do this?  

 

A . Registry Editor

B. Server Manager

C. Internet Service Manager?span style="mso-spacerun: yes">   Internet
 Service Manager (HTML)

 

Correct C: You can use two methods to administer IIS:  first, by using
 the Internet Service Manager (ISM –MMC)  from a local or remote comp
uter on your network (ISM HTMLA) , and second by using the Internet Se
rvice Manager (HTMLA-HTML Administrator) version, which allows you to 
connect to your IIS Server from the Internet or Intranet.  This second
 utility allows a Web Browser to administer an IIS Server    


You want to use Internet Service Manager (HTML) to administer your llS
 computer. Via the Internet, you want to be able to administer your se
rver. The default settings for the administration Web site have not be
en modified.  A firewall protects your network from the Internet. IP t
raffic is allowed out of your network. HTTP (port 80) traffic and SMTP
 (port 25) traffic is allowed into your network.

 

What changes should you make to the firewall to allow you to administe
r your server through Internet Service Manager (HTML)?

  

All IP traffic should be allowed through the firewall to the server. 

SSL (port 443) should be allowed through the firewall to the server. 

The RPC listener port (port 135) should be allowed through the firewal
l to the server. 
The TCP port for the administration Web site should be allowed through
 the firewall to the server. 
 

Correct D : For security reasons, Internet Information Server uses a u
nique port specific to the IIS Server to allow Internet Service Manage
r (HTML) to connect to the IIS Server for Administration.  In order fo
r the Web Browser to connect to the IIS Server for administration, you
 must configure the firewall to allow traffic to pass through the TCP 
port on which IIS is configured for Web Based Administration. 

 

 

 As the administrator of an Intranet Web site, users report to you tha
t some Web pages download slowly. 

 

What tool will allow you to find all pages on the Web site larger than
 32KB?

  

Internet Service Manager 
Microsoft Script Debugger 
Microsoft Windows NT Explorer.   
Microsoft Site Server Express Content Analyzer 
 

Correct D : Site Server Express Content Analyzer allows Web Administra
tors to find object properties (such as size of the objects) and broke
n links on the Web Sites    

 

 

 

In order to install Microsoft SMTP service, which three configuration 
components are required?

  

FAT partition 
NTFS partition 
 TCP/lP 
NetBIOS name resolution,  
Server host name to lP address resolution 
 

Correct B,C & E :  To install and use Microsoft SMTP Service on the Se
rver, you need to have an NTFS partition on the server where SMTP Serv
ice is to be installed

You also need to install TCP/IP protocol on all computers accessing th
e SMTP Service. Finally, you need to implement on the network a HOSTS 
name resolution method (such as DNS).   

 

 

 A user has private information on a Web server.  The user has request
ed Basic authentication.

 

When the user connects to the Web site, which information is encrypted
?

  

Data, but not password 
Password, but not data 
Data and password 
Neither data nor password 
 

Correct D : With basic authentication, both the password and data are 
sent unencrypted.   Basic authentication is used when there is a need 
to allow diverse operating systems to access your Website and you do n
ot want to allow anonymous access to the Website.  

 

Data is sent encrypted only when you use an encryption method such as 
SSL on your Website.      Information needs to be encrypted when trans
mitted from an llS computer to a client computer via the Internet.

 

What security method will allow you to do this?

 

A.     SSL 

B.     PPP

C.     NTFS permissions

D.     Microsoft Windows NT Challenge/Response authentication

 

Correct A :  Implementing SSL method on your IIS Server will use encry
ption to transmit data to and from the Web Server.  It is normally use
d in a situation where security is a concern.  It prevents unauthorize
d users from intercepting and reading the data as it is transmitted be
tween a browser and the server.    

 

After installing the FTP service, you create a welcome message.  This 
message includes several lines of text.  You configure directory annot
ation. You then specify UNIX as the directory listing style.

 

You find out that some FTP client applications always connect to the s
erver, while other FTP client applications never connect and receive e
rror messages.

 

What can you do to allow connections from all FTP client applications?


 

A.Directory annotation should be disabled..   

B.The maximum clients message should be removed.?   

C.The welcome message should be reduced to a single line of text.

D. Microsoft MS-DOS should be specified as the directory listing style
.

 

Correct C : Some FTP clients can only recognize a single line of welco
me message when the connection is made to the FTP server.  If the welc
ome text message is more then one line these clients may disconnect fr
om the FTP server. Reducing the welcome text message to a single line 
will ensure all clients can connect to the FTP server.    

 

 What are three ways of improving the performance of Microsoft SMTP Se
rvice?


A. The message retry interval should be decreased.

B. The maximum message size limit should be decreased.

C. SSL should be used for outgoing mail.

          D. DNS reverse lookup should be disabled.

E. The Badmail directory should be moved to another server.

 

Correct A, B & D : To improve the SMTP Service performance, decrease t
he message retry interval, decrease the maximum message size limit, an
d disable DNS reverse lookup in the SMTP Service configuration dialog 
box    

 

Your company has an llS computer that runs Microsoft NNTP Service. The
 server has a single home directory configured on a single RAID5 drive
 array.  Users report that server response time slows as the number of
 messages stored in the newsgroup increases.

 

What can you do to improve server response time?

  

Configure multiple virtual directories on a single drive array. 
Configure multiple virtual directories on multiple drive arrays. 
Move the home directory to a drive array that is not a RAID5 array. 
In the Microsoft NNTP Service, enable directory logging. 
 

 Correct B : RAID5 improves disk I/O performance because it allows mul
tiple drives to read and write data simultaneously on multiple drives.
  If the disk performance is slow because of heavy data usage on the s
ingle RAID5 array, you should use multiple drive arrays and store the 
directories on multiple drives.  This will give you even greater perfo
rmance with RAID5 arrays.   

 

 

Your company has several WAN links that experience high latency. WAN u
sers are being disconnected from your Web site. 

 

As an IIS administrator, what should you do to prevent this from happe
ning?


A. Increase RAM.

B. Add another network adapter.

C. The connection timeout for your Website should be increased.

          D.The maximum connections for your Web site should be increa
sed.

 

Correct C : On a slower network connection such as a WAN link you need
 to increase the connection time-out for your Web site so that the use
rs who connect to the Web sites are not inadvertently disconnected.  I
ncreasing the maximum connections only helps when you want to allow mo
re users to access your Web site simultaneously.  

 

Adding a second Network card will help improve local Network performan
ce but will not help improve faster data transmission through the slow
er WAN connection.  Adding more RAM may also help local Server perform
ance but will not help in reducing disconnection's because of the slow
er WAN link    

 

 

Your Web site uses virtual directories on four servers. 

 

How would you create a summary of all the Web images on your Server? 


Use Microsoft lndex Server to issue a query. 
Using lnternet Service Manager, browse the Website. 
Search for files that have image extensions by using Microsoft Windows
 NT Explorer. 
 Use Microsoft Site Server Express Content Analyzer to generate an lma
ges report. 
 

Correct D : Site Server Express Content Analyzer can help you create S
ite Summary Reports which count and size objects such as images on a W
ebsite.

 

 If you have multiple secure directories, how do you maximize the perf
ormance of the WWW service?

A.     enable SSL only when transferring confidential information.

B.     SSL should be enabled for all WWW transactions.

C.     Client certificates should be required.

D.     Move all of the SSL content to virtual directories on another c
omputer.

 

Correct  A  : SSL requires valuable CPU time for performing data encry
ption. By enabling SSL only when necessary -- such as when transferrin
g confidential information -- the overall performance of your Web serv
er will improve.

 

 

As the administrator of an Intranet Web site, you add lSAPl applicatio
ns to increase the Web site's functionality. To monitor the Process/Th
read Count counter, you use Performance Monitor. Performance Monitor r
eports that the counter is increasing, even though the Web application
s are used infrequently.

 

What should you do to decrease the number of threads used by the Web a
pplications?

  

Increase RAM on the lIS computer. 
All applications should be run in a separate memory space. 
You should replace the ISAPl applications with CGl scripts. 
You should authenticate users by using an ISAPl filter. 
 

Correct  B : By running applications in separate memory spaces you wil
l reduce the Process/Thread count.    

 

 

 Your Web site has been indexed by Microsoft lndex Server. 

 

How can you find out if filtering has been paused due to lack of disk 
space?

  

Use the Registry Editor to view indexing activity. 
Use Performance Monitor to view indexing activity. 
Use Microsoft Windows NT Explorer to determine the size of the corpus.
 
Using the Services icon in Control Panel, check if  Content lndex serv
ice has been paused. 
 

Correct D : Services Icon in Control Panel provides the status of all 
services currently installed on your server.  This includes the Index 
Service.  Services status will reveal if the Index Service has paused 
or stopped.    

 

 

Your server has 64 MB of RAM. Virtual memory is set to 64 MB. You need
 to decrease the amount of time it takes to perform a query by using M
icrosoft lndex Server.  After increasing the amount of the lndex Serve
r property cache stored in the RAM, you find that the amount of time i
t takes to perform a query increases.

 

What is the most likely cause of the problem?

  

Virtual memory is used by RAM cache. 
A master merge has been forced by the RAM cache modification. 
Shadow merges occur more frequently because of the RAM cache modificat
ion. 
The maximum size of the word list has been decreased by the RAM cache 
modification. 
 

Correct A : If the System RAM requirement for an application increases
 and the physical RAM is running short, the NT Operating System will b
egin to use the virtual memory.  The more virtual memory is used, the 
slower the overall performance of the system becomes.  In this case th
e increase in RAM cache may cause the NT Operating System to start usi
ng virtual memory and slow down the system performance    

 

To monitor the Local Retry Queue Length counter for Microsoft SMTP Ser
vice, you use Performance Monitor . The average reading over a 24-hour
 period is 6. 

 

What should you do to improve performance for this service?

  

The NTFS cache size should be increased. 
The incoming connection timeout should be increased. 
The local retry queue interval should be decreased. 
 The remote queue maximum hop count should be decreased. 
 

Correct C : Decreasing the local retry queue interval determines the i
nterval to re-send a message before the message is considered undelive
rable.  By decreasing the number for retry, you will force the SMTP Se
rvice to try to send the message at a higher intervals (less frequentl
y) rather then at shorter intervals (more frequently). This will impro
ve the SMTP Server performance.    

 

When they access your lIS computer, users report a slow response time.
 Using Performance Monitor, you discover that your server has low proc
essor usage and high network bandwidth usage.

 

What should you do to fix the problem?

  

You should add RAM. 
You should add another network adapter. 
You should increase the size of the paging file. 
You should increase the connection timeout for your Web site. 
 

Correct B :  Adding a second adapter card to your Website will increas
e the amount of traffic your Server can send out on the network.  This
 will increase the overall network performance of the Server.  This is
 especially true of a Server where Performance Monitor suggests high b
andwidth use.  You should add more RAM or an additional CPU on the Ser
ver when the performance monitor suggests either high CPU usage or hig
h virtual memory usage.    

 

 

On a Microsoft Windows 95 computer, you install IIS. 

 

What must you do to configure Microsoft lndex Server to catalog all of
 the content on the Web site?

A First, you must upgrade the Windows 95 computer to a Microsoft Windo
ws NT Workstation computer. 

Then place the Web content on an NTFS partition. 
First, you must upgrade the Windows 95 computer to a Microsoft Windows
 NT Server computer.Then pIace the Web content on an NTFS partition. 

First Implement share-level security on the Windows 95 computer.Then p
Iace the Web content in a read-only directory. 
 First install llS on the Windows 95 computer.Then place the Web conte
nt on an NTFS partition on another computer. 
 

Correct B : To install and use Index Server Service, you need to have 
Windows NT Server 4.0 installed on your Server.  NTFS partition is hig
hly recommended for security reasons where you want to store Index Ser
ver data.    

 

 

You suspect that there is a CGl script running on the server that is n
ot releasing threads.

 

What should you do?

  

Use Event Viewer and view the Application Log. 
Use Performance Monitor to monitor CGI Script counter. 
Use Performance Monitor to monitor the Thread/Thread State counter. 
Stop and restart the WWW service.| 
 

Correct B : The Thread/Thread State counter in Performance Monitor wil
l help you determine if the CGS scripts are not releasing threads.   


 

How can you configure IIS logging so that there is only a minimal effe
ct on Server

performance?

--
※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 61.157.8.231]

[关闭][返回]