Software Architecture of Huawei DNS

abrahim
abrahim  Diamond  (1)
7 years 10 months ago  View: 1467  Reply: 3
1F
The software of a DNS server consists of the following parts: server software and LMT.

The server software runs on the SUN Solaris operating system and consists of the following processes:
  • Knl_proc: manages Om_proc and Bind_proc and controls communication between processes.
  • Om_proc:
    provides the OM interface for communication between the server and the
    LMT. Alarms, logs, statistics, and MML commands are also processed in
    this process.
  • Bind_proc: resolves domain names.

Armetta
Armetta  Diamond 
7 years 10 months ago
2F
This document is very well done

mjali
mjali  Platinum 
7 years 10 months ago
3F
  • Yes You are right Bind_proc: resolves domain names.
mjali
mjali  Platinum 
7 years 10 months ago
4F
Thanks for share the DNS SW doc .......