What does the following ACL accomplish?
drop 300 server-domain worm .com
A - It asks any server from the domain ‘worm.com” to return a 300 error message if it drops the
request.
B - It causes the appliance to drop any packets from any clients to servers in the domain “worm
.com” for 300 seconds.
C - It drops any errors in the 300 responses from any server in the domain “worm.com”.
D - It requests that the appliance only cache packets coming from “worm.com” if the packet is
under 300 bytes in size.
Answer: B
What is the command to view the names and locations of the log files from the command line?
A - log -I
B - nclog -l
C - nclog -va
D - show config.admin.log
Answer: B
Which TWO implementations are required for setting up transparency with WCCP? (Choose 2)
A - The WCCP router must be located where a firewall that uses Network Address Translation
(NAT) is not located between the WCCP and the NetCache appliance.
B - The WCCP router must be located so that it can view all network traffic for the clients that it is
expected to serve.
C - The WCCP router has to be directly connected to the proxy.
D - The WCCP router must be located where a firewall that uses Network Address Translation
(NAT) is located between the WCCP and the NetCache appliance.
Answer: A, B
What is the difference between deny and allow not?
A - The deny denies the request and stops the evaluation, while the allow not allows all requests
except for those that match the criteria after the “not.”
B - The deny denies the request and continues evaluation, while the allow not only continues
evaluations for requests that meet the criteria specified after the “not.”
C - The deny allows all requests that match its criteria and denies all other requests, while the
allow not denies everything except for those requests that match its criteria.
D - They both give the same result.
Answer: A
The SecureAdmin feature uses _____________ to securely replace and ___________
A - Kerberos, SSH, and HTTPS
B - SSH, Telnet, and RSH
C - RSH, Telnet, and SSH
D - SSH, HTTPS, and LDAP
Answer: B
Which THREE require authentication? (Choose 3)
A - HTTPS
B - NNTP
C - Gopher
D - DNS
Answer: A, B, C
Given the following ACL, what will happen when a user with an lE browser attempts to go to the
ESPN Web site?
redirect “http://aroopam.com” url matches “espn” and req-headers matches “MSIE”
A - They reach the page and it is cached by the NetCache appliance for future requests.
B - The users are redirected to http://aroopam.com.
C - They can reach ESPN, but anyone trying to access http://aroopam.com is redirected to the
ESPN Web site.
D - The user receives a pop-up showing that a patch from http://aroopam.com will be
automatically downloaded before they can reach the ESPN Web site.
Answer: B
Which of the following ACLs will limit the ability to administer the NetCache to a specific
computer?
A - auth client-ip [IP address]: 3132
B - allow client-ip [IP address]: 3132
C - reauth client-ip [IP address]: 3128
D - allow client-ip [IP address]: 3128
Answer: B
What is the result of the following ACL?
allow server-ip 216.240.23.27 and sewer-port 60 deny any
A - Objects from a server with the IP address of 216.240.23.27 and from port 60 are allowed.
B - Objects requested by a client 216.240.23.27 on the client’s port 60 are allowed.
C - All requests are denied unless the request is coming from 216.240.23.27 and enters the
cache on the cache port 60.
D - Allow server-ip 215.240.23.27 to use the cache’s port 60.
Answer: A
When a NetCache joins a native Windows 2000 or 2003 domain, it uses authentication for the
join process.
A - NTLM
B - LDAP
C - Kerberos
D - RADIUS
Answer: C
What is the difference between the icap command and the icap_now command?
A - The icap command directs requests to the ICAP application after all other ACLs are
evaluated; the icap_now command is used to force requests to be directed to the ICAP
application first.
B - The icap command is used to force requests to be directed to the ICAP application first the
icap_now command directs requests to the icap_now application after all other ACLs are
evaluated.
C - The icap_now command is used to modify the requests before sending to the other ACLs for
evaluation; The icap command specifies to send requests to the ICAP application for filtering
before evaluating all other ACLs,
D - The icap command directs requests to the ICAP application before requests are evaluated by
the other ACLs; the icap_now command specifies to use the ICAP application only for
evaluation.
Answer: A
What does the following ACL accomplish?drop 300 server-domain worm .comA - It asks any server from the domain ‘worm.com” to return a 300 error message if it drops therequest.B - It causes the appliance to drop any packets from any clients to servers in the domain “worm.com” for 300 seconds.C - It drops any errors in the 300 responses from any server in the domain “worm.com”.D - It requests that the appliance only cache packets coming from “worm.com” if the packet isunder 300 bytes in size.Answer: BWhat is the command to view the names and locations of the log files from the command line?A - log -IB - nclog -lC - nclog -vaD - show config.admin.logAnswer: BWhich TWO implementations are required for setting up transparency with WCCP? (Choose 2)A - The WCCP router must be located where a firewall that uses Network Address Translation(NAT) is not located between the WCCP and the NetCache appliance.B - The WCCP router must be located so that it can view all network traffic for the clients that it isexpected to serve.C - The WCCP router has to be directly connected to the proxy.D - The WCCP router must be located where a firewall that uses Network Address Translation(NAT) is located between the WCCP and the NetCache appliance.Answer: A, BWhat is the difference between deny and allow not?A - The deny denies the request and stops the evaluation, while the allow not allows all requestsexcept for those that match the criteria after the “not.”B - The deny denies the request and continues evaluation, while the allow not only continuesevaluations for requests that meet the criteria specified after the “not.”C - The deny allows all requests that match its criteria and denies all other requests, while theallow not denies everything except for those requests that match its criteria.D - They both give the same result.Answer: AThe SecureAdmin feature uses _____________ to securely replace and ___________A - Kerberos, SSH, and HTTPSB - SSH, Telnet, and RSHC - RSH, Telnet, and SSHD - SSH, HTTPS, and LDAPAnswer: BWhich THREE require authentication? (Choose 3)A - HTTPSB - NNTPC - GopherD - DNSAnswer: A, B, CGiven the following ACL, what will happen when a user with an lE browser attempts to go to theESPN Web site?redirect “http://aroopam.com” url matches “espn” and req-headers matches “MSIE”A - They reach the page and it is cached by the NetCache appliance for future requests.B - The users are redirected to http://aroopam.com.C - They can reach ESPN, but anyone trying to access http://aroopam.com is redirected to theESPN Web site.D - The user receives a pop-up showing that a patch from http://aroopam.com will beautomatically downloaded before they can reach the ESPN Web site.Answer: BWhich of the following ACLs will limit the ability to administer the NetCache to a specificcomputer?A - auth client-ip [IP address]: 3132B - allow client-ip [IP address]: 3132C - reauth client-ip [IP address]: 3128D - allow client-ip [IP address]: 3128Answer: BWhat is the result of the following ACL?allow server-ip 216.240.23.27 and sewer-port 60 deny anyA - Objects from a server with the IP address of 216.240.23.27 and from port 60 are allowed.B - Objects requested by a client 216.240.23.27 on the client’s port 60 are allowed.C - All requests are denied unless the request is coming from 216.240.23.27 and enters thecache on the cache port 60.D - Allow server-ip 215.240.23.27 to use the cache’s port 60.Answer: AWhen a NetCache joins a native Windows 2000 or 2003 domain, it uses authentication for thejoin process.A - NTLMB - LDAPC - KerberosD - RADIUSAnswer: CWhat is the difference between the icap command and the icap_now command?A - The icap command directs requests to the ICAP application after all other ACLs areevaluated; the icap_now command is used to force requests to be directed to the ICAPapplication first.B - The icap command is used to force requests to be directed to the ICAP application first theicap_now command directs requests to the icap_now application after all other ACLs areevaluated.C - The icap_now command is used to modify the requests before sending to the other ACLs forevaluation; The icap command specifies to send requests to the ICAP application for filteringbefore evaluating all other ACLs,D - The icap command directs requests to the ICAP application before requests are evaluated bythe other ACLs; the icap_now command specifies to use the ICAP application only forevaluation.Answer: A
No comments:
Post a Comment
Leave Your Valuable Opinion