Which of the following rule directives will email [email protected] and [email protected] when the Mail Configuration rule is violated?
A. (
rulename = "Mail Configuration",
severity = $(SIG_HI),
emailto = [email protected],
emailcc = [email protected]
)
B. (
rulename = "Mail Configuration",
severity = $(SIG_HI),
emailto = [email protected],[email protected]
)
C. (
rulename = "Mail Configuration",
severity = $(SIG_HI),
emailto = [email protected],
emailto = [email protected]
)
D. (
rulename = "Mail Configuration",
severity = $(SIG_HI),
emailto = [email protected];[email protected]
)
正解:D
質問 2:
Which of the following is not an iptables rule set?
A. mangle
B. filter
C. chain
D. nat
正解:C
質問 3:
Which of the following are builtin chains for the iptables nat table? (Select THREE correct answers)
A. INPUT
B. POSTROUTING
C. PREROUTING
D. PROCESSING
E. OUTPUT
正解:B,C,E
質問 4:
In the Puppet centralized configuration management tool, a manifest is:
A. a list of the important services on a target configuration.
B. a list of all target configurations.
C. a list of all files related to a configuration target.
D. a configuration document that describes the target configuration and the steps required to achieve it.
正解:D
質問 5:
What does the following iptables rule accomplish:
iptables A INPUT s 208.77.188.166 d 10.142.232.1 p tcp dport 22 j ACCEPT
A. Forwards all requests from the host 10.142.232.1 on port 22 the internal host 208.77.188.166
B. Drops traffic on port 22 only from the hosts 208.77.188.166 and 10.142.232.1.
C. Forwards all requests from the host 208.77.188.166 on port 22 the internal host 10.142.232.1
D. Accepts traffic on port 22 only from the hosts 208.77.188.166 and 10.142.232.1.
正解:C
質問 6:
Which statements are true of the following Wireshark capture filter:
(tcp[2:2] > 1500 and tcp[2:2] < 1550) or (tcp[4:2] > 1500 and tcp[4:2] < 1550)
(Select TWO correct answers)
A. Up to four bytes are being check in each packet.
B. Traffic on ports 15001550 is being captured.
C. Traffic on ports 15011549 is being captured.
D. Only two bytes are being checked in each packet.
E. Every packet being checked has a 2 byte offset.
正解:A,C
Minami -
7日間(1日3時間)の勉強期間でしたが、無事合格することができました。
模試の内容は試験にマッチしていました。独習のテキストとしても十分に評価できる参考書です。
ありがとうございました。