Assignment 1
(at the start of recitation)
Introduction
Please answer the questions precisely and concisely. You may need to do a bit of web surfing for many of these questions. Every question can be answered in one or at most a few sentences. I will not have the patience to read long paragraphs or essays and you may lose credit for possibly correct answers.
Write neatly (or type). If I have to struggle to figure out what you wrote, you will lose credit. Type your answers if your penmanship is poor.
In the "I shouldn't have to tell you this" department... Should you feel the need to use multiple pages, please fasten the sheets securely. Use a stapler or other permanent fastener. Avoid paper clips since sheets can slide out.
Reading
Questions
- What was the primary goal in the design of the Internet Architecture?
- What was discovered to be the greatest source of jitter (variation in delay) on an IP network?
- This observation led to the development of what protocol?
- Why was it decided that IP protocols should not take advantage of capabilities of underlying physical networks, such as reliable delivery?
- What are the three properties of packet switched networking?
- What is jitter?
- What is an isochronous network?
- What is the purpose of differentiated services (DiffServ) on IP?
-
- The connect system call would seem to make no sense for datagram sockets since they have no concept of a connection. What does connect do for datagram sockets?
- Why would the read and write calls be unusable on datagram sockets without a connect?