subject
Computers and Technology, 18.12.2019 21:31 ggujjnh

Alocal area network is used as follows. the user issues a system call to write a data packet to the network. the operating system then copies these data to a kernel buffer. then it copies these data to the network controller board. when all the bytes are safely inside the controller, they are sent over the network at a rate of 10 megabits/sec. the receiving network controller stores each bit a microsecond after it is sent. when the last bit arrives, the destination cpu is interrupted, and the kernel copies the newly arrived packet to a kernel buffer to inspect it. once it has figured out which user the packet is for, the kernel copies the data to the user space.

if we assume that each interrupt and its associated processing takes 1 millisecond (msec), that packets are 1024 bytes long (including the headers), and that copying a byte takes 1 microsecond (μsec), what is the maximum rate at which one process can pump data to another?

assume that the sender is blocked until the work is finished at the receiving side and an acknowledgement comes back. for simplicity, assume that the time to get the acknowledgement back is so small that it can be ignored. [suggestions: observe 1) how many times a packet is copied and how long it takes, 2) how many interrupts are there to be processed and how long that takes, and 3) how long the transmission of a packet takes. then calculate the overall data transmission rate.]

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 22:50
Which is the best minecraft server? a. mineplex b. worldonecraft c. 9b9t d. 2b2t
Answers: 2
question
Computers and Technology, 23.06.2019 00:10
My has been slow anyone else’s ?
Answers: 1
question
Computers and Technology, 23.06.2019 01:50
Write a program that uses a random number generator to generate a two digit positive integer and allows the user to perform one or more of the following operations: a. double the number. b. reverse the digits of the number. c. raise the number to the power of 2, 3, or 4. d. sum the digits of the number. e. if the number is a two-digit number, then raise the first digit to the power of the second digit. f. if the number is a three-digit number and the last digit is less than or equal to 4, then raise the first two digits to the power of the last digit. after performing an operation if the number is less than 10, add 10 to the number. also, after each operation determine if the number is prime. each successive operation should be performed on the number generated by the last operation. your program should not contain any global variables and each of these operations must be implemented by a separate function. also, your program should be menu driven. 7. (fraction calculator) write a program that
Answers: 1
question
Computers and Technology, 23.06.2019 02:30
Rafael needs to add a title row to a table that he has inserted in word. what should he do? use the alignment options. use the merge and center option for all the cells in the top row. use the merge and center option on the first two cells in the top row. none of the above
Answers: 3
You know the right answer?
Alocal area network is used as follows. the user issues a system call to write a data packet to the...
Questions
question
Mathematics, 12.04.2021 18:50
question
Mathematics, 12.04.2021 18:50
question
Mathematics, 12.04.2021 18:50
question
Mathematics, 12.04.2021 18:50
question
Mathematics, 12.04.2021 18:50
Questions on the website: 13722360