List any four features of open source operating system.

1 Answer

Answer :

1. Open Source: open source OS code is freely available and it is community based development project. Multiple team’s works in collaboration to enhance the capability of operating system and it is continuously evolving. 2. Flexibility: The software can be customized to meet specific business needs. Engineers can write more code to add an extra functionality and vice versa – delete unnecessary parts. 3. Portable: Portability means software can works on different types of hardware in same way. Linux kernel and application programs support their installation on any kind of hardware platform. 4. Security: Open source os provides user security using authentication features like password protection/ controlled access to specific files/ encryption of data. 5. Lesser hardware costs: Since Linux and open source solutions are easily portable and compressed, it takes lesser hardware power to carry out the same tasks when compared to the hardware power it takes on servers, such as, Solaris, Windows or workstations. With this less hardware power advantage, you can even use cheaper or older hardware and still get the desired results. 6. High-quality software: Open source software is mostly highquality software. When you use the open source software, the source code is available. Most open source software are well-designed. Open source software can also be efficiently used in coding. These reasons make open source software an ideal choice for organizations. 7. Simple license management: When you use open source software, you would no longer need to worry about licenses. Open source software enables you to install it several times and also use it from any location. You will be free from monitoring, tracking or counting license compliance. 8. Lower software costs: Using open source software can help you minimize your expenses. You can save on licensing fees and maintenance fees. The only expenses that you would encounter would be expenditure for documentation, media and support. 9. Abundant support: You will get ample support when you use open source software. Open source support is mostly freely available and can be easily accessed through online communities. There are also many software companies that provide free online help and also varied levels of paid support. Most organization who create open source software solutions also provide maintenance and support. 10. Scaling and consolidating: Linux and open source software can be easily scaled. With varied options for clustering, load balancing and open source applications, such as email and database, you can enable your organization to either scale up and achieve higher growth or consolidate and achieve more with less. 11. Application Support: Linux has its own software repository from where users can download and install thousands of applications just by issuing a command in Linux Terminal or Shell. Linux can also run Windows applications if needed.

Related questions

Description : Define real time operating system. List its any four applications of it.

Last Answer : Real time Operating System: A real time system has well defined fixed time constraints. Processing should be done within the defined constraints -Hard and Soft real time system. OR The ... Applications: 1. Flight Control System 2. Simulations 3. Industrial control 4. Military applications

Description : Enlist the operating system tools. Explain any two in detail.

Last Answer : Following are the operating tools: User Management Security policy Device Management Performance Monitor Task Scheduler A) User management: User management includes everything ... routing tables, interface statistics, masquerade connections, and multicast memberships. # netstat -tulpn

Description : Enlist types of operating system. Explain multiprogramming OS in detail.

Last Answer : Types of operating system 1.Batch Systems 2.Multiprogramming 3.Multitasking 4.Time-Sharing Systems 5.Desktop Systems 6.Distributed system 7.Clustered system 8.Real Time system: Multiprogramming ... multiprogramming: user can open word, excel, access and other applications in a system.

Description : List free space management techniques? Describe any one in detail.

Last Answer : A file system is responsible to allocate the free blocks to the file therefore it has to keep track of all the free blocks present in the disk. There are mainly four approaches by using which, the free ... block. This block contains a pointer to the next free disk block, and so on.

Description : Write Unix command for following: i)create a folder OSY ii) create a file FIRST in OSY folder iii) List/display all files and directories. iv) Write command to clear the screen

Last Answer : i) create a folder OSY: $mkdir OSY ii)create a file FIRST in OSY folder: $cd OSY $cat>FIRST or $ touch FIRST iii) List/display all files and directories: $ls iv) to clear screen: $clear

Description : List components of OS. Explain process management in detail.

Last Answer : List of System Components: 1. Process management 2. Main memory management 3. File management 4. I/O system management 5. Secondary storage management Process Management: The operating ... synchronization. 4. A mechanism for process communication. 5. A mechanism for deadlock handling.

Description : Describe any four file attributes

Last Answer : File attributes: Name: The symbolic file name is the only information kept in human readable form. Identifier: File system gives a unique tag or number that identifies file within file ... Last modification and last use. These data can be useful for protection, security and usage monitoring.

Description : Explain any four scheduling criteria.

Last Answer : 1. CPU utilization: In multiprogramming the main objective is to keep CPU as busy as possible. CPU utilization can range from 0 to 100 percent. 2.Throughput: It is the number of processes ... fairly early and can continue computing new results while previous results are being output to the user.

Description : What is purpose of system call? State two system calls with their functions.

Last Answer : System call provides an interface between a running program and operating system. It allows user to access services provided by operating system. This system calls are procedures written using C, ... send, receive messages transfer status information attach or detach remote devices. 

Description : Enlist different file allocation methods? Explain contiguous allocation method in detail.

Last Answer : From the user's point of view, a file is an abstract data type. It can be created, opened, written, read, closed and deleted without any real concern for its implementation. The implementation of a ... a times is difficult to estimate. 4. Compaction may be required and it can be very expensive.

