当前位置:网站首页>What impact does CIPU have on the cloud computing industry?
What impact does CIPU 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.
边栏推荐
- 硬盘分区和永久挂载
- [Day6] File system permission management, file special permissions, hidden attributes
- spark source code - task submission process - 2-YarnClusterApplication
- 入门文档05-2 使用return指示当前任务已完成
- 入门文档10 资源映射
- [Pytorch study notes] 8. How to use WeightedRandomSampler (weight sampler) when the training category is unbalanced data
- Small example of regular expression--remove spaces in the middle and on both sides of the string
- ACLs and NATs
- lvm逻辑卷及磁盘配额
- Getting Started Documentation 10 Resource Mapping
猜你喜欢
随机推荐
The problem of redirecting to the home page when visiting a new page in dsf5.0
Getting Started Documentation 12 webserve + Hot Updates
技术分享杂七杂八技术
【Day8】RAID Disk Array
I217-V在openwrt软路由下大流量断网问题
spark算子-repartition算子
【Day6】文件系统权限管理 文件特殊权限 隐藏属性
Dsf5.0 bounced points determine not return a value
static routing
vim的三种模式
spark算子-textFile算子
markdown editor template
Wireshark抓包及常用过滤方法
千亿IT运维市场,产品要凭实力说话
Getting Started Document 01 series in order
Spark源码-任务提交流程之-6-sparkContext初始化
spark算子-map vs mapPartitions算子
入门文档12 webserve + 热更新
入门文档04 一个任务依赖另外一个任务时,需要按顺序执行
[Day1] (Super detailed steps) Build a soft RAID disk array








