美文网首页
架构和云计算

架构和云计算

作者: michael_jia | 来源:发表于2019-03-25 12:39 被阅读0次

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
  • CDN:地理位置分布,流量、带宽、存储。
  • 云计算:按需获取、按量付费、即付即用,主要是数据存储和计算能力。数字时代的基础设施和智能引擎。借助强大弹性和高可扩展性以最大化实现IT资源的规模效应。计算资源的廉价提供。
Computer performance
  • short response time
  • high throughput
  • low utilization of computing resources
  • high availability
  • high bandwith
  • short data transmission time

Google Cloud Platform

GCP

相关文章

  • 架构和云计算

    Cloud computing The group of networked elements providing...

  • 云计算概念

    本期主要谈谈云计算的基本概念、云计算的架构、云计算的价值。 1 云计算的概念 云计算的发展已经有10年的历史了,但...

  • 4.1 云计算核心架构安全

    第4章 云计算应用安全防护 4.1 云计算核心架构安全 4.2 云计算网络与系统安全 4.3 云计算数据与信息安全...

  • Docker 学习笔记-1-云计算平台

    云计算平台 经典云计算架构包括了IaaS, PaaS, SaaS三层服务 IaaS(Infrastructure ...

  • 云计算基础架构

    云计算不仅是技术,更是服务模式的创新。云计算之所以能够为用户带来更高的效率、灵活性和可扩展性,是基于对整个IT领域...

  • 云计算架构概述

    云计算定义 一种计算模式:把IT资源、数据、应用作为服务通过网络提供给用户(IBM) 一种基础架构管理方法论:把大...

  • 第五章 云使能技术

    本章介绍一些云计算的关键技术 5.1宽带网络和Internet架构 云用户和云提供者通常利用Internet进行通...

  • 云计算的前世今生(上)

    作者简介:刘超,网易云计算解决方案首席架构师。10年云计算领域研发及架构经验,Open DC/OS贡献者。长期专注...

  • 云计算的前世今生(下)

    作者简介:刘超,网易云计算解决方案首席架构师。10年云计算领域研发及架构经验,Open DC/OS贡献者。长期专注...

  • 第29站 平台即服务模式 (PaaS)

    平台即服务(Platform as a Service,简称PaaS)是云计算三种服务模式之一,处于云计算服务架构...

网友评论

      本文标题:架构和云计算

      本文链接:https://www.haomeiwen.com/subject/txdvvqtx.html