Which protocol is popular for moving files between computers on the same LAN, where the chances of losing packets are very small?

A. HTTP
B. TFTP
C. ICMP
D. SMTP


Answer: B

Computer Science & Information Technology

You might also like to view...

Non-static function members of a class gain access to the calling object’s members by

a. a pointer to the calling object that is implicitly provided by the compiler. The name of this pointer is this. Members are prefixed implicitly by this->, as in this->membername b. a variable called self that is an alias for the calling object. This self is used to access the members of the object. c. There is no particular mechanism, the variables just know what the calling object is and automatically refer to the calling object. d. None of the above.

Computer Science & Information Technology

Which of the following methods are used in OS X to terminate an application that won't respond?

a. Force Quit b. Safe Mode c. Kill d. Disk Utility

Computer Science & Information Technology

What is meant by five nines of availability?How is this different from reliability?

What will be an ideal response?

Computer Science & Information Technology

Which key do you press and hold to create a perfectly horizontal line?

A. [Alt] B. [Ctrl] C. [Shift] D. [Caps Lock]

Computer Science & Information Technology