Tagged articles
309 articles
Page 3 of 4
Open Source Linux
Open Source Linux
Apr 30, 2020 · Cloud Computing

How Virtualization Evolved: From Mainframes to KVM, Xen, and Hyper‑V

This article traces the history of virtualization from its origins on mainframes through the rise of x86 solutions like VMware, Xen, and KVM, explains full and para virtualization concepts, compares their advantages and drawbacks, and reviews major vendors such as VMware, KVM, and Hyper‑V.

Hyper-VKVMVirtualization
0 likes · 15 min read
How Virtualization Evolved: From Mainframes to KVM, Xen, and Hyper‑V
Open Source Linux
Open Source Linux
Apr 18, 2020 · Cloud Computing

Why Cloud Computing, Big Data, and AI Are Inseparable – A Beginner’s Guide

This article explains how cloud computing, big data, and artificial intelligence are tightly linked, tracing the evolution from physical servers to virtualization, describing the flexibility of IaaS, the automation of PaaS, the services of SaaS, and showing how containers and big‑data pipelines enable modern AI workloads.

ContainersIaaSPaaS
0 likes · 37 min read
Why Cloud Computing, Big Data, and AI Are Inseparable – A Beginner’s Guide
FunTester
FunTester
Mar 30, 2020 · Operations

How Virtualization Transforms Software Testing: Benefits, Types, and Common Pitfalls

The article explains what virtualization is, outlines its main types, and shows how it enables efficient software testing by consolidating servers, improving disaster recovery, saving time, increasing availability, reducing complexity, and protecting data, while also noting potential driver, memory, and performance issues.

Software TestingVirtualizationdisaster recovery
0 likes · 7 min read
How Virtualization Transforms Software Testing: Benefits, Types, and Common Pitfalls
Open Source Linux
Open Source Linux
Mar 7, 2020 · Cloud Computing

KVM vs XEN: Which Virtualization Technology Powers Modern Cloud Computing?

This article explains how virtualization, especially the open‑source hypervisors KVM and XEN, underpins cloud computing, outlines cloud service and deployment models, compares full and para‑virtualization, and evaluates the strengths and adoption of each technology in today’s major cloud providers.

InfrastructureKVMVirtualization
0 likes · 7 min read
KVM vs XEN: Which Virtualization Technology Powers Modern Cloud Computing?
Efficient Ops
Efficient Ops
Feb 11, 2020 · Cloud Native

Master Docker: From Basics to Advanced Container Management

This comprehensive guide explains Docker’s core concepts, advantages over traditional VMs, architecture, essential components, installation steps, common commands, Dockerfile syntax, storage handling, networking modes, and practical examples, providing developers and ops engineers with a solid foundation for container‑based workflows.

ContainerDevOpsDocker
0 likes · 23 min read
Master Docker: From Basics to Advanced Container Management
AntTech
AntTech
Dec 26, 2019 · Information Security

Understanding Secure Containers: From HyperContainer to Kata and gVisor

This article explains the concept of secure containers, traces their naming history, defines their role in cloud‑native environments, and details the architectures of Kata Containers and gVisor as modern solutions that add isolation layers to improve container security and performance.

Cloud NativeContainer SecurityKata Containers
0 likes · 12 min read
Understanding Secure Containers: From HyperContainer to Kata and gVisor
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Dec 25, 2019 · Cloud Computing

A Comprehensive Overview of Cloud Computing: History, Core Technologies, Applications, and Market Trends

This article provides a detailed overview of cloud computing, covering its origins from early virtualization concepts, the evolution of the term in 2006, fundamental characteristics, key enabling technologies such as virtualization, distributed systems, SDN/NFV, cloud‑native stacks, security, AI and big‑data integration, as well as its diverse applications, major market players, and future growth prospects.

Market TrendsVirtualizationartificial intelligence
0 likes · 16 min read
A Comprehensive Overview of Cloud Computing: History, Core Technologies, Applications, and Market Trends
Architects' Tech Alliance
Architects' Tech Alliance
Dec 13, 2019 · Fundamentals

An Overview of Snapshot Technology and Its Applications

This article provides a comprehensive overview of snapshot technology, explaining its definition, the backup challenges it addresses, the creation process, various implementations across file systems, LVM, NAS, disk arrays, virtualization, databases, and different snapshot types such as COW, ROW, incremental and continuous data protection, as well as consistency issues and solutions.

ConsistencyLVMNAS
0 likes · 19 min read
An Overview of Snapshot Technology and Its Applications
21CTO
21CTO
Dec 9, 2019 · Cloud Computing

How AWS Nitro Redefines Cloud Virtualization for Bare‑Metal Performance and Security

AWS CTO Werner Vogels explained at re:Invent how the Nitro system offloads networking, storage and management to custom hardware, delivering near‑bare‑metal performance, stronger isolation, and a modular architecture that also powers containers, serverless workloads, and next‑generation EC2 instances.

AWSNitroServerless
0 likes · 9 min read
How AWS Nitro Redefines Cloud Virtualization for Bare‑Metal Performance and Security
Architects' Tech Alliance
Architects' Tech Alliance
Dec 6, 2019 · Cloud Computing

