LAB 7 Analyzing congestion policy, RTT of TCP and working of UDP using NetSim and wireshark Solution

$24.99 $18.99

Introduction of Congestion Policy of TCP A key component of TCP is its congestion-control mechanism. TCP sender perceives that there is little con-gestion on the path between itself and the destination, then the TCP sender increases its sending rate; if the sender perceives that there is congestion along the path, then the sender reduces its…

5/5 – (2 votes)

You’ll get a: zip file solution

 

Categorys:

Description

5/5 – (2 votes)
  • Introduction of Congestion Policy of TCP

A key component of TCP is its congestion-control mechanism. TCP sender perceives that there is little con-gestion on the path between itself and the destination, then the TCP sender increases its sending rate; if the sender perceives that there is congestion along the path, then the sender reduces its sending rate. But this approach raises three questions. First, how does a TCP sender limit the rate at which it sends tra c into its connection? Second, how does a TCP sender perceive that there is congestion in the network? And third, what algorithm should the sender use to change it’s sending rate? The answer is Congestion control policy. The TCP congestion-control mechanism operating at the sender keeps track of an additional variable, the congestion window. The congestion window, denoted cwnd, imposes a constraint on the rate at which a TCP sender can send tra c into the network. Speci cally, the amount of unacknowledged data at a sender may not exceed the minimum of cwnd and rwnd.

The TCP Congestion control Algorithm has two major component: slow start, congestion avoidance. Slow start and congestion avoidance are mandatory components of TCP, di ering in how they increase the size of cwnd in response to received ACKs.

  1. Slow start phase: In this phase, tcp double the cwnd as ack receives up to threshold point. After that It will enter in to congestion avoidance phase where it changed the window in to additive increse mode, where it will increase cwnd by 1 with 1 ackwoledge packet.

  1. Congestion avoidance: In this phase two events happens. 1)three duplicate ack 2)Time out. If three duplicate ACKs are received, tcp enters in fast retransmit mode and divide congestion window size by half (instead of adding it by 1), setting the slow start threshold equal to the congestion window, and enter a phase called fast recovery. When time out happens after packet loss, tcp changed congestion window size to 1mss. and enters in fast recovery mode. In fast recovery mode, tCP stores the sequence number of the highest data packet by sending the lost packet.

1.1 Experiment

Perform the following experiment to understand congestion policy of di erent variants in TCP.

  1. Con gure scenario as shown in gure1 and implement 2 application for 2 topology.

  1. For both nodes C and D, go to properties: TRANSPORT LAYER and set Congestion Control Algorithm to tahoe. Other Node, Link, and application properties will be same as 2. Enable (Online) Wireshark for the destination node D.

  1. For both nodes E and F, go to properties: TRANSPORT LAYER and set Congestion Control Algorithm to RENO and change according to gure in 3. Enable (Online) Wireshark for the destination Node F.

Figure 1: Topology of Congestion policy experiment

Figure 2: Application 1 con guration

  1. Run the simulation for 30 seconds (packet animation is not required.)

  1. Wait for successful termination of simulation and observe 2 wireshark window that opened.

6.

For each wireshark, select any row of tcp packet, click on the statistics

> tcp stream graph

>

window scaling.

7.

Observe the graph and answer the questions.

1.2 Exercise

  1. For both the variant, analyze graph of congestion window, answer the following by marking in the graph.

    1. Identify the event of TCP slow start.

    1. Identify the event of packet loss and time out.

    1. Identify the intervals of time when TCP congestion avoidance is operating.

  1. What is the di erence in congestion control policy of Tahoe and Reno, with respect to congestion avoidance and two events of congestion avoidance phase. Explain brie y in your log book.

Figure 3: Application 3 con guration

  • Analyzing fairness of TCP.

Figure 4: Topology to analyze fairness of TCP

