Skip to content

Instantly share code, notes, and snippets.

@theredpea
Created March 3, 2014 19:19
Show Gist options
  • Save theredpea/9332553 to your computer and use it in GitHub Desktop.
Save theredpea/9332553 to your computer and use it in GitHub Desktop.
#Metric Units https://d396qusza40orc.cloudfront.net/comnetworks/lect%2F2-1-physical-overview-ink.pdf
Kbps = pow(10,3)
Mbps= pow(10,6)
Gbps = pow(10,9)
ms = pow(10,-3)
us = pow(10,-6)
ns = pow(10,-9)
byte = 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment