What is the self-healing feature of NTFS, and how does it work?
What will be an ideal response?
Self-healing disks is a feature of NTFS introduced in Windows Server 2008. Self-healing means that when software encounters a damaged disk area, NTFS can heal the area without having to take down the server. NTFS self-heals by generating a "worker thread" that repairs data from the damaged area. The data is not available to the software until the worker thread completes its work. The next time the software wants to access that data, it is available for use. Prior to Windows Server 2008, a damaged disk area meant that you had to take down the server and then bring it back up offline to users to run the chkdsk utility that rebuilt the data in the damaged area.
You might also like to view...
A list is a collection of elements of the same type.
Answer the following statement true (T) or false (F)
Briefly describe Long Term Evolution (LTE).
What will be an ideal response?
A read only news reporting site with a combined web and application tier and a database tier that receives large and unpredictable traffic demands must be able to respond to these traffic fluctuations automatically. What AWS services should be used meet these requirements?
A. Stateless instances for the web and application tier synchronized using Elasticache Memcached in an autoscaimg group monitored with CloudWatch. And RDSwith read replicas. B. Stateful instances for the web and application tier in an autoscaling group monitored with CloudWatch and RDS with read replicas. C. Stateful instances for the web and application tier in an autoscaling group monitored with CloudWatch. And multi-AZ RDS. D. Stateless instances for the web and application tier synchronized using ElastiCache Memcached in an autoscaling group monitored with CloudWatch and multi-AZ RDS.
By default, everything in a class is ________, unless you specify otherwise by providing access modifiers.
a) public b) private c) protected d) None of the above.