directories can be implemented either special files that can only be accused in limited ways or can be implemented as ordinary data files. what are advantages and disadvantages of this approach?



directories can be implemented either special files that can only be accused in limited ways or can..

Answer / Akhilesh Sharma

Implementing directories as special files (as seen in Plan 9) provides better performance because the operating system can optimize access to related files more efficiently. However, it makes directory operations less flexible and less compatible with other systems. On the other hand, implementing directories as ordinary data files (like Unix/Linux) allows for a more flexible and extensible file system that is widely supported across various platforms. The disadvantage is that directory access may not be as optimized.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SDK Interview Questions

Tell me why register are stored the only binary data?

1 Answers  


List reasons why a Mode switch between threads may be cheaper than a Mode switch between processes?

2 Answers  


What are the hardware problem you face regularly in your organization?

5 Answers  


Explain how is the process address space handled during process migration?

1 Answers  


What is LOM and how do you access it?

1 Answers  


What are the reasons for implementing process migration?

1 Answers  


what basically a system call is?

3 Answers   Infosys,


where the system time is stored? In processor or in Seprate timer ic for that?

2 Answers  


why register are stored the only binary data?

1 Answers  


Explain the difference between fat & ntfs?

1 Answers  


If you do not have cd drive then how will you format c drive?

1 Answers  


Discuss some of the reasons for implementing process migration ? How is the process address space handled during process migration?

1 Answers   TCS,


Categories