| 1. |
Define Fully Qualified Domain Name And Partially Qualified Domain Name |
|
Answer» In hierarchical namespace, NAMES are DEFINED in an invertedtree STRUCTURE with the root at the top. The tree can have only 128 levels: level 0 (root) to level 127. Each node in the tree has a label, which is a string with a maximum of 63 characters. The root label is a null string (EMPTY string). In this tree, all the labels have a different name, which GUARANTEE the uniqueness of the domain names. A full domain name is a sequence of labels separated by dots (.). The domain names are always read from the node up to the root. In hierarchical namespace, names are defined in an invertedtree structure with the root at the top. The tree can have only 128 levels: level 0 (root) to level 127. Each node in the tree has a label, which is a string with a maximum of 63 characters. The root label is a null string (empty string). In this tree, all the labels have a different name, which guarantee the uniqueness of the domain names. A full domain name is a sequence of labels separated by dots (.). The domain names are always read from the node up to the root. |
|