This website uses cookies. By continuing to browse the site, you confirm your consent to the use of these files.

Infrastructure

Expert answers on building IT infrastructure: data center design, choosing storage systems, server virtualization, backup and scaling.

Infrastructure

232 questions

What is a storage area network in simple words?

A storage area network (SAN) is a powerful digital "safe" for giant volumes of information. Read more about related aspects in the materials: Server virtualization and Containerization (Docker).

What is the difference between a server and a storage system?

Servers process requests, run applications and provide network services, while a storage system (SAN) is a specialized array of disks and controllers designed for centralized, high-performance and fault-tolerant data storage shared between servers. More detailed information is available in the articles about data center (DPC) and Data warehouse.

What is included in a storage system?

A storage system consists of the following elements: power supplies; a controller; a registry of HDD/SSD drives; cache memory. For in-depth study, refer to the sections SMEV (interdepartmental electronic interaction system), Data warehouse and Hypervisor.

What types of storage systems are there?

The main types of storage systems: block, file and object. More detailed information is available in the articles about Hypervisor, Containerization (Docker) and Thin client.

What is a storage system for?

A data storage system is a specialized infrastructure for centralized storage and management of information in computer networks. For in-depth study, refer to the sections Thin client, Server virtualization and Backup system (SRK).

How is NAS different from a storage system?

NAS (Network Attached Storage) is a network storage providing file-level access through standard protocols (NFS, SMB), while a storage system (SAN) provides block-level access at high speed and is better suited for databases and critical systems. More detailed information is available in the articles about data center (DPC) and Workstation.

Can 4 servers be connected to one storage system?

Modern storage systems with a SAS interface allow connecting no more than 8 servers (no more than 4 with path duplication). For in-depth study, refer to the sections Thin client and Containerization (Docker). We also recommend reading Data archiving, Cloud storage and Server rack.

What is a backup system in simple words?

A backup system (SRK) is a set of hardware and software tools for automatically creating backup copies of data and their rapid recovery in case of loss, damage or encryption by ransomware. The key task is to ensure data safety under any failures and cyberattacks. Read more about related aspects in the materials: SAN (storage area network) and Data warehouse.

What causes the need for a backup system?

The need for a backup system arises from the risks of data loss due to technical failures, human errors, hardware failures and cyberattacks, primarily ransomware. Backup protects against such threats by storing copies on separate media. Read more about related aspects in the materials: Data warehouse and installation works.

What helps in building a backup system?

Building an effective backup system requires an integrated approach: determining RPO and RTO, choosing backup methods (full, incremental, differential) and storage (storage system, tape library, cloud). We also recommend familiarizing yourself with Hypervisor, Server virtualization and Postgres Pro for a complete understanding of the topic.

What should not be done when building a backup system?

When building a backup system, you should avoid storing copies in the same logical environment as the main data (this does not protect against ransomware), ignoring the 3-2-1 rule and not testing recovery procedures. In the context of this topic, it is useful to study Containerization (Docker) and SMEV (interdepartmental electronic interaction system).

What can backup copies be confused with?

Backup copies can be confused with archiving: archive stores data for long-term storage, and backup is designed for rapid recovery after failures. These are different tasks with different approaches. For in-depth study, refer to the sections SMEV, COD technology and Hypervisor.

How to confirm that the backup system works?

To confirm that the backup system works, regular test restores are performed — the actual recovery of data from copies in a test environment. Monitoring backup statuses, checking reports and periodic audit of recovery procedures are also used. More detailed information is available in the articles about SAN, Thin client and installation works.

How long does data recovery take?

Data recovery time depends on the RTO set and the recovery method: restoring from a full copy takes longer than from differential or incremental ones. For critical systems, RTO can be minutes, which requires the use of continuous data protection (CDP). Read more about related aspects in the materials: SAN (storage area network) and Hypervisor.

What is a virtualization server?

A virtualization server (virtualization host) is a technology or a physical computer that, with the help of special software (a hypervisor), divides its hardware resources (processors, memory, disks) into several independent virtual machines. For in-depth study, refer to the sections Containerization (Docker), Hypervisor and SAN (storage area network).

What are the types of server virtualization?

The main types are: full hardware-assisted virtualization (the hypervisor fully emulates hardware), paravirtualization (the guest OS is modified for higher performance) and OS-level virtualization (containers that share the host kernel). For in-depth study, refer to the sections Containerization (Docker), Hypervisor and installation works.

Why do servers use virtualization?

The advantages of server virtualization are as follows: efficient use of equipment (utilization increases from 10-15% to 70-80%), reduction of capital and operating costs, simplified management and high fault tolerance. More detailed information is available in the articles about Data warehouse, Workstation and data center (DPC).

What is application server virtualization?

Server virtualization is a technology that allows dividing the resources of one physical server into several isolated virtual machines (VMs). We also recommend familiarizing yourself with SAN (storage area network) and Thin client for a complete understanding of the topic.

What is server virtualization in simple words?

Server virtualization is the process of dividing a physical server into several unique and isolated virtual servers using a software application. We also recommend familiarizing yourself with Postgres Pro, SAN (storage area network) and Thin client for a complete understanding of the topic.

What is a virtual server for?

A virtual server (VPS or VDS) is an isolated virtual environment that emulates the operation of a separate physical computer. We also recommend familiarizing yourself with Backup system (SRK), Hypervisor and installation works for a complete understanding of the topic.

What is virtualization in simple words?

Virtualization is a technology for creating software (virtual) copies of physical computers, servers or networks. For in-depth study, refer to the sections installation works, Workstation and Containerization (Docker).

What is containerization in simple words?

Containerization is a method of packaging a program together with all its components (code, libraries and settings) into an isolated environment — a container. For in-depth study, refer to the sections Sintezm and Postgres Pro.

What is the difference between virtualization and containerization?

The main difference is in the abstraction level: virtualization emulates a whole physical device (computer), while containerization isolates only the application itself and its dependencies within a single operating system. More detailed information is available in the articles about Thin client and Data warehouse.

What is Docker containerization?

Docker is a platform for creating, delivering and running containers. Docker allows packaging applications with all dependencies into images and running them in isolation on the host. More detailed information is available in the articles about SAN (storage area network), Hypervisor and Data warehouse.

What is containerization in IT?

Containerization in IT is a method of packaging an application together with all the dependencies necessary for its operation (libraries, settings, files) into a single image — a container. We also recommend familiarizing yourself with SAN (storage area network) and Postgres Pro for a complete understanding of the topic.

What are the benefits of containerization?

Containerization provides isolation of applications, lightweight and fast startup, portability of environments, efficient use of server resources and simplified deployment and scaling of microservices. For in-depth study, refer to the sections Server virtualization and Hypervisor.

What is the difference between Docker and containerization?

Docker images are immutable, that is, they cannot be changed after creation. Containerization is a broader concept — a method of isolating applications, while Docker is a specific tool for its implementation. For in-depth study, refer to the sections data center (DPC), Server virtualization and Data warehouse.

Will containerization replace virtualization?

Virtualization and containerization have their own strengths. Virtualization provides stronger isolation and runs any OS, while containerization is lighter and faster, ideal for microservices. They are often used together. In the context of this topic, it is useful to study Data warehouse, SAN (storage area network) and Backup system (SRK).

What does DPC mean?

DPC stands for data processing center (also often called a data center). In the context of this topic, it is useful to study Data warehouse, Thin client and Backup system (SRK).

What is a data center in simple words?

A data center (DPC) is a "digital fortress", a large specialized room or building where thousands of servers and data storage systems are located. In the context of this topic, it is useful to study Postgres Pro and the virtualization technology.

How many data centers are there in Russia?

According to international analytical databases and industry experts, there are about 180-195 data processing centers (data centers) in Russia. Read more about related aspects in the materials: virtualization technology, SAN (storage area network) and SMEV (interdepartmental electronic interaction system).

What is a data center?

