I have no experience in network administration, so apologies if this is a clumsy question.
I have a .NET application to deploy locally at my client's site. They have the hardware to do this, but have concerns about the network capability.
Infrastructure
Web app
My gut feel is that this is very low usage, and shouldn't cause much impact on their current setup. However, I would like to verify this if possible.
Generate typical workload and run sniffer like tcpdump
, writing raw packets to dump file. At the end of the day you can examine dump's contents to see how much of bandwidth your application utilized.
Sample command-line:
tcpdump -w dump.log port PORT_OF_YOUR_APPLICATION_HERE
There are few ports of tcpdump to windows platform.