Amount of data that can be transferred in a given unit of time.

learn more… | top users | synonyms

0
votes
0answers
13 views

Control Usage Of bandwidth for each site

The scenario is as follow. Let's take an example I have one domain called abc.com.I have purchased this domain.Now I am providing facility to the users to create their sites on this domain.So suppose ...
2
votes
0answers
14 views

ratio of bits/hz of digitized voice channel

We need to transmit 100 digitized voice channels using a passband channel of 30 KHz. What should be the ratio of bits/Hz if we use no guard band? What I understand and get the bandwidth are : ...
0
votes
0answers
32 views

kernel density estimation - bandwidth with epanechnikov kernel R

My task is to make a kernel density estimation with R. I used the density function, which works fine. Now I want to find a suitable bandwidth. There are several functions to calculate the bandwidth, ...
-2
votes
1answer
42 views

Windows Azure Bandwidth Pricing [closed]

Ok guys, I must be missing something here. As far as I understand it: Windows Azure would charge $239.40 for 2TB outbound traffic / month ... ...
0
votes
0answers
20 views

JSON requests failing when downloading at full speed

In an android application, occasionally when I'm downloading a remote file onto the device, and trying to communicate to the server at the same time (via JSON calls), the JSON calls don't ...
0
votes
0answers
12 views

Lower bandwidth on Linux than on Windows behind same wireless router [migrated]

I have two laptops with roughly the same specs. One is running Windows 7, the other is running Ubuntu 12.04. When I run a speed test at http://testmy.net, the Linux laptop pulls approximately 1 ...
0
votes
1answer
28 views

Parse SNMP Response

I can connect to SNMP agent and send OID and receive response, but the problem is I don't know How I can send request for bandwidth,and then how can I parse the response in code?
-1
votes
0answers
17 views

Determining contributors to elapsed time during a network request [closed]

The situation: There is a remote server. I am running a client program that makes calls to the server and requests data. These requests perform very slowly. The server limits the number of results ...
-8
votes
0answers
29 views

Network Design Case Study and Solutions [closed]

URGENT : Hey , Can Anyone Help me with A University Campus network Design Case Study along with solutions involving bandwidth calculations and other assumptions??URGENTLY Needed .
1
vote
0answers
31 views

determining internet speed in android

I am developing an android video-streaming application where I must detect internet speed to adjust my stream quality according to that speed. I've searched in the net about how to detect internet ...
-3
votes
0answers
40 views

Get Server BandWidth C# [closed]

How can I get the bandwidth,CPU usage Ram usage and ... of my Servers in C# code? I know SNMP is one of the solutions but I'm not sure it's the best or not and if exists better ones or not.
-3
votes
0answers
30 views

implement bandwidth control system in java [duplicate]

I want to implement bandwidth control system in java.Let's take an example that I have purchased one domain called www.xyz.com.Now I am giving hosting to the users who want their websites to be hosted ...
-2
votes
0answers
48 views

I want to implement bandwidth control system in java [closed]

I want to implement bandwidth control system in java.Let's take an example that I have purchased one domain called www.xyz.com.Now I am giving hosting to the users who want their websites to be hosted ...
0
votes
1answer
28 views

Measure bandwith used by PHP

I am wondering how to measure bandwidth in PHP. I am going to start measuring when the page loads and up until a form is filled and submitted. Then when the confirmation page is returned, in that page ...
0
votes
1answer
20 views

monitor bandwith a web app takes

I have a form that is going to be submitted a few times and I want to know how much bandwidth is used ( upload and download ) for one submission of this form and when the php behind it does with the ...
0
votes
1answer
41 views

Bandwidth monitoring system

I am trying to monitor the traffic of my internet connection i.e. the average speed at a given time, to get the average speed. I have tried this code but its not working. Where I am going wrong? ...
0
votes
1answer
40 views

Convert traditional vb to vb.net 2010

Can someone help me to convert this to vb.net 2010 code. I have a window that has textbox1, i found this code bt cldnt figure ho i can write it in vb.net 2010 Imports System.Diagnostics Module ...
0
votes
1answer
23 views

