in Operating System edited by
1,603 views
1 vote
1 vote

Remote computing system involves the use of timesharing systems and :

  1. Real time processing
  2. Batch processing
  3. Multiprocessing
  4. All of the above
in Operating System edited by
1.6k views

2 Answers

1 vote
1 vote
Real time processing system follows time rigidity. Batch processing follows FIFO (First in First Out) which is essential in Remote processing system. hence option B which is the Batch Processing system with time sharing system are used for Remote computing system.
0 votes
0 votes

Remote computing refers to the ability to access and use a computer or other devices remotely over a network connectionThis can be done from any location with an internet connection, allowing users to access their work files and applications from any device, including their personal laptop or smartphone.

(A) Real-time processing is the method where data is processed almost immediately. These systems process data as soon as they receive input and give the processed data as output. Because of this nature, real-time processing usually requires a continuous flow of data

In the context of remote computing, real-time processing might not be necessary if the tasks being performed do not require immediate response or if the system does not have the resources to support real-time processing

(BThis is a method of executing a series of jobs all at once without manual intervention. In the context of remote computing, batch processing is essential as it follows a First-In-First-Out (FIFO) approach, which is crucial in a remote processing system

(C) Multiprocessing might not be necessary if the tasks being performed do not require parallel processing or if the system does not have the resources to support multiprocessing.

edited by

Related questions