Term
|
Definition
a. Simple, datagram-oriented, transport layer protocol. b. Doesn't provide: i. Error correction ii. sequencing iii. duplicate elimination iv. flow control v. congestion control |
|
|
Term
Describe the UDP header format. |
|
Definition
a. 2-byte source port number. b. 2-byte destination port number. c. 2-byte length field - header & payload in bytes. d. 2-byte checksum field. e. variable payload (if any). |
|
|
Term
What are invalid values for the UDP Length field? |
|
Definition
1-7. The minimum value for IPv4/UDP is 8 (header only). 0 can be used for IPv6/UDP jumbograms. |
|
|
Term
Describe the UDP Checksum. |
|
Definition
a. End-to-end. b. Not modified in transit, unless NAT'd. c. Optional IPv4, mandatory IPv6. d. Covers UDP header, UDP data and pseudo header. |
|
|
Term
List the IPv4 fields used in the 12-byte IPv4/UDP Checksum pseudo header. |
|
Definition
a. source IP address b. destination IP address c. Protocol number (17) |
|
|
Term
List the IPv6 fields used in the 40-byte IPv6/UDP Checksum pseudo header. |
|
Definition
a. source IP address b. destination IP address c. next header field (17) |
|
|