Question: 1 . Suppose a 4 0 0 0 bytes TCP message ( including the TCP header ) is passed to IP for delivery across two

1. Suppose a 4000 bytes TCP message (including the TCP header) is passed to IP for delivery across two networks of the Internet. The first network has an MTU of 1500 bytes; the second has an MTU of 512 bytes. Each networks MTU gives the size of the largest IP datagram that can be carried in a link-layer frame.
(a) Give the sizes, offsets, values of offset fields in the IP headers of the sequence of fragments delivered to the network layer at the destination host. Assume all IP headers are 20 bytes. Note, the IP requires that fragmentation should always happen on 8-byte boundaries.
(b) Path MTU is the smallest MTU of any link on the current path (route) between two hosts. Assume that we could discover the path MTU of the path used, and that we use this value as the MTU for all the path segments. Give the sizes of the sequence of IP packets delivered to the network layer at the destination host.
2. IP addresses. Company X and Company Y both connect to the same ISP. Company X is assigned the prefix 121.77.0.0/18 and Company Y is assigned the prefix 121.77.64.0/18. The ISP has a single 3-port router: port 1 connects to Company X, port 2 connects to Company Y, and port 3 connects to the rest of the Internet.
a) Draw and complete (as best you can) the contents of the forwarding table in the ISPs router.
b) What aggregated prefix does the router advertize to the rest of the Internet so that packets can reach both Company X and Company Y?
3. Suppose a route has built up the routing table shown in the following table.
SubnetNumber
SubnetMask
Next hop
128.96.39.0
255.255.255.128
Interface 0
128.96.39.128
255.255.255.128
Interface 1
128.96.40.0
255.255.255.128
R2
192.4.153.0
255.255.255.192
R3
Default
R4
The router can deliver packets directly over interfaces 0 and 1, or it can forward packets to routers R2, R3, or R4. Describe what the router does with a packet addressed to each of the following destinations:
(a)128.96.39.135
(b)128.96.39.40
(c)128.96.40.150
(d)128.96.40.16
(e)192.4.153.200
(f)192.4.153.32
4.The following table is a routing table using CIDR. Address bytes are in hexadecimal.
Net/MaskLength
Next hop
C4.50.00.00/12
A
C4.5E.10.00/20
B
C4.60.00.00/12
C
C4.68.00.00/14
D
80.00.00.00/1
E
40.00.00.00/2
F
00.00.00.00/2
G
State to what next hop the following will be delivered.
(a) C4.5E.1A.87
(b) C4.5E.32.09
(c) C4.69.22.89
(d)2E.43.91.12
(e)9A.88.77.66
(f) C4.62.31.2E
(g) C4.6A.31.2E
5. An organization has a class C network 212.192.88.0 and wants to form subnets for six departments, which host as follows:
A.45 hosts
B.20 hosts
C.55 hosts
D.25 hosts
E.10 hosts
F.22 hosts
G.9 hosts
There are 180 hosts in all. Design a possible arrangement of subnets to make each department in a different subnet. For each subnet, give subnet number, subnet mask and range of IP addresses. 1. Using the example network below, give the virtual circuit tables for all the switches after each of the following connections is established. Assume that the sequence of connections is cumulative; that is, the first connection is still up when the second connection is established, and so on. Also assume that the VCI assignment always picks the lowest unused VCI on each link, starting with 0, and that a VCI is consumed for both directions of a virtual circuit.
(a) Host A connects to host C .
(b) Host D connects to host B .
(c) Host D connects to host I.
(d) Host A connects to host B.
(e) Host F connects to host J.
(f) Host H connects to host A .2. Consider the arrangement of learning bridges shown in the following figure. Assuming all are initially empty, give the forwarding tables for each of the bridges \(\mathrm{B}1-\mathrm{B}3\) after the following transmissions:
(1) A sends to \( B \); (2)\( B \) sends to \( A \); (3)\( A \) sends to \( X \)-
(4)\( X \) sends to \( A \); (5)\( D \) sends to \( Y \); (6)\( E \) sends to \(\underline{\underline{D}}\)8. Link-state routing protocols
This question explores how to set the (configurable) link weights in link-state routing protocols like OSPF inside a single Autonomous System (AS) to achieve AS-wide goals.
a) How should the network operators set the link weights if their goal is to minimize the number of hops each packet traverses to reach its destination?
b) How should the operators set the link weights to minimize the end-to-end delay the traffic experiences? Assume the network is lightly loaded, so queuing delay is insignificant.
c) In the picture below, the nodes are routers, the edges are links, and the integers correspond to the link weight on each direction of the link. (That is, the link a - b and the link b -a both have weight 10.) Put arrows on the edges to show the shortest path from every node to the destination node \(\mathbf{d}\). That is, show the "sink tree" leading to node \(\mathbf{d}\).
d) Suppose the link i-h is overloaded with traffic. Identify a sing 5.
1 . Suppose a 4 0 0 0 bytes TCP message (

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!