Re: OT: How expensive is broadband ISP service in USA, Europe, Asia, Australia
"valery_vi" <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
I finished this thread, want to fix my bugs and to make conclusion: 1. Price of the best ISP (for Obninsk, Russia) is about $0.028/Mbytes - 10Gbytes = $280 2. Price of the best USA 1 ISP (for New York) is about $0.00034/Mbyte - 10Gbytes = $3.4 3. Price of some (expensive) UK ISP is about $0.032 - 10Gbytes = $320 One should make the global highspeed data pipe from USA to Russia. Maybe through North Pole. :-) Valery --- In [email protected], "valery_vi" <shehrer1@...> wrote: > > I'm sorry for typo in script. > > Valid script was > > ;Cost calculation > $Speed = 45 ; Mbit in sec > $Time = 30*24*60*60 ; total time > $Traffic = $Speed*$Time; > $CostOfMb = 8*4995/$Traffic ; Mbyte! > > MsgBox(0,'','$CostOfMb = $' & $CostOfMb) > > Valery > > --- In [email protected], "valery_vi" <shehrer1@> wrote: > > > > I found error > > > Price about $0.35/Mb (traffic) - 10Gbytes = $350 > > > > Price about $0.35/Mbyte (traffic) - 10Gbytes = $350 > > > > ============================================================== > > BTW. I've written simple AutoIt script to calculate the cost of > > Special suggestion from site > > http://www.internet-connection-oc3-t3-t1.com/OC12-line- > connection.html > > They are selling > > > > Special - FULL T3 (45Mbps ) Unlimited Usage - As low as $4995/mo.! > > > > ;Cost calculation > > $Speed = 45 ; Mbit in sec > > $Time = 30*24*60*60 ; total time > > $Traffic = $Speed*$Time; > > $CostOfMb = 4995/$Traffic/8 ; Mbyte! > > > > MsgBox(0,'','$CostOfMb = $' & $CostOfMb) > > > > The result is > > $4.28 e-05 = $0.00034/Mbyte > > > > Is it approximate value of internet traffic cost in California, > > Illinois, Washington D.C., Virginia, New York? > > > > Russian should pay $0.35/Mbyte (in 1000 times more), isn't it? > > > > Valery > > > > --- In [email protected], "valery_vi" <shehrer1@> wrote: > > > > > > Hi, > > > > > > I'm sorry for off-topic but it's live interest for my job. > > > Our company is solving the task of broadband ISP selection for > it's > > > use. We have here one suggestion from ISP (OC-n, ipv4 colocation > > and > > > direct leased line Internet connections 24 hours). This ISP is > the > > > chipest ISP in Obninsk, and maybe in Russia, I think. > > > Price about $0.35/Mb (traffic) - 10Gbytes = $350 > > > But I have thought that it is very expensive in comparison with > > other > > > countries. > > > > > > There is the same service in USA, for example: > > > http://www.internet-connection-oc3-t3-t1.com/#ServiceQuote > > > http://www.onecolocationservices.com/ > > > > > > State-of-the-Art Colocation Services > > > Founded in 1994, when the Internet and the World Wide Web was > just > > > starting to take off, #1 Colocation Services became one of the > > first > > > Business Technical Service Providers (TSP). Today, #1 Colocation > > > Services is the premier Colocation and Internet Backbone Service > > > Provider, specializing in technical web server hosting, dedicated > > > servers, carrier neutral ipv6 / ipv4 colocation and direct leased > > > line Internet connections. We provide direct Internet connections > > > ranging from fractional to full T1s and T3s, all the way up to > > OC192, > > > WDM and 10 Gig-E (10,000 Mbps). Offering colocation service with > > > immediate availability, we can often have you set-up in one of > our > > > facilities the same day you order service. Click on "Get > Colocation > > > Service Quote" to get pricing on the colocation services you > need. > > > > > > But I can't search the cost of their services. How expensive is > > > broadband ISP service in USA, Europe and other countries? I would > > > like to know about approximate value of internet traffic cost. > > > > > > Thank you, > > > Valery > > > > > >