The exhibit shows a router with three interfaces E0, E1 and S0. Interfaces E0 and E1 are connected to internal networks 192.168.10.0 and 192.168.20.0 respectively and interface S0 is connected to the Internet.
The objective is to allow two hosts, 192.168.20.16 and 192.168.10.7 access to the Internet while all other hosts are to be denied Internet access. All hosts on network 192.168.10.0 and 192.168.20.0 must be allowed to access resources on both internal networks. From the following, select all the access list statements that are required to make this possible.

A.
access-list 53 permit 192.168.20.16 0.0.0.0
B.
access-list 80 permit 192.168.20.16 0.0.0.0
C.
access-list 53 deny 0.0.0.0 255.255.255.255
D.
access-list 80 permit 192.168.10.7 0.0.0.0
E.
int S0, ip access-group 53 out
F.
int S0, ip access-group 80 out
I agree with the answer. BDF