A data center (DPC) is a specialized facility or complex of buildings designed for placing, connecting and uninterrupted operation of server and network equipment. In the context of this topic, it is useful to study Workstation and Server virtualization.

How to decipher DPC?

DPC stands for data processing center (the English term Data Center is also often used). This is a specialized high-tech complex (or a separate building) designed for placing, connecting to the internet and uninterrupted operation of server equipment, data storage systems and communication nodes. We also recommend familiarizing yourself with the scaling technology, Hypervisor and SAN (storage area network) for a complete understanding of the topic.

What Tier levels of data centers are there?

The Uptime Institute defines four availability tiers: Tier I (basic, ~99.671% availability), Tier II (redundant components), Tier III (concurrently maintainable, ~99.982%) and Tier IV (fault-tolerant, ~99.995%). The higher the tier, the higher the reliability and the cost of the data center. We also recommend familiarizing yourself with scaling technology and Hypervisor for a complete understanding of the topic.

What is a data center for?

A data center (DPC) is needed for safe placement, uninterrupted operation and connection of server equipment to the internet. We also recommend familiarizing yourself with Server virtualization, Data warehouse and SMEV (interdepartmental electronic interaction system) for a complete understanding of the topic.

What is a hypervisor in simple words?

A hypervisor is a conductor program that allows dividing one powerful physical computer into several independent "virtual machines". In the context of this topic, it is useful to study SAN (storage area network) and Thin client.

How is a hypervisor different from a virtual machine?

A hypervisor is a control program or platform that creates and manages virtual machines, while a virtual machine is an isolated virtual environment running on a hypervisor. More detailed information is available in the articles about Data warehouse, Backup system (SRK) and SAN (storage area network).

What types of hypervisors are there?

Hypervisors are software for creating and running virtual machines. There are two types: Type 1 (bare-metal) — installed directly on hardware (VMware ESXi, Hyper-V, KVM) and Type 2 (hosted) — running on top of an operating system (VirtualBox, VMware Workstation). Read more about related aspects in the materials: Containerization (Docker), Backup system (SRK) and Thin client.

Is a hypervisor needed?

The hypervisor ensures the security and isolation of each virtual machine, so they work autonomously, not affecting each other. In the context of this topic, it is useful to study Containerization (Docker), SMEV (interdepartmental electronic interaction system) and Data warehouse.

Is VirtualBox a hypervisor?

Yes, Oracle VM VirtualBox is a Type 2 hypervisor that runs on top of an operating system. We also recommend familiarizing yourself with Backup system (SRK), Containerization (Docker) and Server virtualization for a complete understanding of the topic.

What is a hypervisor with an example?

A hypervisor is software that creates and manages virtual machines on a physical server. For example, VMware ESXi is a Type 1 hypervisor installed directly on the hardware, while Oracle VirtualBox is a Type 2 hypervisor running on top of an operating system. For in-depth study, refer to the sections SMEV and the virtualization technology.

What is the VMware hypervisor?

VMware ESXi is a hypervisor without an operating system, installed on top of a physical server and running at the hardware level (Type 1). More detailed information is available in the articles about SMEV, Data warehouse and Containerization (Docker).

What is a thin client in simple words?

A thin client is a simple and low-power computer (or program) that serves only to transmit key presses and mouse movements to a remote server, where all applications and data are executed and stored. More detailed information is available in the articles about Workstation and Containerization (Docker).

What is a thin client?

A thin client is a device with limited computing capabilities that connects to a centralized server infrastructure (VDI) to work with applications and data stored on servers. We also recommend familiarizing yourself with Data warehouse, Hypervisor and Containerization (Docker) for a complete understanding of the topic.

What is the difference between a thin and a thick client?

The difference between a thin and a thick client is where the main computations occur and how much of the application logic is located on the user's device. In a thin client, all computing happens on the server, in a thick client — on the local device. Read more about related aspects in the materials: Containerization (Docker) and Postgres Pro.

What are examples of thin clients?

Examples of thin clients: Thinstation, LTSP, diskless stations, terminal access, Virtual Network Computing (VNC), as well as specialized hardware devices from manufacturers. In the context of this topic, it is useful to study Backup system (SRK), Server virtualization and Hypervisor.

Is 1C a thin client?

The 1C thin client is a lightweight version of the program for accessing 1C:Enterprise 8 databases, which does not perform local computing but works with the server part. More detailed information is available in the articles about Server virtualization and SMEV.

Can a thin client be used as a regular PC?

Yes, for typical office tasks a thin client works like a regular PC: you connect a monitor, keyboard and mouse and use the desktop. The difference is that all applications and data are executed and stored on the server, while the device itself has minimal local resources. We also recommend familiarizing yourself with Workstation and Hypervisor for a complete understanding of the topic.

What does a thin client consist of?

A thin client is a system unit that usually has no hard disk and contains only a minimal set of hardware needed to run the thin client operating system: a low-power processor, a small amount of flash memory, a network adapter and monitor ports. More detailed information is available in the articles about SAN (storage area network) and Server virtualization.

What is a workstation?

A workstation is a system of hardware and software methods for solving specific tasks. Read more about related aspects in the materials: Backup system (SRK), Containerization (Docker) and arm_spd_k.

What are called workstations?

A workstation is a separate and unique product — a high-performance professional computer for resource-intensive tasks. We also recommend familiarizing yourself with Backup system (SRK) and Data warehouse for a complete understanding of the topic.

Is a workstation a server?

The main difference is in the purpose of use and load scenarios: a server serves multiple users and processes requests, while a workstation is designed for a single specialist working with resource-intensive applications. We also recommend familiarizing yourself with Hypervisor and Postgres Pro for a complete understanding of the topic.

What is the Workstation service responsible for?

The Workstation service (LanmanWorkstation) provides support for network connections on computers running Windows. More detailed information is available in the articles about arm_spd and Thin client.

What is a workstation for?

A workstation is a high-performance computer specially designed for processing complex professional tasks such as data analysis, 3D design, video editing, engineering modeling and complex calculations. We also recommend familiarizing yourself with Hypervisor and Thin client for a complete understanding of the topic.

How does a workstation differ from a regular PC?

A workstation uses professional components certified by ISV (processors, ECC memory, professional video cards) and is designed for 24/7 operation under high load in resource-intensive tasks such as CAD, 3D modeling and data analysis. For in-depth study, refer to the sections Thin client and Backup system (SRK).

What does workstation mean?

A workstation is a powerful professional computer created for solving resource-intensive tasks: 3D modeling, video editing, engineering calculations (CAD), architectural design and data analysis. In the context of this topic, it is useful to study Thin client and arm_spd.

How is a data warehouse cleaned?

In a data warehouse context, cleaning means data quality processes: deduplication, normalization, removing incorrect or outdated records, and setting up retention policies. This is performed during ETL/ELT stages. In the context of this topic, it is useful to study Hypervisor, the scaling technology and Backup system (SRK).

Where to find data warehouse data?

Data warehouse data is located in specialized storage systems and servers in a data center. Access is provided through BI tools, SQL queries and analytical interfaces. For in-depth study, refer to the sections Workstation and SMEV.

What is a data warehouse called?

A data warehouse (Data Warehouse, DWH) is a centralized database for storing and analyzing information from different sources: ERP, CRM, web services, Excel files and databases. Read more about related aspects in the materials: Containerization (Docker) and Server virtualization.

How is a data warehouse built?

Building a data warehouse includes the following steps: 1) identifying data sources and requirements; 2) designing the data model (star schema, Data Vault, 3NF); 3) setting up ETL/ELT processes; 4) loading historical data; 5) connecting BI tools. More detailed information is available in the articles about Containerization (Docker), Server virtualization and Hypervisor.

What to do if the data warehouse is full?

If the warehouse capacity is exhausted, options include archiving old data, increasing storage capacity using the scaling technology, optimizing data models and setting data retention policies. We also recommend familiarizing yourself with Postgres Pro, data center (DPC) and SMEV for a complete understanding of the topic.

