📘Cisco DevNet Associate (200-901 DEVASC)
1. DHCP (Dynamic Host Configuration Protocol)
Function: Automatically assigns IP addresses and other network settings to devices on a network.
- Every device on a network needs an IP address to communicate. Manually assigning IP addresses to hundreds of devices would be time-consuming.
- DHCP automatically gives devices an IP address, subnet mask, default gateway, and DNS server when they connect to the network.
Key Points for Exam:
- DHCP uses a lease system – IP addresses are temporarily assigned and can change over time.
- Steps in DHCP operation (DORA process):
- Discover – Device asks the network for an IP.
- Offer – DHCP server offers an IP address.
- Request – Device requests the offered IP.
- Acknowledge – DHCP server confirms and assigns the IP.
Real IT example: A laptop joining a corporate Wi-Fi automatically receives an IP address, gateway, and DNS without manual setup.
2. DNS (Domain Name System)
Function: Translates human-readable domain names (like www.example.com) into IP addresses.
- Computers communicate using IP addresses, but humans remember names better than numbers.
- DNS servers store a directory of domain names and their corresponding IPs.
Key Points for Exam:
- DNS allows users to access websites and services using names instead of numeric IPs.
- Types of DNS records:
- A record – maps a domain to an IPv4 address.
- AAAA record – maps a domain to an IPv6 address.
- CNAME record – alias for another domain.
- MX record – mail server address.
Real IT example: When a device requests intranet.company.com, the DNS server responds with 10.0.0.25 so the device can connect.
3. NAT (Network Address Translation)
Function: Translates private IP addresses used inside a network to a public IP address for internet communication (and vice versa).
- Many devices in a private network use private IP addresses that are not routable on the internet.
- NAT allows multiple devices to share one public IP when accessing external networks.
Key Points for Exam:
- Types of NAT:
- Static NAT – Maps one private IP to one public IP.
- Dynamic NAT – Maps private IPs to available public IPs dynamically.
- PAT (Port Address Translation) – Many private IPs share one public IP using different ports (often called “NAT overload”).
- NAT improves security by hiding internal IP addresses from external networks.
Real IT example: Employees’ computers with private IPs 192.168.1.x can browse the internet using a single public IP.
4. SNMP (Simple Network Management Protocol)
Function: Monitors and manages network devices such as routers, switches, servers, and printers.
- SNMP allows a network management system (NMS) to collect data from devices and monitor their performance.
- Can also send alerts if a device goes down or behaves abnormally.
Key Points for Exam:
- SNMP components:
- Managed devices – devices being monitored (switches, routers, servers).
- Agent – software on the device that collects info and communicates with the NMS.
- NMS – software that monitors devices, collects logs, and generates reports.
- SNMP Versions:
- v1/v2c – basic, uses community strings for authentication.
- v3 – secure, adds encryption and authentication.
Real IT example: A network admin can see CPU usage, memory usage, or interface status of all switches from a central dashboard.
5. NTP (Network Time Protocol)
Function: Synchronizes clocks on all devices in a network to the correct time.
- Accurate time is critical for logs, security, and troubleshooting.
- Without NTP, devices may have different times, making it hard to correlate events.
Key Points for Exam:
- NTP clients request time from NTP servers.
- Devices adjust their clocks gradually to match the accurate time.
- Can use internal server (inside the company) or public NTP servers (internet-based).
Real IT example: All routers, switches, and servers in a company log events using the same accurate timestamp, making debugging easier.
✅ Summary Table for Exam
| Service | Purpose | Key Exam Points | IT Example |
|---|---|---|---|
| DHCP | Assigns IPs automatically | DORA process, lease concept | Laptop gets IP automatically |
| DNS | Translates names to IPs | A, AAAA, CNAME, MX records | Access intranet by name |
| NAT | Maps private to public IPs | Static, Dynamic, PAT | Internal computers share internet IP |
| SNMP | Monitors network devices | Agents, NMS, v1/v2c/v3 | Track switch CPU & memory |
| NTP | Syncs device clocks | Client-server model, accurate timestamps | Coordinated logs across servers |
This explanation covers all the functional aspects, key points, and IT-focused examples you need to know for the exam.
