IP services is the CCNA exam domain covering the infrastructure that sits alongside routing and switching and makes a network usable: handing out addresses, translating between private and public space, keeping clocks aligned, and getting logs and telemetry somewhere useful. Individually each is a short configuration. Together they are what turns a topology that forwards packets into a network you can actually run.
These labs build each service on real Cisco IOS and then make you prove it end to end. You'll configure DHCP pools with exclusions and options, relay requests across a router with ip helper-address so a client can find a server it cannot broadcast to, translate with static NAT, dynamic NAT pools and PAT overload, sync time with NTP, and forward events with syslog and SNMP. The verification is the interesting part — a DHCP pool that exists but never issues a lease, or a NAT translation that appears in the table but never returns traffic, both look correct in the running-config. Grading checks the service actually does its job rather than that the commands are present.