Removed submodules
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
Answer the following questions to describe your code submission. Please keep
|
||||
all lines to a maximum of 80 characters wide.
|
||||
|
||||
1 - If a record is sought by there are no answers, what status code(s) are
|
||||
returned and what does the RFC indicate these mean?
|
||||
|
||||
The status code would be NOERROR and this means the question went through and was
|
||||
processed fully but there was no corresponding data to return. The status code could also be NXDOMAIN
|
||||
which indicates a domain name that does not exist and is an error.
|
||||
|
||||
|
||||
2 - Consider the following data:
|
||||
|
||||
12 34 81 80 00 01 00 02 00 00 00 00 03 6e 6f 74 02 68 69 03 6d 6f
|
||||
6d 00 00 01 00 01 05 68 6f 77 64 79 c0 13 00 01 00 01 00 00 12 34
|
||||
04 0a 00 00 01 c0 1c 00 1c 00 01 00 00 12 34 10 10 00 00 00 00 00
|
||||
00 01
|
||||
|
||||
What are the domains name in the response? What are the IP addresses?
|
||||
|
||||
howdy.mom. 10.0.0.1
|
||||
howdy.mom. 1010::1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user