Home > Access list Questions

Access list Questions

July 15th, 2010 in CCNA Security Go to comments

Here you will find answers to Access list Questions

If you are not sure about Access list, please read my Access List tutorial

Question 1

Which statement best describes the Turbo ACL feature? (Choose all that apply)

A. The Turbo ACL feature processes ACLs into lookup tables for greater efficiency.
B. The Turbo ACL feature leads to increased latency, because the time it takes to match the packet is variable.
C. The Turbo ACL feature leads to reduced latency, because the time it takes to match the packet is fixed and consistent.
D. Turbo ACLs increase the CPU load by matching the packet to a predetermined list.


Answer: A C

Question 2

Which statement best describes configuring access control lists to control Telnet traffic destined to the router itself

A. The ACL must be applied to each vty line individually.
B. The ACL should be applied to all vty lines in the in direction to prevent an unwanted user from connecting to an unsecured port.
C. The ACL is applied to the Telnet port with the ip access-group command.
D. The ACL applied to the vty lines has no in or out option like ACL being applied to an interface.


Answer: B

Question 3

Which description is correct based on the exhibit and partial configuration?

access-list.jpg

A. All traffic from network 10.0.0.0 will be permitted.
B. This ACL will prevent any host on the Internet from spoofing the inside network address as the source address for packets coming into the router from the Internet.
C. Access-list 101 will prevent address spoofing from interface E0.
D. All traffic destined for network 172.16.150.0 will be denied due to the implicit deny all.


Answer: C

Question 4

Examine the following options, which access list will permit HTTP traffic sourced from host 10.1.129.100 port 3030 destined to host 192.168.1.10

A. access-list 101 permit tcp 10.1.129.0 0.0.0.255 eq www 192.168.1.10 0.0.0.0 eq www
B. access-list 101 permit tcp 10.1.128.0 0.0.1.255 eq 3030 192.168.1.0 0.0.0.15 eq www
C. access-list 101 permit tcp host 192.168.1.10 eq 80 10.1.0.0 0.0.255.255 eq 3030
D. access-list 101 permit tcp any eq 3030


Answer: B

Question 5

Which three statements about applying access control lists to a Cisco router are true? (Choose three)

A. Place more specific ACL entries at the top of the ACL.
B. ACLs always search for the most specific entry before taking any filtering action.
C. Router-generated packets cannot be filtered by ACLs on the router.
D. Place generic ACL entries at the top of the ACL to filter general traffic and thereby reduce “noise” on the network.
E. If an access list is applied but is not configured, all traffic will pass.


Answer: A C E

Question 6

A standard access control list has been configured on a router and applied to interface Serial 0 in an outbound direction. No ACL is applied to Interface Serial 1 on the same router. What will happen when traffic being filtered by the access list does not match the configured ACL statements for Serial0?

A. The source IP address is checked, and, if a match is not found, traffic is routed out interface Serial 1.
B. The resulting action is determined by the destination IP address.
C. The resulting action is determined by the destination IP address and port number.
D. The traffic is dropped.


Answer: D

Question 7

Which location will be recommended for extended or extended named ACLs?

A. a location as close to the destination traffic as possible
B. an intermediate location to filter as much traffic as possible
C. when using the established keyword, a location close to the destination point to ensure that return traffic is allowed
D. a location as dose to the source traffic as possible


Answer: D