What is the difference between a data warehouse and a regular database?

A regular database (OLTP) is optimized for fast recording and updating of operational data, while a data warehouse (OLAP) is optimized for analyzing large volumes of historical data with complex queries. Here are 5 key differences: purpose, data structure, query type, history storage and load profile. We also recommend familiarizing yourself with Hypervisor, Workstation and the scaling technology for a complete understanding of the topic.

How to open access to a data warehouse?

To provide access to a data warehouse, it is necessary to configure accounts, access rights and roles, connect BI tools and set up security policies. We also recommend familiarizing yourself with SMEV, Hypervisor and SAN (storage area network) for a complete understanding of the topic.

What is the difference between PostgreSQL and Postgres Pro?

PostgreSQL is a basic free open-source DBMS with a global community, while Postgres Pro is a Russian commercial DBMS with additional optimizations, security tools and official support. Read more about related aspects in the materials: SKIF-BP, Containerization (Docker) and Backup system (SRK).

What is Postgres Pro?

Postgres Pro is a Russian commercial database management system (DBMS) created by Postgres Professional. In the context of this topic, it is useful to study SAN (storage area network) and installation works.

How much does Postgres Pro cost?

The price of Postgres Pro licenses depends on the edition, the type of license (perpetual or subscription) and the number of processor cores. Read more about related aspects in the materials: Data warehouse and SAN (storage area network).

Where to download Postgres Pro?

Postgres Pro can be downloaded from the official website of Postgres Professional (postgrespro.ru), where the installation packages and documentation are available. Read more about related aspects in the materials: Thin client, Sintezm and Hypervisor.

Is Postgres Pro a DBMS?

Postgres Pro is a Russian commercial database management system (DBMS) created on the basis of the open PostgreSQL platform. For in-depth study, refer to the sections SAN (storage area network) and Hypervisor.

Can PostgreSQL handle 1 billion rows?

A billion rows sounds intimidating, but PostgreSQL copes well with this with the right approach: partitioning, proper indexing and query optimization. We also recommend familiarizing yourself with Thin client and Workstation for a complete understanding of the topic.

Is PostgreSQL outdated?

PostgreSQL has existed for more than 30 years not because it is outdated, but because it is constantly developing. Postgres Pro continues to develop it with Russian-specific features. More detailed information is available in the articles about Server virtualization and SKIF-BP.

What is SMEV in simple words?

SMEV (Interdepartmental Electronic Interaction System) is a digital "bridge" or a secure messenger that allows various government agencies to instantly exchange data with each other. More detailed information is available in the articles about Data warehouse, Hypervisor and Backup system (SRK).

Who has access to SMEV?

Access to the Interdepartmental Electronic Interaction System (SMEV) is available to government bodies, local self-government bodies and commercial organizations performing socially significant functions. Read more about related aspects in the materials: Backup system (SRK), data center (DPC) and SAN (storage area network).

What is SMEV?

SMEV is an interdepartmental electronic interaction system, whose task is to ensure the execution of state functions and the provision of state services in electronic form, as well as to ensure information interaction in the provision of these services and the execution of these functions. Read more about related aspects in the materials: Thin client, Containerization (Docker) and Data warehouse.

How to work with SMEV?

The procedure for connecting to SMEV is as follows: 1) fill out an application for registration in SMEV and submit it to the Ministry of Digital Development; 2) develop an electronic service in accordance with the requirements; 3) pass testing in the development environment; 4) get access to the production environment. For in-depth study, refer to the sections Containerization (Docker), Postgres Pro and Server virtualization.

Who can connect to SMEV?

Government bodies, as well as commercial and public organizations performing socially significant functions, can connect to SMEV (Interdepartmental Electronic Interaction System). For in-depth study, refer to the sections Workstation and Server virtualization.

How long does SMEV verification take?

Verification takes up to 5 calendar days — a notification will come to the Personal Account. In the context of this topic, it is useful to study Thin client and Server virtualization.

How much does it cost to connect to SMEV?

The government has approved the rules for charging fees for the use of e-government infrastructure (EGI); the fee is 4.93 rubles per registered request in the unified interdepartmental electronic interaction system (SMEV) and 10 rubles for obtaining information from the unified identification and authentication system (ESIA). In the context of this topic, it is useful to study Hypervisor and Thin client.

What is DNS in simple words?

DNS is the "phone book of the internet". It converts human-readable names of sites (for example, yandex.ru) into numeric IP addresses that computers understand.

How to check domain DNS records?

Use the nslookup domain.ru or dig domain.ru command in the terminal. Online services: dnschecker.org, mxtoolbox.com.

What is DNS over HTTPS?

DoH (DNS over HTTPS) is a protocol that encrypts DNS requests via HTTPS, protecting them from interception and substitution. It is enabled in the browser or at the OS level.

What is Wi-Fi in simple words?

Wi-Fi is wireless internet. The router broadcasts a signal, and your phone or laptop receives it without cables. Convenient, fast and works within the home.

Which Wi-Fi generation is the fastest?

Wi-Fi 7 (802.11be) is the newest and fastest generation (up to 46 Gbit/s). Wi-Fi 6 is the current standard for most devices. Wi-Fi 5 is still relevant for home networks.

Is Wi-Fi safe?

Wi-Fi is safe when using WPA2/WPA3 encryption and a strong password. Open networks (without a password) are unsafe — attackers can intercept data. Use a VPN in public networks.

What is a web server in simple words?

A web server is a program that serves website pages to your browser. When you visit a site, your browser sends a request to the web server, and it returns the page.

Which web server is better — NGINX or Apache?

NGINX is faster and more efficient under high loads, better suited for proxying. Apache is easier to configure for small projects. Most modern sites use NGINX.

Can a web server be installed at home?

Yes, you can install NGINX or Apache on a home computer. But for the site to work, a static IP or DDNS, open ports and stable internet are needed. For serious projects, it is better to use hosting.

How is a server cluster different from a single server?

A single server is a single point of failure: if it fails, the service stops. A server cluster combines several nodes, providing fault tolerance. The cluster also allows scaling — adding new servers without stopping the service.

What clustering schemes exist?

The main schemes: Active-passive — one node works, the second is on standby. Active-active — all nodes work simultaneously, distributing the load. The active-active scheme provides better performance.

How is a server cluster related to data storage systems?

A server cluster usually uses a common data storage system (DSS) to which all nodes have access. This ensures data consistency. Building a fault-tolerant cluster without a common DSS is impossible.

What technologies are used for cluster management?

Kubernetes, Proxmox VE, VMware vSphere, OpenStack are used for cluster management. Load balancers (Nginx, HAProxy) are also used. Virtualization technology underlies many solutions.

How many servers are needed for a cluster?

A minimum cluster for fault tolerance usually consists of 3 nodes (to ensure quorum). For high-load systems, the number of nodes can reach hundreds or even thousands.

What is a high availability (HA) cluster?

A high availability cluster is designed to ensure uninterrupted operation of critical applications. When one node fails, its resources are automatically switched to another. This type is often used in banking and at CII facilities.

What risks are associated with cluster implementation?

The main risks: the high cost of equipment and software, the complexity of configuration and administration, the need for highly qualified personnel. Professional design helps minimize these risks.

Which cloud storage should a business choose?

For business, the choice depends on security, integration and volume requirements. Yandex 360, VK Cloud, SberDisk are popular in Russia. For personal data, FSTEC-certified solutions integrated with CIPF are recommended.

Is it safe to store documents in the cloud?

Storing documents in the cloud is safe when using encryption (TLS for transmission, AES-256 for storage) and two-factor authentication. It is also important to choose a provider with data centers in Russia.

How much space is provided free of charge in cloud storage?

Free tariffs: Yandex Disk — 5 GB, Mail.ru Cloud — 8 GB, Google Drive — 15 GB, Microsoft OneDrive — 5 GB, Dropbox — 2 GB.

How does cloud storage integrate with document flow systems?

