InterviewSolution
Saved Bookmarks
| 1. |
The entire hostname has a maximum of ___________(a) 255 characters(b) 127 characters(c) 63 characters(d) 31 charactersThis question was posed to me in semester exam.This is a very interesting question from DNS in section Application Layer of Computer Network |
|
Answer» RIGHT ANSWER is (a) 255 CHARACTERS Easy EXPLANATION: An entire hostname can have a maximum of 255 characters. Although each label must be from 1 to 63 characters long. HOST name is actually a label that is given to a device in a network. |
|