Data Center Modernization and Future Cloud Computing Trends

The article analyzes how enterprises are shifting to cloud platforms, the resulting idle data centers, market forecasts for public and private cloud growth, and proposes modernization strategies—including continuous technology updates, workflow optimization, fault simulation, hybrid deployment, and virtualization—to meet the increasing demand for efficient, scalable infrastructure over the next few years.

DCIMInfrastructureModernization
0 likes · 15 min read
Data Center Modernization and Future Cloud Computing Trends
UCloud Tech
UCloud Tech
Oct 29, 2019 · Cloud Computing

What Is a Cloud Host? Features, Architecture, and Real-World Uses

This lesson introduces cloud hosts, explaining their core concept, key features such as security, stability, elasticity and high performance, the underlying virtualization and migration technologies, product architecture, disk and image options, and common application scenarios for enterprises and developers.

Cloud HostVirtualizationcloud architecture
0 likes · 6 min read
What Is a Cloud Host? Features, Architecture, and Real-World Uses
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Oct 10, 2019 · Cloud Computing

What Is Cloud Computing? An Introduction to Concepts, Features, and Service Models

This article explains the origins, definition, key characteristics such as virtualization, scalability, on‑demand provisioning, flexibility, reliability and cost‑effectiveness of cloud computing, and describes the three main service models—Infrastructure as a Service, Platform as a Service, and Software as a Service.

IaaSPaaSSaaS
0 likes · 7 min read
What Is Cloud Computing? An Introduction to Concepts, Features, and Service Models
macrozheng
macrozheng
Sep 12, 2019 · Cloud Native

Why Docker Beats Virtual Machines: A Complete Beginner’s Guide

This article explains Docker’s lightweight container technology, contrasts it with traditional virtual machines, outlines its core components and architecture, and provides step‑by‑step installation instructions for Windows, macOS, and Linux, empowering developers to streamline environments and deployment.

DockerInstallationLinux
0 likes · 17 min read
Why Docker Beats Virtual Machines: A Complete Beginner’s Guide
NetEase Media Technology Team
NetEase Media Technology Team
Jun 20, 2019 · Cloud Native

Deep Dive into Docker and Kubernetes Resource Management Using Linux Namespaces and Cgroups

The article explains how Docker and Kubernetes use Linux namespaces to isolate processes, network, IPC, mounts, UTS and users, and employ cgroups to enforce CPU, memory and I/O limits, detailing Docker’s architecture, Kubernetes’s millicore‑based resource model, QoS classes, and the hierarchical pod‑level cgroup structure.

Cloud NativeDockerKubernetes
0 likes · 41 min read
Deep Dive into Docker and Kubernetes Resource Management Using Linux Namespaces and Cgroups
Architects' Tech Alliance
Architects' Tech Alliance
Jun 12, 2019 · Cloud Computing

An Introduction to OpenStack: Origins, Architecture, and Development

This article provides a comprehensive overview of OpenStack, covering its history from early Amazon web services to its open‑source launch, the governance of the OpenStack Foundation, the evolution of its releases, core components, widespread adoption, and practical guidance for learning the platform.

IaaSInfrastructureOpenStack
0 likes · 11 min read
An Introduction to OpenStack: Origins, Architecture, and Development
Architects' Tech Alliance
Architects' Tech Alliance
Apr 22, 2019 · Cloud Computing

How GPU Pass‑Through Powers Near‑Bare‑Metal Performance in Cloud VMs

GPU pass‑through allows a physical GPU on a cloud host to be assigned directly to a virtual machine, delivering near‑bare‑metal performance for AI, deep learning, scientific computing and graphics workloads, with minimal latency, full driver support, and broad compatibility across DirectX and OpenGL applications.

GPU Pass-throughHigh‑performance computingVirtualization
0 likes · 5 min read
How GPU Pass‑Through Powers Near‑Bare‑Metal Performance in Cloud VMs
DevOps Cloud Academy
DevOps Cloud Academy
Mar 6, 2019 · Operations

KVM Installation and Configuration Guide

This article provides a step‑by‑step tutorial on installing and configuring KVM on a Linux server, covering CPU virtualization enablement, package installation, module loading, network setup, virtual disk creation, VM deployment, firewall rules, and VNC access.

KVMLinuxQEMU
0 likes · 5 min read
KVM Installation and Configuration Guide
Architects' Tech Alliance
Architects' Tech Alliance
Feb 1, 2019 · Industry Insights

How GPUDirect P2P Boosts Multi‑GPU Performance and What Limits It in Virtualized Environments

This article explains the background of GPU communication, details NVIDIA's GPUDirect and its Peer‑to‑Peer features, discusses virtualization challenges, and presents performance measurements on an Alibaba Cloud GN5 instance showing latency reduction and near‑linear scaling for deep‑learning workloads.

Deep LearningGPU communicationGPUDirect
0 likes · 6 min read
How GPUDirect P2P Boosts Multi‑GPU Performance and What Limits It in Virtualized Environments
Tencent Cloud Developer
Tencent Cloud Developer
Jan 18, 2019 · Cloud Computing