Cloud storages integrate with document flow systems via API, providing automatic document loading and synchronization. For example, SINTEZ-M supports integration with cloud storages.

Can cloud storage be used for backup?

Yes, most cloud storages support automatic backup. Specialized backup solutions are available, for example Veeam. The 3-2-1 principle is recommended for reliability.

What requirements for cloud storage are there for government agencies?

For government bodies and CII facilities, cloud storages must be included in the Register of Russian Software, certified by FSTEC, support CIPF and store data in Russia.

How does cloud storage protect data from ransomware?

Most cloud storages provide file versioning and a recycle bin that allows restoring previous versions. Immutable storage is recommended to protect against encryption.

What is 1U in a server rack?

1U (1 unit) is a standard height measurement equal to 44.45 mm. Servers can be 1U, 2U, 4U high. A 42U rack can hold 42 1U servers.

What are the standard server rack dimensions?

Width of 19 inches, height 42U (about 2 m), depth from 600 to 1200 mm. In data centers racks of 1000-1200 mm are most often used.

How is a server rack different from a server cabinet?

A rack is an open metal frame. A cabinet is a closed structure with doors and locks for additional protection.

How much equipment can fit in one server rack?

For example, a 42U rack can hold 42 1U servers or 21 2U servers. On average 15-20 servers fit considering cooling gaps.

How is cooling organized in a server rack?

Cold corridor / hot corridor principle. Temperature 18-27°C and humidity 40-60% are maintained in data centers.

What are the requirements for server racks at CII facilities?

Physical protection: locks, access control systems, video surveillance and door sensors. Grounding and fire safety compliance are also required.

How do I choose a server rack for a data center?

Consider equipment depth, load, cooling requirements, cable management, DCIM compatibility and physical security.

How is data archiving different from backup?

Archiving frees up space for long-term storage. Backup creates copies for recovery after a failure. The processes are often combined in backup systems (RBS).

Which archiving method should a business choose?

A combined strategy is optimal: full backup weekly, incremental daily. For rapid recovery, the differential approach is preferable.

Which archive format is most reliable for long-term storage?

ZIP or 7Z — open formats guaranteeing future readability. Use lossless compression and check integrity with checksums.

How do I protect archives from ransomware?

Use CIPF encryption, the 3-2-1 rule and WORM protection in backup systems.

Does compression affect recovery speed?

Yes, high compression (LZMA2 in 7Z) requires more time to unpack. For critical data, ZIP is often chosen to reduce RTO.

What problems arise during archiving in distributed systems?

Data transfer speed and consistency. Deduplication, client-side compression and specialized protocols are used.

How long does archiving terabyte volumes take?

From several hours to a day depending on file type, disk performance and compression. Automation via backup systems runs processes at night.

What is cloud security in simple words?

Cloud security is the protection of your data stored in the cloud (for example, in Yandex Disk, Google Drive or corporate cloud systems). It is like security for your digital files: encryption, access control, protection from hacking. Read more about encryption in the article Encryption.

What are the main threats to cloud security?

The main threats: data leaks (due to configuration errors), incorrect configuration of cloud resources (open buckets, public databases), account compromise (weak passwords, lack of two-factor authentication) and insider threats (errors or malicious actions of employees). About how to protect accounts, read the article Verification.

Who is responsible for security in the cloud?

Responsibility is divided between the provider and the client. The provider protects the infrastructure (data centers, equipment, networks). The client is responsible for access configuration, operating systems, data encryption and the security of end devices. This is called the shared responsibility model. Read more about the division of responsibility in the article Infrastructure.

What standards regulate cloud security?

The main standards: ISO 27001 (international information security management standard), PCI DSS (for processing payment data), FSTEC and FSB (Russian certificates for government organizations). Also in force is 242-FZ on data localization — the data of Russian citizens must be stored on servers in the Russian Federation. About what PCI DSS is, read the article PCI DSS.

How to choose a secure cloud provider?

When choosing, check: the presence of security certificates (ISO 27001, PCI DSS, FSTEC), support for data encryption, the presence of data centers in Russia (to comply with 242-FZ), round-the-clock technical support and SLA. Also study user reviews and the provider's security reports. About choosing cloud solutions, read the article Fintech.

What is the shared responsibility model in the cloud?

This is a principle according to which cloud security is divided between the provider and the client. The provider is responsible for the security of the infrastructure (physical servers, networks, hypervisors). The client is responsible for the security of what he places in the cloud (operating systems, applications, data, access settings). It is important to understand this in order not to allow gaps in protection. About data protection, read the article Information security.

What will happen if cloud security is not observed?

The consequences can be serious: leakage of confidential data, financial losses, regulatory fines (up to 6 million rubles under 152-FZ), loss of client trust, stoppage of business processes. In some cases — criminal liability for managers. About how to protect data and avoid fines, read the article Information security.

What is a virtual machine in simple words?

A virtual machine is a “computer inside a computer”. It is a program that creates a virtual computer with its own processor, memory and disk but uses the resources of your real PC. You can install another operating system on it and work in it as on a separate device. Read about how this is used in the cloud in the article Cloud security.

How is VirtualBox different from VMware?

VirtualBox is a free open-source program, ideal for home use and beginners. VMware is a powerful commercial solution that provides higher performance and works better with 3D graphics. VMware Workstation Pro is now free for personal use. Choose VirtualBox for simple tasks, VMware for professional work. Read about choosing tools in the article Infrastructure.

Can I catch a virus through a virtual machine?

Yes, but this requires certain conditions. A virus can infect the main system through shared folders, the clipboard or vulnerabilities in the hypervisor itself (VM Escape). To protect yourself: disable shared folders, do not use the clipboard, set up an isolated network. Read about protection from viruses in the article Antivirus software.

What types of virtual machines are there?

Virtual machines are divided by hypervisor type: type 1 (Bare-Metal) — installed directly on the hardware (VMware ESXi, Hyper-V), type 2 (hosted) — run inside an operating system (VirtualBox, VMware Workstation). They also differ by purpose: server VMs, desktop VMs, containers and emulators.

Which virtual machine is best for Windows?

For Windows, the best choice is VMware Workstation Pro (high performance) or VirtualBox (free and simple). If you have Windows Pro, you can use the built-in Hyper-V. For home use I recommend VirtualBox, for professional work — VMware. Read about choosing business solutions in the article Low-code.

How to create a virtual machine on a computer?

Download and install VirtualBox or VMware. Click “Create”, choose a name and OS type, allocate RAM (2-4 GB), create a virtual disk (20-50 GB). Then specify the ISO image of the operating system and run the installation as on an ordinary computer. Read more about configuration in the article Infrastructure.

How much RAM is needed for a virtual machine?

At a minimum — 2 GB for lightweight Linux systems, 4 GB for Windows 10/11. For comfortable work, 8-16 GB is recommended on the host system to allocate 4-8 GB to the virtual machine. The more tasks you plan to perform in the VM, the more RAM you will need. Read about system requirements in the article Operating system.

What is an operating system in simple words?

An operating system is the main program on a computer or smartphone that manages all the “hardware” and allows you to use the device. Without an OS, a computer simply will not turn on — it is like a brain for the technology. The most popular operating systems: Windows, macOS, Linux for computers, Android and iOS for phones. Read more about choosing an OS in the article Infrastructure.

What types of operating systems are there?

For computers and laptops — Windows (the most popular), macOS (for Apple computers) and Linux (free, for programmers). For smartphones and tablets — Android (the most popular) and iOS (for iPhone). There are also Russian operating systems: Astra Linux, RED OS, Alt OS. Read about Russian developments in the article Import substitution.

Which OS is the most popular in the world?

Among computers — Windows (about 72% of the market). Among all devices (including smartphones) — Android (more than 70% of the global market). Windows is popular for work and games, Android — for mobile devices. Read about choosing an OS for business in the article Fintech.

How is Linux better than Windows?

