发信人: tinybird()
整理人: reynolds(1999-09-29 23:22:11), 站内信件
|
QUESTION--1 Create a virtual FTP site for your company.
Create a physical directory using NT explorer.
MMC / right click computer icon  new FTP site / supply FTP sit e description / supply IP address and port number / supply physical pa th / assign FTP access permission
QUESTION--2 Create a virtual FTP directory for your company.
MMC / right click the appropriate FTP site  new virtual direct ory / supply alias to access virtual directory / supply physical path / assign FTP access permission
QUESTION--2A 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  properties / new v irtual directory / supply alias to access virtual directory / supply p hysical path c:\docs / assign FTP access permission read/write
Repeat above for c:\forms.
QUESTION--2B Create a virtual FTP directory on a remote machine with U NC=\\win95\public\information.
MMC / right click the appropriate FTP site  new virtual direct ory / supply alias to access virtual directory / supply physical path \\win95\public\information / supply username and password / assign FTP access permission read/write
QUESTION--3 Change the number of concurrent FTP connections.
MMC / right click appropriate FTP site  properties / FTP site  change limited to xxx connections.
QUESTION--4 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  properties / FTP site = 664; enable logging  properties / change file size to 4MBytes.
QUESTION--5 Disable anonymous access to FTP site.
MMC / right click appropriate FTP site  properties / security account  disable allow anonymous connection
QUESTION--6 You want to configure access to the default FTP site so th at FTP listens to port 15723.
MMC / right click default FTP site  properties / FTP site = 664; change port to 15723.
QUESTION--7 Change the directory listing mode from DOS to UNIX for a d efault FTP site.
MMC / right click default FTP site  properties / home director y  change directory listing style to UNIX.
WEB SITES (VIRTUAL WEB SERVERS)
QUESTION--1 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 FQUESTION--DN 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
QUESTION--1A You have one IP address and two virtual servers. What do you do?
Use host header  answer
QUESTION--2 You need to configure 3 intranet web sites. How to segrega te?
Use host header  answer
Use 3 separate IP addresses and modify DNS  answer
QUESTION--3 You are behind a firewall and want to administer an IIS se rver 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
QUESTION--4 You need to change the port of 200 web sites. What is the Question--quickest way to achieve this?
Use windows scripting host (WSH)  answer
QUESTION--4A You have 2 servers (NY and Ontario). What is the easiest way to change the IP ports on the 200 sites contained at those locatio ns?
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
Write a VB script and run it on one servers
QUESTION--5 What is contained in the metabase? Select all that apply. IIS help file location
Virtual directory and security settings  answer
Web site home directory and permission  answer
MMC snap-in info
Site server toolbar settings
Index server settings
Site server express settings
QUESTION--6 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 (use static mapping on WINS)
On DNS database  answer
QUESTION--7 You want to host 3 web sites on a single IIS. 10 users wil l need to access the web sites simultaneously. Which operating system must you use on IIS?
NT server  answer (only NT server support multi hosting)
QUESTION--7A Install IIS4.0 in Windows 95. You want to use index serve r. What do you need to do?
Upgrade to NT server  answer
Upgrade to NT workstation
Upgrade to OS/2
Do nothing. You can use IIS as is on Windows 95
QUESTION--8 Paul needs to change the IIS default web site on the road from his win95 laptop. How?
Use ISM MMC
Use ISM HTMLA  answer
QUESTION--9 You setup 3 intranet web sites and set them to use host he aders. 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 (use static mapping on WINS)
QUESTION--10 You have configured a virtual directory on your server ca lled "White Horse". After doing so, some people cannot access it. What should you do?
Change name to Whitehorse  answer (older browsers do not allow space in URL)
Assign NTFS rights to directory
QUESTION--11 You setup a web site on your intranet. Clients use differ ent browsers. When some clients try to access pages they receive an er ror message like "Error 401.2, browser does not support reQuestion--ui red encryption method."What is wrong?
Browser does not support SSL
Site using NT challenge/response authentication method  answer
SSL certificate on server is invalid
QUESTION--12 Trouble with slow access on IIS computer. Discover via pe rformance monitor that the server has low processor usage and high net work bandwidth usage. What should you do?
Add RAM
Add another network adapter  answer
Increase timeout connection for your web site
QUESTION--13 What IIS computer configuration settings are stored in th e metabase?
Virtual server and directory settings  answer
HTTP-specific properties  answer
Computer and Web site properties  answer
Logging properties  answer
FTP-specific properties  answer
File properties  answer
Filter properties  answer
SSL key properties  answer
QUESTION--14 You want to create a virtual directory for your web site that points to the directory on a Netware server. You define the virtu al directory by using a UNC path that points to a directory on the Net ware server. You configure read access permission on the script permis sion for the virtual directory. You find that you are unable to read t he files on a Netware server by using the virtual directory. What shou ld you do?
Create an IIS ISUR_computername account. On the Netware server, config ure the appropriate Netware file permission  answer
Move the data from the Netware server to the NT server computer. Creat e a virtual directory to point to the NT server
Configure the read, write and execute permission on the virtual direct ory
Connect to the Netware server by using IP address rather than UNC path
QUESTION--15 DNS is not enabled and you want to connect to a virtual d irectory "home" on server1 with IP address w.x.y.z. What URL do you us e?
http://w.x.y.z
http://server1/home  answer
ftp://???
http://www.server1.com/home
QUESTION--16 Becky logs onto a sensitive web site and it is setup to u se basic authentication. What is encrypted?
Password and data are encrypted
Password is encrypted, data isn't
Data is encrypted, password isn't
Nothing is encrypted  answer
QUESTION--17 Mary was promoted to manager. Managers have special acces s 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%)
QUESTION--18 Where are MIME settings kept?
Metabase  answer
Registry
QUESTION--19 Company with web site and a virtual directory. Images are placed on both. But users can only see web site images not those in v irtual directory. What do you do using MMC to correct this problem?
Check read permission in virtual directory and NTFS user account permi ssion  answer
QUESTION--20 Want user friendly names to access sites. What do you use ?
DNS and WINS servers  answer
QUESTION--21 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 acc ess to both?
Basic authentication  answer
QUESTION--22 You want to exclude the IP address range from 196.120.35. 32 to 196.120.35.63. What network 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
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
QUESTION--23 You are on server2 and setup a virtual directory to \\ser ver1\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
QUESTION--24 There are 100 web pages on a web site sharing common elem ents. 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 administra tive 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
QUESTION--25 What permissions must you give to a virtual directory con taining image.gif/.jpeg?
Execute permission
Read permission  answer
Do not change permissions
FTP SITES
QUESTION--1 You setup a FTP site and a virtual directory with director y 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
Stop and restart FTP site
QUESTION--2 You have an IIS installation which has only FTP service. H ow can you configure the FTP site remotely?
Allow anonymous to FTP
Setup WINNT challenge/response login
Enable WWW  answer
QUESTION--3 You want to limit access to the FTP server. You change con trol connection TCP/IP port number 20962 on the IIS computer. You then connect from another computer on the same network by specifying the c omputer IP address in the FTP client application. You receive the foll owing error messages: Internet Explorer cannot open the internet site FTP:\\10.2.1.10\. Operation timed out. What is the cause of the proble m?
The FTP client application is attempting to connect to a well known TC P/IP port  answer
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 af ter the IP entry on the IIS computer
QUESTION--4 You change the port number for your FTP site. Now you cann ot connect from another PC. Why?
PC tries to connect with default port number  answer
QUESTION--5 FTP server is setup with directory annotation, UNIX comman d and some other stuff. Some users can access while some users can't. How do you fix it?
Disable annotation  answer (cl=80%)
Change to DOS listing
SMTP
QUESTION--1 How to increase SMTP performance?
Decrease message size allowed
Decrease the update/retry interval  answer (cl=80%)
Move badmail folder to another directory
QUESTION--2 Your domain name is currently set to one of your subsidiar ies. How do you get SMTP mail to appear it is coming from your real co mpany domain.
MasQuestion--uerade domain  answer
Smart host header
Domain name change
QUESTION--3 ReQuestion--Requirements for SMTP. What are they? (Choose all apply)
NTFS  answer
FAT
TCP/IP  answer
Netbios
DNS (Host to IP)  answer
QUESTION--4 From SMTP performance monitor, you find the average local retry Question--queue length is 6. How would you improve performance f or the service.
Increase NTFS cache size
Increase incoming connection timeout
Decrease the local retry Question--queue length interval  answ er
Decrease remote Question--queue max hop count
QUESTION--5 Users complaints that it takes too long to get back "undel iverable" SMTP messages. How can you reduce the time taken?
Reduce (local/remote) Question--queue retry count  answer
QUESTION--6 Which of the following methods are used to secure SMTP ser vice (choose all that apply)
SSL identity verification  answer
NT challenge/response authentication  answer
Reverse DNS lookup  answer
IP address and domain restriction  answer
QUESTION--7 SMTP should be configured to securely transfer mail betwee n 2 sites. How?
SSL  answer
PPTP
QUESTION--7A You have an IIS with SMTP server and 2 branch offices. Th ey are backboned together with IIS over the internet. What should you implement in order to ensure secure communication?
SSL between sites  answer
No change
NNTP
-- ※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 202.99.62.100]
|
|