首页 > 试题广场 >

what aspects of a distributed

[问答题]

what aspects of a distributed system would you select for a system running on a totally reliable network?

推荐
Since the system is totally reliable,a stateful approach would make the most sense Error recovery would seldom benceded,allowing the features of a stateful system to be used.If the network is very fast as well as reliable,caching can be done on the server side.On a slower network caching on both server and client will speed performance,as would file location-independence and migration.In addition,RPC-based service is not needed in the absence of failures,since a key part of its design is recovery during networking errors.Virtual circuit systems are simpler and more appropriate for systems with no communications failures.
发表于 2018-03-25 10:20:28 回复(0)