Free Essay

Unix/Linux vs. Mac vs. Windows

In:

Submitted By ratedPG
Words 452
Pages 2
The Operating System is a piece of software that is being advanced daily in the Information Technology world today. There are many operating systems to choose from but below four specific operating system are compared. Process Management, File Management, Memory Management, and Security are going to be compared between Windows, Linux, UNIX, and Mac operating systems. Every operating system is different and is interesting to see how every piece of software has the same outcome but has different procedures in between. Process management is defined as how the OS manages multiple programs running at the same time. A thread is a feature of an OS that enables parallel processing within a single process. UNIX, Windows, and Mach are all multitasking systems that support both processes and threads. They can be compared in several respects with regard to the process management features.
When executing a program on UNIX, the system creates an environment for that program. In this setting there is everything needed to execute that program. The OS tracks processes though a five digit number Recognized as the Process ID. Each process has its own unique PID. PID’s ultimately repeat because all the probable numbers are used, and the next PID repeats the system again. At any time, no two Processes with the same PID occur in the system, because it is the PID that UNIX uses to track its processes.
Each UNIX process has two ID numbers. The PID or process ID, and PPID or Parent process ID. Each user process in the system has a PPID. Normally, when a child process is killed, the parent process is told by a SIGCHLD signal. Then the parent can do another task, or restart a new process as needed. When a process is killed, a process listing may still show the process with Z stats. This is a zombie, or obsolete process. The process is dead and not being used. These processes have finished the execution but still have an entry in the process table.
Daemons are system related background processes that often run with the consent of root and service requests from other processes. A daemon process has no controlling terminal. It cannot open DEV, or TTY. A daemon is just a process that runs in the background; usually waiting for something to happen that is capable of working with it.
For windows every process contains one or more threads, and the Windows thread is the basic executable unit. Threads are planned on the basis of the usual factors: availability of resources such as CPUs and physical memory, priority, fairness, and so on. Windows has supported symmetric multiprocessing since NT4, so threads can be assigned to separate processors within a system.

Similar Documents

Premium Essay

Mac vs Microsoft vs

...Drive. Operating systems need a way to be able to allocate and de-allocate memory within the sectors of the RAM using the Kernel. However, every operating system handles this very differently. Let’s take a look at the differences between the three major operating systems and how they each manage its memory. We begin by analyzing UNIX/Linux. Linux, a form of UNIX, is very different in how it manages its memory to the other operating systems. Linux uses a tree like structure for memory management, and also using a numeric algorithm to make the best use of its valuable memory. The memory it manages is maintained in structures which enable protection of them by converting the list into the tree like structure. The tree is also balanced and not too much in depth. This helps for the information to be reached much more easily because it is closer for the processor to grab and use. It also cuts the time it takes for the processor to reach the data that would otherwise take longer to reach. The Virtual Address Descriptors marks the nodes within the tree as reserved, committed, or free. MAX OS works in a similar fashion to UNIX. Each task created within the MAC operating system has its own memory map. Within the operating system, the memory map mentioned before takes a form in to what it looks like an ordered doubly linked list. The objects within the linked list contain lists of pages as well as references to other objects. There really is not a need to be able to ever access the...

Words: 2337 - Pages: 10

Premium Essay

Pos/ Final Paper Compare Windows Linux Unix and Mac

...UNIX®/Linux® versus Mac® versus Windows® POS/355 October 29, 2012 Carol S. Eichling UNIX®/Linux® versus Mac® versus Windows® There are several computer operating systems available on the market, and it is sometimes difficult to choose. Therefore, it is important to compare the system capabilities to make the decision easier. The three biggest players in the operating systems market are UNIX®/Linux®, Mac®, and Microsoft® Windows® with Windows® holding the largest market share (Boitor & Brătucu, 2011). These three operating systems are capable of multi-processing and have similar capabilities; however, and it is important to compare and contrast how they handle memory management, process management, file management, and security, which are critical system functions. Discussing memory management, which is a vital component in operating systems, is first. Memory Management Memory management refers to the way a system makes use of the computer’s RAM (Random Access Memory). Many of the operating systems in use on computer systems have positives and negatives in their use of memory attributes. “Memory management is usually divided into three areas: hardware, operating system, and application…although the distinctions are a little fuzzy. In most computer systems, all three are present to some extent, forming layers between the user's program and the actual memory hardware” (Ravenbrook Limited, 2001, p. 1). There are several types of memory, including main memory, file system...

Words: 2974 - Pages: 12

Premium Essay

Populariy and Usage Statistics of Certain Operating Systems

