473,387 Members | 1,742 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Assessing Application Network Overhead

Hi, I am in the process of developing a small application that sits in
the task bar and at a set interval polls an IIS web server for
information. The process involves the client sending anything between 3
and 30 characters of data and the server returning anything up to 50
characters of data.

I need to identify the overhead on the network so I can determine the
network utilisation of the application. The sort of questions I need to
be able to answer are:

1. Determine where bottlenecks exist (i.e - IIS processing versus
Network bandwidth)
2. The overall network overhead for a single client polling the server
once, including Ethernet overhead packets.
3. Determine the data payload of a single transaction
4. Determine the maximum number of synchronous transactions that the IIS
server can process before reaching breaking point

I would be grateful for any advice you can offer to help devise a
process for testing an applications network utilisation requirements
along with any network monitoring tool recommendations you may have.

Many thanks in advance,

Regards,
Mark.
Aug 20 '07 #1
2 1515
mark wrote:
[...]
I would be grateful for any advice you can offer to help devise a
process for testing an applications network utilisation requirements
along with any network monitoring tool recommendations you may have.
I'm not seeing anything in your question that is specific to C# or .NET.

You will probably get better information finding more appropriate forums
(something specific to TCP/IP or IIS, for example, as appropriate to the
specific parts of your question), as well as simply searching using
Google for data on the overhead of a UDP datagram (which is what I
presume you would use to poll IIS...using TCP will be significantly
higher, especially if you create a connection for each query).

That said, I don't have the numbers off the top of my head, but I seem
to recall the overhead for UDP is reasonably small (28 bytes sticks in
my mind for some reason :) ). As for application overhead, depending on
what processing needs to occur to respond to the datagram, I would be
most concerned simply that the regular polling would keep some
significant chunk of code resident in physical RAM when it otherwise
wouldn't need to be. Presumably the actual CPU and i/o overhead should
be small.

For anything more detailed, I'd suggest a more appropriate forum for the
question, as well as answering the more basic elements simply through
research (Google the external stuff like UDP overhead, and look more
closely yourself at the stuff related directly to your implementation).

Pete
Aug 20 '07 #2
Thanks for the information Pete. I'll take a look at the tcpip forums too.

Mark.

Peter Duniho wrote:
mark wrote:
>[...]
I would be grateful for any advice you can offer to help devise a
process for testing an applications network utilisation requirements
along with any network monitoring tool recommendations you may have.

I'm not seeing anything in your question that is specific to C# or .NET.

You will probably get better information finding more appropriate forums
(something specific to TCP/IP or IIS, for example, as appropriate to the
specific parts of your question), as well as simply searching using
Google for data on the overhead of a UDP datagram (which is what I
presume you would use to poll IIS...using TCP will be significantly
higher, especially if you create a connection for each query).

That said, I don't have the numbers off the top of my head, but I seem
to recall the overhead for UDP is reasonably small (28 bytes sticks in
my mind for some reason :) ). As for application overhead, depending on
what processing needs to occur to respond to the datagram, I would be
most concerned simply that the regular polling would keep some
significant chunk of code resident in physical RAM when it otherwise
wouldn't need to be. Presumably the actual CPU and i/o overhead should
be small.

For anything more detailed, I'd suggest a more appropriate forum for the
question, as well as answering the more basic elements simply through
research (Google the external stuff like UDP overhead, and look more
closely yourself at the stuff related directly to your implementation).

Pete
Aug 20 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: BK | last post by:
Can someone point me to a code sample that illustrates executing long running tasks (asynchronous) from a web application in ASP.NET? I assume that Web Services might come into play at some point,...
8
by: Pete Wittig | last post by:
Hello, I am wondering if it is possible to create a networked application with C# that is seen as a windows user. For example, if Bob logged onto windows and then started the application, any...
6
by: B B | last post by:
Okay, here is what's happening: I have a reasonably fast laptop (1.4 GHz Mobile M, so comparable to 2.5GHz P4) doing .net development. Running Windows XP pro, SP2 IIS is installed and running...
3
by: Pitcairnia | last post by:
The basic purpose of the site is for authenticated users to post event listings, which often include photographs. The user is faced with a page where they can insert all of the information about...
1
by: ErnieJ | last post by:
I a have a .net application which displays the results of a database query on a form in graphical format (i.e. charts and maps). This application is launched from another legacy Windows...
5
by: Lloyd Dupont | last post by:
I'm about to write a network aware application. Of course I intend to do UDP broadcasting to detect other app on my network. But I would like my application to be usable over the internet as well....
59
by: Rico | last post by:
Hello, I have an application that I'm converting to Access 2003 and SQL Server 2005 Express. The application uses extensive use of DAO and the SEEK method on indexes. I'm having an issue when...
0
by: speedcoder | last post by:
hi all, i'm stumped. my applet used to load images over the network. (it was actually designed by someone else.) yes, the applet used to load each image file independently over the network and...
0
by: LoganSquareDon | last post by:
Please distribute this email. Data on both agile and plan-driven projects are welcome. Dear To Whom It May Concern, My name is Donald Buresh, and I am a Ph.D. student at Northcentral...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.