The answer NAME field is a compression pointer back to the question name.
The answer NAME reuses the question
Instead of writing www.example.com again, the answer NAME is pointer 0xc00c.
answer NAME=0xc00c
It points to offset twelve
The pointer target is offset 12, where the question name begins.
pointer offset=12
The rest of the answer is normal fields
After the pointer, the answer still carries type, class, TTL, data length, and address bytes.
answer type=1
Summary
DNS compression reuses the name; it does not compress away the answer data.
pointer bytes=2