...POPULARITY AND USAGE STATISTICS OF DIFFERENT OPERATING SYSTEMS Submitted by: Bendicion, Divine Grace L. BSCS 3 Submitted to: Prof. Efren Semacio Instructor, Operating Systems Quality of Research (30%)…..…. | ------------------------------------------------- ------------------------------------------------- | Writing Quality (20%) ……….….. | ------------------------------------------------- ------------------------------------------------- | Analytical Strength (30%)….…... | ------------------------------------------------- ------------------------------------------------- | Effort (10%)……………….….…... | ------------------------------------------------- ------------------------------------------------- | References (10%)………….……. | ------------------------------------------------- ------------------------------------------------- | TOTAL ………………………….... | ------------------------------------------------- ------------------------------------------------- ------------------------------------------------- | OVERVIEW AND DATA PRESENTATION A survey over the internet, specifically through Facebook, was done by the researcher from November 28, 2011 to December 2, 2011 to determine the popularity or usage statistics of certain operating systems. A picture with operating systems logos was posted by the researcher including the question “Which operating system do you prefer to use and why?” During this timespan, 71 respondents posted their answers...

Words: 1502 - Pages: 7

Premium Essay

Os Comparison

...Comparison of Windows, Mac OS X and Linux Operating Systems Team A POS/355 March 6, 2015 Memory Management System Memory management is the process of allocating memory during your programs runtime. Memory Management in MAC OS is a multi-core and multi-processor execution that is supported and a programming API, which is called grand central dispatch. It is in the MAC OS. It provides a pool of available threads. There are ways to prevent memory related problems; Freeing data that is still in use, this can cause memory corruption that can result in your application crashing or worse corrupted user data. The MAC operating system can provide most concurrency as possible based on the number of cores available, and those threads depend on the capacity of the system. Windows memory management system is both physical and has virtual memory. It is mainly controlled by the virtual memory managers and pages. “Windows operating system operates on many platforms then it uses page sizes that can range between 4KB to 64KB. So this means that windows virtual memory can control how memory can allocate paging performance” (Stallings, 2013). Committed, Available, and Reserved are three types of regions of space or memory that the operating system can manage. Committed region is space it’s pages that have been stored either in physical or virtual memory. It also allows the process to access the virtual memory pages. Available region is where the address of the process is not being used...

Words: 2964 - Pages: 12

Premium Essay

Unix vs Ms vs Mac

...Running head: UNIX vs. MS vs. MAC 1 CIS-155 Final - UNIX vs. MS vs. MAC UNIX vs. MS vs. MAC 2 Abstract This paper will explore the history of UNIX, Microsoft (MS), and Macintosh (MAC) operating systems. Not only will I discuss the history of these systems, but I will also dive into the pros and cons of each. The benefits of each over its rivals will also be discussed. Keywords: open source, UNIX, Windows, UNIX vs. MS vs. MAC 3 The topic of what operating system is best has been a long and heated one. But, in the long run, UNIX will beat its rivals in most categories hands down. As the reader will see throughout this paper, undisputed evidence will be presented that will detail exactly how UNIX based operating systems are superior. Operating systems (OS‘s) are a means for users to communicate with the computer. Each OS provides a set of commands for directing the operation of the computer. Without these operating systems to help as interfaces, each user would have to learn the command syntax, which can be very difficult. These operating systems can be menu-driven, which provides a set of menus and lets users choose desired functions from then, or they can be icon-driven, known as a graphical user interface (GUI). GUIs are very common these days and with them, users can choose an icon, usually with a mouse, to activate...

Words: 1794 - Pages: 8

Free Essay

Management

...|[pic] |Syllabus | | |College of Information Systems & Technology | | |POS/355 Version 9 | | |MU12BIT08 | | |Introduction to Operational Systems | | |Wk 1 June 10 | | |Wk 2 June 17 | | |Wk 3 June 24 | | |Wk 4 July 01 | | |Wk 5 July 08 ...

Words: 2247 - Pages: 9

Premium Essay

Web Based Operating Systems

...terminology can seem a bit fuzzy from a metacomputing standpoint. But with the growth of the internet so too has the term WebOS become serious in the ranks of computing systems. There have been many attempts to hoard market share on Web Operating Systems like Microsofts Windows 2003 Server Web Edition (Pingdom, 2011). But basically WebOS Servers are common operating systems serving the public over the internet. Most of these are server editions vary among todays popular operating systems like Windows, Linux, MAC, and UNIX. An additional platform is usually common to layer on top of these operating systems and these come in various flavors as well depending on the function of the website. This paper will target the popular server operating systems that are common on the internet today with emphasis on why these systems are popular and some of the features these systems offer as systems suitable for internet servers. Windows Servers Without question Microsoft Windows bases servers are among the most popular servers on the internet today. Need proof? Just look for the .htm extention at the end of the URL and you will find that most websites are easily identifiable as a Windows based server (J. Kyrnin, About.com). Windows based servers are popular operating systems in general because they offer a wide variety of popular system platforms that are also commonly used on the web today such as Microsoft Hyper-V, Microsoft SQL Server, Microsoft Exchange, Microsoft SharePoint, and Microsoft...

