• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

New CCNA – DHCP Questions

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • New CCNA – DHCP Questions

    Question 1

    When a DHCP server is configured, which two IP addresses should never be assignable to hosts? (Choose two)
    A. network or subnetwork IP address
    B. broadcast address on the network
    C. IP address leased to the LAN
    D. IP address used by the interfaces
    E. manually assigned address to the clients
    F. designated IP address to the DHCP server

    Answer: A B

    Explanation

    Network or subnetwork IP address (for example 11.0.0.0/8 or 13.1.0.0/16) and broadcast address (for example 23.2.1.255/24) should never be assignable to hosts. When try to assign these addresses to hosts, you will receive an error message saying that they can’t be assignable.

    Question 2

    Which two tasks does the Dynamic Host Configuration Protocol perform? (Choose two)

    A. Set the IP gateway to be used by the network.
    B. Perform host discovery used DHCPDISCOVER message.
    C. Configure IP address parameters from DHCP server to a host.
    D. Provide an easy management of layer 3 devices.
    E. Monitor IP performance using the DHCP server.
    F. Assign and renew IP address from the default pool.

    Answer: C F


    Question 3

    Refer to the exhibit. Which rule does the DHCP server use when there is an IP address conflict?

    A. The address is removed from the pool until the conflict is resolved.
    B. The address remains in the pool until the conflict is resolved.
    C. Only the IP detected by Gratuitous ARP is removed from the pool.
    D. Only the IP detected by Ping is removed from the pool.
    E. The IP will be shown, even after the conflict is resolved.

    Answer: A


    Question 4

    How does a DHCP server dynamically assign IP address to host?
    A. Addresses are allocated after a negotiation between the server and the host to determine the length of the agreement.
    B. Addresses are assigned for a fixed period of time. At the end of period, a new quest for an address must be made, and another address is then assigned.
    C. Addresses are leased to host. A host will usually keep the same address by periodically contacting the DHCP sever to renew the lease.
    D. Addresses are permanently assigned so that the host uses the same address at all times.

    Answer: C


    Question 5

    Which statement is correct regarding the operation of DHCP?
    A. A DHCP client uses a ping to detect address conflicts.
    B. A DHCP server uses a gratuitous ARP to detect DHCP clients.
    C. A DHCP client uses a gratuitous ARP to detect a DHCP server.
    D. If an address conflict is detected, the address is removed from the pool and an administrator must resolve the conflict.
    E. If an address conflict is detected, the address is removed from the pool for an amount of time configurable by the administrator.
    F. If an address conflict is detected, the address is removed from the pool and will not be reused until the server is rebooted.

    Answer: D

    Explanation

    An address conflict occurs when two hosts use the same IP address. During address assignment, DHCP checks for conflicts using ping and gratuitous ARP. If a conflict is detected, the address is removed from the pool. The address will not be assigned until the administrator resolves the conflict.
    (Reference: http://www.cisco.com/en/US/docs/ios/...e/1cddhcp.html)
Working...
X