Ask Question
1 June, 03:37

Given the following access-control list: access-list 90 deny 10.168.7.0 0.0.0.255 access-list 90 permit host 10.168.7.10 access-list 90 permit host 10.168.7.11 access-list 90 permit host 10.168.7.12 access-list 90 deny any What would be the end result if the network security engineer applies access-list 90 to the inbound interface of FastEthernet 0/3? Group of answer choices A. The access-list will permit host 10.168.7.10 to pass through the router. B. The access-list will permit host 10.168.7.15 to pass through the router. C. Denial of service for this network because the rules are not placed in the correct order. D. Both hosts 10.168.7.10 and 10.168.7.11 will be permitted. E. The access-list will generate an error message.

+3
Answers (1)
  1. 1 June, 04:16
    0
    D. Both hosts 10.168.7.10 and 10.168.7.11 will be permitted

    Explanation:

    access-list 90

    deny 10.168.7.0 0.0.0.255

    permit 10.168.7.10

    permit 10.168.7.11

    permit 10.168.7.12

    deny any
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Given the following access-control list: access-list 90 deny 10.168.7.0 0.0.0.255 access-list 90 permit host 10.168.7.10 access-list 90 ...” in 📘 Engineering if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers