InterviewSolution
Saved Bookmarks
| 1. |
A device is sending out data at the rate of 1000 bps. How long does it take to send a file of 100,000 characters?(a) 200s(b) 400s(c) 600s(d) 800sI have been asked this question during a job interview.This key question is from Layers in portion Cryptography Overview, TCP/IP and Communication Networks of Cryptograph & Network Security |
|
Answer» RIGHT ANSWER is (d) 800s Easiest EXPLANATION: ((100,000 × 8) / 1000) s = 800 s. |
|