-
Check OS errors
which tool is used to check for application and OS errors in a server?
-
Kerberos Port No
what is the Port No used by Kerberos Protocol?
-
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) -
What type of proactive measures you take for managing the windows server ?
If you are managing the windows server, what type of proactive measures you take to keep server better performed and no breakdowns.
-
-
-
-
-
What do you mean by deadlock?
Deadlock is a situation where a group of processes are all blocked and none of them can become unblocked until one of the other becomes unblocked.The simplest deadlock is two processes each of which is waiting for a message from the other.
-
Give an example of microkernel?
Amoeba, WinNT, Minix
-
What resources are used when a thread created? How do they differ from those when a process is created?
When a thread is created the threads does not require any new resources to execute the thread shares the resources like memory of the process to which they belong to. The benefit of code sharing is that it allows an application to have several different threads of activity all within the same address space.Where as if a new process creation is very heavyweight because it always requires new address...
-
What is distributed Systems?
Distribute the computation among several physical processors.Loosely coupled system – each processor has its own local memory; processors communicate with one another through various communications lines, such as high-speed buses or telephone linesAdvantages of distributed systems:->Resources Sharing ->Computation speed up – load sharing ->Reliability->Communications
-
What is the cause of thrashing? How does the system detect thrashing? Once it detects thrashing, what can the system do to eliminate this problem?
Thrashing is caused by under allocation of the minimum number of pages required by a process, forcing it to continuously page fault. The system can detect thrashing by evaluating the level of CPU utilization as compared to the level of multiprogramming. It can be eliminated by reducing the level of multiprogramming.
-
-
-
-
-
Windows 2003 Group policy
What is group policy and how can it be defined in windows 2003 for users
-
Page replacement algorithms
Which is the best page replacement algorithm and y?
-
Windows Interview Questions
Ans