Comments
  1. Madhatter
    September 23rd, 2010

    Question3
    The answer is wrong, the acl will not prevent address spoofing. The addresses are being permitted and not denied by the acl. The nearest correct answer would be D, all traffic to 172.16.150.0 will be denied except from 10.20.20.0/24 because of the implicit deny at the end of the ACL.

  2. IDontWorkInBristol
    September 23rd, 2010

    I’m with Madhatter on this one – a spoofing acl would surely be applied on the S0 interface in an inbound direction

  3. Manu
    September 27th, 2010

    You’re wrong, both. The answer given is right, because of the implicit deny address spoofing is prevented, the ACL permit traffic only from 10.20.20.0/24. D is wrong because not all traffic is denied (from 10.20.20.0/24 is permited).

  4. Saurabh
    October 6th, 2010

    Manu is totally right. The answer is right.

  5. Otto
    October 13th, 2010

    The answer 3 c is the correct one.

  6. Alex
    October 24th, 2010

    Where in the curriculum is the Turbo ACL explained?

  7. Yousuf
    October 27th, 2010

    In 7th question option “d” is : a location as “CLOSE” to the source traffic as possible

  8. Anonymous
    October 29th, 2010

    Turbo ACL:
    I read de curriculum and I didn’t know about them too, but in the CCNA Security Official Exam Certification Guide there is some information.

  9. Shervin
    November 30th, 2010

    Can someone please explain why B is the answer for question 4?

  10. Ton
    December 3rd, 2010

    U can find Turbo ACL in the CCNA Security Official Exam chapter 10 Firewall !!

  11. samira
    December 3rd, 2010

    Any dumps you guys suggest for ccna security? and where I can dl it. cheers
    samiraa1982@gmail.com

  12. Syawal
    December 6th, 2010

    Question 5

    How could aswer E. If an access list is applied but is not configured, all traffic will pass. is also the answer here? It should have an explicit deny if ACL applied without any configuration,right?

  13. anonym
    December 7th, 2010

    No, I checked, when acl applied but not configured, traffic is passed without checking throught acl. So “all traffic will pass”

  14. joe
    December 18th, 2010

    HAI

    Can someone give new dumps

  15. Rayan Young
    December 19th, 2010

    hi all,
    plz post me new dumps on rayan.exuinox@gmail.com.

  16. rjh
    January 19th, 2011

    question 3:

    C is definitely correct.

    Because of implicit deny all any spoofed IP (generally private IPs) will be denied as only the subnet 10.20.20.0 is permitted. Therefore any spoofed addresses will be denied even legitamate address from the inside network will be denied if they are not in the specified subnet.

    A is wrong all traffic is not denied, subnet 10.20.20.0 is permitted for (for certain protocols ofcourse)

    B is wrong this ACL is applied to inbound traffic on E0 therefore inbound traffic on S0 will not be filtered by the ACL.

    D is wrong traffic (for the specific protocols permitted) is permitted fro the subnet 10.20.20.0.

    C is def correct. Cheers

  17. Anonymous
    January 31st, 2011

    Hi guys
    Could any1 help me comprehend the q3 answer.
    Why q3: access-list 101 permit tcp 10.1.128.0 0.0.1.255 eq 3030 192.168.1.0 0.0.0.15 eq www instead of 10.1.129.0

  18. rjh
    January 31st, 2011

    the question asks:

    which access list will permit HTTP traffic sourced from host 10.1.129.100 port 3030 destined to host 192.168.1.10

    A. access-list 101 permit tcp 10.1.129.0 0.0.0.255 eq www 192.168.1.10 0.0.0.0 eq www
    ^^^
    If you look at the question its asks the originating port is 3030 this acl shows the originating port is 80 aka www. therefore it is incorrect. hope that helps? ask if it needs more explaining.

  19. George
    February 20th, 2011

    @RJH

    You are wrong with this one. Host computers are using less known port number from 1024 – 65535 while servers are using well known port number from 1 – 1023.
    Therefore http traffic from host computer 10.1.129.100 could be sent on port 3030 while server will only listen for http traffic on port 80.

  20. George
    February 22nd, 2011

    @RJH

    Then again you are right. Basically you have said same thing as I have . :)

  21. naser
    June 15th, 2011

    guys do we need to configure acls on exam………..plz reply???

  22. naser
    June 18th, 2011

    guys do we need to configure acls on exam………..plz reply???

  23. Juno
    June 22nd, 2011

    “George” is correct.when u generating request your PC is using random port numbers,so it should be Ip address X to ip address Y eq www

  24. Juno
    June 22nd, 2011

    Question 3
    A,B and D are definitely wrong,therefor C is correct (Logically :)

  25. delete
    June 23rd, 2011

    inmate is noname still current? and any update on CCNA security dump

  26. Tee
    July 19th, 2011

    Hi everyone just completed the ccna, would like to take the security.
    can any one please tell me the best book use.
    thanks

  27. cisco
    August 11th, 2011

    Hi, I’ve my exam on 19th august 2011. Is P4S 4.38 still valid? Questions shown here are still valid? Has anyone given exam recently?

  28. sahib
    August 17th, 2011

    Which access list will permit HTTP traffic sourced from host 10.1.129.100 port 3030 destined to
    host 192.168.1.10?

    A. access-list 101permit tcp any eq 3030
    B. access-list 101permit tcp 10.1.128.0 0.0.1.255 eq 3030 192.168.1.0 0.0.0.15 eq www
    C. access-list 101permit tcp 10.1.129.0 0.0.0.255 eq www 192.168.1.10 0.0.0.0 eq www
    D. access-list 101 permittcp host 192.168.1.10 eq 80 10.1.0.0 0.0.255.255 eq 3030
    E. access-list 101permit tcp 192.168.1.10 0.0.0.0 eq 80 10.1.0.0 0.0.255.255
    F. access-list 101 permitip host 10.1.129.100 eq 3030 host 192.168.1.100 eq 80

    Please tell me the right ans of this question , i m little confused

  29. Ninja
    August 25th, 2011

    Hi sahib, this is the only right answer to the question.

    A. access-list 101permit tcp any eq 3030
    The command is incomplete… extended ACL ask for destination address

    C. access-list 101permit tcp 10.1.129.0 0.0.0.255 eq www 192.168.1.10 0.0.0.0 eq www
    The source port matched by this ACL is 80 and the question ask for 3030

    D. access-list 101 permittcp host 192.168.1.10 eq 80 10.1.0.0 0.0.255.255 eq 3030
    Wrong source IP and port number

    E. access-list 101permit tcp 192.168.1.10 0.0.0.0 eq 80 10.1.0.0 0.0.255.255
    Wrong source IP and port number

    F. access-list 101 permitip host 10.1.129.100 eq 3030 host 192.168.1.100 eq 80
    Wrong destination IP address, it must be 192.168.1.10, not 192.168.1.100.

    RIGHT ANSWER:
    B. access-list 101permit tcp 10.1.128.0 0.0.1.255 eq 3030 192.168.1.0 0.0.0.15 eq www
    It’s an uggly way to configure the ACL because matches a lot of IP adresses(10.1.128.0/24 and 10.1.129.0/24) but it will work.

  30. prashant
    September 14th, 2011

    hello frndzz..:) im givng my ccna security xmz in this week..if anyone has latest dumps…plz mail me 2 pkotnala@gmail.com….thnkz :)

  31. securecha
    September 15th, 2011

    hello i am gonna take ccna security exam on sept 27………I need latest dumps……..mail me on the following email………chalmulu@gmail.com

  32. Amna Shahbaz
    November 18th, 2011

    Question 5

    Which three statements about applying access control lists to a Cisco router are true? (Choose three)

    E. If an access list is applied but is not configured, all traffic will pass.

    There is the “Explicit Invisible Denny All” at the end of the each ACL,
    Then how all the Traffic can Pass ??
    Please Explain

  33. TobeConfirmed
    November 20th, 2011

    To Amna Shahba,

    Question 5

    Which three statements about applying access control lists to a Cisco router are true? (Choose three)

    E. If an access list is applied but is not configured, all traffic will pass.

    If you do not specify interesting traffic in the ACL it is effectively disabled. So the Explicit deny would not apply as the traffic has not parsed through the ACL.

  34. seeker
    November 23rd, 2011

    @ Ninja: you are right about Q5 but I think it is a tricky exam question.It tested you.

    @Tobeconfirmed: traffic has not parsed through the ACL can even be put simply as ‘how can you apply a rule which has not even been stated’

  35. ccnp (sam)
    December 15th, 2011

    confused……..i have a lot of time but dont understand how to start ……frm wat to start……and within 15 day i want to certify the ccna security ….wat should i do …?

  36. G
    December 26th, 2011

    Hello All,

    First of all my sincere thanks to 9tut.com aka securitytut.com for giving here excellent platform for discussion and explanations.. Recently I have rebuckled my CCNA which is expired 3 years back..

    Regarding Quetion 3:

    I could not really agree with the given answer, that could be one answer (but weird answer).. The best and solid correct answer from my views and explanations should be “A”..

    A. All traffic from network 10.0.0.0 will be permitted. — Correct..
    Reason: Please read the ACL line carefully, Source subnet 10.20.20.0 but subnet mask defined /8 that means logically it is allowed 10.x.x.x/8 subnet as source and destination any.

    B. This ACL will prevent any host on the Internet from spoofing the inside network address as the source address for packets coming into the router from the Internet. — Wrong.
    Reason: The given ACL configuration showing only outbound ACL, did not mentioned about inbound ACL. So “B” should be wrong answer.

    C. Access-list 101 will prevent address spoofing from interface E0. — Could be correct..
    Reason: Actually statement “C” is weird, because usually inside network for any design will be treated as Highly Secure and Outside Network is Semi-Secured. Here this statement going to say spoofing attacks originated from 10.x.x.x network to outside network 172.16.150.x.. Does it make any sense. If that is the requirement, fine this answer also agreed to correct.

    D. All traffic destined for network 172.16.150.0 will be denied due to the implicit deny all. — Wrong..
    Reason: Since total network of 10.x.x.x/8 allowed to any from ACL statements, that means already allowed to Outside Network from Inside Network.

  37. G
    December 26th, 2011

    Sorry Guyz!

    Appoligies for question# 3 for wrong explanations.. I mis-read the subnet maks that is not /8.. I should have to read it as /24..

    So Option: A should be wrong, as only part of the net10 allowed not entire /8 network..

    By the explanation for D, should be read as 10.20.20.x/24 instead of 10.x.x.x/8 and still that is also wrong..

    So unfortunately, the and only unpleasant best answer is “C”…. :-)

    Sorry once again.. for confusion ..

  38. Mrboombastic
    January 5th, 2012

    Can anybody tell me where I can find more free sample questions on access list I have my CCNA exam coming up cheers

  39. G-man
    February 12th, 2012

    Boombastic: Check for Actual test, or testking.com for additional questions on ACL’s. Also, Cisco ICND books have lots of good material to understand ACL’s (yet, is a lot of reading!)
    Good Luck!

  40. vikram
    February 19th, 2012

    hello frndzz..:) im givng my ccna security xmz in next week..if anyone has latest dumps…plz mail me 2 –vikramduddy@gmail.com
    thanks in advance

  41. Sonsbambhah
    February 22nd, 2012

    и, Таким образом, происходят резкие колебания содержания сахара в крови, что ведёт к появлению усталости и раздражительностиПредставьте, еще не оправившись от голодания, организм получает питательных веществ в избытке

  1. No trackbacks yet.
Add a Comment