Looking for Computer systems test answers and solutions? Browse our comprehensive collection of verified answers for Computer systems at moodle.epfl.ch.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
Which of the following statements related to flow control and congestion control are true?
(Many may be true.)
What is "self clocking" in the context of TCP congestion control?
Suppose the Internet never corrupted packets (but it still occasionally dropped packets).
Which of the following TCP header fields would be unnecessary?
(Many answers may be true.)
What is the proper way to read an array of n double from a binary file myfile into double tab[MAX] (where n <= MAX)?
Assume count is already declared and has the proper type.
What are all the proper ways to initialize a variable a of the following type:
struct some_type {
size_t s;
double tab[3];
};
Penalty for wrong ticks.
What is the proper way to augment the size (up to newsize) of an already allocated pointer ptr?(tmp is a pointer of the same type as ptr)
Source S sends packet P1, then packet P2 to destination D. The two packets traverse the same path (the same sequence of links and network devices). There is no other traffic on the Internet. P1 takes significantly longer than P2 to arrive. Which is the dominant delay component for packet P1?
Which of the following are examples where a system relies on statistical multiplexing but it does not work due to user correlation?
(Many answers may apply.)
Which of the following operations may the network-layer of a device perform?
(Many answers may apply.)