Understanding Cloud Computing: Definitions, Service Models, and Deployment Types

Cloud computing provides on‑demand, location‑independent access to shared, virtualized resources through service models (IaaS, PaaS, SaaS) and deployment types (public, private, hybrid, community), enabling cost‑effective elasticity and rapid provisioning while requiring careful balance of security, control, and provider dependence.

IaaSPaaSSaaS
0 likes · 18 min read
Understanding Cloud Computing: Definitions, Service Models, and Deployment Types
Efficient Ops
Efficient Ops
Jan 17, 2019 · Cloud Computing

What Is Cloud Computing? A Beginner’s Guide to Key Concepts and Tools

This article provides a clear, beginner-friendly overview of cloud computing, explaining core terms such as IaaS, PaaS, SaaS, virtualization, hypervisors, OpenStack, containers, Docker, and Kubernetes, and illustrating how these technologies interrelate to form modern cloud infrastructure.

ContainersDockerIaaS
0 likes · 10 min read
What Is Cloud Computing? A Beginner’s Guide to Key Concepts and Tools
Java Backend Technology
Java Backend Technology
Dec 11, 2018 · Cloud Native

Why Docker Is Essential for Microservices: Benefits Beyond the Hype

Since Docker’s 2013 debut and the rise of microservices, many adopt containers without understanding their true advantages; this article explains Docker’s core benefits—lightweight isolation, portability, and efficiency—illustrating why it fits microservice architectures and highlighting common misuse pitfalls.

ContainersDockerVirtualization
0 likes · 8 min read
Why Docker Is Essential for Microservices: Benefits Beyond the Hype
DevOps
DevOps
Dec 10, 2018 · Cloud Native

A Historical Look at Containers vs Virtual Machines and Their Evolution

The article revisits the early days of physical server deployments and virtualization, explains how containers emerged as a lightweight alternative to VMs, discusses their security trade‑offs, and promotes a DevOpsLIVE event on Windows‑Linux containers and Azure Kubernetes.

ContainersDockerKubernetes
0 likes · 8 min read
A Historical Look at Containers vs Virtual Machines and Their Evolution
MaGe Linux Operations
MaGe Linux Operations
Oct 12, 2018 · Operations

How to Build Your Own NAS Server: 7 Practical Methods for Beginners

This guide walks you through seven different approaches to building a home NAS server—from a single‑system DIY setup with a cheap USB flash drive to dual‑boot Windows/DSM configurations, FreeNAS with virtual machines, ESXi/Hyper‑V options, and even a high‑end MacMini media‑center solution—covering hardware choices, software installation steps, and remote management tools.

DIYHome LabNAS
0 likes · 10 min read
How to Build Your Own NAS Server: 7 Practical Methods for Beginners
Architects' Tech Alliance
Architects' Tech Alliance
Aug 5, 2018 · Cloud Native

Six Common Container Misconceptions and Eight Correct Usage Scenarios

The article examines prevalent misunderstandings about containers—such as startup speed, density, image versioning, auto‑restart, service discovery, and scaling—contrasts them with virtual machine capabilities, and then outlines when containers, micro‑services, and DevOps are truly beneficial across various deployment scenarios.

Virtualizationcloud-nativemigration
0 likes · 18 min read
Six Common Container Misconceptions and Eight Correct Usage Scenarios
Architects' Tech Alliance
Architects' Tech Alliance
Jul 17, 2018 · Cloud Computing

Why Bare Metal Matters: Understanding OpenStack Ironic for High‑Performance Cloud Deployments

This article explains how OpenStack Ironic enables bare‑metal provisioning as a cloud service, outlines scenarios where physical servers outperform virtual machines, details Ironic’s architecture and evolution, compares billing models, and highlights future trends for bare‑metal cloud offerings.

Bare MetalInfrastructureIronic
0 likes · 9 min read
Why Bare Metal Matters: Understanding OpenStack Ironic for High‑Performance Cloud Deployments
Qunar Tech Salon
Qunar Tech Salon
Jul 11, 2018 · Mobile Development

Evolution of Native Mobile Development and Heterogeneous Solutions: From Small Apps to Dynamic Components and Cross‑Platform Frameworks

The article reviews the history of native Android development, describes the shift from small‑app architectures to static and dynamic componentization, examines hybrid and cross‑platform solutions such as WebView‑based, script‑DSL, and independent runtimes, and outlines future trends and strategic choices for mobile teams.

ComponentizationMobileReact Native
0 likes · 12 min read
Evolution of Native Mobile Development and Heterogeneous Solutions: From Small Apps to Dynamic Components and Cross‑Platform Frameworks
ITPUB
ITPUB
Jun 1, 2018 · Cloud Computing

What Are OpenStack’s Real Strengths and Weaknesses? A Deep Dive into Cloud Security