Linux is free, more secure (fewer viruses), lighter (works on old hardware) and gives full control over the system. Windows is more convenient for beginners and has more programs and games. The choice depends on your tasks: if you are a programmer or administrator — Linux, for an ordinary user — Windows. Read about choosing an OS in the article Infrastructure.

What is a Russian operating system?

This is an OS developed in Russia to replace the foreign Windows and macOS. The main Russian operating systems are Astra Linux (used in government bodies), RED OS and Alt OS. They are based on Linux, have FSTEC and FSB certificates and meet the security requirements for work with state secrets. Read about Russian developments in the article Import substitution.

Which OS is best for a laptop?

For most users, the best choice is Windows 11, since it has the most programs, games and hardware compatibility. If you work in a creative field (design, video, music), macOS is an excellent option. For programmers and system administrators — Linux. Read about choosing an OS for work in the article Fintech.

What is the downside of Linux?

Linux is harder for beginners to learn, has fewer games and professional programs (for example, Adobe Photoshop). There may also be problems with drivers for non-standard hardware. However, for programmers, servers and advanced users these downsides are not critical. Read about choosing an OS in the article Infrastructure.

What is a domain in simple words?

A domain is the address of a website on the internet that you enter in the browser. For example, google.com or yandex.ru are domains. They are needed so that people can easily find websites without remembering complex digital IP addresses. Read more about how the internet works in the article Infrastructure.

How is a domain different from a website?

A domain is only the address of the site (for example, yoursite.ru). A website is the project itself with texts, images and code, which is stored on hosting. A domain can be compared to the address of a house, and a website — to the house itself where you live. Read about choosing hosting in the article Infrastructure.

What domain zones are there?

Domain zones are divided into national (.ru — Russia, .kz — Kazakhstan, .de — Germany), international (.com — commercial, .org — non-profit, .net — network) and new thematic zones (.shop — stores, .tech — technologies, .blog — blogs). The choice of zone depends on the goals of your project. Read about choosing a domain for business in the article Fintech.

How to register a domain?

Choose a registrar (for example, Reg.ru, Beget, Nic.ru), check the availability of the name, choose a zone, fill in the form and pay for registration. The domain is rented for a period from 1 to 10 years. After registration, configure DNS to link the domain to hosting. Read more about configuration in the article DNS.

How much does a domain cost?

The cost of a domain depends on the zone and the registrar. On average, a domain in the .ru zone costs 500-800 rubles per year, .com — 800-1200 rubles, .rf — 300-500 rubles. Premium domains (short and catchy) can cost from tens of thousands to millions of rubles. Read about choosing a domain for business in the article Low-code.

Can I create a website without a domain?

Technically, yes, but it will be inconvenient. Without a domain, a website is accessible only by IP address (for example, 192.168.0.1), which is hard to remember and impossible to use for branding. For a serious project, a domain is mandatory. Read about creating websites in the article Low-code.

What is a subdomain?

A subdomain is a part of the main domain that is created for individual sections of a website. For example, in the address mail.yandex.ru, mail is a subdomain. Subdomains are used to separate services: mail, blog, store, forum. They are created free of charge in the hosting control panel. To study related concepts, we also recommend reading about CDN and DHCP.

What is a CDN in simple words?

A CDN is a network of servers around the world that store copies of your website (images, video, styles). When a user opens the site, files are loaded from the server closest to him, not from your main hosting. This makes the site faster, especially for users from other countries or regions. Read more about choosing IT solutions in the article Infrastructure.

How is a CDN different from hosting?

Hosting is the place where your website is stored (the main server). A CDN is an additional network of servers that speeds up the delivery of content to users. Hosting stores all files, while a CDN stores only their copies for fast distribution. They work together: hosting is like the main house, while a CDN is like warehouses in different cities with copies of goods. Read about choosing hosting in the article Low-code.

Which CDNs work in Russia?

In Russia, local providers operate: Ngenix (the largest, part of Rostelecom Data Center), Selectel, CDNvideo, EdgeTsentr, cdnnow!, as well as cloud Yandex Cloud CDN and VK Cloud CDN. Among foreign ones, Cloudflare has retained several nodes in the Russian Federation, but its use may be unstable due to restrictions. For Russian projects, it is better to choose local CDNs. Read more about choosing providers in the article Fintech.

How much does a CDN cost?

Prices depend on the volume of traffic. Some providers have fixed tariffs (for example, 600 rubles per month for 1000 GB at cdnnow!). Others offer pay-as-you-go — from 0.5 to 1.5 rubles per 1 GB of traffic. Some cloud providers (Yandex Cloud) give free limits of up to 150 GB. For small websites, CDN costs amount to 500-3000 rubles per month. Read about choosing tariffs in the article Infrastructure.

Is a CDN free?

Some CDNs have free tariffs: Cloudflare (the most popular free CDN in the world), as well as Russian services like TurboFlare. However, free tariffs usually have restrictions on traffic, speed or functionality. For serious projects with large traffic, it is better to use paid solutions. Read about choosing a CDN for business in the article Low-code.

Why do I need a CDN if my website is already fast?

Even if your website is fast in your region, it can be slow for users from other cities or countries. A CDN solves this problem by storing copies of files around the world. A CDN also protects from DDoS attacks, reduces the load on the server and improves SEO. If you have a global audience or plan to expand it, a CDN is necessary. Read about protection from DDoS in the article WAF.

How to connect a CDN to a website?

Connecting a CDN usually takes 10-15 minutes: choose a provider, register, create a CDN resource and specify the address of your main server. Then in the DNS settings of your domain, create a CNAME record pointing to the address of the CDN provider. Configure caching rules and an SSL certificate. Most CMS (WordPress, 1C-Bitrix) have plugins for automatic integration. Read more about configuration in the article Infrastructure. We also recommend reading about the concept of a Domain.

What is DHCP in simple words?

DHCP is a system that automatically distributes IP addresses to devices in a network. When you connect a phone to Wi-Fi, the DHCP server (usually a router) assigns it an address, subnet mask and other settings by itself. You do not need to enter anything manually — everything happens automatically. Read more about how networks work in the article Infrastructure.

What is the difference between DHCP and DNS?

DHCP distributes IP addresses to devices in a network, while DNS converts domain names of websites (for example, yandex.ru) into IP addresses. DHCP is like an administrator who issues numbers (addresses) to devices. DNS is like a phone book that uses a name (domain) to find a number (IP address). They work together: DHCP issues an address, and DNS helps find a website by its name. Read more about DNS in the article DNS.

What will happen if I disable DHCP on the router?

If you disable DHCP, devices will stop automatically receiving IP addresses. Every device (phone, laptop, TV) will have to be configured manually — IP address, subnet mask, gateway and DNS. This is very inconvenient, especially if you have many devices. Without DHCP, the network stops being “plug-and-play” — a new device will not be able to connect without manual configuration. Read about network configuration in the article Infrastructure.

What is the DHCP lease time?

The lease time is the period for which an IP address is allocated to a device. When the time expires, the device can receive a new address or renew the lease. For home, 24 hours is usually set, for public networks (cafes, hotels) — 1-2 hours. A short lease time helps free up addresses faster when a device disconnects from the network.

What is better: DHCP or a static IP?

DHCP is convenient for most devices — it is automatic and requires no configuration. A static IP is needed for servers, printers and other devices that require a permanent address (for example, for external access). In home networks, almost all devices use DHCP, and for a printer or NAS you can reserve a permanent IP through the DHCP settings. Read about choosing settings in the article Infrastructure.

How to enable DHCP on a router?

Go to the router settings through the browser (usually 192.168.0.1 or 192.168.1.1). Find the LAN, Network or DHCP section. Set the switch to the “Enable” position, specify the address range (for example, 192.168.1.100-200) and the lease time. Save the settings and restart the router. After that, devices will automatically receive IP addresses. Read more about configuration in the article Infrastructure.

Why do I need DHCP if I can configure everything manually?

