2011年2月28日 星期一

WDS 自動安裝XML檔範例

<?xml version="1.0"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">

2011年2月25日 星期五

Windows Server 2008 R2部署服務 (WDS)

        WDS是Windows Server 2003 SP2 之後就有的內建服務,之前的服務名稱是叫做RIS,主要功能是將作業系統或更新程式軟體部署到接收端。

Active Directory

    微軟Windows Server中,負責架構中大型網路環境的集中式目錄管理服務,微軟將AD中多網域相互的關係階層化,稱為網域樹(Domain Tree)

     Site Actie Directory站台(site),是指一個實體的網路位置,在一個站台中可能會有很多個網域控制站,AD網域資料的複製以站台為主。

2011年2月24日 星期四

Google File System (GFS)

The Google File System
Sanjay Ghemawat, Howard Gobioff, and Shun-Tak Leung

Link: http://labs.google.com/papers/gfs.html

Abstract

We have designed and implemented the Google File System, a scalable distributed file system for large distributed data-intensive applications. It provides fault tolerance while running on inexpensive commodity hardware, and it delivers high aggregate performance to a large number of clients.