Which scheduling class cannot be assigned to a zone?

Which scheduling class cannot be assigned to a zone?

Which scheduling class cannot be assigned to a zone?

A.
RT

B.
FX

C.
TS

D.
SYS

E.
FSS

Explanation:
Scheduling classes provide different CPU access characteristics to threads that are
based on algorithmic logic. The scheduling classes include:
Realtime scheduling class (RT) (not a)
Interactive scheduling class (IA)
Fixed priority scheduling class (FX) (not b)
Timesharing scheduling class (TS) (not c)
Fair share scheduling class (FSS) (not E)



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Brett

Brett

D

System Class

The system class uses a fixed-priority policy to run kernel processes such as servers and housekeeping processes like the paging daemon. The system class is reserved to the kernel. Users cannot add a process to the system class. Users cannot remove a process from the system class. Priorities for system class processes are set up in the kernel code. The priorities of system processes do not change once established. User processes that run in kernel mode are not in the system class.