Manual configuration of IP addresses for every device takes a lot of time and is fraught with errors — you can accidentally assign two devices the same address (an IP conflict). DHCP automates this process, prevents conflicts and simplifies network management, especially if you have many devices. In modern networks, DHCP is used almost everywhere.

What are wireless networks in simple words?

Wireless networks are the connection of devices without wires, over radio waves. This is Wi-Fi at home, Bluetooth headphones, mobile internet 4G/5G. They allow you to connect to the internet and exchange data anywhere without being tied to cables. Read more about technologies in the article Bluetooth.

What types of wireless networks are there?

Wireless networks are divided by range: WPAN (up to 10 m — Bluetooth, NFC), WLAN (up to 100 m — Wi-Fi), WMAN (up to tens of km — WiMAX) and WWAN (global — 4G, 5G, satellite internet). For home and office, Wi-Fi is used, for mobile devices — cellular communication. Read about home networks in the article Home networks.

What is the difference between Wi-Fi and wireless internet?

Wi-Fi is a way to connect devices to the internet inside a room (a local network). Wireless internet is a way to deliver the internet to your home or device (through 4G/5G or a satellite). Wi-Fi distributes the internet inside the home, while wireless internet delivers it to the home. They work together: the provider gives wireless internet, and the router distributes it over Wi-Fi.

What devices use wireless networks?

Almost all modern devices: smartphones, laptops, tablets, smart watches, fitness bracelets, wireless headphones, smart speakers, TVs, game consoles, robot vacuum cleaners, smart light bulbs and other internet of things devices. Even cars use wireless networks for navigation and updates.

What are the risks of wireless networks?

The main risks: data interception (if the network is not password-protected), attacks through router vulnerabilities, connection of third-party devices to your network, theft of passwords through fake Wi-Fi points (Evil Twin). To protect yourself, use WPA2/WPA3 encryption, strong passwords and regularly update the router firmware. Read about data protection in the article Cloud security.

What is better: a wired or wireless network?

A wired network (Ethernet) provides higher speed, stability and security. A wireless one (Wi-Fi) is more convenient — you can connect from any point of the house without being tied to a cable. For desktop computers and game consoles, it is better to use a cable, for mobile devices — Wi-Fi. Often both options are used together.

How to connect to a wireless network?

On a phone or laptop, open the Wi-Fi settings, turn it on, select the network from the list and enter the password. If the network is open (without a password), the connection will happen automatically, but this is unsafe. Connecting to a corporate network may require additional configuration (login, certificate). Read about setting up home networks in the article Home networks. To study related concepts, we also recommend reading about the Internet of things and NFC.

What is a home network in simple words?

A home network is the union of all your devices (phone, laptop, TV, printer) into a single network through a router. They can talk to each other and access the internet through one channel. It is like a common house where all residents can talk and go outside through a common door (the router). Read about how wireless networks work in the article Wireless networks.

What does a home network consist of?

The main components: a router (distributes the internet), devices (laptops, phones, TVs), cables for wired connection and access points for expanding Wi-Fi. The router is the “brain” of the network, which manages all traffic and distributes the internet between devices. Read about choosing a router in the article Infrastructure.

How to create a home Wi-Fi network?

Connect the provider's cable to the router, turn it on, go to the settings (192.168.0.1 or 192.168.1.1), set a network name and password, choose WPA2 or WPA3 encryption. Then connect devices — find the network in the Wi-Fi list and enter the password. The whole process takes 10-15 minutes. Read more about configuration in the article Infrastructure.

How is a home network different from Wi-Fi?

A home network is a general concept that includes all connection methods (wired and wireless). Wi-Fi is only a wireless way to connect to a home network. A home network can be wired (cables), wireless (Wi-Fi) or hybrid. Wi-Fi is a part of a home network.

Can you use a home network without the internet?

Yes, a home network can work without internet access. You can exchange files between computers, print on a shared printer, watch movies from a media server or play local network games. The internet is needed only to reach the global network, but the internal functions of a home network work even without it.

Which provider is best for home internet?

The choice of provider depends on your address. In Moscow and large cities, MTS, Beeline, Rostelecom and Dom.ru are popular. In the regions — local providers. Compare tariffs by speed and price, read neighbors' reviews. The optimal speed for a family of 3-4 people is 100-300 Mbps. Read about choosing a provider in the article Fintech.

How to protect a home Wi-Fi network?

Use a strong password (at least 12 characters, with digits and letters), enable WPA2 or WPA3 encryption, hide the network name (SSID) from outsiders, disable WPS, regularly update the router firmware. You can also set up a guest network for visitors so that they do not have access to your devices. Read about data protection in the article Cloud security.

What is Bluetooth in simple words?

Bluetooth is a wireless communication technology over short distances. It allows you to connect headphones to a phone, a keyboard to a computer, a watch to a smartphone — all without wires. It is like an invisible cable that connects your devices. Read about other wireless technologies in the article Wireless networks.

How is Bluetooth different from Wi-Fi?

Bluetooth connects devices to each other (headphones to a phone) and consumes little power. Wi-Fi connects devices to the internet and consumes more power. Bluetooth is for personal accessories, Wi-Fi is for the internet and networks. They complement each other: Bluetooth for short-range communication, Wi-Fi for internet access. Read more about Wi-Fi in the article Wireless networks.

What versions of Bluetooth exist?

The main versions: Bluetooth 4.0 (introduced the energy-saving BLE mode), Bluetooth 5.0 (increased the range to 240 m and doubled the speed), Bluetooth 5.2 (LE Audio), Bluetooth 5.3 (improved stability) and the newest Bluetooth 6.0 (precise positioning down to centimeters). For most devices, Bluetooth 5.0 and higher is enough.

Can you use Bluetooth without the internet?

Yes, Bluetooth works without the internet. It connects devices directly over a radio channel. You can listen to music through headphones, transfer files between phones, control a smart home — all of this works without Wi-Fi and mobile internet. The internet is not needed for Bluetooth to work.

Is Bluetooth safe for health?

Yes, Bluetooth is absolutely safe for health. The radiation power of Bluetooth devices is 1-10 milliwatts — this is 1000 times less than that of a smartphone. The signal belongs to non-ionizing radiation, which cannot damage DNA or heat tissues. Large studies do not confirm a link between Bluetooth and diseases.

Do I need to turn off Bluetooth on my phone?

It is recommended to turn off Bluetooth when it is not needed. This saves battery (albeit a little) and improves security — fraudsters will not be able to connect to your device through Bluetooth vulnerabilities. In public places, keep Bluetooth off; at home you can leave it on for accessories. Read about data protection in the article Digital footprint.

How to connect Bluetooth headphones to a phone?

Turn on the headphones and switch them to pairing mode (usually hold the power button for 3-5 seconds). On the phone, turn on Bluetooth, find the headphones in the list of available devices and press “Connect”. If a password is asked, it is usually 0000 or 1234. After the first connection, the headphones will connect automatically. Read about device setup in the article Infrastructure.

What is NFC in simple words?

NFC is a technology that allows devices to exchange data over a very short distance (up to 10 cm). The most famous example is paying in a store with a phone: you simply bring your smartphone to a terminal. NFC is also used for metro travel, transferring files between phones and managing a smart home. Read about how NFC works in payments in the article Fintech.

How to enable NFC on a phone?

On Android: go to “Settings” → “Connections” (or “Network & Internet”) → find the NFC item and move the slider to “On”. You can also enable it through the notification shade (swipe down) — the NFC icon should be there. On the iPhone, NFC is enabled by default and does not require manual activation — it is automatically activated when using payment applications (Apple Pay). Read more about configuration in the article Infrastructure.

How to find out if there is NFC on a phone?

A quick way: type the command *#06# on the phone keypad — if there is NFC, you will see a line with the EID (Embedded Identity Document). Or go to “Settings” and enter “NFC” in the search — if the item exists, the module is supported. You can also check in “Settings” → “Connections” — look for the NFC or Contactless Payments item. On iPhone, NFC is present in all models from iPhone 6 and above, but it is used only for Apple Pay.