Description : Explain LRU page replacement algorithm for following reference string. 7 0 1 2 0 3 0 4 2 3 0 3 2 1 2 0 1 7 0 1 Calculate the page fault.

Last Answer : LRU: The Least Recently Used (LRU) page replacement policy replaces the page that has not been used for the longest period of time. LRU replacement associates with each page the time of that page's last use. ... in question so assume frame size as 3 or 4) LRU: Assume frame size=3

Description : Explain multithreading model in detail.

Last Answer : Many systems provide support for both user and kernel threads, resulting in different multithreading models. Following are three multithreading model: Many-to-One Model The many-to- ... True concurrency cannot be achieved. Multiple threads of kernel is an overhead for operating system

Description : Explain PCB with diagram.

Last Answer : Each process is represented as a process control block (PCB) in the operating system. It contains information associated with specific process. Process State: It indicates current state of a process. ... . Each PCB gives information about a particular process for which it is designed.

Description : Explain Round Robin algorithm with suitable example.

Last Answer : It is preemptive scheduling algorithm. A small unit of time known as a time quantum or time slice is used for pre-emption of a currently running process. Ready queue is implemented as a circular ... has received 1 time quantum, the CPU returns to process P1 for an additional time quantum. 

Description : State and describe types of scheduler.

Last Answer : There are three types of scheduler: Long term scheduler Short term scheduler Medium term scheduler 1. Long term scheduler: It selects programs from job pool and loads them into the ... scheduler works in close communication with long term scheduler for loading process into the main memory. 

Description : Describe sequential and direct access method.

Last Answer : Sequential access: Information from the file is processed in order i.e. one record after another. It is commonly used access mode. For example, editors and compilers access files in sequence. A read ... prevent the user from accessing portions of the file system that may not be part of his file.

Description : Explain partitioning and its types.

Last Answer : An important operation of memory management is to bring programs into main memory for execution by the processor. Partitioning is a technique that divides a memory into multiple partitions. These partitions ... in memory. For example: Consider following table with process and memory space.

Description : Explain deadlock? What are necessary conditions for deadlock?

Last Answer : In multiprogramming environment, several processes may compete for a finite number of resources. A process requests resources and if the resources are not available then the process enters into the ... Each process is waiting for the resources held by other waiting processes in circular form.

Description : Describe I/O Burst and CPU Burst cycle with neat diagram.

Last Answer : CPU burst cycle: It is a time period when process is busy with CPU.  I/O burst cycle: It is a time period when process is busy in working with I/O resources. A process execution consists ... cycle and so on. The final CPU burst cycle ends with a system request to terminate execution.

Description : With neat diagram explain inter process communication model.

Last Answer : Inter-process communication: Cooperating processes require an Interprocess communication (IPC) mechanism that will allow them to exchange data and information. There are two models of IPC 1. ... a communication link between them. Between each pair of processes exactly one communication link.

Description : Write syntax for following commands: i)Sleep ii)Kill

Last Answer : i)sleep Syntax: sleep NUMBER[SUFFIX]… sleep OPTION ii) kill Syntax: kill pid

Description : Define virtual memory

Last Answer : Virtual memory is a memory management capability of an operating system (OS) that uses hardware and software to allow a computer to compensate for physical memory shortages by temporarily transferring data ... can be placed in overlays, but can concentrate instead on the problem to be programmed. 

Description : Draw process state diagram.

Last Answer : process state diagram

Description : Explain any 4 services provided by OS.

Last Answer : 1.User Interface: All operating systems have a user interface that allows users to communicate with the system. Three types of user interfaces are available: a. Command line interface ( ... to system resources. Security is provided by user authentication such as password for accessing information.

Description : Some features of a specific operating system are given below: 1. Free/Open source -Technology

Last Answer : (i) Linux(ii) With Linux, you get four desktop screens known as workspace.

Description : Is Windows an open source operating system? -General Knowledge

Last Answer : Microsoft Windows, a closed-source, operating system, has come under pressure from Linux, an open source one. Similarly, Microsoft Office, a closed- source, office productivity suite, has been under fire from OpenOffice, an open source one (which is the foundation for Sun's StarOffice).

Description : What is an open source operating system?

Last Answer : Open-source means that you can get the source code of the software for free (source code is the code of the program written in a certain programing language). Operating system is the software that ... don't need to purchase any hardware or software to manage your storage.OS means operating system,

Description : State weather the following statement is true or false for Sendmail. 1).Sendmail is a command-line tool designed for most UNIX-like operating systems. 2).It define a method of transferring mail, and acts as a client/server ... . false C. 1. false, 2. false, 3. false D. 1. true, 2. true, 3. false

Last Answer : A. 1. True, 2. False, 3. true

Description : OEM Software stands for: a) Open - Source Entertainment Software b) Other Equivalent Manufacturer Software c)Operating Engine Manufacturer Software d) Original Equipment Manufacturer Software e) None of These

Last Answer : d) Original Equipment Manufacturer Software

