Internal Question Rts - 061016
Internal Question Rts - 061016
-
13.STATE THE CHARACTERSTICS OF REAL TIME SYSTEM?
Ans-1)Timelines:- The system must meet strict deadlines for task
execution. Responses must occur within a guaranteed time frame,
known as real time constraints.
2)Reliability:- High reliability is required since failure to meet
deadlines can lead to system failure .
3)Concurrency:- Real time systems often handle multiple tasks or
processes simultaneously. They must manage resources and
synchronize processes effectively .
4)Priority Scheduling:-Real time systems prioritize tasks based on
their urgency, using scheduling algorithms such as rate monotonic .
5)Fault Tolerance:- Real time systems must handle errors gracefully,
ensuring continued operation even in the presence of faults.
14) HOW TO ACHIEVE HIGH RELIABILITY?
Ans- High reliable software can be developed by adopting all the
following three important technique:-
1)Error Avoidance:- For achieving high reliability, every possibility of
occurrence of errors should be minimized during product
development as much as possible.
2)Error detection and removal:- Inspite of use the based available
error avoidance technique many error still managed to cripped into
the code. These error need to be detected and removal.
3)Fault Tolerance:-Even if the error avoidance the error detection
technique are used it is virtually impossible to make a pratical
virtual system entirely error free. Few errors still persist ever after
carrying out through reviews and testing.
15)EXPLAIN SOFT RT,HARD RT,NON RT,FIRM RT?
Ans-Hard Real Time Task:-A hard real time task that is constraints to
produce it result within certain predefined time bomb.
ii)The system is consider to have fail whenever any of its hard RTT
does not produce its recorded result before the specified time
bound.
Ex-Antimissile System .
Soft Real time Task:-Soft Real time system also have a time bound
associated with them but here the timing constraints are not
expressed as absolute value instead the constraints are expressed
there in terms of average response time required.
Ex-Web Browsing.
Firm Real time Task:- Every firm RTT is the associated with some pre
defined deadline before which it is required to produce it result.
The late result are nearly discarded i.e the utility of the results
computed by a firm real time task becomes zero after the deadline.
Ex-Video conferencing.
Non Real time task:-A non real time task is not associated if any
time bound.
Ex-E-mail, Batch processing job, Background Task