I am simulating IEEE 802.11 ac in NetSim. The throughput of TCP is only about 60% of that of UDP. Is this correct? Am I setting some parameter incorrectly? Are they good references for TCP vs. UDP throughput comparisons?
In case of TCP, there are two interacting mechanisms that will govern the throughputs that the individual users will get:
1. The Wi-Fi medium access control (MAC) determines how the mobile devices obtain access to the wireless medium.
2. The end-to-end protocol, TCP, controls the sharing of the wireless bandwidth between the ongoing data transfers.
Now, the TCP receiver returns an ACK for every received packet. Therefore if the AP sends N packets, and each of the STAs must send back N ACKs.
Whereas in case of UDP there are no ACKs being sent back by the STA. Hence the entire WiFi capacity can be used for data download.
Therefore the throughput when using TCP would be much lower than that of UDP.
You can use parameters like,
1. packets loss % (TCP Vs UDP)
2. Error packets %
You could see https://www.researchgate.net/post/Data-rate-calculation-for-80211-ac
or we can collaborate
01 August 2024 6,705 2 View
Your comments
28 July 2024 2,822 2 View
Conducting a research article project, which includes drug-drug interactions using PBPK (pharmacokinetic and dynamic) simulation softwares like PK-Sim by OSP and GastroPlus by Simulations Plus. SO...
04 February 2024 9,687 0 View
Historical building polygon shapefile
27 September 2023 8,273 1 View
What are the geometric and physical interpretations of fractional-order derivatives in mathematical models?
25 May 2023 7,893 1 View
25 May 2023 4,067 2 View
Hi, I am trying to design a lag damper for articulated helicopter rotor. Could someone provide some technical details/documents/papers a preliminary design of hydraulic/hydro-elastic...
10 December 2022 8,013 0 View
I want to prepare an Essential oils standard solution of (2.5, 5, 7.5, 10, 25, 50 & 100 ppm) from the Potato Dextrose Broth stock solution (1000ppm). Kindly suggest how shall i prepare it or...
06 October 2022 8,229 3 View
Generally in BOD test for sewage water, it is prescribed to use distilled water for dilution along with addition of various nutrients viz. phosphate buffer, magnesium sulfate solution, calcium...
27 May 2022 3,942 3 View
I am comparing the effect treatment vs no treatment on health outcome in my retrospective longitudinal study. As subjects were probably not randomly allocated to the treatment group, I am using...
21 March 2022 9,552 2 View
I am trying to simulate and analyze ping-pong handovers in NetSim 5G. My understanding is that a handover is triggered if the SINR from the target gNB is 3 dB higher than the SINR from the serving...
24 June 2024 3,605 4 View
Hello everyone, I am working on a deep learning power control project using NetSim. So far, I have successfully implemented a tabular Q-learning algorithm and obtained positive results. Now, I am...
21 June 2024 5,576 2 View
I am implementing an enhanced objective function for RPL. Control messages and data packets of UDP applications are being transmitted. Now the question is that if any data packet which is being...
02 June 2024 3,418 2 View
feasible: all to one (UDP unicast or multicast) stream traffic, images from all mobiles/nodes sent to one mobile/node. TCP modified for node-to-neighbour operation or end-to-end. Can rely on...
05 May 2024 2,535 1 View
I am currently implementing the following two RL algorithms for 5G (i) Power control to maximize throughput in a multi-gNB multi-UE scenario, and (ii) Maximizing throughput subject to delay...
03 April 2024 5,653 4 View
On ns2 simalator, I need to make modifications in the AOMDV protocol. How to calculate congestion for a route using the TCP mechanism.
17 March 2024 3,554 2 View
When conducting simulations within the NetSim 5G environment, I aim to quantify handover occurrences accurately as user equipment moves between base stations. I am looking for guidance on the...
03 March 2024 5,294 4 View
I want to simulate a network with approximately 50 gNBs and 500 UEs with different deployment options such as random, uniform, and hexagonal for the gNBs, and uniform, random deployment for the...
03 March 2024 566 6 View
Hi all, I am working with NetSim which is an end-to-end, full-stack, packet-level network simulator and emulator to simulate 5G networks, and want to integrate Deep Reinforcement Learning (RL)...
26 February 2024 3,128 8 View
Please I have a question. Can someone help me ? I want to connect NetSim with Python, that's the error message: ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by...
17 February 2024 4,827 2 View