Description : The Preamble is useful in constitutional interpretation because it - (1) uses value loaded words (2) contains the real objective and philosophy of the constitution makers (3) is a source of power and limitation (4) gives and exhaustive list of basic features of the Constitution

Last Answer : (2) contains the real objective and philosophy of the constitution makers Explanation: The preamble is useful in constitutional interpretation because it contains the real objective and philosophy of the constitution makers.

Description : List any four features of 8 bit ISA bus.

Last Answer : 1. Eight data lines 2. Eight interrupt request levels 3. 20 address lines 4. Enables to handle 1MB of memory.

Description : List out features of any four addressing modes of 8051.

Last Answer : 1.Immediate addressing mode: In this Immediate Addressing Mode, the data is provided in the instruction itself. The data is provided immediately after the opcode. These are some examples of Immediate Addressing Mode. MOVA ... us see some examples of this mode. MOV 0E5H, @R0 MOV @R1, 80H

Description : List any four salient features of 8085 microprocessor

Last Answer : Features of 8085:  1. 16 address line so 216=64 Kbytes of memory can be addressed.  2. Operating clock frequency is 3MHz and minimum clock frequency is 500 KHz.  3. On chip bus controller ... duty cycle TTL clock  10. Provide 2 serial I/O lines, so peripheral can be interfaced with 8085 μp

Description : List special features  of isolation transformer with any four applications.

Last Answer : .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

Description : List out any four salient features of hydro generator.

Last Answer : Following are the salient features of a Hydro Generator (alternator):  It is 3-ph hydro generator (alternator). It is robust in construction. A separate excitation is given to ... & under frequency protection, 5. Over temperature protection are main protections provided to generator.

Description : List four special features of traction transformer.

Last Answer : Ans: 1. Specially designed to withstand severe operating conditions.  2. Have high short time peak capacity.  3. Class A insulation specially reinforced to withstand stresses of frequent short circuits.  4. Can take ... SC , impedance not less than 8.5 % for 10 MVA and 10 % for 12.5 MVA. 

Description : What are the features of multiprocessing operating system ?

Last Answer : Features of multiprocessing operating system: 1. Can process multiple programs at once. 2. If one processor does not work, another processor may continue to work. 3. When a processor is empty, it ... goes bad, the work does not stop completely. . Creating systems is quite complex and expensive.

Description : What are the features of the Unix operating system?

Last Answer : flexibe, faster to run programme ,very secure , portability

Description : What are the features of operating system?

Last Answer : Different operating systems have differing features, though they all have the primary function of controlling the software and programs running on a computer or other device. Popular features include: A start ... OS X, Linux using Compiz or similar, and Windows Vista Premium, Business, or Ultimate)

Description : What is a closed source operating system?

Last Answer : An OS where the source code isn't released to the public. Windows and Mac are 2 examples.

Description : Full form of OSI a. open system interconnection b. operating system interface c. optical service implementation d. open service Internet

Last Answer : a. open system interconnection

Description : OSI stands for __________ a) open system interconnection b) operating system interface c) optical service implementation d) open service Internet

Last Answer : a) open system interconnection

Description : What is Onion diagram illustrates? a) It illustrates the connection between the layers in communications protocols, such as the International Standards Organization Open Systems Interconnection (ISO OSI) model,or the ... with the kernel at the core c) All of the mentioned d) None of the mentioned

Last Answer : None of the mentioned

Description : Which of the listed safety features should be provided in small rooms or lockers where batteries are stored? A. Installation of a fixed CO2 system. B. An exhaust duct is to be provided and led from within ... An exhaust duct is to be provided and led from the top of the locker to the open air.

Last Answer : Answer: D

Description : How can the user determine what programs are available on a computer? 1) Checking the hard disk properties 2) Viewing the installed programs during the booting process 11 3) Checking the operating system ... of installed programs. 4) Checking the existing files saved on the disk 5) None of these

Last Answer : Answer :4

Description : In Unix operating system, special files are used to : (A) buffer data received in its input from where a process reads (B) provide a mechanism to map physical device to file names (C ... pointers associated with i-nodes (D) store information entered by a user application program or utility program

Last Answer : (B) provide a mechanism to map physical device to file names 

Description : Which of the following is an Disk Operating System (DOS) command ? (1) LIST (2) CHANGE (3) DUPLICATE (4) FORMAT

Last Answer : FORMAT

Description : List any two features of wind solar hybrid system.

Last Answer : It is easy to operate , service and maintenance. Most economically and clean source of energy. No pollution and no fuel cost. Long life span. Highly reliable and consistent power supply. ... parts. Remote and rural village electrification. Ideal for mobile towers , farm house , hospitals etc.

Description : The operating torque of the upper induction disc-type element, or timer element, of an AC reverse power relay is obtained from ____________. A. the main bus B. a separate battery source C. line voltage D. electromagnets

Last Answer : Answer: D

Description : The timer element found in a reverse power relay obtains its operating torque via _____________. A. line voltage B. the main bus C. electromagnets D. a separate battery source

Last Answer : Answer: C