`
yangbaba2000
  • 浏览: 30552 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

scea,summarise

 
阅读更多
a architecture should have 7 features.
perfermance:to measure a system's perfermance,you can  use how many seconds a page form respose or how many transactions can be dealed in one seconds.
reliablity:  ensure the intergrity and persistency of all transactions in one application,also make sure the perfermance when load increased.
availablity:ensure the server/resource can always be accessed. even if some component fail,you can user redundent hardware or software to archieve it.
scalablity: when the system's process increase , can use vertical or horizontal to improve it. ventical scalable  adds hardware to the machine , as memory,processor,or disks .horizontal scalable add servers to the system .
extensibility:to add new fonctionality or modify exist functionality  of a system.you should finish this with out impacting exist functionality ,you can use low coupling,interface,encapsulation to archieve .
managebility: easy to change the system configration with out impacting the system ,
maintainablity: easy to correct flaws in component with out impacting other components.you can use low coupling,modularity and documents to archieve this.
security: protect the system to be compromise, to make sure the data confidentiality and  integrity ,also relate to  denial -of-service attacks.
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics