Posted On March 31, 2019

Bandwidth Calculator

kimconnect 0 comments
blog.KimConnect.com >> Networking , Windows >> Bandwidth Calculator
Convert Kbps to GB/month Formula =A2*60*60*24*30/8/1000/1000 (use Excel)
————————————————
20000 Kbps = 6480 Gb/month
950 Kbps = 307.8 Gb/month
1450 Kbps = 469.8 Gb/month or 15 Gb/day = 0.6525 Gb/hr = 0.0108Gb/min = 111.36 Mb/m = 1.856 Mb/s
1900 Kbps = 615.6 Gb/month

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Sendmail Batch File

1. Download: 2. Place it in C:\Windows\System32   sendmail.bat --------------------------- senditquiet.exe -s smtp.gmail.com -port 587…

Last Logon Dates of List of AD Accounts

import-module activedirectory$output=""Get-Content C:\Users\kimconnect\Desktop\targetAccounts.txt | Foreach-Object -Process{ #  cast an array object as string before using…

IIS Mime Types

One of the features of IIS security is to enforce file access by its associated…