forward lookup zone
Suppose I have this zone:
s2398.us
HostName RecordType Type Timestamp TimeToLive RecordData
@ NS 2 0 01:00:00 ss2398.qs2398.com.
@ SOA 6 0 01:00:00 [2][ss2398.qs2398.com....
rocker CNAME 5 0 01:00:00 ss2398.qs2398.com.
It does not have the 'A' record but points (thru the CNAME alias) to a subdomain that does (below), would it (the 's2398.us'), be considered a valid forward lookup zone?
qs2398.com
HostName RecordType Type Timestamp TimeToLive RecordData
@ A 1 9/8/2019 9:00:00 AM 00:10:00 192.168.77.41
@ NS 2 0 01:00:00 ss2398.qs2398.com.
@ SOA 6 0 01:00:00 [21][ss2398.qs2398.com...
_msdcs NS 2 0 01:00:00 ss2398.qs2398.com.
...
ss2398 A 1 0 01:00:00 192.168.77.41
Also, the effect of the CNAME should cause the website's domain name to be associated with the 192.168.77.41 address - correct?