APPLICATION LAYER
SOCKET INTERFACE PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
RequestCheck command
|
|
AutoCorrect command
|
|
Verify command
|
|
Lost packets are not checked in UDP
|
Detailed explanation-1: -Go to Statistics>Compare, filter by ip.id then click create, if there are any missed ID packets between both files then the results indicate which ip.id packets were lost and then you know which router interface dropped which packet.
Detailed explanation-2: -With User Datagram Protocol (UDP) traffic, there is no automatic transmission of lost packages. UDP is used in real time streaming applications which can deal with some amount of packet loss (or out of order reception). If an application requires UDP retransmission it must implement it on its own-or switch to TCP/IP.
Detailed explanation-3: -No guarantee the destination will receive all transmitted bytes. UDP, however, does provide a checksum to verify individual packet integrity.