RTSP stands for ___________
A. Real time streaming policy
B. Real time streaming protocol
C. Real time systems protocol
D. Read time streaming policy
Multicasting delivers the content to ___________
A. A single client
B. All clients, regardless whether they want the content or not
C. A group of receivers who indicate they wish to receive the content
D. None of the mentioned
Broadcasting delivers the content to ___________
A. A single client
B. All clients, regardless whether they want the content or not
C. A group of receivers who indicate they wish to receive the content
D. None of the mentioned
Unicasting delivers the content to ___________
A. A single client
B. All clients, regardless whether they want the content or not
C. A group of receivers who indicate they wish to receive the content
D. None of the mentioned
The child process completes execution, but the parent keeps executing, then the child process is known as __________
A. Orphan
B. Remains there until its parent calls wait system call. sanfoundry global education & learning series €? operating system. here’s the list of best books in operating system. to practice all areas of operating system, here is complete set on 1000+ mu
C. Body
D. Dead
The child process can __________
A. Be a duplicate of the parent process
B. Never be a duplicate of the parent process
C. Cannot have another program loaded into it
D. Never have another program loaded into it
In UNIX, the return value for the fork system call is _____ for the child process and _____ for the parent process.
A. A negative integer, zero
B. Zero, a negative integer
C. Zero, a nonzero integer
D. Process to the parent and returns zero to that newly created (child) process.
In UNIX, each process is identified by its __________
A. Process control block
B. Device queue
C. Process identifier
D. None of the mentioned