How to set up payment through NFC?

To set up payment via NFC: enable NFC on your phone (on Android), install a payment application (Google Wallet, Mir Pay, SberPay, T-Pay), add a bank card (scan it with the camera or enter manually). Confirm the card via SMS or the bank application. Then simply unlock the phone (place a finger or enter a password) and bring it to a payment terminal. You do not need to open the application for payment — it is enough that the screen is active. Read about payment systems in the article Fintech.

Is it safe to use NFC for payment?

Yes, NFC is safe. The range is only 2-10 cm, so an attacker cannot “read” the data at a distance. In addition, payment requires unlocking the screen (password, fingerprint or Face ID). The payment data itself is not transmitted — instead of the card number, an encrypted digital token is used (tokenization), which is useless for attackers. Banks also use additional transaction verification. Read about data protection in the article Digital footprint.

Do I need to turn off NFC on my phone?

You do not have to turn off NFC — it almost does not consume battery (less than 1% per day) and is safe. However, for maximum security, experts recommend disabling it in public places (transport, streets) to rule out the theoretical possibility of an attack (although such attacks are extremely rare due to the short range). At home, you can leave it on for comfort. Read about mobile device security in the article Digital footprint.

Can I use NFC without the internet?

Yes, NFC works without the internet. Data transfer between devices happens directly over a radio channel at 13.56 MHz. Contactless payment does not require the internet — the terminal contacts the bank through its own network (for example, through GSM or Ethernet), not through your phone. However, some functions (for example, checking a card balance or activating some payment applications) may require the internet, but the main NFC function works offline.

What is eSIM in simple words?

eSIM is a virtual SIM card. It is built into the phone and does not require a plastic card. You connect a number through the internet — scan a QR code or install it through the operator's application. It is like an electronic version of a regular SIM that cannot be lost or broken. Read about how mobile networks work in the article Wireless networks.

How is eSIM different from a regular SIM card?

A regular SIM is a plastic card that can be taken out and moved to another phone. eSIM is a chip soldered into the phone. It cannot be taken out. eSIM is more convenient: you can connect numbers online, store several profiles, travel without changing cards. The downside is that it is harder to transfer a number to another phone. Read about network configuration in the article Infrastructure.

How to connect eSIM on a phone?

On Android: “Settings” → “Connections” → “SIM card manager” → “Add eSIM” → scan the QR code. On iPhone: “Settings” → “Cellular” → “Add eSIM” → scan the QR code. The QR code is issued by the operator when you order eSIM. An internet connection is needed for activation. Read more about configuration in the article Infrastructure.

What is the downside of eSIM?

The main downside is the binding to a specific device. You cannot simply move the card to another phone. If the phone breaks or is lost, you need to contact the operator for a new QR code. Also, activating eSIM requires the internet. In some countries, eSIM support is still limited. Read about choosing devices in the article IMEI.

Which phones support eSIM?

eSIM is supported by all iPhones from XS/XR and newer, all Google Pixel from 3 and newer, all Samsung Galaxy S20/S21/S22/S23/S24 and newer, many Xiaomi models (13, 14 and newer), Honor, Huawei, Oppo. Enter the command *#06# — if the list contains EID, the phone supports eSIM. Read about checking devices in the article IMEI.

Can I use eSIM in Russia?

Yes, eSIM works legally in Russia. All major operators (MTS, MegaFon, Beeline, T2, Yota, SberMobile) support eSIM. You can connect a new number or transfer an existing one from a physical SIM to eSIM. Activation requires a passport or identity confirmation through State Services. Read about network configuration in the article Infrastructure.

What will happen to a physical SIM card if I switch to eSIM?

When switching to eSIM, the physical SIM card stops working — the number is transferred to the built-in chip. You can throw away the physical card or keep it in case you need to switch back. Some operators allow you to have a physical SIM and eSIM with different numbers on one phone at the same time. Read about configuring home networks in the article Home networks.

What is IMEI in simple words?

IMEI is a unique number assigned to every phone at the factory. It is like a passport or fingerprint of your device. Even if two phones are of the same model, their IMEIs will differ. Phones with two SIM cards have two IMEIs. Read about how mobile networks work in the article Wireless networks.

How to find out the IMEI of a phone?

The fastest way is to type the command *#06# on the phone keypad. The number appears on the screen instantly. You can also see the IMEI in the settings (iPhone: “Settings” → “General” → “About”; Android: “Settings” → “About phone”), on the phone box or on the case (often engraved on the SIM tray). Read about setting up devices in the article Infrastructure.

Why is IMEI needed on a phone?

IMEI is needed for identifying a device in cellular networks. It helps operators recognize a phone, and the police block stolen devices. IMEI is also used to check the authenticity of a device at purchase and for warranty service in service centers. Read about data protection in the article Digital footprint.

Can I find a phone by IMEI?

Technically, yes, but only law enforcement bodies can do this through mobile operators. Ordinary users, websites or applications cannot do it. If a phone is stolen, you should report the IMEI to the police — they can track the device when it appears in the network. Do not trust websites that promise to find a phone by IMEI for money — this is fraud. Read about security in the article Digital footprint.

Can a phone be blocked by IMEI?

Yes, a mobile operator can block a phone by IMEI if you report the theft. After blocking, the device will not be able to connect to the operator's network, even if an attacker changes the SIM card. To block, contact the police and your operator with an application. Read about device protection in the article Information security.

Why should I not show the IMEI to strangers?

Fraudsters can use your IMEI to clone a device, add it to blacklists or blackmail you. If an attacker gets your IMEI, he can reflash it onto another phone, and if a crime is committed with it, the police may come after you. Therefore, do not publish the IMEI on forums, in ads and do not tell it to strangers. Read about protection from fraudsters in the article Fraud.

Does the IMEI differ on phones with two SIM cards?

Yes, phones with two SIM cards have two IMEIs — one for each slot. Usually they are displayed simultaneously when entering the command *#06#. The first IMEI refers to the first slot, the second — to the second one. Both numbers are unique for this particular device. Read about configuring two SIM cards in the article Home networks.

What is backup in simple words?

Backup is creating copies of your important files in case they are lost. It is like insurance for your data. If you accidentally delete a file, your computer breaks down or a virus encrypts your data, you can restore everything from a backup copy. Read about data protection in the article Cloud security.

What types of backup are there?

Three main types: full (all data is copied), incremental (only changes since the last copy) and differential (changes since the last full copy). Full is the most reliable, but slow. Incremental is the fastest and most economical. Differential is a compromise between them. Read about setting up backups in the article Infrastructure.

What is the 3-2-1 rule?

This is the golden rule of backup: 3 copies of data (original + 2 backups), 2 different types of media (for example, an external disk and the cloud), 1 copy offsite (outside the home or office). This guarantees that you will not lose data even in case of serious problems. Read about applying the rule in the article Infrastructure.

Where to store backup copies?

The best option is to combine different places: cloud storage (Google Drive, Yandex Disk, iCloud) for automatic synchronization, external hard drives for local storage and remote storage (a server in another city or a second cloud). The 3-2-1 rule recommends storing copies in different places on different media.

How often should you do backup?

The frequency depends on how often your data changes. For everyday documents and work files — daily. For personal photos and videos — once a week. For system backups — once a month. Set up automatic backup so you do not forget to do it. Read about setting up automation in the article Low-code.

What happens if you do not do backup?

If you do not do backup, you risk losing all your data in case of a system failure, disk failure, virus attack or device theft. According to statistics, more than 60% of companies that lost their data close within six months. For individuals, the consequences are the loss of family photos, documents and work files. Read about protection from viruses in the article Antivirus software.

How to restore data from a backup?

Restoring depends on where the copy is stored. In cloud services, you need to log into your account and download the necessary files. On an external disk — connect it to the computer and copy the files back. For system backups, use built-in tools (Time Machine on macOS, System Restore in Windows). Read more about restoring in the article Infrastructure.

What is a DDoS attack in simple words?

