New Operating Systems General Concepts Interview Questions :: ALLInterview.com http://www.allinterview.com New Operating Systems General Concepts Interview Questions en-us What are the impact on network when gc,schema master,domainnaming ma http://www.allinterview.com/showanswers/73182.html What is the Difference Between SystemCalls & Interpreter http://www.allinterview.com/showanswers/72848.html I want to develope my own operating system from which thing http://www.allinterview.com/showanswers/72375.html I was able to change my MAC-ID(Physical Address)? I would like to kno http://www.allinterview.com/showanswers/71735.html very first thing MAC iD annot be changed!!it is physicaaly assigned by the Company!!!and every mac id is unique... but to see ur existing mac id we use "ifconfig" in UNIX main() { charstr1="prakash"; charstr2="raju"; http://www.allinterview.com/showanswers/66415.html Error An array of string cannot be directly assigned to other; soln: char *str1="prakash" char *str2="raju" str1=str2; when a process is created using fork(). what is shared between paren http://www.allinterview.com/showanswers/64360.html (3)shared memory segments reason:-When a fork() system call is issued, a copy of all the pages corresponding to the parent process is created, loaded into a separate memory location by the OS for the child process. An Infosys Question : I + Opposite of, W + Initial of, Ice + twic http://www.allinterview.com/showanswers/35808.html I Miss You hello, I want a chart which compare all scheduling algorithm performa http://www.allinterview.com/showanswers/29201.html One can not compare the performence for a sheduling algorithm. as they depends on the use or the requirements of the system. for example for one case the FCFC algo can be better and for the other case the SJF can be benificial. what is the difference btn collision domain and broad cast domain? http://www.allinterview.com/showanswers/16586.html visit http://www.geekinterview.com/question_details/24724 Can we execute any simple program without installing any Operating s http://www.allinterview.com/showanswers/16585.html Yes you are right. Using machine language we can run program without OS. What level of security does Windows NT meets? http://www.allinterview.com/showanswers/15153.html C2 level security. What are DDks? Name an operating system that includes this feature. http://www.allinterview.com/showanswers/15152.html DDks are device driver kits, which are equivalent to SDKs for writing device drivers. Windows NT includes DDks. What are the sub-components of I/O manager in Windows NT? http://www.allinterview.com/showanswers/15151.html Network redirector or Server,Cache manager,File systems , Network driver,Device driver. What is Executive in Windows NT? http://www.allinterview.com/showanswers/15150.html In Windows NT, executive refers to the operating system code that runs in kernel mode. What are rings in Windows NT? http://www.allinterview.com/showanswers/15149.html Windows NT uses protection mechanism called rings provides by the process to implement separation between the user mode and kernel mode.