PrepAway - Latest Free Exam Questions & Answers

Which two statements are true?

Given the following subsection of a /etc/named.conf primary DNS server
configuration file:

acl "inside" { 192.168.2.0/24; 192.168.3.0/24; };
acl "pusher" { 192.168.2.10/32; };

zone "one.edu" in {
type master;
file "forward.zone";
allow-query { "inside"; };
allow-transfer { 192.168.1.10/32; };
allow-update { 127.0.0.1; "pusher"; }
};

Which two statements are true? (Choose two.)

PrepAway - Latest Free Exam Questions & Answers

A.
The primary DNS server can NOT be dynamically updated.

B.
The secondary DNS server 192.168.1.10/32 can receive zone transfers.

C.
Only systems with IP addresses 192.168.1.0/24 receive responses from the name server.

D.
Only the system with IP addresses 192.168.1.10/32 can dynamically update the zone one.edu.

E.
The system "pusher" with IP address 192.168.2.10/32 receives responses from the name server.


Leave a Reply