架构和云计算

2019-03-25  本文已影响0人  michael_jia

HarmonyOS

Hardware

— A kernel is a program which runs after the bootloader and is in control of everything after it. It manages various services as input and output management, handling various call made to the system known as system calls, etc. It resides on the low-level of abstraction. Also, it acts as an interface/bridge between the operating system and central processing unit.
 A microkernel is a software or a program in which user services and kernel services are present in different address space. Due to which the size of the microkernel becomes smaller than that of a monolithic kernel. But as the user services and kernel services are in different address space in order for a user service to use a kernel service, message passing was used. This makes the execution of microkernel to be slower.
 The microkernel is easily extendible. Due to which if a new service has to be added then it would not require any changes to the kernel itself. Also, if any user service crashes it doesn’t affect the working of the microkernel.

Cloud computing

amorphous cloud

The group of networked elements providing services need not be individually addressed or managed by users; instead, the entire provider-managed suite of hardware and software can be thought of as an amorphous cloud.

CDN

Content delivery network
Computer performance

Google Cloud Platform

GCP
上一篇 下一篇

猜你喜欢

热点阅读