1. Select one UDP packet from your trace. From this packet, determine how many fields there are in the UDP header. (You shouldn’t look in the textbook! Answer these questions directly from what you observe in the packet trace.) Name these fields. Jawab :
UDP header memiliki 4 field header, yaitu : Source port, destination port, length, dan checksum
2. By consulting the displayed information in Wireshark’s packet content field for this packet, determine the length (in bytes) of each of the UDP header fields Jawab : Panjang atau length dari setiap field UDP header adalah 2 bytes
3. 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 Jawab : Nilai pada field length adalah total dari 8 header byte dan byte dari data yang dienkapsulasi pada paket. Pada capture yang digunakan, field length bernilai 141.
4. What is the maximum number of bytes that can be included in a UDP payload? He Jawab : Header field = 8 bytes Nilai byte maksimum yang dapat dimasukkan pada sebuah UDP payload adalah (216 – 1 ) – header field byte = 65535 – 8 = 65527 bytes
5. What is the largest possible source port number? Jawab : Suorce port number terbesar yang memungkinkan adalah 216 – 1 = 65535
6. What is the protocol number for UDP? Give your answer in both hexadecimal and decimal notation. Jawab : IP protocol number untuk UDP dalam hexadecimal adalah 0x11, yang dalam nilai decimal berarti 17
7. Search “UDP” in Google and determine the fields over which the UDP checksum is calculated. Jawab : UDP checksum dihitung sebagai 16-bit pelengkap jumlah sebuah informasi pseudo header dari IP header, UDP header, dan data. Hal tersebut digunakan seuai kebutuhan degan nilai akhir 0 bytes untuk membuat multiple 2 bytes. Jika checksum bernilai 0, maka harus di set ke 0xFFFF.
8. 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. Jawab : Source port dari paket UDP yang dikirimkan oleh host sama dengan destinasi port dari replay paket, dan sebaliknya destinasi port dari paket UDP yang dikirimkan oleh host sama dengan source port dari replay paket.
No comments:
Post a Comment