{"id":9877,"date":"2017-07-10T18:05:43","date_gmt":"2017-07-10T23:05:43","guid":{"rendered":"https:\/\/itsoftware.com.co\/content\/que-es-sistema-operativo-2\/"},"modified":"2023-03-16T11:22:20","modified_gmt":"2023-03-16T16:22:20","slug":"what-is-operating-systems-types","status":"publish","type":"post","link":"https:\/\/itsoftware.com.co\/content\/what-is-operating-systems-types\/","title":{"rendered":"What is an Operating System, how many types are there, what are they used for?"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">What is an operating system?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">An operating system is a series of programs that are in charge of managing the different hardware devices of a computer, to allow the interaction of the different applications, which in the end may or may not have interaction with the users.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><a href=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/que-es-un-sistema-operativo.jpg\"><img decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/que-es-un-sistema-operativo-300x225.jpg\" alt=\"What is an operating system?\" class=\"wp-image-4259\" width=\"254\" height=\"191\"\/><\/a><figcaption class=\"wp-element-caption\">What is an operating system?<\/figcaption><\/figure>\n<\/div>\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\">What is the purpose of an operating system?<\/h2>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<div class=\"wp-block-image wp-image-5416\">\n<figure class=\"alignright is-resized\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/para-que-sirve-un-sistema-operativo.png\" alt=\"What is the purpose of an operating system?\" class=\"wp-image-5416\" width=\"257\" height=\"232\"\/><figcaption class=\"wp-element-caption\">What is the purpose of an operating system?<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">The operating system starts automatically when the computer is turned on. The boot functions of the machine&#8217;s BIOS are responsible for starting the operating system.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The operating system is responsible for managing access to the hard disk, RAM, video memory, GPU, CPU, CPU interrupts, multimedia devices, bluetooth, wifi, wired ethernet, and input and output devices such as keyboard, mouse, display, USB ports, VGA, HDMI, serial, biometric readers, etc.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Operating system functions<\/h2>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\">I will now detail the functions of the operating system with each of the components of a computer system:<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>RAM memory<\/strong><\/h3>\n\n\n<div class=\"wp-block-image wp-image-5417\">\n<figure class=\"alignleft is-resized\"><img decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/Sistema-Operativo-RAM.jpg\" alt=\"RAM and virtual memory management\" class=\"wp-image-5417\" width=\"329\" height=\"203\"\/><figcaption class=\"wp-element-caption\">RAM and virtual memory management<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">The operating system is responsible for the allocation of memory for applications, both at the level of physical memory (RAM), video, and virtual memory (hard disk). The virtual memory is to make use of the hard disk to store data of running applications, so it is slower in processing, compared to applications that use 100% physical memory.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Some computers may have additional RAM memory, known as video memory, which is responsible for more specialized image processing, for example in a 3D animation rendering process, or for image-intensive video games.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Hard disk and file system<\/strong><\/h3>\n\n\n<div class=\"wp-block-image wp-image-5418\">\n<figure class=\"alignright is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/sistema-opeartivo-discos-duros.jpg\" alt=\"Storage Management\" class=\"wp-image-5418\" width=\"197\" height=\"197\"\/><figcaption class=\"wp-element-caption\">Storage Management<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">As for the hard disk, an operating system is responsible for giving read-write access to the hard disk and its partitions. Conditioned by the system or file table that it manages, for example the NTFS or FAT32 system.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In simple words, the file system is a table of addresses, which allow an operating system to find the physical location of a file or parts of it. So when we delete a file, we do not delete the data, but we delete the address of it in the file table.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>CPU Processes<\/strong><\/h3>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<div class=\"wp-block-image wp-image-5419\">\n<figure class=\"alignleft is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/sistema-operativo-cpu.jpg\" alt=\"Process Management\" class=\"wp-image-5419\" width=\"248\" height=\"212\"\/><figcaption class=\"wp-element-caption\">Process Management<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">The operating system is responsible for launching programs or applications to run on a computer.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The processes running on a computer generally have an identifier, are assigned memory, disk space and certain input and output devices.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here the operating system must give access to the CPU to each of the running programs, so that they can each execute their corresponding actions, generally this is done sequentially but very quickly. In some cases a process can be given priority, so that it is given greater access to the CPU over other processes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The operating system can then also stop or restart processes, if they have some kind of problem or exception, or by manual request of the user.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There may be cases in which there are programs that run per CPU core, distributing in multiple processing an application, for example for the search of some data in a database, each core can take a subset of data, so that each one gives an answer on its partial information.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As with the video memory, some computers also have a GPU, or graphics processing unit, in charge of handling heavy graphic processes, such as games with 3D animations.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Input and output devices<\/h3>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<div class=\"wp-block-image wp-image-5420\">\n<figure class=\"alignright is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/Sistema-operativo-Perife\u0301ricos-e1509405701569.jpg\" alt=\"Gesti\u00f3n de dispositivos de E\/S\" class=\"wp-image-5420\" width=\"266\" height=\"175\"\/><figcaption class=\"wp-element-caption\">I\/O devices<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">In relation to input\/output (I\/O) devices, the operating system must attend to interruptions coming from these devices, in order to receive any type of interaction with the user or with other systems.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When, for example, a letter is pressed on a keyboard, an interrupt is generated in the processor to give priority to the reception of a letter.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Security<\/strong><\/h3>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<div class=\"wp-block-image wp-image-5421\">\n<figure class=\"alignleft is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/Sistema-operativo-Seguridad.png\" alt=\"Security Management\" class=\"wp-image-5421\" width=\"256\" height=\"192\"\/><figcaption class=\"wp-element-caption\">Security Management<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">The operating system must also account for permissions to different resources. For example, when a user with administrative permissions is the only one who can install applications, or can save or modify files, as opposed to a standard user who is not allowed to install applications, or delete files.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Also at the security level, permissions to share files, printers, bluetooth devices, network resources, etc. must also be taken into account.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An operating system may allow one or many users connected at the same time, sharing machine resources for each of them.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Network interfaces<\/strong><\/h3>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<div class=\"wp-block-image wp-image-5422\">\n<figure class=\"alignright is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/Sistema-operativo-Red.jpg\" alt=\"Network Management\" class=\"wp-image-5422\" width=\"187\" height=\"119\"\/><figcaption class=\"wp-element-caption\">Network Management<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">It must also be responsible for managing communication via WiFi or Ethernet network cards, both at the physical level, as well as the protocols that allow such communication, for example <a href=\"https:\/\/itsoftware.com.co\/content\/que-es-direccion-ip-para-que-sirve\/\">TCP\/IP V4 o TCP\/IP V6<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At the network level, it is also responsible for routing protocols, <a href=\"https:\/\/itsoftware.com.co\/content\/que-es-servidor-dns-sirve\/\">DNS<\/a> y <a href=\"https:\/\/itsoftware.com.co\/content\/que-es-un-firewall-para-que-sirve\/\">firewall<\/a>, which are other programs that are running on top of the kernel, so at some point I could allow the installation of other components, such as ftp, telnet, ssh servers, <a href=\"https:\/\/itsoftware.com.co\/content\/que-es-un-proxy-para-que-sirve-funciona\/\">proxy<\/a>, etc.<\/p>\n\n\n\n<!--nextpage-->\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Bluetooth devices<\/strong><\/h3>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<div class=\"wp-block-image wp-image-5423\">\n<figure class=\"alignleft is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/Sistema-Operativo-Bluetooth-e1509406476855.png\" alt=\"Sistema Operativo Bluetooth\" class=\"wp-image-5423\" width=\"119\" height=\"106\"\/><figcaption class=\"wp-element-caption\">Bluetooth<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">On computers that have Bluetooth devices, you must also manage access to this hardware through applications, and how it is shared externally.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Power management<\/h3>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<div class=\"wp-block-image wp-image-5424\">\n<figure class=\"alignright is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/Sistema-Operativo-Gestio\u0301n-Energi\u0301a.png\" alt=\"Power management\" class=\"wp-image-5424\" width=\"174\" height=\"186\"\/><figcaption class=\"wp-element-caption\">Power management<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">The operating system must also be responsible for managing the energy of the devices, so that it makes efficient use of it. For example, it should allow the screen and hard disk to be turned off after inactivity, and then restored when user activity is detected.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It must also manage the speed of the fans or FANs that cool the processor, so that when the processor has a high processing load, it can dissipate the high heat generated by this device.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">GPS positioning<\/h3>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<div class=\"wp-block-image wp-image-5425\">\n<figure class=\"alignleft is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/sistema-opeartivo-GPS-e1509406415152.png\" alt=\"Sistema operativo GPS\" class=\"wp-image-5425\" width=\"220\" height=\"300\"\/><figcaption class=\"wp-element-caption\">Gesti\u00f3n GPS<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">The operating system must also provide access to the GPS chip, so that applications can use it for positioning, especially for mobile devices such as smartphones.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It should be noted that one of the elements that generates more energy consumption and battery discharge is the GPS, because due to its condition of satellite connection, it requires a lot of energy for its operation.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Screen position<\/h3>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<div class=\"wp-block-image wp-image-5426\">\n<figure class=\"alignright is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/Sistema-operativo-rotacio\u0301n-pantalla.png\" alt=\"Screen rotation\" class=\"wp-image-5426\" width=\"213\" height=\"213\"\/><figcaption class=\"wp-element-caption\">Rotation<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">In mobile devices, the operating system must be in charge of repositioning the different elements of the screen, when they go from a vertical to a horizontal condition or vice versa.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is related to new devices present especially in mobile devices, such as accelerometers.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Authentication by biometric readers<\/h3>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<div class=\"wp-block-image wp-image-5427\">\n<figure class=\"alignleft is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/Lectores-Biome\u0301tricos.jpg\" alt=\"Biometrics\" class=\"wp-image-5427\" width=\"223\" height=\"223\"\/><figcaption class=\"wp-element-caption\">Biometrics<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">Currently, operating systems must allow authentication through biometric readers, the most widely used of which are fingerprint readers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are also options for facial recognition, as well as for retina authentication.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Audio and video recording and playback<\/strong><\/h3>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<div class=\"wp-block-image wp-image-5428\">\n<figure class=\"alignright is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/Gestio\u0301n-de-Audio-y-Video-e1509407013267.jpg\" alt=\"Audio &amp; Video\" class=\"wp-image-5428\" width=\"288\" height=\"134\"\/><figcaption class=\"wp-element-caption\">Audio &amp; Video<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">The operating system must also allow audio output or audio or video input for playback or recording from audio or video cards that are independent of the equipment.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Then it must be able to handle different audio playback channels, or several microphone inputs. Thanks to these audio channels, we can listen to mixed audio from a song, Windows sounds, or a YouTube video at the same time.<\/p>\n\n\n\n<!--nextpage-->\n\n\n\n<h2 class=\"wp-block-heading\">How many types of operating systems are there?<\/h2>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\">Below are some classifications of types of operating systems, depending on their main characteristics:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Desktop\/Laptop<\/strong>: These are operating systems for office or home applications, with a large graphic component for user interaction. For example Windows 7\/8\/10, MacOS, Chrome OS, or Linux Ubuntu.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image wp-image-5429\">\n<figure class=\"aligncenter is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/Tipos-Sistemas-Operativos-Desktop.png\" alt=\"Desktop Operating Systems\" class=\"wp-image-5429\" width=\"343\" height=\"168\"\/><figcaption class=\"wp-element-caption\">Desktop Operating Systems<\/figcaption><\/figure>\n<\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Mobile:<\/strong> These are operating systems made for mobile devices, such as tablets or smartphones. Such as Android, iOS, Windows Phone.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image wp-image-5430\">\n<figure class=\"aligncenter is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/Tipos-Sistemas-Operativos-Mo\u0301viles.jpeg\" alt=\"Mobile operating systems\" class=\"wp-image-5430\" width=\"358\" height=\"211\"\/><figcaption class=\"wp-element-caption\">Mobile operating systems<\/figcaption><\/figure>\n<\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Multi-user<\/strong>: Allows the connection of several users at the same time. That is to say, more than one session at the same time. For example Windows Server.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image wp-image-5431\">\n<figure class=\"aligncenter is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/Tipos-de-sistemas-operativos-Multiusuario.png\" alt=\"Multi-user operating system\" class=\"wp-image-5431\" width=\"320\" height=\"79\"\/><figcaption class=\"wp-element-caption\">Multi-user operating system<\/figcaption><\/figure>\n<\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Single-user<\/strong>: You can only have one active session at a time. For example the basic versions of Windows.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image wp-image-5432\">\n<figure class=\"aligncenter is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/Sistemas-operativos-Monousuario.png\" alt=\"Single-user operating system\" class=\"wp-image-5432\" width=\"275\" height=\"273\"\/><figcaption class=\"wp-element-caption\">Single-user operating system<\/figcaption><\/figure>\n<\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Multitasking<\/strong>: These are operating systems that allow the simultaneous execution of more than one task. Although in reality the operating system handles them sequentially, but in such a fast way, that for the user they are all running at the same time.<\/li>\n\n\n\n<li><strong>Single-tasking<\/strong>: You can only run one task at a time outside of the operating system&#8217;s own processes.<\/li>\n\n\n\n<li><strong>Hypervisors<\/strong>: These systems are below the operating systems, allowing the virtualization of more than one operating system on the same physical machine. For example Citrix&#8217;s XENServer, VMware&#8217;s VSphere, Microsoft&#8217;s HyperV or Oracle&#8217;s VirtualBox.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image wp-image-5433\">\n<figure class=\"aligncenter is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/Servidores-Virtuales.png\" alt=\"Operating systems for Virtual Machines \" class=\"wp-image-5433\" width=\"329\" height=\"179\"\/><figcaption class=\"wp-element-caption\">Operating systems for Virtual Machines <\/figcaption><\/figure>\n<\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Server<\/strong>: There are some variants of servers that have little or no graphical interface, to give greater efficiency to all internal processes to be executed by the system, for example Solaris, CentOS, Unix.<br><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Which operating systems exist?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">At server, desktop or laptop level, some operating systems can be:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Windows 7\/8\/10,11, Server<\/li>\n\n\n\n<li>OSX (MacOS)<\/li>\n\n\n\n<li>Linux Ubuntu<\/li>\n\n\n\n<li>Linux Fedora<\/li>\n\n\n\n<li>Linux CentOS<\/li>\n\n\n\n<li>Chrome OS<\/li>\n\n\n\n<li>Linux Red hat<\/li>\n\n\n\n<li>Linux SUSE<\/li>\n\n\n\n<li>Solaris<\/li>\n\n\n\n<li>Open Solaris<\/li>\n\n\n\n<li>Linux Debian<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">For mobile devices:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>iOS<\/li>\n\n\n\n<li>Android<\/li>\n\n\n\n<li>Windows Phone<\/li>\n\n\n\n<li>Blackberry OS<\/li>\n\n\n\n<li>Firefox OS<\/li>\n\n\n\n<li>Symbian OS<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">It is very important to know the wide variety of operating systems that currently exist, in order to choose the best one that suits us according to the application for which we want to use it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This article is part of the knowledge difussion system of <a href=\"https:\/\/itsoftware.com.co\/content\/data-analytics-company\/\" target=\"_blank\" rel=\"noopener\" title=\"ITSoftware SAS, Data Analytics Company\"><strong>ITSoftware SAS<\/strong><\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you liked it, please do not forget to share it on social networks. \ud83d\ude09 Thks<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is an operating system? An operating system is a series of programs that are in charge of managing the different hardware devices of a computer, to allow the interaction[&#8230;]<\/p>\n","protected":false},"author":1,"featured_media":8605,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[529],"tags":[1556,1259,658,1515,1514],"class_list":["post-9877","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tecnologia","tag-clases-de-sistemas-operativos","tag-que-es-un-sistema-operativo","tag-sistema-operativo","tag-tipos-de-sistema-operativo","tag-tipos-de-sistemas-operativos"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/itsoftware.com.co\/content\/wp-content\/uploads\/2017\/07\/que-es-un-sistema-operativo-1.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/itsoftware.com.co\/content\/wp-json\/wp\/v2\/posts\/9877","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/itsoftware.com.co\/content\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/itsoftware.com.co\/content\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/itsoftware.com.co\/content\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/itsoftware.com.co\/content\/wp-json\/wp\/v2\/comments?post=9877"}],"version-history":[{"count":0,"href":"https:\/\/itsoftware.com.co\/content\/wp-json\/wp\/v2\/posts\/9877\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/itsoftware.com.co\/content\/wp-json\/wp\/v2\/media\/8605"}],"wp:attachment":[{"href":"https:\/\/itsoftware.com.co\/content\/wp-json\/wp\/v2\/media?parent=9877"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/itsoftware.com.co\/content\/wp-json\/wp\/v2\/categories?post=9877"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/itsoftware.com.co\/content\/wp-json\/wp\/v2\/tags?post=9877"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}