Answer:
Note: more than one answer is possible for this question. The ties can be decided based on the
weight of some slight details which are not included in the questions, but might be found in the
lectures or textbook. This is the kind of question where many professors take as “good” or “the
best” answer the one from the instructor’s manual (and don’t bother investigating alternative
options or justifications).
a). A live audio/video like Skype deals with online streaming over the Internet. Transmission
speed is a key feature and some lack of precisions is acceptable. Judging on these parameters of
the connection, UDP without checksum is an appropriate choice.
b). A NFS system over UDP would be less reliable and less routable than a NFS over TCP.
Because the precision of transfers is a key feature for a network file system, TCP (with
checksum) is an appropriate choice in this case.
c).This time both the speed and precision are key features for the remote control robot.
Therefore, UDP with checksum is the appropriate choice for the provided scenario. It involves
some trade-off compared to the maximum achievable speed, because the checksum assumes
some error recovery process; however, the trade-off is acceptable in this case given the specific
nature of the application which requires high accuracy in (almost) real-time.
Comments
Leave a comment