当前位置:网站首页>CIPU, what impact does it have on the cloud computing industry?
CIPU, what impact does it have on the cloud computing industry?
2022-08-05 06:15:00 【Chengyun Technology】
I once helped a friend test the packet filtering performance of a firewall.In the era when switches were rare and expensive, this firewall claimed to be able to achieve 100M packet filtering performance.However, in order to simulate the bypass monitoring mode during the test, my friend used a 10M HUB to build a network environment.When I discovered this problem, I also explained to my friends why I couldn't use a 10M HUB to test a 100M firewall.I figured out the speed comparison of various types of computer memory: memory > hard disk > network.The problem is that the performance of the buffer overflow is the network + hard disk, which is faster than the network + network when the proxy is used.
I have come to realize that an important factor affecting computing speed is bandwidth.This bandwidth includes network bandwidth, memory bandwidth, memory access bandwidth, and so on.Modern processors are so fast that many times the processor runs out of instructions and has to wait for the next data item to arrive.This is why the computer has been promoting the use of faster internal bandwidth, the memory bandwidth has been upgraded to DDR6, and the network bandwidth has also changed from the 10M network HUB when I first came into contact with the computer to the 1G internal network at my home now.The office has a 10G intranet.
In real computing tasks, the common optimization state is to full bandwidth.For example, for an HTTP server, it is basically impossible to use up the CPU, but as long as the network card can be fully run, it will be fine.In FPGA-type applications, the memory access bandwidth is often used up.
It is such an environment that servers are constantly trying to upgrade various bandwidths.As instructed by friends who have experience in server computing power, the main frequency of the server CPU is not high, even lower than that of the desktop computer.However, the server CPU has a very huge bandwidth, including support for multi-channel memory, massive PCIE channels, support for multiple high-performance network cards, and so on.The source of these optimization requirements is that many computing tasks require very large bandwidth, otherwise the computing power of the CPU can only be starved, and there is not enough input or output data.
In the process of server's continuous pursuit of greater bandwidth, cloud computing platform represents the peak of optimization of high-performance servers, and is also pursuing more extreme bandwidth performance.
Alibaba Cloud's newly launched CIPU is a new peak for high-bandwidth optimization.
CIPU is an infrastructure processor developed by Alibaba Cloud. It replaces the CPU in the data center and becomes the center of the cloud computing architecture. It is a dedicated processor designed for the Alibaba Cloud Feitian cloud operating system.
CIPU manages data center hardware downward and accelerates computing, storage, network and other resources, providing extreme bandwidth capabilities, so that the computing process is no longer limited by bandwidth.
CIPU has done a lot not only in bandwidth optimization, but also in improving computing performance.It is also Alibaba Cloud's self-developed chip, which enables various optimizations of cloud computing to go directly to the hardware, avoiding the delay and loss caused by the use of software in the past, which is a leader in the cloud computing industry..
Only a cloud platform that has both cloud computing server hardware and cloud operating system can make such a dedicated processor.
边栏推荐
- 通过单总线调用ds18b20的问题
- Getting Started Documentation 12 webserve + Hot Updates
- LinkSLA坚持用户第一,打造可持续的运维服务方案
- Spark source code-task submission process-6.2-sparkContext initialization-TaskScheduler task scheduler
- IP数据包格式(ICMP协议与ARP协议)
- 监控系统的内卷,有什么讲究?
- VRRP原理及命令
- vim的三种模式
- [Pytorch study notes] 8. How to use WeightedRandomSampler (weight sampler) when the training category is unbalanced data
- TCP/IP四层模型
猜你喜欢
![[Day8] Commands involved in using LVM to expand](/img/ba/39b81cbcecec9bc54a710ff9dba81a.png)
[Day8] Commands involved in using LVM to expand

监控系统的内卷,有什么讲究?

入门文档01 series按顺序执行

通过单总线调用ds18b20的问题

Network wiring and digital-to-system conversion

入门文档12 webserve + 热更新

IP地址及子网的划分
![[Paper Intensive Reading] The relationship between Precision-Recall and ROC curves](/img/8f/3c9944db96eef623779a5abe68355b.png)
[Paper Intensive Reading] The relationship between Precision-Recall and ROC curves

Unity realizes first-person roaming (nanny-level tutorial)

markdown编辑器模板
随机推荐
ACL 和NAT
PVE 直通硬盘到TrueNAS
spark源码-任务提交流程之-3-ApplicationMaster
RAID磁盘阵列
lvm逻辑卷及磁盘配额
入门文档10 资源映射
运维工程师,快来薅羊毛
spark operator - map vs mapPartitions operator
Remembering my first CCF-A conference paper | After six rejections, my paper is finally accepted, yay!
【Day8】Knowledge about disk and disk partition
入门文档05-2 使用return指示当前任务已完成
IP数据包格式(ICMP协议与ARP协议)
Call the TensorFlow Objection Detection API for object detection and save the detection results locally
I/O performance and reliability
LinkSLA坚持用户第一,打造可持续的运维服务方案
Mongodb查询分析器解析
spark算子-textFile算子
NAT实验
[Paper Intensive Reading] The relationship between Precision-Recall and ROC curves
Getting Started 11 Automatically add version numbers