Notice: Undefined index: wp-path in /www/html/public/wp-content/plugins/qtranslate-xt/qtranslate_frontend.php on line 18

Warning: session_start(): Cannot start session when headers already sent in /www/html/vendor/growth-driver/web-app/app/WebApp/Utils/UtilsTrait.php on line 100

Warning: Cannot modify header information - headers already sent by (output started at /www/html/public/wp-content/plugins/qtranslate-xt/qtranslate_frontend.php:18) in /www/html/public/wp/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /www/html/public/wp-content/plugins/qtranslate-xt/qtranslate_frontend.php:18) in /www/html/public/wp/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /www/html/public/wp-content/plugins/qtranslate-xt/qtranslate_frontend.php:18) in /www/html/public/wp/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /www/html/public/wp-content/plugins/qtranslate-xt/qtranslate_frontend.php:18) in /www/html/public/wp/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /www/html/public/wp-content/plugins/qtranslate-xt/qtranslate_frontend.php:18) in /www/html/public/wp/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /www/html/public/wp-content/plugins/qtranslate-xt/qtranslate_frontend.php:18) in /www/html/public/wp/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /www/html/public/wp-content/plugins/qtranslate-xt/qtranslate_frontend.php:18) in /www/html/public/wp/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /www/html/public/wp-content/plugins/qtranslate-xt/qtranslate_frontend.php:18) in /www/html/public/wp/wp-includes/rest-api/class-wp-rest-server.php on line 1831
{"id":1965,"date":"2022-12-20T17:48:30","date_gmt":"2022-12-20T14:48:30","guid":{"rendered":"https:\/\/vstack-com.hst11.itglobal.com\/?p=1965"},"modified":"2023-06-08T16:34:53","modified_gmt":"2023-06-08T13:34:53","slug":"horizontal-and-vertical-scaling-of-it-infrastructure","status":"publish","type":"post","link":"https:\/\/vstack-test.itglobal.com\/blog\/hyperconvergence\/horizontal-and-vertical-scaling-of-it-infrastructure\/","title":{"rendered":"Horizontal and vertical scaling of IT infrastructure"},"content":{"rendered":"

Sooner or later in the company there comes a time when the existing server at its disposal can no longer cope with the processing of large amounts of data and the overall computing load. \u0412 \u044d\u0442\u043e\u0442 \u043c\u043e\u043c\u0435\u043d\u0442 \u0432\u043e\u0437\u043d\u0438\u043a\u0430\u0435\u0442 \u0434\u0438\u043b\u0435\u043c\u043c\u0430: \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043c\u043e\u0449\u043d\u043e\u0441\u0442\u0435\u0439 \u0432 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u0441\u0435\u0440\u0432\u0435\u0440 \u0438\u043b\u0438 \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0441\u0442\u0438 \u0432\u0442\u043e\u0440\u043e\u0439, \u0447\u0442\u043e\u0431\u044b \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u043c\u0435\u0436\u0434\u0443 \u043d\u0438\u043c\u0438. In this material we will consider the pros and cons of both options, and talk about modern approaches to building IT-infrastructure.<\/em><\/h4>\r\n\r\n\r\n

What is scaling and when does it apply<\/h2>\r\nScaling is the process of adding resources aimed at the ability of an information system to cope with increasing volumes of data and their processing. There is no IT infrastructure that stays the same for a long time in a running environment. Even if a company has paused its processes and is not growing or developing, the amount of data will still accumulate and the information systems will become more complex. Computational queries require the server to store large amounts of data and allocate significant resources.\r\n\r\nTherefore, one of the priority tasks of IT specialists is to ensure infrastructure scalability, that is, the ability to quickly and cost-effectively expand the scope and performance of IT solutions. Scaling of IT infrastructure can be horizontal or vertical.\r\n\r\n

Vertical scaling<\/h2>.\r\nVertical scaling involves increasing capacity by adding resources: processors, memory, disks, etc. Vertical scaling is used when a company has reached the performance limits of a particular infrastructure element or node (CPU, storage, etc.). As the performance requirements of the IT infrastructure grow, the components of the computing system are replaced with more powerful ones. Increasing the performance of each individual component leads to an increase in overall performance.\r\n\r\nThe main disadvantage of vertical scaling in enterprise tier systems is the limitations. When a system user exceeds the allotted limit, he has to buy the next tier system. After that, it is necessary to move the infrastructure to a system with an extended limit. Sooner or later this happens in every company, because data tends to accumulate. The problematic is supplemented by a new question: \u201cwhat to do with the old equipment\u201d.\r\n\r\n

Horizontal Scaling<\/h2>\r\nHorizontal scaling is realized by adding more nodes of the infrastructure, each of which can take some of the load of the others. The main advantages of this approach are the ability to use standard inexpensive hardware, sufficient resources for workloads and no need for infrastructure migration.\r\n\r\nAnother advantage of horizontal scaling is the ability to work without downtime. With horizontal scaling, software instances run on multiple nodes of the IT infrastructure. Even if one of them fails, the remaining ones distribute its load among themselves, and the software continues to work. By comparison, in vertical scaling, a virtual machine failure will cause the software to stop working and require intervention to get it back up and running. Therefore, with vertical scaling, the more expensive the servers, the less likely they are to fail and suffer downtime. Horizontal scaling allows you to abandon the purchase of expensive equipment with increased reliability. It is easier and more profitable to buy inexpensive infrastructure elements and in case of failure to replace them with new ones. Costs can be reduced by about 20 times. At the same time, a virtual machine created on new hardware will contain a portion of data, which will ensure stable operation as part of a common cluster. This will allow you to migrate virtual machines from one infrastructure to another without stopping work.\r\n\r\n

How hyperconvergence enables horizontal scaling<\/h2>\r\nHyperconverged solutions allow a virtual infrastructure to be used as a platform to operate a horizontal scaling solution. In this way, a company can replace vertical scaling with horizontal scaling. Hyperconvergence is a modern infrastructure in which layers of compute, storage and network resources are combined into components without dedicated roles. This provides simplicity, speed and visibility, as well as a lack of discreteness.\r\n\r\nIf necessary, new nodes are added to the hyperconverged infrastructure to scale it. In this case, all nodes and elements will be the same and all roles will be combined. This greatly simplifies the infrastructure and reduces the cost of maintaining it. While the converged approach requires a team of 15-20 people to maintain the infrastructure \u201cwith a history,\u201d hyperconverged solutions can be managed by a single specialist.\r\n\r\nAn example of a Russian hyperconverged solution is the vStack<\/b> platform. The platform allows you to build an infrastructure based on the principles of horizontal scaling and can therefore be used with hardware both corporate and consumer level. The customer can independently form the outline of his own IT system and choose equipment to operate the platform based on his own needs, rather than the configuration limits imposed by the manufacturer.\r\n\r\nToday, horizontal scaling is a more cost-effective and faster way to add hardware. With the growing popularity of hyperconverged solutions, companies have begun to choose horizontal scaling instead of the more expensive and time-consuming vertical scaling.","protected":false},"excerpt":{"rendered":"

When a server can no longer handle the computational load, you can add capacity or buy a second device. We will consider the pros and cons of both options and tell you about approaches to building IT infrastructure.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[22],"tags":[],"class_list":["post-1965","post","type-post","status-publish","format-standard","hentry","category-hyperconvergence"],"yoast_head":"\nHorizontal and vertical scaling of IT infrastructure - vstack.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vstack-test.itglobal.com\/blog\/hyperconvergence\/horizontal-and-vertical-scaling-of-it-infrastructure\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Horizontal and vertical scaling of IT infrastructure - vstack.com\" \/>\n<meta property=\"og:description\" content=\"When a server can no longer handle the computational load, you can add capacity or buy a second device. We will consider the pros and cons of both options and tell you about approaches to building IT infrastructure.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vstack-test.itglobal.com\/blog\/hyperconvergence\/horizontal-and-vertical-scaling-of-it-infrastructure\/\" \/>\n<meta property=\"og:site_name\" content=\"vstack.com\" \/>\n<meta property=\"article:published_time\" content=\"2022-12-20T14:48:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-08T13:34:53+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sofiya Toropova\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/vstack-test.itglobal.com\/#website\",\"url\":\"https:\/\/vstack-test.itglobal.com\/\",\"name\":\"vstack.com\",\"description\":\"\\u0415\\u0449\\u0451 \\u043e\\u0434\\u0438\\u043d \\u0441\\u0430\\u0439\\u0442 \\u043d\\u0430 WordPress\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/vstack-test.itglobal.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/vstack-test.itglobal.com\/blog\/hyperconvergence\/horizontal-and-vertical-scaling-of-it-infrastructure\/#webpage\",\"url\":\"https:\/\/vstack-test.itglobal.com\/blog\/hyperconvergence\/horizontal-and-vertical-scaling-of-it-infrastructure\/\",\"name\":\"[:en]Horizontal and vertical scaling of IT infrastructure[:] - vstack.com\",\"isPartOf\":{\"@id\":\"https:\/\/vstack-test.itglobal.com\/#website\"},\"datePublished\":\"2022-12-20T14:48:30+00:00\",\"dateModified\":\"2023-06-08T13:34:53+00:00\",\"author\":{\"@id\":\"https:\/\/vstack-test.itglobal.com\/#\/schema\/person\/93f390441e1f1ad94fd528d06f893b4a\"},\"breadcrumb\":{\"@id\":\"https:\/\/vstack-test.itglobal.com\/blog\/hyperconvergence\/horizontal-and-vertical-scaling-of-it-infrastructure\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/vstack-test.itglobal.com\/blog\/hyperconvergence\/horizontal-and-vertical-scaling-of-it-infrastructure\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/vstack-test.itglobal.com\/blog\/hyperconvergence\/horizontal-and-vertical-scaling-of-it-infrastructure\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\\u0413\\u043b\\u0430\\u0432\\u043d\\u0430\\u044f \\u0441\\u0442\\u0440\\u0430\\u043d\\u0438\\u0446\\u0430\",\"item\":\"https:\/\/vstack-test.itglobal.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Horizontal and vertical scaling of IT infrastructure\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/vstack-test.itglobal.com\/#\/schema\/person\/93f390441e1f1ad94fd528d06f893b4a\",\"name\":\"Sofiya Toropova\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/vstack-test.itglobal.com\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/29a217ed1fe0dde685ad5234aa9aa016?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/29a217ed1fe0dde685ad5234aa9aa016?s=96&d=mm&r=g\",\"caption\":\"Sofiya Toropova\"},\"url\":\"https:\/\/vstack-test.itglobal.com\/blog\/author\/sofiya-toropova\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Horizontal and vertical scaling of IT infrastructure - vstack.com","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vstack-test.itglobal.com\/blog\/hyperconvergence\/horizontal-and-vertical-scaling-of-it-infrastructure\/","og_locale":"en_US","og_type":"article","og_title":"Horizontal and vertical scaling of IT infrastructure - vstack.com","og_description":"When a server can no longer handle the computational load, you can add capacity or buy a second device. We will consider the pros and cons of both options and tell you about approaches to building IT infrastructure.","og_url":"https:\/\/vstack-test.itglobal.com\/blog\/hyperconvergence\/horizontal-and-vertical-scaling-of-it-infrastructure\/","og_site_name":"vstack.com","article_published_time":"2022-12-20T14:48:30+00:00","article_modified_time":"2023-06-08T13:34:53+00:00","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Sofiya Toropova","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/vstack-test.itglobal.com\/#website","url":"https:\/\/vstack-test.itglobal.com\/","name":"vstack.com","description":"\u0415\u0449\u0451 \u043e\u0434\u0438\u043d \u0441\u0430\u0439\u0442 \u043d\u0430 WordPress","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vstack-test.itglobal.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/vstack-test.itglobal.com\/blog\/hyperconvergence\/horizontal-and-vertical-scaling-of-it-infrastructure\/#webpage","url":"https:\/\/vstack-test.itglobal.com\/blog\/hyperconvergence\/horizontal-and-vertical-scaling-of-it-infrastructure\/","name":"[:en]Horizontal and vertical scaling of IT infrastructure[:] - vstack.com","isPartOf":{"@id":"https:\/\/vstack-test.itglobal.com\/#website"},"datePublished":"2022-12-20T14:48:30+00:00","dateModified":"2023-06-08T13:34:53+00:00","author":{"@id":"https:\/\/vstack-test.itglobal.com\/#\/schema\/person\/93f390441e1f1ad94fd528d06f893b4a"},"breadcrumb":{"@id":"https:\/\/vstack-test.itglobal.com\/blog\/hyperconvergence\/horizontal-and-vertical-scaling-of-it-infrastructure\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vstack-test.itglobal.com\/blog\/hyperconvergence\/horizontal-and-vertical-scaling-of-it-infrastructure\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vstack-test.itglobal.com\/blog\/hyperconvergence\/horizontal-and-vertical-scaling-of-it-infrastructure\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","item":"https:\/\/vstack-test.itglobal.com\/"},{"@type":"ListItem","position":2,"name":"Horizontal and vertical scaling of IT infrastructure"}]},{"@type":"Person","@id":"https:\/\/vstack-test.itglobal.com\/#\/schema\/person\/93f390441e1f1ad94fd528d06f893b4a","name":"Sofiya Toropova","image":{"@type":"ImageObject","@id":"https:\/\/vstack-test.itglobal.com\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/29a217ed1fe0dde685ad5234aa9aa016?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/29a217ed1fe0dde685ad5234aa9aa016?s=96&d=mm&r=g","caption":"Sofiya Toropova"},"url":"https:\/\/vstack-test.itglobal.com\/blog\/author\/sofiya-toropova\/"}]}},"_links":{"self":[{"href":"https:\/\/vstack-test.itglobal.com\/wp-json\/wp\/v2\/posts\/1965"}],"collection":[{"href":"https:\/\/vstack-test.itglobal.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vstack-test.itglobal.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vstack-test.itglobal.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/vstack-test.itglobal.com\/wp-json\/wp\/v2\/comments?post=1965"}],"version-history":[{"count":2,"href":"https:\/\/vstack-test.itglobal.com\/wp-json\/wp\/v2\/posts\/1965\/revisions"}],"predecessor-version":[{"id":1967,"href":"https:\/\/vstack-test.itglobal.com\/wp-json\/wp\/v2\/posts\/1965\/revisions\/1967"}],"wp:attachment":[{"href":"https:\/\/vstack-test.itglobal.com\/wp-json\/wp\/v2\/media?parent=1965"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vstack-test.itglobal.com\/wp-json\/wp\/v2\/categories?post=1965"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vstack-test.itglobal.com\/wp-json\/wp\/v2\/tags?post=1965"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}