The article examines OpenStack’s open‑source advantages—free licensing, broad compatibility, and extensibility—while also highlighting its drawbacks such as limited monitoring, billing, DNS, and storage features, vendor conflicts, high integration costs, frequent releases, and security concerns like authentication, password handling, token management, and data encryption.

OpenStackVirtualizationcloud computing
0 likes · 8 min read
What Are OpenStack’s Real Strengths and Weaknesses? A Deep Dive into Cloud Security
ITPUB
ITPUB
May 5, 2018 · Cloud Native

Debunking Common Container Myths: When VMs Still Outperform

The article systematically debunks six common container misconceptions—startup speed, density, image versioning, self‑healing, service discovery, and scaling—by comparing containers with virtual machines, then explains how containers fit into micro‑service and DevOps practices and outlines the scenarios where container adoption truly adds value.

MicroservicesVirtualizationcloud-native
0 likes · 19 min read
Debunking Common Container Myths: When VMs Still Outperform
Qizhuo Club
Qizhuo Club
Apr 27, 2018 · Mobile Development

Running Xposed Modules on Non‑Root Android: Virtualization & Hooking Guide

This article introduces the Xposed framework, explains its architecture and root‑based installation process, then explores alternative non‑root implementation methods using sandbox virtualization and Java hook techniques, detailing dual‑app virtualization, framework migration, and practical code examples for running Xposed modules on unrooted Android devices.

AndroidHookingMobile Development
0 likes · 8 min read
Running Xposed Modules on Non‑Root Android: Virtualization & Hooking Guide
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Apr 14, 2018 · Backend Development

Designing a High‑Performance, Scalable Province‑Wide Toll Collection Platform

This case study details the architectural design, key requirements, major decisions, and deployment strategies used to build a province‑wide, networked toll collection system that achieves high availability, low‑latency queries, and efficient data management for millions of daily transactions.

In-Memory DatabaseSystem ArchitectureVirtualization
0 likes · 18 min read
Designing a High‑Performance, Scalable Province‑Wide Toll Collection Platform
Architects' Tech Alliance
Architects' Tech Alliance
Apr 14, 2018 · Industry Insights

How Veritas Velocity Accelerates Data Replica Management and Cuts Costs

The article details Veritas Velocity’s hybrid‑cloud data replica solution, its architecture, deployment steps, role‑based access, workflow automation with Oracle RMAN, and performance benchmarks that show up to 8.8× faster test‑environment provisioning while halving required manpower.

BackupPerformance EvaluationVeritas Velocity
0 likes · 11 min read
How Veritas Velocity Accelerates Data Replica Management and Cuts Costs
UCloud Tech
UCloud Tech
Jan 25, 2018 · Cloud Computing

How Does KVM Online VM Migration Work? A Step‑by‑Step Guide

This article explains the principles and detailed three‑stage process—preparation, migration, and switch—of KVM‑based online virtual machine migration on UCloud’s platform, illustrating each step with diagrams and highlighting challenges, benefits, and current limitations of non‑shared storage migration.

KVMUCloudVirtualization
0 likes · 10 min read
How Does KVM Online VM Migration Work? A Step‑by‑Step Guide
dbaplus Community
dbaplus Community
Dec 28, 2017 · Operations

Designing Scalable System Architecture: From Access Chains to Cloud‑Native Infrastructure

This comprehensive guide walks through the full lifecycle of enterprise system architecture, covering access‑chain analysis, network and hardware foundations, virtualization and container strategies, layered design, load‑balancing, database high‑availability, service segmentation, and operational safeguards such as CMDB, monitoring, and disaster‑recovery.

CMDBOperationsSystem Architecture
0 likes · 34 min read
Designing Scalable System Architecture: From Access Chains to Cloud‑Native Infrastructure
ITPUB
ITPUB
Nov 24, 2017 · Cloud Computing

Linux Containers vs Virtual Machines: Which Wins for Your Workloads?

This article compares Linux containers and virtual machines, explaining their differing purposes, resource usage, security implications, typical use cases, and how to choose the right technology based on workload requirements and tool ecosystems such as Docker, Kubernetes, VirtualBox, and VMware.

DockerKubernetesLinux
0 likes · 7 min read
Linux Containers vs Virtual Machines: Which Wins for Your Workloads?
21CTO
21CTO
Nov 4, 2017 · Cloud Computing

Why Software-Defined Everything Is Shaping the Future of Computing

Professor Mei Hong’s comprehensive lecture explores the evolution of software from integrated hardware to virtualized, programmable platforms, highlighting the rise of software-defined networking, cloud services, and the challenges of architecture, quality, security, and lightweight virtualization in the emerging software-defined era.

SDNVirtualizationcloud
0 likes · 15 min read
Why Software-Defined Everything Is Shaping the Future of Computing
UCloud Tech
UCloud Tech
Oct 27, 2017 · Cloud Computing

How to Debug Windows I/O Performance Issues in Virtualized Cloud Environments

This article walks through diagnosing and fixing severe Windows I/O performance degradation in a virtualized cloud host by using perf, systemtap, QEMU tracing, and kernel tweaks, revealing that excessive ACPI timer and APIC accesses cause costly VM exits and how enabling the Hyper‑V timer restores expected IOPS.

