首页 > 试题广场 >

Define the essential properties

[问答题]
Define the essential properties of the following types of operating systems:
a.Batch
b.Interactive
c.Time sharing
d.Real time
e.Network
f.Parallel
g.Distributed
h.Clustered
i.Handheld
推荐
a.Batch.Jobs with similar needs are batched together and run through the computer as a group by an operator or automatic job sequencer.Performance is increased by attempting to keep CPU and I/O devices busy at all times through buffering,off-line operation,spooling,and multiprogramming.Batch is good for executing large jobs that need little interaction;it can be submitted and picked up later.
b.Interactive.This system is composed of many short transactions where the results of the next transaction may be unpredictable.Response time needs to be short (seconds) since the user submits and waits for the result.
c.Time sharing.This systems uses CPU scheduling and multiprogramming to provide economical interactive use of a system.The CPU switches rapidly from one user to another.Instead of having a job defined by spooled card images,each program reads its next control card from the terminal,and output is normally printed immediately to the screen.
d.Real time.Often used in a dedicated application,this system reads information from sensors and must respond within a fixed amount of time to ensure correct performance.
e.Network.Provides operating system features across a network such as file sharing.
f.SMP.Used in systems where there are multiple CPU’s each running the same copy of the operating system.Communication takes place across thes ystem bus.
g.Distributed.This system distributes computation among several physical processors.The processors do not share memory or a clock.Instead,each processor has its own local memory.They communicate with each other through various communication lines,such as a high-speed bus or local area network.
h.Clustered.A clustered system combines multiple computers into a single system to perform computational task distributed across the cluster.
i.Handheld.A small computer system that performs simple tasks such as calendars,email,and web browsing.Handheld systems differ from traditional desktop systems with smaller memory and display screens and slower processors.

发表于 2018-05-05 21:21:41 回复(0)