-
Open system & Closed system?
1, Give two real-world examples of closed systems. How well does each protct its software?
2, Is each of the following an open system or a closed system? For each system, give an example of a real-world attack that has occurred.
a. PC
b. Cell Phone
c. iPod
d. Xbox
e. Kindle (an e-book reader) -
Active Directory User Accounts
can we create Multiple User Accounts in Active Directory in a single shot? if So what is the command or tool used?
-
Memory Protection
Why do we need memory protection and how the protection is eccomplished by the CPU?
-
-
Explain briefly about, processor, assembler, compiler, loader, linker and the functions executed by them?
Processor:--A processor is the part a computer system that executes instructions .It is also called a CPU Assembler: -- An assembler is a program that takes basic computer instructions and converts them into a pattern of bits that the computer's processor can use to perform its basic operations. Some people call these instructions assembler language and others use the term assembly language. Compiler:...
-
Condition for deadlock occurrence?
Deadlock can arise if four conditions hold simultaneously.Mutual exclusion: only one process at a time can use a resource.Hold and wait: a process holding at least one resource is waiting to acquire additional resources held by other processes.No preemption: a resource can be released only voluntarily by the process holding it, after that process has completed its task.Circular wait: ...
-
Differentiate between Complier and Interpreter?
An interpreter reads one instruction at a time and carries out the actions implied by that instruction. It does not perform any translation. But a compiler translates the entire instructions.
-
While running DOS on a PC, which command would be used to duplicate the entire diskette?
diskcopy Java Thread States
-
Why paging is used?
Paging is solution to external fragmentation problem which is to permit the logical address space of a process to be noncontiguous, thus allowing a process to be allocating physical memory wherever the latter is available.
-
What is Context Switch?
Switching the CPU to another process requires saving the state of the old process and loading the saved state for the new process. This task is known as a context switch.Context-switch time is pure overhead, because the system does no useful work while switching. Its speed varies from machine to machine, depending on the memory speed, the number of registers which must be copied, the existed of special...
-
-
-
Kerberos Port No
what is the Port No used by Kerberos Protocol?
-
What is the important aspect of a real-time system or Mission Critical Systems?
A real time operating system has well defined fixed time constraints. Process must be done within the defined constraints or the system will fail. An example is the operating system for a flight control computer or an advanced jet airplane. Often used as a control device in a dedicated application such as controlling scientific experiments, medical imaging systems, industrial control systems, and some...
-
Root hints
What are root hints?
-
Check OS errors
which tool is used to check for application and OS errors in a server?
-
-
Describe different job scheduling in operating systems?
Scheduling is the activity of the deciding when process will receive the resources they request.FCFS: --- FCSFS stands for First Come First Served. In FCFS the job that has been waiting the longest is served next.Round Robin Scheduling: ---Round Robin scheduling is a scheduling method where each process gets a small quantity of time to run and then it is preempted and the next process gets to run....
-
What are the basic functions of an operating system?
Operating system controls and coordinates the use of the hardware among the various applications programs for various uses. Operating system acts as resource allocator and manager. Since there are many possibly conflicting requests for resources the operating system must decide which requests are allocated resources to operating the computer system efficiently and fairly. Also operating system is control...
-
Windows Interview Questions
Ans