IO performanceKVMQEMU
0 likes · 10 min read
How to Debug Windows I/O Performance Issues in Virtualized Cloud Environments
Architects' Tech Alliance
Architects' Tech Alliance
Aug 26, 2017 · Cloud Computing

Overview of Apache CloudStack Architecture, Advanced Networking, and Comparison with OpenStack and ZStack

This article provides a comprehensive overview of Apache CloudStack, detailing its history, core components, deployment and software architectures, supported hypervisors and storage types, advanced networking features, API, comparison with OpenStack, and a brief introduction to the ZStack IaaS solution.

CloudStackVirtualizationzstack
0 likes · 12 min read
Overview of Apache CloudStack Architecture, Advanced Networking, and Comparison with OpenStack and ZStack
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Jul 13, 2017 · Cloud Computing

Inside 360’s Ultron: How OpenStack Powers a Scalable Private Cloud

This article details the evolution, architecture, deployment, monitoring, and performance optimization of Ultron—360’s internal OpenStack‑based virtualization platform—covering its three development stages, technical stack, automation with Ansible, advanced features like VXLAN and Ceph, and lessons learned from large‑scale operations.

AnsibleCephDPDK
0 likes · 19 min read
Inside 360’s Ultron: How OpenStack Powers a Scalable Private Cloud
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 4, 2017 · Cloud Computing

Inside Alibaba Cloud’s Apsara: How Massive Scale and Open‑Source Drive Innovation

Alibaba Cloud’s chief architect Tang Hong recounts the company’s evolution from its 2009 launch, detailing the Apsara operating system’s milestones, massive scaling achievements, virtualization and container innovations, and future directions in lightweight virtualization, high‑speed hardware, and heterogeneous security, illustrating how open‑source collaboration fuels its growth.

Alibaba CloudApsaraContainer Technology
0 likes · 16 min read
Inside Alibaba Cloud’s Apsara: How Massive Scale and Open‑Source Drive Innovation
Architects' Tech Alliance
Architects' Tech Alliance
Jul 1, 2017 · Operations

Comprehensive Overview of Data Migration: Purposes, Challenges, and Main Technologies

This article provides a detailed introduction to data migration, explaining why and when it is needed, outlining its major challenges such as security, compatibility and downtime, and describing the four primary migration approaches—application, volume‑manager, network, and storage—along with common tools and technologies.

Data MigrationLVMVirtualization
0 likes · 10 min read
Comprehensive Overview of Data Migration: Purposes, Challenges, and Main Technologies
Architects' Tech Alliance
Architects' Tech Alliance
Jun 29, 2017 · Operations

Comprehensive Guide to Data Backup Solutions and Architectures

This article compiles a series of detailed data backup resources, covering introductory concepts, backup software architectures, distributed indexing, key features like snapshots and deduplication, virtualization support, storage sizing, cloud optimization, and agent‑less solutions to help practitioners design reliable backup strategies.

Cloud BackupData ProtectionVirtualization
0 likes · 9 min read
Comprehensive Guide to Data Backup Solutions and Architectures
21CTO
21CTO
Jun 26, 2017 · Operations

From Lab Chemist to KVM Guru: A Veteran Ops Leader’s Journey

This interview chronicles Xiao Li’s unconventional path from a petroleum chemistry graduate to a senior operations director, highlighting his hands‑on experience with system administration, virtualization, cloud computing, and team management across major Chinese tech firms.

KVMOperationsProject Management
0 likes · 9 min read
From Lab Chemist to KVM Guru: A Veteran Ops Leader’s Journey
ITPUB
ITPUB
Jun 20, 2017 · Cloud Computing

How to Bind KVM vCPU to Specific Host CPUs with taskset

This guide explains processor affinity, shows how to isolate host CPUs using the isolcpus kernel parameter, and provides step‑by‑step commands to launch a KVM guest and bind its vCPU threads to dedicated CPUs with taskset, including verification techniques and useful tips.

CPU affinityKVMVirtualization
0 likes · 14 min read
How to Bind KVM vCPU to Specific Host CPUs with taskset
Architects' Tech Alliance
Architects' Tech Alliance
May 31, 2017 · Cloud Computing

What I Know About Cloud Computing

This article provides a comprehensive overview of cloud computing evolution, covering virtualization, x86 servers, cloud management platforms, container technologies, orchestration tools, resource scheduling, microservices, and distributed databases, while also noting a conference discount promotion.

Virtualizationdistributed databases
0 likes · 21 min read
What I Know About Cloud Computing
dbaplus Community
dbaplus Community
Apr 23, 2017 · Operations

From Legacy to Scalable: How TianpiaoChe Revamped Its Ops Architecture

Li Qiang, Operations Director at TianpiaoChe, shares the step‑by‑step transformation of a legacy e‑commerce infrastructure, covering network latency fixes, hardware re‑allocation, OS tuning, open‑source component upgrades, virtualization changes, and future plans, providing practical insights for large‑scale site operations.

