Security Questions and Answers
Practice ModeShowing 10 of 44 questions
Q11
You configure the following access list:
access-list 110 deny tcp 10.1.1.128 0.0.0.63 any eq smtp
access-list 110 deny tcp any eq 23
int ethernet 0
ip access-group 110 out
What will the result of this access list be?
Answer: Option D
Q12
You want to create a standard access list that denies the subnet of the following host: 172.16.198.94/19. Which of the following would you start your list with?
Answer: Option A
Q13
If you wanted to deny all Telnet connections to only network 192.168.10.0, which command could you use?
Answer: Option C
Q14
Which router command allows you to view the entire contents of all access lists?
Answer: Option C
Q15
Which of the following access lists will allow only HTTP traffic into network 196.15.7.0?
Answer: Option A
Q16
Which of the following are valid ways to refer only to host 172.16.30.55 in an IP access list?
172.16.30.55 0.0.0.255
172.16.30.55 0.0.0.0
any 172.16.30.55
host 172.16.30.55
0.0.0.0 172.16.30.55
ip any 172.16.30.55
Answer: Option B
Q17
If you wanted to deny FTP access from network 200.200.10.0 to network 200.199.11.0 but allow everything else, which of the following command strings is valid?
Answer: Option D
Q18
Which of the following series of commands will restrict Telnet access to the router?
Answer: Option C
Q19
Which of the following commands connect access list 110 inbound to interface ethernet0?
Answer: Option C
Q20
Which protocol is commonly used to securely transfer files over a network?
Answer: Option B
Explanation: SFTP encrypts data during transfer, unlike FTP or TFTP.