InterviewSolution
Saved Bookmarks
| 1. |
What Protocol Is Used By Dns Name Servers? |
|
Answer» DNS uses UDP for COMMUNICATION between servers. It is a better CHOICE than TCP because of the improved speed a connectionless protocol offers. Of course, transmission RELIABILITY SUFFERS with UDP. DNS uses UDP for communication between servers. It is a better choice than TCP because of the improved speed a connectionless protocol offers. Of course, transmission reliability suffers with UDP. |
|