Question
Which set of access control entries most specifically allows all users on the 192.168.20.0/24 network to web browse to the single web server located at
Which set of access control entries most specifically allows all users on the 192.168.20.0/24 network to web browse to the single web server located at 172.17.84.1 and would prevent telnet access to any external network?
a) access-list 104 permit tcp 192.168.20.0 0.0.0.255 host 172.17.84.1 eq 80
access-list 104 deny tcp 192.168.20.0 0.0.0.255 any eq 23
b) access-list 104 permit 192.168.20.0 0.0.0.255 host 172.17.84.1
access-list 104 deny tcp 192.168.20.0 0.0.0.255 any eq telnet
c) access-list 104 permit tcp 192.168.20.0 0.0.0.255 any eq 80
access-list 104 deny tcp 192.168.20.0 0.0.0.255 any eq 23
d) access-list 104 deny tcp host 192.168.20.0 any eq 23
access-list 104 permit tcp host 192.168.20.1 eq 80
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started