1
00:00:00,000 --> 00:00:16,960
Hey guys and welcome back. So in the previous nugget we had looked at some tools that we

2
00:00:16,960 --> 00:00:22,960
could use to make particular DNS requests, those were their forward lookups as well as

3
00:00:22,960 --> 00:00:29,080
reverse lookups. Now in the output of those tools we happen to see references to particular

4
00:00:29,079 --> 00:00:35,280
records. So like I say the very first record is that A record and when we have an A record

5
00:00:35,280 --> 00:00:41,759
what we're talking about is that this record is actually going to have IPv4 information

6
00:00:41,759 --> 00:00:46,200
about a particular domain. So if you happen to have a particular domain such as maybe

7
00:00:46,200 --> 00:00:53,079
say cloudflare.com and that might point to an IP address of let's say 1.1.1.1 this would

8
00:00:53,079 --> 00:01:01,960
be an IPv4 address therefore that information is going to be stored in the DNS A record.

9
00:01:01,960 --> 00:01:08,120
Okay now the next one is not relating to IPv4 you can probably guess the next one I'm going

10
00:01:08,120 --> 00:01:16,599
to talk about is relating to IPv6. So this is what is called an AAAA record or a quadrature

11
00:01:16,599 --> 00:01:21,319
record I've heard also be called or a quadruple A if you prefer. Now this is going to be the

12
00:01:21,399 --> 00:01:27,399
same type of information relating to an A record but like I say inside it we're going to see that

13
00:01:27,399 --> 00:01:34,119
hexadecimal IPv6 addressing. So that really is the only difference we're going to see here with

14
00:01:34,119 --> 00:01:39,560
respect to our A record and our quadruple A record. The next record I just want to briefly

15
00:01:39,560 --> 00:01:47,000
mention to you is one called the CNAME record. Now this record is all about passing information

16
00:01:47,079 --> 00:01:54,120
between particular domains now crucially this doesn't actually relate to IP addressing information

17
00:01:54,120 --> 00:01:59,480
this is about the domain names themselves in fact I should actually add that this can also relate to

18
00:01:59,480 --> 00:02:05,960
sub domains to okay which like we talked about before that could be like drive.google.com that

19
00:02:05,960 --> 00:02:13,879
information being passed around will be related to the CNAME record. Now recall in the previous

20
00:02:13,960 --> 00:02:19,159
nugget we happened to use the reverse lookup so we could say host for a particular IP address

21
00:02:19,159 --> 00:02:23,879
and we could see that we get information relating to a particular domain. The actual information

22
00:02:23,879 --> 00:02:29,879
here that we are drawing from is what is called the pointer record this is something I've referred

23
00:02:29,879 --> 00:02:35,319
to oh get my drawing pen on the go this is something referred as the PTR record otherwise

24
00:02:35,319 --> 00:02:42,359
known as pointer. This can be thought of as like the mirror opposite the inverse mapping of the A

25
00:02:42,360 --> 00:02:49,160
record like I say the A record is going to give you the IP address from the domain name the pointer

26
00:02:49,160 --> 00:02:56,200
record is going to give you the domain name when you supply an IP address. Now the reality is there

27
00:02:56,200 --> 00:03:03,080
are a ton more DNS records available we can have things such as an MX record this happens to relate

28
00:03:03,080 --> 00:03:09,080
to mail servers you may recall that when we happened to use I believe it was the host command

29
00:03:09,160 --> 00:03:15,400
say for example I did host google.com but also getting information relating to the mail we can

30
00:03:15,400 --> 00:03:21,080
actually derive this information from that MX record and like I say there are even more records

31
00:03:21,080 --> 00:03:26,200
such as the SOA record this is going to store administrative information about a particular

32
00:03:26,200 --> 00:03:34,040
domain we can also have a TXT record these allow you to store text data within a particular record

33
00:03:34,039 --> 00:03:41,079
and we can also have the SRV record which will allow you to actually detail particular information

34
00:03:41,079 --> 00:03:46,840
relating to ports on a particular service so like I say we have a whole bunch of different records

35
00:03:46,840 --> 00:03:51,879
and the reality is for the purposes of the examination you do not have to be too worried or

36
00:03:51,879 --> 00:03:57,000
aware of all of the deep details of all of these records but if you happen to be deploying some

37
00:03:57,000 --> 00:04:01,159
DNS server for real and the real world of course you do want to be aware of what these different

38
00:04:01,159 --> 00:04:06,919
records are how they can be implemented what they actually do so definitely I would advise

39
00:04:06,919 --> 00:04:11,639
for the real world having a good grasp of these different records is going to make your life

40
00:04:11,639 --> 00:04:17,959
much much easier but for now what I want to do is to move on and actually get hands on with respect

41
00:04:17,959 --> 00:04:22,759
to our DNS server configuration and well that's what we're going to be talking about in the very

42
00:04:22,759 --> 00:04:27,399
next nuggets I hope this has been informative for you and I'd like to thank you for viewing

