Date: Thu, 07 Jun 2001 23:23:17 -0600 From: Chris Fedde <chris@fedde.littleton.co.us> To: "andy t" <g_et1@hotmail.com> Cc: questions@FreeBSD.ORG Subject: Re: data transfer Message-ID: <200106080523.f585NHi27188@fedde.littleton.co.us> In-Reply-To: <F171GVCxPcnietfhTGB00010392@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 08 Jun 2001 00:06:40 -0000 "andy t" wrote: +------------------ | Hi, | | I'm looking for any software & documenration to talk about data transfer | limitation. | | example: | | 10 GB data transfer monthly. | | does anybody know ? +------------------ Um... Maybe I'm missing something here. But won't simple multiplication do this for you? 10Gbyte = 10*(1024^3) = 10737418240 bytes 1 month = 30 days/month * 24 hrs/day * 60 min/hr * 60 sec/min = 2592000 seconds 10737418240 / 2592000 = 4142.522 byte/sec So if you want to transfer 10Gbyte in a month your channel better support at least 4Kbytes/sec. Since most data comm equipment is rated in bits/second you need a channel that supports 32Kbits/second. So your average 56K dialup might just work. -- Chris Fedde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106080523.f585NHi27188>