发信人: tinybird()
整理人: reynolds(1999-09-29 23:21:52), 站内信件
|
1. Configure a web site for CGI and ISAPI with execute rights in the " \scripts directory(where the CGI and ISAPI are placed) But users canno t run the ISAPI files. What to do?
A. Execute rights on NTFS(answer)
B. Read permission on NTFS for dir.
C. Read Access on Dir
D. Stop and restart WWW service
2. You are runnign ISAPI and CGI scripts. You move these to a virtual directory and assign permissions. users can run ISAPI but not CGI. Wha t must you do?
A. Stop and restart WWW
B. Stop and restart MMC
C. In ISM, assign READ permission for the scripts virtual dir(answer)
D. In ISM, assign EXECUTE permission for WWWroot dir.
3. You are running IASPI and CGI scripts. You move these to a virtual directory and assign permissions. What must you do so that the user ca n run BOTH?
A. Stop and restart WWW service(answer)
b. Assign Execute permissions
c. Assign Read permissions
d. Stop and restart mmc
4. You are the administrator of a web site that runs an ISAPI applicat ion named counter.dll. Access to counter.dll is limited to MANAGERS at your company. Maria is an existing user of NT Server.
Maria is promoted to MANAGER. Maria now needs access to counter.dll. Y ou assign maria EXECUTE permissions for counter.dll. Another manager n amed John has the same permissions as MAria, BUT HE CAN USE counter.dl l. What does Maria need to access counter.dll
A. STOP AND RESTART WWW SERVICE(ANSWER)
B. Enable guest acct.
C. Add Maria to Administrators group
D. Assign Maria Read access permissions for counter.dll
5. You are behind a firewall and want to administer an IIS Server with ISM HTMLA. What port does the firewall have to go through?
A. RPC listener port(ANSWER)
B. Https
C. SSL
D. Not Sure
(On CNE quizzer the answer is Port assigned through installation, whic h is true, but it doed not give you that here. My boss said the answer here is RPC)
6. You have 2 servers (NY and Ontario). What is the easiest way to cha nge the Ip ports on the 200 sites contained at those locations?
A. Write a VB script and run it on ONE server(ANSWER)
B. Write a VB script and run it on BOTH servers
(According to my boss, he said he would do it on 1 server. that is wha t I put on the test.
Both answers look good, but I went with what he said. Acoording to him , why would you run it on both, it would take much longer. Its a scrip t and only needs to be run on one server, then distributed.
7. ODBC Error SQL "LOGIN Failure"
A. Insufficent permissions to database(Answer)
B. Insufficent permisions to resources on database
8. ODBC Error SQL "LOGON Failure"
A. Insufficent permissions to database
B. Insufficent permisions to resources on database(Answer)
9. You currently store NNTP files in a single virtual directory on a s ingle RAID disk array. How can you improve performance?
A. Create additional folers on a single disk array.(answer)
B. Create additional folers on a multiple disk array.
10. You currently store NNTP files in a single virtual directory on a single RAID 5 disk array. How can you improve performance?
A. Create additional folers on a single disk array.
B. Create additional folers on a multiple disk array.(answer)
------------------
Internet Information Server 4.0 Vic MCP
Yee-Haw!!! IIS 4.0 is a challenge, but passable. I passed with an 727 (whew!!) this afternoon. I used IDG Books (...for Dummies, excellent), Cramsession, Braindumps, and my study guide below. I had five ODCB er rors in my test, many ISAPI and CGI, so KNOW THEM! Used ALL of the all otted time, so time management is important. Special thanks to Checkpo int. One to go (TCP/IP). Good Luck.
NOTE: These are NOT the exact questions from the exam...That would vio late my non-disclosure agreement with Microsoft.
--------------------------------SIMULATION
WEB SITES (VIRTUAL SERVER)
QUESTION--1 Create a virtual web site for your company.
Create a physical directory using NT explorer.
MMC / right click computer icon  new web site / supply web sit e description / supply IP address and port number / supply physical pa th / assign web access permission
QUESTION--1A Create a web site named WWWROOT for c:\wwwroot with IP 17 2.31.255.201 and another web site named WEBPUB for d:\inetpub\webpub w ith IP 192.168.1.253.
Create physical directories c:\wwwroot and c:\inetpub\webpub using NT explorer.
MMC / right click computer icon  new web site / supply web sit e description WWWROOT / supply IP address 172.31.255.201 and port numb er / supply physical path c:\wwwroot / assign web access permission
Repeat above for web site WEBPUB.
QUESTION--2 Create a virtual web directory for your company.MMC / righ t click the appropriate web site  new virtual directory / supp ly alias to access virtual directory / supply physical path / assign w eb access permission
QUESTION--3 Deny web access to all IP addresses except 192.168.0.96 to 192.168.0.127.MMC / right click appropriate web site  propert ies / directory security  IP address and domain restriction &# 61664; edit / deny all, add 192.168.0.96 255.255.255.224.
QUESTION--3A You have configured a web site named customer support to allow anonymous access. Use MMC to deny access to a specific client wi th IP address 172.30.124.189.
MMC / right click web site customer support  properties / dire ctory security  IP address and domain restriction  edi t / grant all, add 172.30.124.189.
QUESTION--4 Decrease the number of inactive connections without decrea sing the number of user connections or timeout value. MMC / right clic k appropriate web site  properties / performance  disa ble HTTP keep alives.
QUESTION--5 Synchronize a password for the anonymous user IUSER_NT5 in MMC.
MMC / right click appropriate web site  properties / directory security  anonymous access and authentication control  ; edit / allow anonymous access  edit / use name IUSER_NT5 and enable automatic password synchronization.
QUESTION--6 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  properties / web site = 664; enable logging  properties / change file size to 4MBytes.
QUESTION--7 Disable anonymous access to web site.
MMC / right click appropriate web site  properties / directory security  anonymous access and authentication control  ; edit / disable allow anonymous access.
QUESTION--8 Your default web site allows 1000 concurrent connections. You want to provide users with web access to a local directory to c:\d ocs\public. You want to limit the number of users who can simultaneous ly access to 10.
MMC / right click appropriate virtual directory  properties / virtual directory  change limited to 10 connections.
QUESTION--9 You want a custom error message for users on your default web site who are denied access to your IIS computer. You create a cust om error number 404 that is located at c:\custom\error404.htm.
Edit file c:\winnt\help\common\404-n.htm and save it as c:\custom\erro r404.htm
mmc / right click appropriate web site  properties / custom er rors  select 404-n.htm  edit properties / change file location to c:\custom\error404.htm
QUESTION--10 Configure ISAPI filter "My Filter" located in c:\Docs\Myf ilter.dll for default web site
mmc / right click default web site  properties / ISAPI filter  add filter name My Filter and executable c:\Docs\Myfilter.dll
-- ※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 202.99.62.100]
|
|