Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

LPI 202-450 - LPIC-2 - Exam 202 (part 2 of 2), version 4.5

Page: 4 / 4
Total 119 questions

Which of the following statements are true regarding Server Name Indication (SNI)? (Choose two.)

A.

It supports transparent failover of TLS sessions from one web server to another.

B.

It allows multiple SSL/TLS secured virtual HTTP hosts to coexist on the same IP address.

C.

It enables HTTP servers to update the DNS of their virtual hosts’ names using the X 509 certificates of the virtual hosts.

D.

It provides a list of available virtual hosts to the client during the TLS handshake.

E.

It submits the host name of the requested URL during the TLS handshake.

What is the standard port used by OpenVPN?

A.

1723

B.

4500

C.

500

D.

1194

Which option within a Nginx server configuration section defines the file system path from which the content of the server is retrieved?

A.

location

B.

htdocs

C.

DocumentRoot

D.

root

E.

base_dir

What option for BIND is required in the global options to disable recursive queries on the DNS server by default?

A.

allow-recursive-query (none; );

B.

allow-recursive-query off;

C.

recursion {disabled; };

D.

recursion {none; };

E.

recursion no;

How are PAM modules organized and stored?

A.

As plain text files in /etc/security/

B.

A statically linked binaries in /etc/pam.d/bin/

C.

As Linux kernel modules within the respective sub directory of /lib/modules/

D.

As shared object files within the /lib/ directory hierarchy

E.

As dynamically linked binaries in /usr/lib/pam/sbin/