云计算中的海量数据存储在哪_云计算中的块级数据存储如何工作

2023-11-16

云计算中的海量数据存储在哪

Cloud computing and IT demands are directly proportional to each other. To deliver consistency with security in cloud many service providers have started a different experiment with connected network servers to improve demand and deployment model in Cloud computing. Iaas (Infrastructure as a Service), PaaS (Platform as a Service) and SaaS (Software as a Service) are the platforms on which businesses with cloud models needs improvement in storage capacity and service waterfall model.

云计算和IT需求彼此成正比。 为了在云中提供安全性一致性 ,许多服务提供商已开始对连接的网络服务器进行不同的实验,以改善云计算中的需求和部署模型。 Iaas (基础架构即服务),PaaS(平台即服务)和SaaS(软件即服务)是具有云模型的企业在其存储容量和服务瀑布模型上需要改进的平台。

In Cloud computing connected network of servers is grouped together to manage and maintain resources of a website in any critical traffic situation. The storage needs of IT industry have increased from 39% to 64% from last year, but a need for more advanced technology for storing large databases was required. Before block storage in the cloud invented businesses with large database capacity used additional servers to store data online and paid for huge server instances.

在云计算中,连接的服务器网络被分组在一起,以在任何紧急流量情况下管理和维护网站的资源。 IT行业的存储需求从去年的39%增长到了64%,但是需要用于存储大型数据库的更先进的技术。 在云中进行块存储之前,发明了具有大数据库容量的企业,他们使用其他服务器在线存储数据并为大型服务器实例付费。

As the storage capacity increased large organizations now buy storage in “blocks” to store data regardless of the size of their cloud server.

随着存储容量的增加,大型组织现在购买“块”存储以存储数据,而不管其云服务器的大小如何。

Let’s understand what is Block level storage, and how it can store large database easily. In Cloud technology term, a Block, which is used for data storage works in the progression of Bytes and Bits logic to a sudden length which is made up of an ostensible. Aligned data in these blocks are called as Blocked and inserting the data into the blocks is called as Blocking.

让我们了解什么是块级存储,以及如何轻松存储大型数据库 。 用云技术的术语来说,用于数据存储的块以字节和位逻辑逐渐发展为表面上的突然长度的方式工作。 这些块中对齐的数据称为“阻塞”,将数据插入到这些块中的称为“阻塞”。

Once the block is full of information, the data are being read by a computer at the receiving end (send and acknowledged). At the end data is read as a whole block and is implemented on storage devices such as hard disks, optical discs, flash memories like pen drives, magnetic tapes. In past block level file systems has some restrictions but engineers and data analyst worked on it and induced into the storage area network servers via small computer system interface or through high speed fiber channel to store large datasets of any capacity.

一旦块中充满了信息,接收端的计算机就会读取数据(发送并确认)。 最后,将数据作为一个整体读取,并在诸如硬盘,光盘,笔式驱动器之类的闪存,磁带之类的存储设备上实现。 过去,块级文件系统有一些限制,但是工程师和数据分析人员对此进行了研究,并通过小型计算机系统接口或通过高速光纤通道将其引入存储区域网络服务器,以存储任何容量的大型数据集。

Once the acknowledgement of bits and bytes has done the first raw volumes are created and then the operating system of the server interconnects these volumes and utilizes them as standalone hard drives, thus making it flexible for any file format’s storage.

一旦完成对位和字节的确认,便会创建第一个原始卷,然后服务器的操作系统将这些卷互连,并将它们用作独立的硬盘驱动器,从而使其可以灵活地存储任何文件格式 。

The Block level file system utilizes Fibre channel, iSCSI and FCOE protocols. There is no overhead file system like an ext3 so this file system gets full credit for performance as there is a faster access, as they are closer to the server. In Block level file storage Virtual Machine File System supports NFS(Network File System), CIFS (Common Internet File System), HTTP/DAV, FTP and rsync, and much more than its storage formats, which is pretty expensive, but is very much reliable and highly customizable storage and is versatile and speedy.

块级文件系统利用光纤通道, iSCSI和FCOE协议。 没有像ext3这样的开销文件系统,因此,由于文件访问服务器越近,访问速度越快,因此该文件系统的性能得到了充分的肯定。 在块级文件存储中,虚拟机文件系统支持NFS (网络文件系统),CIFS(公用Internet文件系统),HTTP / DAV,FTP和 rsync ,比它的存储格式要贵得多,后者虽然价格昂贵,但非常可靠且可高度自定义,并且用途广泛且速度很快。

翻译自: https://www.eukhost.com/blog/webhosting/how-block-level-data-storage-in-cloud-computing-works/

云计算中的海量数据存储在哪

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

云计算中的海量数据存储在哪_云计算中的块级数据存储如何工作 的相关文章

