117-202 IT Certification,braindumps,original questions

117-202 IT Certification,braindumps,original questions

117-202 117-202 117-202 www.cert24.com

Exam: Number/Code : 117-202

Exam: LPI Level 2 Exam 202

Version : Demo

QUESTION NO: 1
According to the dhcpd.conf file below, which domain name will clients in the 172.16.87.0/24 network get?
default-lease-time 1800;
max-lease-time 7200;
option domain-name “example.com”
subnet 172.16.87.0 netmask 255.255.255.0 {
range 172.16.87.128 172.16.87.254;
option broadcast-address 172.16.87.255;
option domain-name-servers 172.16.87.1;
option domain-name “lab.example.com”;
}
subnet 172.16.88.0 netmask 255.255.255.0 {
range 172.16.88.128 172.16.88.254;
option broadcast-address 172.16.88.255;
option domain-name-servers 172.16.88.1;
}

A.lab.example.com

Answer: A

117-202 117-202 117-202 www.cert24.com

QUESTION NO: 2
Which of the following sentences is true about ISC DHCP?
A. It can’t be configured to assign addresses to BOOTP clients.
B. Its default behavior is to send DHCPNAK to clients that request inappropriate addresses.
C. It can’t be used to assign addresses to X – terminals.
D. It can be configured to only assign addresses to known clients.
E. None of the above.

Answer: D

Explanation: ISC DHCP can Configured to assign the ip address only to known clients.

117-202 117-202 117-202 www.cert24.com

QUESTION NO: 3
The host, called “lpi”, with the MAC address “08:00:2b:4c:59:23″ should always be given the IP address of 192.168.1.2 by the DHCP server. Which of the following configurations will achieve this?
A. host lpi {
hardware-ethernet 08:00:2b:4c:59:23;
fixed-address 192.168.1.2;
}
B. host lpi {
mac=08:00:2b:4c:59:23;
ip=192.168.1.2;
}
C. host lpi = 08:00:2b:4c:59:23 192.168.1.2
D. host lpi {
hardware ethernet 08:00:2b:4c:59:23;
fixed-address 192.168.1.2;
}
E. host lpi {
hardware-address 08:00:2b:4c:59:23;
fixed-ip 192.168.1.2;

}
Answer: D

117-202 117-202 117-202 www.cert24.com

Comments are closed.