Comnets Review Questions Spring 2015
Comnets Review Questions Spring 2015
Comnets Review Questions Spring 2015
6. Assume that a router connects a link L1 to link L2. Assume that the
MTU of L2 is slightly more than half that of the MTU of L1 and that all
maximum-sized packets on L1 are fragmented into two packets on L2.
Also assume that 20% of packets sent on L2 are corrupted or lost.
What is the probability that all of the fragments of a maximum-sized
packet sent across L1 are transmitted successfully across L2? Do not
consider retransmissions.
a. 0.2
b. 0.6
c. 0.64
d. 0.4
7. Which of the following statements regarding a NAT is NOT true?
a. Different NAT table entries could contain different internal IP
addresses.
b. Outgoing data packets that do not contain a matching internal
IP:Port pair in the NAT table result in the creation of a new NAT table
entry.
c. There could be multiple NAT table entries for a single internal IP:Port
pair
and D in that order as (1, 0, 1, 5). This means that, for example, B can
reach D with cost 5. A also receives a distance vector from C that is (3,
1, 0, 1). What is the next distance vector that A computes and sends to
its neighbors?
a. (0, 1, 3, 1)
b. (0, 1, 2, 4)
c. (2, 1, 2, 4)
d. (0, 1, 2, 1)
10. Which answer below best describes the information that is present
in a link-state packet that is flood by a node A?
a. The identifiers of the neighboring routers to which A is directly linked
and the cost of those links.
b. The identifiers of all routers in the network and the estimated
shortest cost to reach those routers.
c. The identifier of the neighboring routers to which A is linked.
d. The cost of all of the links from A to its neighboring routers.
11. In the network below, and assuming the cost of each link is 1, what
are the ECMP routes (i.e., equally good shortest paths) from A to C?
a. Only A->B->C
b. A->B->C, A->E->C, and A->F->C
c. A->B->F->E->C, A->E->F->B->C and A->E->F->D->C
d. A->B->C, and A->E->C