随机推荐

  • 常用的shell脚本

    1 脚本之间传递参数 1 sh 的脚本 接受参数 如下 如果有一个参数则赋值个sourceFile这个变量 否则用默认值 Shell代码 bin bash LANG en US UTF 8 get parameters sourceFile
  • 关于SSM 项目 tomcat无休止启动的问题记录

    起初很懵逼 然后一想就知道了 可能是刚写的sql除了问题 原sql SELECT FROM A WHERE DATEDIFF add time NOW lt 0 改后sql SELECT FROM tb order WHERE DATEDI
  • SpringCloud Gateway + Nacos 多模块下整合swagger2

    前言 我们经常在springboot单体项目中 集成swagger来整合接口文档 但是在微服务springcloud项目下 业务模块众多 如果再像之前一样单独访问每个模块的 swagger ui html 则非常麻烦 怎么解决呢 既然我们已
  • 本周新出计算机视觉开源代码汇总(语义分割、目标检测、超分辨率、网络结构设计、训练策略等)

    CV君汇总了过去一周计算机视觉领域新出的开源代码 涉及到图像增广 医学图像分割 图像恢复 目标检测 语义分割 超分辨率 显著目标检测 轻量级网络结构设计 网络规范化 标注工具等 其中有多篇来自CVPR 2019与ICML 2019的论文代码
  • COBOL

    一 COBOL简介 COBOL Common Business Oriented Language 面向过程的高级程序设计语言 二 COBOL语法格式 COBOL程序的每行代码通常分为80列 有非标准的80列可以超过80列 写多少列都可以
  • 【1】python爬虫入门,利用bs4以及requests获取静态网页

    注 本文仅适用于爬虫初级入门者 并不涉及太多技术本质 感谢您阅读此文 最近放假在家 闲时无聊 开始入门了python爬虫 可以完成一些基本的数据爬取 对于一些反爬取例如JS渲染 接口加密等页面仍然处于学习之中 本文就是简单总结最近已熟练掌握
  • PHP实现 美化 打赏点 金额 换算

    方法 function PointConversion je jenum strlen je echo substr je 0 1 万 if jenum 5 jv1 substr je 0 1 jv2 je 1 str jv2 0 jv1
  • mysql workbench使用存储过程

    MySQL 使用存储过程 先来了解一下什么是mysql的存储过程 Mysql存储过程是一个可编程的函数 它在数据库中创建并保存 它可以有SQL语句和一些特殊的控制结构组成 当希望在不同的应用程序或平台上执行相同的函数 或者封装特定功能时 存
  • 4.1.5-检查网页内容是否存在信息泄露

    检查网页内容是否存在信息泄露 ID WSTG INFO 05 总结 程序员在他们的源代码中包含详细的注释和元数据是很常见的 甚至建议这样做 但是 HTML 代码中包含的注释和元数据可能会泄露潜在攻击者不应获得的内部信息 应进行注释和元数据审
  • 颠覆行业

    2023年8月21日 一场盛大的签约仪式在拓世科技集团AI数字人全国营运中心隆重举行 拓世科技集团与湖南谋事科技有限责任公司 下称湖南谋事传奇 正式达成战略合作 共同开启数字人短视频项目合作与招商运营的新篇章 此次签约仪式 吸引了众多业界瞩
  • 【华为OD统一考试B卷

    在线OJ 已购买本专栏用户 请私信博主开通账号 在线刷题 运行出现 Runtime Error 0Aborted 请忽略 华为OD统一考试A卷 B卷 新题库说明 2023年5月份 华为官方已经将的 2022 0223Q 1 2 3 4 统一
  • StyleGAN系列学习笔记

    StyleGAN可以无监督地分离高级属性 例如 姿态 身份 和生成图像中的随机变化 例如 雀斑 头发 控制图像不同层次的视觉特征 StyleGAN v1 Figure 1 传统生成器 vs Style based生成器 给定输入latent
  • Linux深度学习训练笔记

    首先要拥有Linux服务器一台 云服务器或者本地服务器均可 Linux系统上需要安装好cuda与cudnn 查看cuda或者显卡信息 nvidia smi 安装好Anaconda 下一步 配置conda环境 conda create n 环
  • 通过加载ip_nat_pptp模块使iptables支持PPTP穿透

    http blog 163 com kuang yl blog static 16287406201302264231535 通过加载ip nat pptp模块使iptables支持PPTP穿透 之前为了做L7filter的测试 在公司里找
  • 初识c语言

    1 数据类型 char 1字节 short 2字节 int 4字节 long 4字节 long long 8字节 float 4字节 double 8字节 2 编译器默认一个小数为double类型 3 局部变量 在 内定义的变量 全局变量
  • 远程连接MySQL报错ERROR 2003解决办法

    转自 http www 111cn net database mysql 48040 htm 问题代码代码 ERROR 2003 HY000 Can t connect to MySQL server on 192 168 0 19 111
  • C++继承详解

    文章目录 前言 一 继承的概念和定义 1 继承的概念 2 继承的定义 二 继承方式和访问限定符 三 基类和派生类对象赋值转换 四 继承中的作用域 五 派生类的默认成员函数规则 六 菱形继承 七 继承小总结 前言 在现实生活中我们会遇到不同身
  • 单向散列函数(Hash)

    http www cnblogs com happyhippy archive 2006 12 23 601368 html 单向散列函数 Hash 0 Hash函数的性质 常用Hash函数 MD5 128bit SHA 1 160bit
  • Windows系统输入法的相关文件

    以下是Windows ime目录下自带的输入法的相关文件列表 全拼 Winpy ime Winpy mb Winpy hlp Winpy cnt 双拼 Winsp ime Winsp mb Winsp hlp Winsp cnt 微拼 Pi
  • 云计算中的海量数据存储在哪_云计算中的块级数据存储如何工作

    云计算中的海量数据存储在哪 Cloud computing and IT demands are directly proportional to each other To deliver consistency with securit