A DDoS attack is an artificial overload of a website or server with a huge number of requests from different computers. The goal is to make the resource stop opening for ordinary users. Attackers use a network of infected devices (a botnet) around the world. Read about ways to protect against such attacks in the article Information security.

How to understand that a DDoS attack is underway?

Main signs: a sharp jump in traffic without visible reasons, server errors 502/503/504, slow loading or complete unavailability of the website, strange geography of requests (from countries where you have no audience). If you notice these signs, check the server logs and contact your hosting provider. Read about problem diagnostics in the article Information security incident.

What is the difference between DoS and DDoS?

DoS (Denial of Service) is an attack from one device. DDoS (Distributed Denial of Service) is an attack from many sources (distributed), using a botnet. A DDoS attack is harder to block, since the traffic comes from legitimate addresses of real users whose devices were infected. Read about network threats in the article Firewall.

What is the penalty for a DDoS attack?

Organizing or participating in a DDoS attack entails criminal liability. In Russia — under Articles 272-274 of the Criminal Code of the Russian Federation (up to 7 years of imprisonment and fines up to 2 million rubles). In the USA and EU countries — from 10 to 20 years of imprisonment. Civil lawsuits for damages are also possible. Read about legal consequences in the article Cyber fraud.

How to protect against DDoS attacks?

The most effective way is to connect cloud protection services (Anti-DDoS) that filter traffic before it reaches your server. We recommend using Cloudflare, DDoS-Guard or built-in solutions from Yandex Cloud. Setting up request rate limiting and using a WAF also helps. Read about comprehensive protection in the article Information security.

What is a sandbox in IT in simple words?

A sandbox is an isolated environment for safely running suspicious files or testing code. All changes remain inside the sandbox and do not affect the main system. It is like a children's sandbox — you can play, build and break, but everything outside it stays clean. Read about protection from viruses in the article Antivirus software.

What is a sandbox used for in cybersecurity?

For safely analyzing suspicious files and programs. A file is run in an isolated environment where specialists observe its behavior: what it tries to change, what files it creates, where it sends data, what system calls it executes. If it is a virus, it will not be able to infect the main system, and analysts will get information about its behavior to create signatures and protection. Read about protection from threats in the article EDR / XDR.

How does a sandbox differ from a virtual machine?

A virtual machine is a full-fledged computer emulator where you can install an OS and work as on a regular PC. It is isolated, but requires significant resources. A sandbox is usually a more lightweight isolated environment for running individual programs, often at the OS or application level. Virtual machines are often used as sandboxes, but not the other way around. Read about virtualization in the article Virtualization.

What are the popular sandboxes?

Popular solutions: Sandboxie (Windows), Windows Sandbox (built into Windows 10/11 Pro), Cuckoo Sandbox (for malware analysis in corporate SOCs), VirtualBox/VMware (full-fledged VM sandboxes), Firejail (for Linux). The choice depends on the tasks: Sandboxie or Windows Sandbox are suitable for simple testing, Cuckoo or virtual machines for professional analysis. Read about virtual machines in the article Virtual machine.

Can a virus bypass a sandbox?

Yes, some complex viruses can detect that they are running in a sandbox (sandbox evasion) and do not show malicious activity. Also, with incorrect isolation configuration, a virus can “escape” and infect the system (sandbox escape). Therefore, it is important to use proven solutions, regularly update software, use several layers of isolation and combine sandboxes with other protection means such as EDR and SIEM.

Is a sandbox used in antivirus products?

Yes, many modern antivirus products use sandboxes for behavioral analysis of suspicious files. When an unknown file is detected, the antivirus can run it in a cloud or local sandbox, analyze its behavior and decide whether to block it. This allows identifying new threats for which signatures do not yet exist. Read about antiviruses in the article Antivirus software.

How to set up a sandbox for development on Windows?

Windows 10/11 Pro and Enterprise have a built-in Windows Sandbox feature. To enable it, go to Control Panel -> Programs -> Turn Windows features on or off and check “Windows Sandbox”. After a restart you can launch the isolated environment through the Start menu. You can also use Sandboxie or VirtualBox to create virtual machines. For corporate use, it is recommended to design protected environments using professional services.

What is an API gateway in simple words?

An API gateway is a single entry point for all requests to microservices. It accepts a request, checks the user's rights, limits the frequency of requests and redirects it to the needed microservice. Like a reception desk in a large office. Read about microservices in the article Client-server architecture.

What is an API gateway for?

An API gateway centrally handles authentication, authorization, request limitation, routing, data transformation and response aggregation. This offloads microservices and simplifies API management. Read about security in the article WAF.

What API gateways are there?

Cloud: Yandex API Gateway, AWS API Gateway, Azure API Management. Open Source: Kong, Traefik, Tyk, Envoy, NGINX. On-premise: Apigee, IBM API Connect. The choice depends on the infrastructure and budget. Read about solutions in the article Proxy server.

How does an API gateway differ from a proxy?

An ordinary proxy simply redirects requests “as is”. An API gateway is a “smart” proxy: it checks authentication, limits requests, transforms data, aggregates responses from several services and collects analytics. Read about proxies in the article Proxy server.

Is an API gateway a load balancer?

Not exactly. A load balancer distributes load between instances of one service. An API gateway does more: it routes between different services, checks rights and transforms data. It can include load balancing, but that is only one of its functions. Read about load balancing in the article Server cluster.

What is client-server architecture in simple words?

This is a model where a client (your browser or application) requests data, and a server processes it and returns it. Like an order in a restaurant: you (the client) place an order, the kitchen (the server) prepares and serves the dish. Read about how servers work in the article Web server.

How does client-server architecture differ from file-server?

In a file-server model, files are stored on a server and clients open and process them themselves (for example, shared access to documents). In a client-server model, the client only sends requests, and all processing is done by the server. This is safer and more efficient for complex systems. Read about databases in the article DBMS.

What levels of client-server architecture are there?

Two-tier — the client directly accesses the DB server. Three-tier — an application server with business logic stands between the client and the DB. Multi-tier — caching, queues and integration services are added. Read about corporate systems in the article 1C:Enterprise.

What are the advantages of client-server architecture?

Centralized data storage, high security, ease of scaling, backup and updates. Clients do not store data, so if a device breaks, the information will not be lost. Read about data protection in the article Data backup.

What are the disadvantages of client-server architecture?

A single point of failure — if the server goes down, the system is unavailable. Dependence on network quality. High load on the server with a large number of users. To solve these problems, clustering and load balancing are used. Read about clusters in the article Server cluster.

What is open source software in simple words?

Open Source is programs whose code is open to everyone. You can not only use them for free, but also see how they work, modify them for your needs and distribute your versions. It is like a recipe for a dish — you can cook it, change the ingredients and share the recipe. Read about choosing software in the article Alternative software.

What popular programs with open code are there?

Linux (OS), LibreOffice (office), Firefox (browser), PostgreSQL and MySQL (DB), NGINX and Apache (web servers), GIMP (graphics), Blender (3D), Python and JavaScript (languages). This is only a small part — there are millions of Open Source projects. Read about solutions in the article Software import substitution.

What is the difference between Open Source and Free Software?

Free Software puts the emphasis on the ethical freedoms of the user. Open Source — on practical advantages (quality, security). In practice it is almost the same thing, but the philosophy is different. Read about licenses in the article Licenses.

What are the advantages of open software?

Free availability, security (the code is checked by thousands of developers), transparency (no hidden functions), vendor independence, flexibility (you can customize it for yourself) and a huge community. Read about selecting in the article Enterprise architecture.

How do people make money with open software?

On paid services (installation, configuration, support), commercial support (Red Hat), cloud services (SaaS), the Open Core model (the base is free, extensions are paid) and donations/sponsorship. Read about business models in the article Fintech.

Did not find an answer to your question?

Leave a request — our specialists will contact you and help you solve any task in the field of information security and automation.

Guaranteed result
Fit to your budget
Comprehensive approach
Certified experts