Words: 1086 - Pages: 5

Premium Essay

File Management

...kind of electronic system that is used to put the files in order. Most people have used some form a file management system but don't even realize it. If you have save any kind of document on your computer whether you use a Microsoft Windows system or a UNIX/Linux Mac system, they both have file management systems available. Microsoft's file management system turned out to be a lot better for the end user than the older DOS command line interface. The Microsoft's file manager allows for end users to print, move, delete, copy or rename files and folders on the computer. The end users can also add permissions to any file or folder that they create. That means that they can allow certain users to read, write or modify on the file or folders. File and folder management tasks are provided with every Windows folder. Hyperlinked tasks list will be displayed by the folders contents if you open it up. Once you pick a folder, you can click the task to allow you to do a number of things like delete it, copy, move or rename it. Files can also be sent out in an email or published on the web. The file protection system for a UNIX is simple and to the point. User of the UNIX system has a unique ID and will be in at least one group ("Unix Permissions", n.d). UNIX has tools that allow access to directories and files by other users. The three classes of users who can access the directories and files are the users (u), group (g), and other (o). The user is the one who created the file, and has...

Words: 751 - Pages: 4

Premium Essay

Nt1310 Unit 3 Research Assignment

...Desktop vs. Mobile Research assignment Computer science 3B MUNWANA THENDO 201112421   TABLE OF CONTENT  Introduction------------------------------------------------------------------------------ 2  Mainstream kernel VS Mobile device kernel-----------------------------------------2  Difference between Windows and Windows RT----------------------------------- 3  Windows------------------------------------------------------------------------------.4  Windows RT--------------------------------------------------------------------------4  Comparison of Windows and Windows RT---------------------------------- 4-5  Difference between Linux and Android-------------------------------------------- 6-7  Difference between Mac...

Words: 2587 - Pages: 11

Free Essay

Mac Memory Manacement

...Mac Memory Management For rough draft Mac OS is available on two processor architectures: the Motorola 68k series and the PowerPC. Mac OS has a flat address space, shared between all processes. There is no per-process memory protection. Application code runs in supervisor mode, so there is no instruction protection. Mac OS has virtual memory, in the limited sense that a larger fixed address space can be simulated, by storing the entire address space on disc. This size of this address space is fixed at boot time. The lowest part of memory is occupied by the system partition. This contains some system global values which applications should not access directly, although there is nothing to prevent them doing so. Historically, the Mac OS used a form of memory management that has fallen out of favor in modern systems. Criticism of this approach was one of the key areas addressed by the change to OS X. The original problem for the engineers of the Macintosh was how to make optimum use of the 128 KB of RAM that the machine was equipped with. Since at that time the machine could only run one application program at a time, and there was no fixed secondary storage, the engineers implemented a simple scheme which worked well with those particular constraints. However, that design choice did not scale well with the development of the machine, creating various difficulties for both programmers and users. References: The Memory Management Reference Memory management in Mac OS, en...

Words: 1794 - Pages: 8

Free Essay

Computer Oss Comparison Essay

...Linux has grown in popularity and capability over the years, but is it competitive with its competition. In this paper an overview of the Linux 2.6 Operating System (OS) and how it functions/performs on the technical level will be discussed. Comparisons to other retail OSs such as, Windows, Mac OS X, and prior versions of Linux will be used to show the strengths and weaknesses of this OS. “Linux was created by a student (Linus Torvalds) in Helsinki in 1991 with the assistance of developers from around the world. Linux is free, it shares its work with everyone — including competitors — and its business model is motivated primarily by adrenaline, altruism, and peer respect rather than by money. Yet, Linux's functionality, adaptability and robustness has made it the main alternative for proprietary operating systems, especially where budgets are a main concern.” (OEDB, 2007). As it is stated above Torvalds creation was a key proponent in creating the Open Source Movement, which has paved the way for the many distributions of the Linux Kernel. In the beginning Linus Torvalds was an IT student with the desire to test the limits of his current computer. During this time Torvalds was working with the MINIX OS which was create to be a cheap alternative to UNIX. Torvalds wanted to modify the kernel of MINIX and found that this was not possible so he began to create Linux. In the beginning Linux did not offer a lot of features and seemed to be lacking in ability (Diedrich, 2011)...

Words: 1869 - Pages: 8

Premium Essay

File Management Pos-355