How to calculate bandwidth requirments based upon flows per minute (fpm)?

I want to know how can one calculate bandwidth requirements based upon flows and viceversa. Meaning if I had to achieve total of 50,000 netflows what is the bandwidth requirement to produce this ...
-1
votes
0answers
39 views

Android - Creating A Bandwidth Cap

I'm attempting to create a bandwidth cap for Android where a user is disconnected from the internet once they have used a specified amount of data. I currently have the ability to monitor bandwidth - ...
-1
votes
0answers
33 views

Why does lmdd report unusually high bandwidth numbers when writing small file sizes? [closed]

I'm currently using some of the lmbench suite to measure my disk performance. I've been plotted a graph of the bandwidth against the file size I'm writing to. Graph: http://i.imgur.com/AILcA8v.png ...
0
votes
2answers
34 views

about measuring bandwidth with javascript

I am trying to inject a java script snippet into the webpage. In the java script, I try to measure the total amount of data that is downloaded for this webpage, then the data size will be divided by ...
0
votes
0answers
145 views

Android App Successfully Monitors WiFi Data Use - Successfully Disconnects Wifi - How to Disconnect if Limit is Reached? (If Statement Implementation)

I have an app I'm building which is currently monitoring the current bytes sent and current bytes received. I need to remove the wifi supplicant (aka forget the network) after a specified data limit ...
2
votes
1answer
64 views

Throttling Android WiFi Traffic

Does anyone know how this can be done? If so - has anyone seen any examples, tutorials or repositories containing such a method? I've found the following: ...
0
votes
0answers
26 views

hdparm and disk read speed

My hdparm -t buffered disk reads output is around 120 MB/sec. However, I was writing a little code that involves reading a big file (around 400MB), when I managed to read it all in about one second ...
0
votes
0answers
13 views

WebHTB Applying Configuration without restarting Service

I've successfully configured WebHTB as bandwith limiter. I want to ask, is possible to change any configuration like adding client, change bandwith limit, etc without restarting QoS ?
2
votes
1answer
23 views

Storing Images Externally

I got a page, with not that much bandwidth, therefore I want to store the images externally on another server, that offers unlimited bandwidth. Any suggestions on how to do this, or maybe a better ...
0
votes
0answers
31 views

measuring bandwidth in fedora using c++

I want to measure bandwidth usage in linux(fedora 17) using c++ or bash script I just want to know the bandwidth of current user and compare it with valid bandwidth I have. I tried bash scripts but I ...
0
votes
0answers
42 views

How to detect upload bandwidth for throttling?

