当前位置:网站首页>【 网络带宽 】MBps & Mbps
【 网络带宽 】MBps & Mbps
2022-06-29 12:48:00 【Francesca_upper】
1、在计算机科学中
bit是表示信息的最小单位,叫做二进制位;一般用0和1表示。Byte叫做字节,由8个位(8bit)组成一个字节(1Byte),用于表示计算机中的一个字符。
bit与Byte之间可以进行换算,其换算关系为:1Byte = 8bit(或简写为:1B = 8b);
计算机中对于一个char类型,占一个字节,也就是8位。
2、在计算机网络或者是网络运营商中
一般,宽带速率的单位用bps(或b/s)表示;bps表示比特每秒即表示每秒钟传输多少位信息,是bit per second的缩写。
在实际所说的1M带宽的意思是1Mbps(是兆比特每秒Mbps)。
平常所说的传输速率,带宽都是以小b为单位的。
3、换算公式
1B = 8b 1B/s = 8b/s(或1Bps = 8bps)
1KB = 1024B 1KB/s = 1024B/s
1MB = 1024KB 1MB/s = 1024KB/s
4、网络宽带
bps( bit per second ),比特率,指每秒传送的比特(bit)数。宽带是以此为单位计算。
Bps( Bytes per second ) ,1 Bps = 8 bps。
1Kbps = 1000bps = 125Bps
1Mbps = 1000Kbps = 125KBps ,也就是通常所说的1M宽带,实际传输字节是 125k/s 。
1Gbps = 1000Mbps = 125MBps
例子:
100M宽带 = 100Mbps = 12.5MBps = 12.5M/s
边栏推荐
- weserver发布地图服务
- iMile 利用 Zadig 多云环境周部署千次,跨云跨地域持续交付全球业务
- The node command in the script does not print the execution log on the console
- System.currentTimeMillis() 和 System.nanoTime() 哪个更快?大部分人都会答错!
- Interpretation of RESNET source code in mmdet +ghost module
- Equivalence class partition method for test case design method
- 揭秘!付费会员制下的那些小心机!
- 维修记录导出的excel表格太大怎么办?
- Introduction to reverse commissioning -pe file section table and block 03/07
- 二叉树习题总结
猜你喜欢

weserver發布地圖服務

Leetcode question brushing: String 07 (repeated substring)

Exploring the way of automated testing - Preparation

Lecun published a research plan for the next decade: AI autonomous intelligence with a 62 page paper

Technology sharing | broadcast function design in integrated dispatching

揭秘百度智能测试在测试自动执行领域实践

Create an API rapid development platform, awesome!

Windbg调试工具介绍

LeCun用62页论文公布未来十年研究计划:AI自主智能

Intuition and Implementation: batch normalization
随机推荐
pdb符号库文件详解
云原生(三十一) | Kubernetes篇之Kubernetes平台基本预装资源
win10安装Monggodb的基本使用教程
灵感收集·创意写作软件评测:Flomo、Obsidian Memo、Napkin、FlowUs
urllib urllib2
Koa2+better-sqlite3 to add, delete, change and query
Cicd introduction [easy to understand]
打造一个 API 快速开发平台,牛逼!
Qitai observation: professional elites must step on the huge pit of entrepreneurship - learning effect pit
Exploring the way of automated testing - Preparation
Intuition and Implementation: batch normalization
揭秘!付费会员制下的那些小心机!
Technology sharing | broadcast function design in integrated dispatching
PG Basics - logical structure management (1)
Autonomous and controllable city! Release of the first domestic artiq architecture quantum computing measurement and control system
MySQL intercepts the string to remove duplication, and MySQL intercepts the string to remove reassembly
#yyds干货盘点# 解决剑指offer:在二叉树中找到两个节点的最近公共祖先
golang6 反射
Why does ETL often become ELT or even let?
Detailed explanation of C language pointer