Drag steps to the numbered slots on the right, or tap a step then tap a slot.
LPIC-2 Advanced Networking Configuration Practice Question
Arrange the steps to configure a Linux system as a DNS server using BIND.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Install BIND, define the zone in named.conf, create zone file, check configuration syntax, restart named service, test resolution
After installing BIND, define the zone, create zone file, check syntax, then restart and test.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Install BIND, define the zone in named.conf, create zone file, check configuration syntax, restart named service, test resolution
Why this is correct
This order ensures BIND is installed first, then the zone is defined in the configuration file, followed by creating the actual zone data file. Syntax checking validates both files before restarting the service, and testing confirms functionality.
- ✗
Define zone, create zone file, check syntax, install BIND, restart and test
Why it's wrong here
This sequence attempts to configure BIND before it is installed, which is impossible. Configuration files cannot be created or checked without the software installed, and restarting the service would fail.
- ✗
Install BIND, create zone file, define zone, check syntax, restart and test
Why it's wrong here
Creating the zone file before defining the zone in named.conf is out of order. The named.conf must reference the zone file, so the zone definition should come first to ensure the file path is correct and syntax checking can validate the reference.
- ✗
Install BIND, define zone, check syntax, create zone file, restart and test
Why it's wrong here
Checking syntax before creating the zone file will fail because the zone file referenced in named.conf does not yet exist. Syntax checking must be done after both the configuration and zone file are in place.
Go deeper
Related to this question
About these practice questions
Courseiva writes every LPIC-2 question from scratch — 507 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This LPIC-2 practice question is part of Courseiva's free LPI certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the LPIC-2 exam.