2.1 Experiment

  1. Take 3 wired nodes and one router, con gure 2 identical CBR applications with default app speci cation between them as shown in the gure4.

  1. Keep link properties as default.

  1. Run simulation for 5 seconds.

  1. Check throughput for both the applications and write down your observation.

Figure 5: Caption

  • Analyzing throughput.

3.1 Experiment

  1. Con gure a new network as shown in the gure 5 with 4 wired node, 1 router.

  1. Con gure two CBR application between node B and F and between C and F with packet size of 500 bytes.

  1. Con gure two video application between node D and node F and between node E and F with Frame per second 50.

  1. Keep all properties of all nodes, router and links as default values.

  1. Run the simulation for 10 second.

3.2 Exercise

  1. Calculate and Observe average throughput of both the applications (CBR and VIDEO).

  1. Observe the delay and throughput metrics in the simulation window and write down your observation.

  • Analysing RTT of TCP using wireshark.

4.1 Exercise:

Answer the following questions, by opening the Wireshark captured packet le tcp-ethereal-trace-1 in http://gaia.cs.umass labs/wireshark-traces.zip (Once you have downloaded the trace, you can load it into Wireshark and view the trace using the File pull down menu, choosing Open, and then selecting the tcp-ethereal-trace-1 trace le.)

4.2 Questions:

  1. Consider the TCP segment containing the HTTP POST as the rst segment in the TCP connection. What are the sequence numbers of the rst six segments in the TCP connection (including the segment containing the HTTP POST)? At what time was each segment sent? When was the ACK for each segment

received? Given the di erence between when each TCP segment was sent, and when its acknowledgement was received, what is the RTT value for each of the six segments? What is the EstimatedRTT value after the receipt of each ACK?

Note: Wireshark has a nice feature that allows you to plot the RTT for each of the TCP segments sent. Select a TCP segment in the listing of captured packets window that is being sent from the client to the gaia.cs.umass.edu server. Then select: Statistics >TCP Stream Graph >Round Trip Time Graph.

  1. What is the length of each of the rst six TCP segments?

  1. What is the minimum amount of available bu er space advertised at the received for the entire trace? Does the lack of receiver bu er space ever throttle the sender?

  1. Are there any retransmitted segments in the trace le? What did you check for (in the trace) in order to answer this question?

  1. How much data does the receiver typically acknowledge in an ACK? Can you identify cases where the receiver is ACKing every other received segment.

  1. What is the throughput (bytes transferred per unit time) for the TCP connection? Explain how you calculated this value.

  • Analysing UDP protocol using wireshark

5.1 Exercise

  1. Start a Wireshark capture.

  1. Open a command prompt.

  1. Type ipcon g / ushdns and press Enter to clear your DNS name cache.

  1. Type nslookup 8.8.8.8 and press Enter to look up the hostname for IP address 8.8.8.8.

  1. Close the command prompt.

  1. Stop the Wireshark capture.

5.2 Questions

  1. Select one UDP packet from your trace. From this packet, determine how many elds there are in the UDP header. (You shouldnt look in the textbook! Answer these questions directly from what you observe in the packet trace.) Name these elds.

  1. By consulting the displayed information in Wiresharks packet content eld for this packet, determine the length (in bytes) of the UDP header elds.

  1. The value in the Length eld is the length of what? (You can consult the text for this answer). Verify your claim with your captured UDP packet.

What is the maximum number of bytes that can be included in a UDP payload? (Hint: the answer to this question can be determined by your answer to 2. above)

  1. What is the largest possible source port number? (Hint: see the hint in 4.)

  1. What is the protocol number for UDP? Give your answer in both hexadecimal and decimal notation. To answer this question, youll need to look into the Protocol eld of the IP datagram containing this UDP segment.

  1. Why we have used DNS commands to capture UDP packets? Do you know any-other method to generate UDP tra c using wireshark? Write your answer in detail.

6

LAB 7 Analyzing congestion policy, RTT of TCP and working of UDP using NetSim and wireshark Solution
$24.99 $18.99