The prevailing distributed computing model of the current era is called client/server computing. A (问题1) is a solution in which the presentation,presentation logic,application logic,data manipulation and data layers are distributed between client PCs and one or more servers. A (问题2) is a personal computer that does not have to be very powerful in terms of processor speed and memory because it only presents the interface to the user. A (问题3) is a personal computer,notebook computer,or workstation that is typically more powerful in terms of processor speed,memory,and storage capacity. A (问题4) hosts one or more shared database but also executes all database commands and services for information systems. A (n)(问题5) hosts Internet or intranet Web sites,it communicates with clients by returning to them documents and data.
本题考察的是C/S 架构及相关服务器类型。
问题1
A选项 Client/Server system:客户/服务器系统是一种将表示层、逻辑层、数据层分布在客户端和服务器之间的分布式计算模型,正确。
B选项 Client-side:指客户端一侧,不是完整的计算模型名称,错误。
C选项 Serve-sider:拼写错误且概念不准确,错误。
D选项 Database:仅指数据库,不是整体架构模式,错误。
所以选择 A。
问题2
A选项 Serve-sider:错误术语,不符合描述,错误。
B选项 Browser:浏览器只是用户接口的一种形式,不等于题中所述的仅展示界面的客户端,错误。
C选项 Fat client:胖客户端功能强大,不符合“无须很强大,仅展示界面”的描述,错误。
D选项 Thin client:瘦客户端性能要求低,仅负责用户界面展示,正确。
所以选择 D。
问题3
A选项 Cloud platform:指云计算平台,不是客户端类型,错误。
B选项 Cluster system:指集群系统,不是客户端类型,错误。
C选项 Fat client:胖客户端计算能力强,存储资源丰富,符合题意,正确。
D选项 Thin client:性能弱,不符合题中“更强大”的描述,错误。
所以选择 C。
问题4
A选项 Transaction server:事务服务器主要处理事务请求,不等于数据库服务器,错误。
B选项 Database server:数据库服务器管理共享数据库并执行所有数据库命令,符合描述,正确。
C选项 Application server:应用服务器处理业务逻辑,不是直接执行数据库命令的服务器,错误。
D选项 Message server:处理消息传递,不符合题意,错误。
所以选择 B。
问题5
A选项 Database server:处理数据库操作,不负责网站页面服务,错误。
B选项 Message server:用于消息传递,不负责网页服务,错误。
C选项 Web server:Web 服务器负责管理网站,与客户端通信并返回网页与数据,正确。
D选项 Application server:应用服务器主要负责业务逻辑,不直接提供网页文档,错误。
所以选择 C。
