COMP 361 Tutorial -- Week 3
Problems from Chapter 1:
This file contains questions concerning the material in Chapter 1 of Kurose and Ross, 3rd ed. Many of these questions come from the back of chapter 1. Although you will not be marked on your answers, it is highly recommended that you work through the other problems at the back of the chapter to become familiar with the material.
You are expected to read this file before attending the tutorials and try to work through the answers by yourself . In the actual tutorial itself the TAs will review some (but not all) of these questions. If you would like the TA to cover a specific problem, then please let the TA know in advance.
Problem 1: (problem 6, p.64 in K&R)This elementary problem begins to explore propagation delay and transmission delay, two central concepts in data networking. Consider two hosts, Hosts A and B, connected by a single link of rate R bps. Suppose that the two hosts are separated by m meters, and suppose the propagation speed along the link is s meters/sec. Host A is to send a packet of size L bits to Host B.
|
Problem 2: (Similar to problem 5, p 63 in K&R)Consider sending a file of F=M*L bits over a path of Q links. Each link transmits at R bps. The network is lightly loaded so that there are no queuing delays. When a form of packet switching is used, the M*L bits are broken up into M packets,each packet with L bits. Propagation delay is negligible.
|
Problem 3: (problem 22, p. 68 in K&R)Consider sending a large file of F bits from Host A to Host B. There are two links (and one switch) between A and B, and the links are uncongested (that is, no queuing delays). Host A segments the file into segments of S bits each and adds 40 bits of header to each segment, forming packets of L=40+S bits. Each link has a transmission rate of R bps. Find the value of S that minimizes the delay of moving the file from Host A to Host B. Disregard propagation delay. |
Problem 4:Compare and contrast
a packet-switched network and a circuit-switched network. What are
the relative advantages and disadvantages of each? |
Problem 5:Explain why TDM is a cost-effective form of multiplexing for a voice telephone network and FDM is cost- effective form of multiplexing for television and radio networks, yet we reject both as not being cost effective for general-purpose computer network. |
|
Problem 6:Suppose a 100 Mbps point-to-point link is being set up between the earth and a new lunar colony. The distance from the moon to the earth is approximately 240,000 miles, and data travels over the link at the speed of light which is 186,000 miles per second.
|
Problem 7:For each of the following operations on a remote file server, explain whether they are more likely to be delay sensitive or bandwidth sensitive:
|