DevOpsOperationsVirtualization
0 likes · 28 min read
From Legacy to Scalable: How TianpiaoChe Revamped Its Ops Architecture
Efficient Ops
Efficient Ops
Mar 13, 2017 · Operations

How Vancl Built a Billion‑Yuan IT Infrastructure: Lessons for Operations Teams

An in‑depth look at Vancl’s massive IT infrastructure—covering network layers, DNS/DHCP design, Windows file services, email systems, instant messaging, AD account management, SCCM automation, and virtualization—offering practical insights for building reliable, scalable operations in large enterprises.

IT OperationsInfrastructure DesignVirtualization
0 likes · 21 min read
How Vancl Built a Billion‑Yuan IT Infrastructure: Lessons for Operations Teams
MaGe Linux Operations
MaGe Linux Operations
Nov 24, 2016 · Cloud Computing

Master KVM: Deploy and Manage Virtual Machines on Linux with Libvirt

This guide walks through KVM’s background, features, architecture, and step‑by‑step deployment—including hardware checks, module loading, qemu‑kvm options, bridge configuration, script creation, VM installation, and Libvirt‑based management with virt‑install and virt‑manager—providing a comprehensive tutorial for Linux virtualization.

KVMLinuxQEMU
0 likes · 15 min read
Master KVM: Deploy and Manage Virtual Machines on Linux with Libvirt
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Nov 14, 2016 · Cloud Computing

From Virtualization to Cloudification: What Wireless Networks Need to Know

Virtualization transforms a single physical machine into multiple logical computers, improving resource utilization, while cloudification extends these concepts to create elastic, automated, and distributed infrastructures; the article explores their definitions, benefits, industry adoption, and specific challenges for wireless network products transitioning to cloud-native architectures.

Cloud NativeVirtualizationWireless Networks
0 likes · 8 min read
From Virtualization to Cloudification: What Wireless Networks Need to Know
Architects' Tech Alliance
Architects' Tech Alliance
Nov 8, 2016 · Cloud Computing

12 Notable Data Storage Startups to Watch in 2016

Amid rising data‑storage complexity, twelve innovative startups emerged in 2015‑2016, leveraging flash, disk, and cloud technologies to improve data mobility and management across hierarchical storage tiers, offering solutions ranging from cloud‑native storage networks to SAN arrays and virtualization platforms.

Big DataSANVirtualization
0 likes · 15 min read
12 Notable Data Storage Startups to Watch in 2016
Architects' Tech Alliance
Architects' Tech Alliance
Sep 30, 2016 · Cloud Computing

Understanding Hyper‑Converged Infrastructure: Nutanix Overview and Market Landscape

The article provides a comprehensive overview of converged and hyper‑converged infrastructure, discusses typical use cases such as VDI and database acceleration, compares major vendor solutions, and details Nutanix’s product lines, architecture, performance considerations, cloud integration, and micro‑service capabilities.

Hyper-ConvergedInfrastructureNutanix
0 likes · 9 min read
Understanding Hyper‑Converged Infrastructure: Nutanix Overview and Market Landscape
Architects' Tech Alliance
Architects' Tech Alliance
Sep 26, 2016 · Cloud Computing

Comprehensive Overview of Server Virtualization Technologies

This article provides a detailed technical overview of server virtualization, covering its historical roots, CPU, memory, I/O and GPU virtualization techniques, hardware-assisted extensions, and various hypervisor architectures, highlighting why virtualization remains essential in modern cloud computing environments.

CPU virtualizationGPU virtualizationI/O virtualization
0 likes · 12 min read
Comprehensive Overview of Server Virtualization Technologies
dbaplus Community
dbaplus Community
Sep 7, 2016 · Cloud Computing

How Shandong Mobile Achieved Zero‑Downtime Dual‑Active Disaster Recovery in the Cloud

This article details Shandong Mobile's cloud‑based dual‑active architecture, covering virtualization, VMware HA/DRS, Oracle GoldenGate and ADG optimizations, large Layer‑2 network designs, heartbeat mechanisms to avoid split‑brain, comprehensive testing scenarios, and the resulting reductions in downtime and hardware costs.

Database ReplicationVirtualizationdisaster recovery
0 likes · 12 min read
How Shandong Mobile Achieved Zero‑Downtime Dual‑Active Disaster Recovery in the Cloud
Architects' Tech Alliance
Architects' Tech Alliance
Sep 7, 2016 · Operations

How Agentless Backup Works in Cloud Environments and Its Trade‑offs

The article examines agentless backup technology, comparing its implementation in virtualized and physical environments, detailing supported interfaces, evaluating a real‑world Asigra Cloud Backup case, and discussing security risks, performance impacts, and when traditional agents remain necessary.

Cloud BackupData ProtectionOperations
0 likes · 7 min read
How Agentless Backup Works in Cloud Environments and Its Trade‑offs
Ctrip Technology
Ctrip Technology
Sep 2, 2016 · Operations

Design and Implementation of Ctrip's Cloud Desktop System Based on OpenStack

