Results (
Indonesian) 1:
[Copy]Copied!
The RTS (remote temperature sensor) system exists to measure the temperatures of a set offurnaces, and to report those temperatures to an operator at some other location. In the originalexample, the operator was located at a “host” computer. The RTS sends periodic temperatureupdates to the host computer, and the host computer sends control requests to the RTS, tochange the frequency at which periodic updates are sent. These requests and updates are doneon a furnace by furnace basis. That is, each furnace can be reporting its temperature at a differentfrequency. The RTS is presumably part of a larger process control system. The control partof the system is not discussed in this example, however.We are interested in analyzing the RTS for the qualities of performance, security, and availability.To illustrate these analyses, we have made the model problem richer and more complexthan its original manifestation. In addition to the original set of functional requirements, wehave embedded the RTS into a system architecture based on the client-server idiom. Theremote temperature sensor functionality is encapsulated in a server that serves some number ofclients. To remain consistent with the original problem, our analysis will assume that there are16 clients: one per furnace.The RTS server hardware includes an analog-to-digital converter (ADC), that can read andconvert a temperature for one furnace at a time. Requests for temperature readings are queuedand fed, one at a time, to the ADC. The ADC measures the temperature of each furnace at thefrequency specified by its most recently received control request.
Being translated, please wait..
