zoukankan      html  css  js  c++  java
  • IT 架构之学习教材 -WSSRA

    最近看了一下WSSRA(windows server system reference architecture)的所有文档,感觉收获颇多。建议大家队系统架构感兴趣的人都可以看看。

    何谓WSSRA?
    可以理解为WSSRA 是一个面向IT架构层次的一个Pattern & Practice系列。对于软件架构设计人员,应该有义务去了解IT Pro们所谈论的各种名次,以及各种技术方案。
    WSSRA是一个很好的学习材料。

    什么是架构,正面回答比较难,我们可以这样定义。一个良好的架构,能够帮助我们实现一套高扩展,高可用性,高安全,高维护性的应用系统。谈到每一个特性,都需要有专门的领域知识喝产品来支持。wssra如要将微软的产品是如何的来支持这些特性的实现。另外wssra也提供了一些如果做架构设计的需求分析,如何评价选出最优方案。细到你在做web应用的时候,选择IIS 6 还是选择 IIS 5, 对高可用性,是采用NIC teaming还是clustering,或者NLB等等。以及告诉你每种方式的有缺点。
    关于这个web的应用可以参考: http://www.microsoft.com/technet/itsolutions/wssra/raguide/WebApplicationServices/igwabp.mspx

    当然还有其他纬度的考虑,比如消息服务(使用exchange?还是其他方案),数据服务(采用SQL server的那个版本,什么策略),安全服务等。
    以下是一个详细的document map:
    Windows Server System Reference Architecture
    Overview DocumentsIntroduction to Windows Server System Reference ArchitectureGetting Started with Windows Server System Reference ArchitectureLab Implementation of Windows Server System Reference Architecture
    Reference Blueprints
    Architecture Blueprints Introduction to Architecture BlueprintsNetwork Architecture BlueprintStorage Architecture BlueprintApplication Infrastructure ArchitectureManagement Architecture BlueprintSecurity Architecture Blueprint
    Service Blueprints
    Network DevicesIntroduction to Network DevicesNetwork Devices BlueprintNetwork Devices Planning GuideNetwork Devices Build GuideNetwork Devices Operations GuideWindows Server System Reference Architecture
    Computing DevicesIntroduction to Computing DevicesComputing Devices BlueprintComputing Devices Planning GuideComputing Devices Build GuideComputing Devices Operations GuideWindows Server System Reference Architecture
    Storage DevicesIntroduction to Storage DevicesStorage Devices BlueprintStorage Devices Planning GuideStorage Devices Build GuideStorage Devices Operations GuideWindows Server System Reference Architecture
    Deployment ServicesIntroduction to Deployment ServicesDeployment Services BlueprintDeployment Services Planning GuideDeployment Services Build GuideDeployment Services Operations GuideWindows Server System Reference Architecture
    Network ServicesIntroduction to Network ServicesNetwork Services BlueprintNetwork Services Planning GuideNetwork Services Build GuideNetwork Services Operations GuideWindows Server System Reference Architecture
    Firewall ServicesIntroduction to Firewall ServicesFirewall Services BlueprintFirewall Services Planning GuideFirewall Services Build GuideFirewall Services Operations GuideWindows Server System Reference Architecture
    Directory ServicesIntroduction to Directory ServicesDirectory Services BlueprintDirectory Services Planning GuideDirectory Services Build GuideDirectory Services Operations GuideWindows Server System Reference Architecture
    File and Print ServicesIntroduction to File and Print ServicesFile and Print Services BlueprintFile and Print Services Planning GuideFile and Print Services Build GuideFile and Print Services Operations GuideWindows Server System Reference Architecture
    Data ServicesIntroduction to Data ServicesData Services BlueprintData Services Planning GuideData Services Implementation GuideData Services Operations GuideWindows Server System Reference Architecture
    Web Application ServicesIntroduction to Web Application ServicesWeb Application Services BlueprintWeb Application Services Planning GuideWeb Application Services Build GuideWeb Application Services Operations GuideWindows Server System Reference Architecture
    Infrastructure Management ServicesIntroduction to Infrastructure Management ServicesInfrastructure Management Services BlueprintInfrastructure Management Services Planning GuideInfrastructure Management Services Build GuideInfrastructure Management Services Operations GuideWindows Server System Reference Architecture
    Backup and Recovery ServicesIntroduction to Backup and Recovery ServicesBackup and Recovery Services BlueprintBackup and Recovery Services Planning GuideBackup and Recovery Services Build GuideBackup and Recovery Services Operations GuideWindows Server System Reference Architecture
    Certificate ServicesIntroduction to Certificate ServicesCertificate Services BlueprintCertificate Services Planning GuideCertificate Services Build GuideCertificate Services Operations GuideWindows Server System Reference Architecture
    Remote Access ServicesIntroduction to Remote Access ServicesRemote Access Services BlueprintRemote Access Services Planning GuideRemote Access Services Build GuideRemote Access Services Operations GuideWindows Server System Reference Architecture
    Middleware ServicesIntroduction to Middleware ServicesMiddleware Services BlueprintMiddleware Services Planning GuideMiddleware Services Build GuideMiddleware Services Operations GuideWindows Server System Reference Architecture
    Messaging ServicesIntroduction to Messaging ServicesMessaging Services BlueprintMessaging Services Planning GuideMessaging Services Build GuideMessaging Services Operations GuideWindows Server System Reference Architecture
    posted on 2006-11-07 21:54 montaque 阅读(1247) 评论(7)  编辑 收藏 引用 网摘 所属分类: .NET 企业应用

  • 相关阅读:
    推箱子
    去掉两个最高分、去掉两个最低分,求平均分
    投票选班长
    彩票
    闰年、平年
    闹钟
    手机号抽奖
    for练习--侦察兵
    兔子、棋盘放粮食、猴子吃桃
    for练习--凑法
  • 原文地址:https://www.cnblogs.com/cclinux/p/562312.html
Copyright © 2011-2022 走看看