580 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

1 Answer

Best answer
4 votes
4 votes

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 Jul 9, 2017
866 views