DNS queries are either recursive or iterative. Use the data captured by ethereal to determine if DNS queries are generated by issuing the ping command.

What will be an ideal response?

The ethereal data indicates that the recursion bit is set so the queries are recursive in nature.
```
Domain Name System (query)
Transaction ID: 0x1f30
Flags: 0x0100 (Standard query)
0... .... .... .... = Response: Message is a query
.000 0... .... .... = Opcode: Standard query (0)
.... ..0. .... .... = Truncated: Message is not truncated
.... ...1 .... .... = Recursion desired: Do query recursively
.... .... ...0 .... = Non-authenticated data OK: Non-

authenticated data is unacceptable
```

Computer Science & Information Technology

You might also like to view...

The text that accompanies images or videos is referred to as a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Uploading refers to the action of transferring or copying a file from another location to your computer

Indicate whether the statement is true or false

Computer Science & Information Technology