in Computer Networks
568 views
0 votes
0 votes

Consider a DNS request sent from your laptop. If it is connected to Ethernet, what is the sequence of packet headers on this request packet starting from the outer most header.(We are using the term header loosely when it comes to DNS.)

  1.  Ethernet, IP, UDP, DNS
  2. DNS, UDP, IP, Ethernet
  3.  IP, TCP
  4.  Ethernet, TCP, IP, DNS
in Computer Networks
568 views

1 Answer

4 votes
4 votes
Best answer

DNS uses UDP as transport layer protocol as we only need one request and reply!....so ur request will go from top layers to bottom adding their headers.,.
first one will be UDP header
then IP header
then ethernet header
so from outermost,option A is right!!!

edited by

Related questions

3 votes
3 votes
1 answer
1
chandra sai asked in Computer Networks Jul 9, 2017
871 views
chandra sai asked in Computer Networks Jul 9, 2017
871 views