Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please give me all answer of my question and screenshots for all the steps Thanks 1. Start capturing packets in Wireshark and then do something

please give me all answer of my question and screenshots for all the steps

Thanks

1. Start capturing packets in Wireshark and then do something that will cause your host to send and receive several UDP packets (Note that DNS is using UDP for communications. You can use nslookup commands to generate DNS packets for UDP. Its also likely that just by doing nothing (except capturing packets via Wireshark) that some UDP packets sent by others will appear in your trace. In particular, the Simple Network Management Protocol (SNMP see section 5.7 in the text) sends SNMP messages inside of UDP, so its likely that youll find some SNMP messages (and therefore UDP packets) in your trace.

2. After stopping packet capture, set your packet filter so that Wireshark only displays the UDP packets sent and received at your host.

3. Pick one of these UDP packets and expand the UDP header fields in the details window.

Answer the following questions in your lab report. When answering questions below, you should submit the screenshot of the packet(s) that you used to answer the question asked.

4. Select one UDP packet from your trace. From this packet, determine how many fields there are in the UDP header. List the names of these fields. 5. By consulting the displayed information in Wiresharks packet content field for this packet, determine the length (in bytes) of each of the UDP header fields. For example, in the following figure, by selecting the source port field in the UDP header in the header window, we can find out that the source port field is 2 bytes. 6. The value in the Length field is the length of what? (You can consult the text for this answer). Verify your claim with your captured UDP packet. 7. What is the size (in bytes) of the UDP payload? (Hint: the answer to this question can be determined by your answer to 5 and 6 above) 8. What is the largest possible source port number? 9. Examine a pair of UDP packets in which your host sends the first UDP packet and the second UDP packet is a reply to this first UDP packet. (Hint: for a second packet to be sent in response to a first packet, the sender of the first packet should be the destination of the second packet). Describe the relationship between the port numbers in the two packets

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Icdt 88 2nd International Conference On Database Theory Bruges Belgium August 31 September 2 1988 Proceedings Lncs 326

Authors: Marc Gyssens ,Jan Paredaens ,Dirk Van Gucht

1st Edition

3540501711, 978-3540501718

More Books

Students also viewed these Databases questions

Question

(2) The function f (x) = sin(x) is a probability density function.

Answered: 1 week ago