Chapter 35 Flashcards
Does checksum field in UDP optional
Yes
When checksum field is checked on destination
When it has non-zero value
What is pseudo header
It is added in checksum field of UDP. It contains source and destination addresses, so if IP address lost during transmission, pseudo header can resolve this issue.
Does UDP data area encapsulated inside IP data area and IP data area encapsulated in frame data
Yes
What is more reliable, TCP or UDP
TCP
Reliability is function of which layer
Transport layer
Does TCP provide connection oriented service
Yes
Does IP connection less
Yes
What is point-to-point communication
There is always 2 points for communication to take place
Does TCP point-to-point communication
Yes
What is graceful connection shutdown
TCP guarantee that it will provide all necessary data before shut down and there is no data loss.
What are virtual connection
The virtual connections are not provided by underlying software and hardware. These connections are result of TCP software. TCP software create illusion of connection.
What is format of communication between TCP and IP
packet
What are 2 major problems on transport protocol
- Computer reboot during transmission
2. packets duplicated