This article details Ctrip's deployment of a large‑scale virtual cloud desktop solution for its call center, covering the motivations, original OpenStack architecture, its limitations, the redesigned decoupled architecture, and the operational practices such as resource over‑commit, network tuning, monitoring, and automated testing that ensure stability and scalability.

Cloud DesktopOpenStackVirtualization
0 likes · 13 min read
Design and Implementation of Ctrip's Cloud Desktop System Based on OpenStack
DevOps
DevOps
Jul 17, 2016 · Cloud Native

10 Things You Should Know About Docker

This article outlines ten essential facts about Docker—from its role as a software packaging and deployment tool and its roots in long‑standing container technology, to its cross‑platform support, performance advantages, rapid evolution, competition, and the cautions enterprises should consider before adopting it.

Cloud NativeDevOpsDocker
0 likes · 9 min read
10 Things You Should Know About Docker
Architects' Tech Alliance
Architects' Tech Alliance
Jun 2, 2016 · Operations

Data Center Equipment Compatibility: Challenges and Layer‑by‑Layer Considerations

This article examines the compatibility challenges in data‑center environments, outlining how hardware, software, firmware, and networking components across multiple layers—from applications and operating systems to storage, virtualization, and disaster‑recovery—must be coordinated to ensure seamless, efficient operation.

CompatibilityData centerHardware
0 likes · 9 min read
Data Center Equipment Compatibility: Challenges and Layer‑by‑Layer Considerations

How eBay Scales to Billions: 7 Proven Practices for Massive Web Systems

This article outlines eBay's seven key scalability best practices—including functional partitioning, horizontal sharding, avoiding distributed transactions, asynchronous decoupling, stream processing, virtualization, and strategic caching—to illustrate how large‑scale web platforms can achieve linear resource growth and high availability.

AsynchronousDistributed SystemsVirtualization
0 likes · 14 min read
How eBay Scales to Billions: 7 Proven Practices for Massive Web Systems
Qunar Tech Salon
Qunar Tech Salon
Apr 19, 2016 · Operations

How to Create Virtual Machine Snapshots Using LVM

This guide explains step‑by‑step how to use LVM logical volumes to build a reusable VM template, configure it, and generate snapshots that allow rapid provisioning of multiple virtual machines while saving storage space.

LVMLinuxSystem Administration
0 likes · 4 min read
How to Create Virtual Machine Snapshots Using LVM
Architecture Digest
Architecture Digest
Mar 31, 2016 · Operations

Why Hyper‑Converged Architecture Improves I/O Performance: From Traditional SAN to Tiered Storage

The article explains how traditional SAN storage creates CPU‑I/O bottlenecks, how Google’s distributed file system inspired hyper‑converged designs that fuse compute and storage, and why tiered storage with SSD and HDD offers scalable, high‑performance infrastructure for modern data‑center workloads.

Data centerDistributed File SystemI/O performance
0 likes · 11 min read
Why Hyper‑Converged Architecture Improves I/O Performance: From Traditional SAN to Tiered Storage
Efficient Ops
Efficient Ops
Mar 3, 2016 · Operations

Fully Automating KVM Virtual Machine Deployment with SaltStack

This article explains the evolution of KVM deployment methods, presents a design for a one‑click fully automated KVM provisioning system, and showcases the actual code and SaltStack states that enable rapid, repeatable virtual machine creation and configuration.

KVMSaltStackVirtualization
0 likes · 7 min read
Fully Automating KVM Virtual Machine Deployment with SaltStack
Architects' Tech Alliance
Architects' Tech Alliance
Feb 23, 2016 · Fundamentals

An Overview of Server Virtualization: History, Types, and Core Concepts

This article traces the evolution of server virtualization from IBM's z/VM mainframe technology through PowerKVM and PowerVM, explains key principles such as partitioning, isolation, and encapsulation, and compares full, para, and hardware‑assisted virtualization while highlighting CPU virtualization challenges.

Virtualizationfull virtualizationhardware-assisted virtualization
0 likes · 4 min read
An Overview of Server Virtualization: History, Types, and Core Concepts
Architects' Tech Alliance
Architects' Tech Alliance
Feb 22, 2016 · Cloud Computing

Classification of Server Virtualization Architectures

Server virtualization, a key cloud computing technology, encompasses various architectures—including hosted, bare‑metal, operating‑system level, and hybrid virtualization—each with distinct mechanisms for resource abstraction, and the article compares these models while highlighting trends toward hardware‑assisted solutions such as KVM, Hyper‑V, and VMware.

Bare MetalHybridOperating System
0 likes · 4 min read
Classification of Server Virtualization Architectures
21CTO
21CTO
Jan 19, 2016 · Backend Development

How Large-Scale Websites Evolve: From LAMP to Distributed Cloud Architecture

The article explains how large‑scale website architectures evolve from simple LAMP stacks to modern distributed, service‑oriented, virtualized systems, emphasizing the need for scalability, cost efficiency, middleware reuse, and continuous architectural transformation to meet growing user and development demands.

