nerdexam
GIAC

GCFA · Question #242

You work as a Network Administrator for Tech Perfect Inc. The company has a Linux-based network. Users complain that they are unable to access resources on the network. However, there was no such…

The correct answer is B. BIND. The error 'Unable to resolve host name' signals a DNS failure, so BIND - the standard DNS server daemon on Linux - is the first service to verify.

Advanced Mac & Linux Forensics

Question

You work as a Network Administrator for Tech Perfect Inc. The company has a Linux-based network. Users complain that they are unable to access resources on the network. However, there was no such problem the previous day. They are receiving the following error messages regularly:

Unable to resolve host name As your primary step for resolving the issue, which of the following services will you verify whether it is running or not?

Options

  • AAPACHE
  • BBIND
  • CSAMBA
  • DSQUID

How the community answered

(23 responses)
  • A
    9% (2)
  • B
    78% (18)
  • C
    9% (2)
  • D
    4% (1)

Why each option

The error 'Unable to resolve host name' signals a DNS failure, so BIND - the standard DNS server daemon on Linux - is the first service to verify.

AAPACHE

APACHE is an HTTP web server daemon that handles web requests and plays no role in DNS hostname resolution.

BBINDCorrect

BIND (Berkeley Internet Name Domain) is the most widely deployed DNS server software on Linux, responsible for resolving hostnames to IP addresses. When users receive 'Unable to resolve host name' errors, the DNS resolution service is unavailable, and verifying that the BIND daemon is running is the correct first diagnostic step to restore name resolution on the network.

CSAMBA

SAMBA provides SMB/CIFS file and print sharing between Linux and Windows clients and is not responsible for DNS name resolution services.

DSQUID

SQUID is a caching proxy server that forwards web traffic; it does not function as a DNS resolver or hostname resolution service.

Concept tested: DNS service identification on Linux using BIND

Source: https://www.isc.org/bind/

Topics

#BIND#DNS resolution#Linux services#network troubleshooting

Community Discussion

No community discussion yet for this question.

Full GCFA Practice