Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Free Resources

Difficulty IndexLearn — Free ChaptersIT GlossaryFree Tools & LabsStudy GuidesCareer RoadmapsBrowse by VendorCisco Command ReferenceCCNA Scenarios

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

HomeCertifications200-301GlossaryDHCP

IP Services

DNSNATPATTFTPFTPQoSDSCPCoSView all terms →

Practice

Practice TestMock ExamFlashcards
IP Services200-301 Exam Term

What Does DHCP Mean in 200-301?

Full form: Dynamic Host Configuration Protocol

Also known as: Dynamic Host Configuration Protocol

Reviewed byJohnson Ajibi· Senior Network & Security Engineer · MSc IT Security

Quick Definition

A protocol that automatically assigns IP addresses and network parameters to clients.

Full Definition

DHCP automates IP address assignment. Clients send a DISCOVER broadcast, servers respond with OFFER, clients send REQUEST, and servers confirm with ACK — remembered as DORA. DHCP assigns IP address, subnet mask, default gateway, DNS server, and lease duration. Cisco routers can act as DHCP servers, relay agents (ip helper-address), or clients. The relay agent (ip helper-address) forwards DHCP broadcasts to a server on a different subnet.

CLI Command

ip dhcp pool SALES
 network 192.168.1.0 255.255.255.0
 default-router 192.168.1.1
 dns-server 8.8.8.8
ip dhcp excluded-address 192.168.1.1 192.168.1.10

Exam Trap — Don't Get Fooled

DHCP uses UDP ports 67 (server) and 68 (client). DHCP DISCOVER is a broadcast — it does not cross router boundaries without an ip helper-address configured on the router interface facing the clients.

Related 200-301 Terms

UDP

A Layer 4 connectionless protocol that prioritises speed over reliability.

DNS

A hierarchical system that translates human-readable hostnames into IP addresses.

DHCP Snooping

A switch security feature that filters DHCP messages to prevent rogue DHCP servers.

Frequently Asked Questions

What does DHCP mean on the 200-301 exam?

DHCP automates IP address assignment. Clients send a DISCOVER broadcast, servers respond with OFFER, clients send REQUEST, and servers confirm with ACK — remembered as DORA. DHCP assigns IP address, subnet mask, default gateway, DNS server, and lease duration. Cisco routers can act as DHCP servers, relay agents (ip helper-address), or clients. The relay agent (ip helper-address) forwards DHCP broadcasts to a server on a different subnet.

How does DHCP appear as a trap on the 200-301?

DHCP uses UDP ports 67 (server) and 68 (client). DHCP DISCOVER is a broadcast — it does not cross router boundaries without an ip helper-address configured on the router interface facing the clients.

How important is DHCP on the 200-301 exam?

DHCP falls under the IP Services domain of the 200-301 exam. Understanding it in context with related terms like dns and dhcp-snooping is essential for answering scenario-based questions correctly.

← Back to 200-301 GlossaryPractice 200-301 Questions

Term Info

Category

IP Services

Exam

200-301

Full Form

Dynamic Host Configuration Protocol