ScalabilityVirtualizationlarge-scale architecture
0 likes · 9 min read
How Large-Scale Websites Evolve: From LAMP to Distributed Cloud Architecture
21CTO
21CTO
Dec 5, 2015 · Cloud Computing

How Momo Scales to Billions: High‑Availability Communication Architecture for Mobile Social Apps

Facing up to 1.6‑1.7 billion daily requests, Momo’s tech director explains how the company built a highly available, low‑latency communication protocol and distributed infrastructure—leveraging virtualization, OpenStack, and cloud servers—to overcome weak mobile networks and serve its massive social‑gaming user base.

Communication ProtocolMobile NetworkingVirtualization
0 likes · 4 min read
How Momo Scales to Billions: High‑Availability Communication Architecture for Mobile Social Apps
Architects' Tech Alliance
Architects' Tech Alliance
Nov 3, 2015 · Cloud Computing

How XenServer Handles Data Protection, Backup, and Disaster Recovery

This article explains XenServer's high‑performance virtualization features, OVF/OVA export capabilities, snapshot‑based backup methods, disaster‑recovery replication, XenCenter management console functions, integration with Microsoft System Center, and the open XenAPI that enables third‑party automation.

BackupData ProtectionVirtualization
0 likes · 5 min read
How XenServer Handles Data Protection, Backup, and Disaster Recovery

Understanding Container Technology: From Virtual Machines to Scalable Container Clusters

This article explains the fundamentals of container technology, compares containers with virtual machines, describes how containers are managed and deployed using tools like Docker and CoreOS, and shows how container clusters improve resource utilization and scalability in modern DevOps environments.

ContainersDevOpsDocker
0 likes · 15 min read
Understanding Container Technology: From Virtual Machines to Scalable Container Clusters
Efficient Ops
Efficient Ops
Oct 11, 2015 · Operations

How to Seamlessly Migrate Business Workloads to a Virtualized Environment

This article outlines a step‑by‑step methodology for migrating existing services to a virtualized infrastructure, covering performance assessment, test‑environment validation, incremental rollout, full deployment, and constructing business pressure models, with special insights for game‑related workloads.

DeploymentKVMPerformance Testing
0 likes · 7 min read
How to Seamlessly Migrate Business Workloads to a Virtualized Environment
Efficient Ops
Efficient Ops
Sep 29, 2015 · Operations

Mastering Business Migration to Virtualized Environments: Strategies and Tips

This article shares practical guidance on moving existing business workloads to a virtualized environment, covering project planning, KVM technology selection, monitoring, disaster recovery, and cloud migration, while highlighting cost savings, rapid deployment, and how to gain stakeholder support.

KVMVirtualizationbusiness migration
0 likes · 9 min read
Mastering Business Migration to Virtualized Environments: Strategies and Tips
Architects' Tech Alliance
Architects' Tech Alliance
Sep 13, 2015 · Cloud Computing

Infrastructure Convergence: Hardware Fusion and Hyper‑Converged Systems Overview

The article explains the evolution of enterprise IT infrastructure toward both custom, small‑scale distributed designs driven by cloud computing and integrated fusion/hyper‑converged architectures, detailing their design principles, differences, major vendor solutions, and the role of software‑defined storage.

Hyper-ConvergedInfrastructureSoftware-Defined Storage
0 likes · 12 min read
Infrastructure Convergence: Hardware Fusion and Hyper‑Converged Systems Overview
Architects' Tech Alliance
Architects' Tech Alliance
Sep 3, 2015 · Cloud Computing

What Is VMware vSphere? A Deep Dive into Its Core Components and Storage Solutions

The article explains VMware vSphere as a cloud‑based data‑center virtualization suite, detailing its main components such as ESXi, vCenter, vSphere Client, and Web Access, and covering disaster recovery, backup technologies, storage APIs, and various storage provisioning methods like vSAN, VMFS, RDM, NFS/CIFS and vVol.

BackupVMwareVirtualization
0 likes · 10 min read
What Is VMware vSphere? A Deep Dive into Its Core Components and Storage Solutions
Efficient Ops
Efficient Ops
Aug 24, 2015 · Operations

Can Cloud Servers Be More Reliable Than Physical Machines? Insights and Strategies

This article examines why cloud virtual machines can achieve lower failure rates than physical servers by leveraging large‑scale operations, kernel optimization, hot‑patching, live migration, and proactive hardware quality management, while highlighting the challenges smaller organizations face.

Virtualizationhardware maintenanceserver reliability
0 likes · 11 min read
Can Cloud Servers Be More Reliable Than Physical Machines? Insights and Strategies
Efficient Ops
Efficient Ops
Aug 17, 2015 · Cloud Computing

From Cloud 1.0 to 2.0: How Docker and Data Services Are Redefining the Cloud

This article traces the seven‑year evolution of cloud computing from the early public‑vs‑private debate and open‑source battles to the Docker‑driven 2.0 era, highlighting shifts in business models, data as a core asset, and emerging trends in data‑center design.

Business ModelVirtualizationhybrid cloud
0 likes · 10 min read
From Cloud 1.0 to 2.0: How Docker and Data Services Are Redefining the Cloud