Some apps like dropbox and backblaze have the ability to dynamically adjust the upload bandwidth to avoid using all the upstream. I know that the reason they do it (as explained well in this ...
-1
votes
1answer
70 views

Kinect bandwidth usb 3.0 [closed]

I read: As the USB bandwidth is important, Kinect reserves the bandwidth for the camera for the first time when the drivers load. So, the first Kinect that is loaded will hold the bandwidth it ...
0
votes
1answer
55 views

python modules for scp/sftp with bandwidth limitation

What python modules are available that can enable bandwidth throttling when pulling data over scp/sftp, if any? My objective here is to write a python script that will pull data over sftp or scp ...
2
votes
1answer
48 views

Not sure if my HTML is limited to a single media file request using IE conditionals

I've been getting very high bandwidth consumption on my server and I was wondering if the following markup results in more information being requested than what is necessary. Is that the case or would ...
-1
votes
1answer
35 views

how to know if a machine is streaming ? is there a solution to know it? [closed]

Question 1 : Is there a method that some one can imagine to know if a computer ( remote computer where i'v placed a service windows ) is streaming ?? ( download or upload ) Question 2 : Is there ...
0
votes
0answers
32 views

configure delay time for interface using iptables

iptables in android can be used to drop packets from an interface. But what i want is delay those incoming packets, to minimize the bandwidth of the connection. Can iptables in android do this? how? ...
-1
votes
1answer
24 views

Server bandwidth required for Podcasts and live radio

i need to set up a server that can host a podcast. Actually there are 30 listeners during a live radio, but they can grow up. What kind of server requirements do I need? I usually buy dedicated ...
0
votes
0answers
17 views

Can we reuse functionality provided in LiveSession.cpp

Can we use android native function to get the current bandwidth written in LiveSession.cpp file: LiveSession::getBandwidthIndex(); mHTTPDataSource->estimateBandwidth(); These functions are ...
0
votes
0answers
19 views

Network utilization for bandwidth throttling

Currently my client send 5 concurrent sessions, I am increasing my NIC to 1GB, so that server will check available bandwidth and will send more sessions. Could you please point out how I will compare ...
0
votes
1answer
116 views

Lan user bandwidth monitoring

How do i monitor and create graph internet usage for each lan user . My network has mikrotik router as gateway route . Is there any monitoring tool that can create bandwidth graph from mikrotik ...
1
vote
3answers
188 views

Formula for Calculating bandwidth

Really confused with bandwidth calculation formula. Referring to the bandwidth detection question Check the bandwidth rate in Android i am trying to calculate bandwidth as following. long startTime ...
0
votes
1answer
83 views

Getting a snapshot of incoming / outgoing bandwidth speed on an interface in linux? [duplicate]

We were wondering how one would go about getting a quick 3 second snapshot of how fast bandwidth is being consumed on a specific interface in linux? We have some web services we would like to ...
0
votes
1answer
202 views

Windows Azure Static content website / Azure Blob storage - outbound Data transfers Price comparison

I have some scripts and images(total size is 1MB) in the web role. I am planning to move these to some blob storage(CDN/Https/Query string) or static website. The price for outbound data transfers ...
1
vote
0answers
62 views

Facebook using a TON of BW on our site with facebookexternalhit

Over the last several weeks we have seen a HUGE increase in BW usage but not in page views. I finally researched the access_logs and found a TON of lines like this in there: 173.252.103.0 - - ...
0
votes
2answers
84 views

sendto() python

I use python program to do traffic generator in Linux Ubuntu, and the code like below: import socket, sys host = sys.argv[1] #Server IP Address textport = sys.argv[2] #Server Binding Port s = ...
0
votes
0answers
75 views

Better way of detecting device bandwidth [Android]

I am writing one network application which downloads multiple files from the server using HTTP protocol. I want to detect client to server network bandwidth and i am confused in between using the ...
0
votes
0answers
38 views

Automated bandwidth measurements between multiple hosts

I'm looking for some automated mechanism whereby I can conduct bandwidth measurement tests between multiple hosts. I hope to construct a matrix of throughput measurements between various combinations ...
0
votes
1answer
118 views

Parallax - Can I add more than 4 layers?

here's my code for parallax scrolling. See http://violetoeuvre.com/Exp_4.html. Whenever I add more than 4 layers, the page won't load. Is this just a bandwidth problem? I know I've seen websites ...
1
vote
0answers
117 views

Android VideoView BandWidth detection

On Android device I am playing one video URL which is HLS video stream. I am providing path for M3U8 file to android VideoView. This M3U8 File has different versions of Video divided by ...
1
vote
1answer
37 views

how to aws bandwidth report for a year?

I need to calculate AWS Bandwidth usage for an year , from the account activity i cannot see Data transfer option to get the statistics , How can it get it done ?
0
votes
1answer
52 views

Measure Page bandwidth usage

I want to see how much data is being send and received when I request for a page of my java web application. Is there any way to track it? It runs on IE and don't support other browsers ...
0
votes
0answers
95 views

Find bandwidth required for a web application to work properly on Internet [closed]

We have a web application developed in C# asp.net/sql server hosted on Intranet for working from office and a copy of the same application is made accessible via internet to work from home. Lately ...
0
votes
1answer
85 views

PHP - Methodology to prevent spam flooding and also excessive bandwidth

HiI am at prototype stage. For the scenario below, I want to share my plan with you and I am asking your opinions if my plan makes sense or is there any better way to achieve my requirement that you ...

1 2 3 4 5 10