...make up the file on the storage medium, and the order of those sector that make up the file. It is important that the file manager work with the device manager and use effective algorithms for the read and write of files. The file manager also gives or denies access to files by users or programs. The file manager also is in cooperation with the process manager to allocate or de-allocate files to the processor. The last task is that the file manager provides easy commands that assist users and/or programs in file handling (Gallert, 2000) . Unix/Linux File Management UNIX/Linux uses the distinction of inodes to refer to files or segments of files on the system and uses pointers to indicate where the files are on the storage media. There are some slight differences between each version of Unix/Linux but we will not go into those differences in this paper and will only cover the basics of file management. No matter what version of Unix/Linux is being used the file structure and permissions do seem to be consistent with one another. The use of inodes acts as a key or represents the file as a whole. So if there are 10 inodes then that means that they are all representing one file. The inode also represents any attributes that those files may have. The inode has file permissions, location, and where the file is on the storage media (Stallings, 2012). Each inode could have many descriptions of...

Words: 2096 - Pages: 9

Premium Essay

Learning Team Paper

...Differences and Similarities Between Operating Systems POS/355 Intro to Operating Systems November 5, 2012 Differences and Similarities Between Operating Systems There are many similarities and differences among the top desktop operating systems UNIX/Linux, Windows, and Mac. An operating system is the software which operates the basic functions of a computer. Among these functions are task scheduling, I/O, and the execution of programs. There are key areas in which these operating systems must function. Memory management, processor management, file management, and security are the main focus of an operating system. Memory management refers to the way an operating system manages the computer memory. Processor management is the way the computer handles processing of programs. File management is the way an operating system allows files to be saved, deleted and handled by the user. Security is addressed by the operating system to ensure that the files on a computer are safe from unwanted intrusion and manipulation. Each of the three operating systems confronts these functions in their own way. In some ways they are similar and there are also specific differences. Memory management is the function of a computers operating system responsible for managing the computers primary memory. The memory management function keeps track of the status of each memory location, either allocated or free. It determines how memory is allocated among competing processes, deciding who gets...

Words: 3344 - Pages: 14

Free Essay

Linux and Windows Server Critique

...Linux and Windows Server Critique Team C POS 420 June 25, 2012 Yevgeniy Tovshteyn Linux vs. Windows Both Linux and Windows are operating systems with advantages and differences in functionality and user friendliness. With networking becoming an important part of company operation in this day and age. Kudler will come to depend on networking for availability to the marketplace via the Internet, while requiring their internal systems for email, Voice over Internet Protocol (VoIP) phone systems, and using business data. Linux and Windows are the only 2 operating systems that have grown to the top level in the field of networking. Learning Team C examines these types of strengths and weaknesses regarding security, administration, performance, and programming. Kudler Fine Foods Current Systems: 3 locations: La Jolla, Del Mar, and Encinitas La Jolla Novell 4.11 Server for POS 4 POS Workstations with Pentium II, Windows 9X 1 Standalone UPS (Uninterruptable Power Supply) 1 Server with Inventory Spreadsheet with Pentium II, 64mg Ram, Windows 9X, external CD burner and bubble jet printer. 1 Server with NT Server 1 56K modem Del Mar Novell 4.11 Server for POS 4 POS Workstations with Pentium II, Windows 9X 1 Standalone UPS (Uninterruptable Power Supply) 1 Server with Inventory Spreadsheet with Pentium II, 64mg Ram, Windows 9X, external CD burner and bubble jet printer. 1 Server with NT Server 1 56K modem Encinitas Novell 4.11 Server for POS 4 POS...

Words: 1833 - Pages: 8

Premium Essay

Huffman Trucking Paper

...chosen? 2. What are the implications of the operating systems that are in use by Huffman Trucking? That said, I will not expound on why a company like Huffman Trucking should update their IT infrastructure as soon as possible, except to say that—for security reasons alone—the investment would far outweigh the costs. Rather, I will attempt to explain why Huffman chose a Windows operating system back in the late 90s when (it appears) their network was first implemented. Operating Systems (OS) are, of course, nothing more than a series of computer programs. But unlike your typical word processing application or favorite Tetris game, an operating system is the first piece of code that a computer executes when it is turned on. The operating system loads itself into available memory and then begins managing all of the resources inside the computer. Once up and running, it then provides a User Interface (UI) for other applications that any user can execute. At the time Huffman incorporated an OS into their business model, the company had three major players to choose from: Microsoft, Mac OS and Unix. (Linux, of course, was also available, but it was—and still is—used primarily by computer “hackers” and other IT gurus who needed little in the way of software or network training. And since guys like that don’t often find employment at small transport-hauling companies, Huffman ended up using Microsoft 3.x and 9x as their primary operating systems. The decision to use a Microsoft...

Words: 471 - Pages: 2