目錄 PART 1 建立入門觀念 Chapter 01 認識電腦系統 1.1 學習作業系統的準備 電腦發展的歷史 電腦系統的硬體組成 電腦系統的軟體組成 電腦系統處理的資料 (data)

Size: px
Start display at page:

Download "目錄 PART 1 建立入門觀念 Chapter 01 認識電腦系統 1.1 學習作業系統的準備 電腦發展的歷史 電腦系統的硬體組成 電腦系統的軟體組成 電腦系統處理的資料 (data)"

Transcription

1 PART 1 建立入門觀念 Chapter 01 認識電腦系統 1.1 學習作業系統的準備 電腦發展的歷史 電腦系統的硬體組成 電腦系統的軟體組成 電腦系統處理的資料 (data) 主宰電腦的人類 認識電腦結構 處理的功能 儲存的功能 輸入與輸出的功能 電腦的種類 電腦的分類 認識各種類型的電腦 系統程式的迷思 組譯程式 (Assemblers) 程式的連結 (Link) 與載入 (Load) 編譯程式 (compiler) 作業系統 (operating system) 其他的系統程式 Chapter 02 作業系統面面觀 2.1 作業系統簡介 作業系統發展的歷史 第 1 代 (first generation, ) 第 2 代 (second generation, ) 第 3 代 (third generation, ) 第 4 代 (fourth generation, 1980 以後 ) 作業系統的設計 作業系統功能上的組織 作業系統的實作 作業系統的分類 批次系統 (batch system) 分時 (timesharing) 系統 個人電腦作業系統 即時系統 嵌入式作業系統 (Embedded operating systems) 嵌入式系統的基本觀念 嵌入式系統的處理器 (processors)

2 作業系統 嵌入式系統的設計與應用 其他種類的作業系統 虛擬機器 (virtual machines) PART 2 處理元的管理 Chapter 03 認識處理元 3.1 處理元 (process) 的基本概念 從作業系統的啟動程序觀察處理元的衍生過程 UNIX 的啟動程序 系統呼叫 (system call) 作業系統的內部對處理元的分類 系統的細節 系統呼叫 (system call) 的實例 處理元與執行緒 : 觀念的釐清 多執行緒的觀念 (multithreading) 執行緒的功能 執行緒的種類 Windows 2000 對於執行緒與處理元的管理 Linux 對於執行緒與處理元的管理 Chapter 04 排程 (Scheduling) 4.1 排程 (Scheduling) 排程的由來 排程機制與策略 不可間斷的 (nonpreemptive) 排程策略 先來先做 (FCFS, First-Come-First-Served) 的排程法 最短工作優先 (SJN, Shortest Job Next) 的排程法 指定優先權的排程法 截止時間的排程法 可間斷的 (preemptive) 排程策略 輪替式的排程法 (Round Robin scheduling) 多層佇列 (multiple-level queues) 的排程法 多處理器的排程 (multiple-processor scheduling) 作業系統排程的實例 單一處理器的排程 (uniprocessor scheduling) 回應時間 (response time) 佇列系統 (queuing system)

3 Chapter 05 同步 (Synchronization) 5.1 基本的作業系統同步 (Synchronization) 問題 認識並行 (concurrency) 的觀念 臨界區域 (critical section) 實際案例 解決的方法 同步問題解決方法的整理 典型的互斥機制 透過軟體方法來達到互斥 (mutual exclusion) Dekker s 演算法 Peterson 的演算法 處理元之間的協調 號誌 (semaphore) 常見的同步問題 基本的臨界區域問題 基本的同步問題 生產者 - 消費者問題 (producer-consumer problem) 讀取與寫入的問題 (readers-writers problem) 實作上的考量 Chapter 06 死結 (Deadlock) 6.1 認識死結 (Deadlock) 死結的基本觀念 死結的模型 處理死結的方法 死結的預防 (prevention) 策略 死結的避免 (avoidance) 策略 資源分配圖型演算法 (Resource-Allocation-Graph algorithm) 班克演算法 (Banker s algorithm) 死結的偵測 (detection) 資源類型只有單一案例的情況 資源類型只有多個案例的情況 死結的復原 (recovery) 處理元的終止 (process termination) 資源的中斷 (resource preemption) Chapter 07 進階的同步觀念與實務 7.1 深入探討作業系統的同步 (Synchronization) 問題 共用變數 (shared variable) 的解決辦法 引導出號誌 (semaphore) 的觀念 實作 (implementation) 上的考量

4 作業系統 7.2 多處理器 (multiprocessors) 的情況 更高層次的同步控制方法 合併同步 (AND synchronization) 監督器 (monitor) 處理元間的溝通 (IPC) 事件排序 (Event ordering) 與同步問題 執行緒 (threads) 的實作 程式語言中執行緒 (Thread) 的用途 Java 執行緒狀態的變化 在 Java 中建立執行緒 Java 執行緒中常用的方法 共用程式碼與同時性控制 執行緒之間的溝通 PART 3 記憶體的管理 (memory management) Chapter 08 記憶體管理的概念 8.1 使用者程式的處理 認識電腦系統的主記憶體 主記憶體的種類 記憶體的定址 (memory addressing) 快取記憶體 (Cache Memory) 記憶體與儲存媒體的概念 記憶體的技術規格 電腦系統中記憶體的管理 基本觀念的建立 處理元位址空間與主記憶體之間的對應 編譯時期 (compile time) 連結時期 (link time) 載入時期 (load time) 動態記憶體的觀念 記憶體的配置 動態位址重定位 (dynamic address relocation) 交換作業 (swapping) Chapter 09 虛擬記憶體 (virtual memory) 9.1 虛擬記憶體 (Virtual memory) 簡介 實體記憶體的抽象化 虛擬記憶體技術 分段式的虛擬記憶體機制 (segmentation) 分段法的原理

5 9.2.2 分段法的實作 分頁的虛擬記憶體機制 (paging) 靜態分頁配置演算法 (static paging algorithm) 取用政策 (fetch policy) 需求分頁法 (demand paging) 堆疊演算法 (stack algorithms) 動態分頁配置演算法 (dynamic paging algorithm) 分段分頁的記憶體配置 (segmented/demand paged memory allocation) PART 4 儲存裝置的管理 (storage management) Chapter 10 檔案系統 (file system) 10.1 檔案的用途 檔案的類型 (file types) 檔案的分享 (file sharing) 檔案的觀念 檔案的屬性 檔案的操作 檔案與形成的架構 檔案的結構與存取方法 (access methods) 結構化檔案 結構化序列檔案 索引循序檔案 倒轉檔案 (inverted file) 檔案系統 (file system) 檔案系統的作業方式 各種應用系統使用的檔案系統 體驗檔案系統的實作 資料方塊的管理 (block management) 檔案系統的保護機制 存取的類型 存取控制 (access control) 檔案系統的掛載 (mount) 掛載的程序 掛載的實例 Chapter 11 儲存裝置與其管理 11.1 儲存裝置 磁碟簡介 磁碟機的由來

6 作業系統 硬碟的組織 硬碟的檔案系統 (hard disk file system) 磁碟裝置的連接與運作 磁碟排程的原理與方法 SSTF 排程法 FCFS 排程法 SCAN 排程法 LOOK 排程法 排程方法的選擇 磁碟儲存空間的管理 磁碟的格式化 開機 (boot) 磁區 切換空間 (swap space) 的管理 磁碟穩定性的管理 儲存媒體的分級 作業系統對於可抽換式儲存媒體的處理 Chapter 12 輸出入系統 12.1 電腦輸出入系統簡介 認識 I/O 作業 傳輸的模式 從硬體和軟體層面來看輸出入作業 硬體層面的作業 輪詢 (Polling) 中斷 (Interrupts) 直接記憶存取 (DMA) 軟體層面的作業 作業系統層次的輸出入作業 I/O 的排程 (Scheduling) 緩衝處理 (buffering) 快取記憶體 (cache) 的運用 儲位 (Spool) 的運用 溝通的訊息與系統資料的處理 I/O 請求與硬體作業之間的轉換 串流 (streams) 的概念 串流 (stream) 的基本觀念 認識串流類別之間的關係 java.io.inputstream 的使用 java.io.outputstream 的使用 與檔案相關的串流處理 Java 對於串流 (stream) 的其他支援

7 篩選串流 (filtered streams) 字元串流 (character streams) PART 5 分散式系統 Chapter 13 分散式作業系統 13.1 分散式作業系統 (distributed operating system) 入門 分散式系統 (distributed system) 分散式系統的優缺點 分散式系統的硬體觀念 分散式作業系統的類型 分散式系統中通訊的方式 分散式系統中的程式與處理器 區域網路作業系統 Novell Netware 簡介 從 Windows NT/2000 到 Windows 2008 Server 以 UNIX 為基礎的網路作業環境 分散式架構下的資訊傳遞 傳輸層服務的基本作業 通訊槽 (socket) 的基本觀念 TCP/IP 中的主從模型 通訊軟體的設計與架構 協定的應用程式介面 遠端程序呼叫 (RPC,Remote Procedure Calls) Java 的遠端方法呼叫 Client 與 Server 程式設計 Java RMI 架構的編譯與執行過程 Java RMI 範例練習 從應用的觀點來了解訊息服務 (messaging service) Chapter 14 分散式檔案系統 14.1 分散式檔案系統 命名的問題 (naming) 遠端檔案的存取 (remote file access) 遠端檔案服務 (remote file service) 廣域網路檔案系統 廣域透明化 通訊的模式 廣域應用的發展 分散式檔案系統的實例 NFS 簡介

8 作業系統 AFS 簡介 DCE 簡介 Chapter 15 分散式系統的理論與實務 15.1 分散式運算系統的基本概念 分散式運算的涵義 訊息傳遞的方法 (Message passing) 分散式的記憶體管理 事件的排序問題 之前發生的關係 (happened-before relation) 決定事件發生先後的方法 互斥 (mutual exclusion) 集中式的演算法 完全分散式的演算法 註記傳遞 (token-passing) 的演算法 分散式的單元性 (atomicity) 分散式的並行控制 (concurrency control) 時鐘的同步 (Clock synchronization) 互斥 (Mutual exclusion) 交易異動模型 (Transaction model) 分散式的死結處理 (deadlock handling) 分散式演算法的常見問題 以 CORBA 為例來認識分散式系統 CORBA 的基本觀念 CORBA 的基本組成 CORBA 中物件的處理 簡單的 CORBA 實作 定義 IDL 介面 CORBA 物件啟動的過程 認識 IDL(interface definition language) IDL 的資料型式 (data types) 模組 (modules) 與介面 (interfaces) 從 IIOP(Internet Inter-ORB Protocol) 看分散式應用的開發 認識 RMI-IIOP CORBA 與 RMI-IIOP PART 6 系統的保護與安全管理 Chapter 16 系統的保護 16.1 系統保護 (Protection) 的基本觀念

9 保護的目的 保護的原則 系統保護的機制 保護政策的觀念 保護領域 (protection domain) 的觀念 與系統保護相關的實例 存取控制 (access control) 資料存取控制簡介 身份識別 (identification) 與驗證 (authentication) 身份識別與鑑別的方法與技術 存取授權 (authorization) 存取控制的模型 自決式的 (discretionary) 模型 強制式的 (mandatory) 模型 非自決式的 (nondiscretionary) 模型 存取控制的技術 以規則為主的存取控制 (rule-based access control) 有限制的使用者介面 (constrained user interface) 存取控制矩陣 (access control matrix) 與內容相關的存取控制 (content-dependent access control) 與環境因素相關的存取控制 (context-dependent access control) 存取控制的實施 存取控制的管理 存取控制的方法 存取控制的類型 責任機制 (Accountability) 存取控制的作業實務 用陣列來描述保護的模型 以存取權矩陣 (access matrix) 為例 存取權矩陣的實作 存取控制可能遭遇的威脅 字典攻擊 (dictionary attack) 蠻力攻擊 (brute force attack) 假造的登入畫面 (spoofing at logon) Chapter 17 系統的安全管理 17.1 電腦與網路安全 認識安全問題 網路安全 (Network Security) 網路使用的安全模型 (Network Access Security Model) 安全原則 惡意軟體 (malware) 惡意軟體的分類

10 作業系統 惡意軟體的實例 安全問題的解決辦法 系統的監督 (monitoring) 入侵偵測 (intrusion detection) 入侵預防系統 (intrusion prevention systems) 從密碼學 (cryptography) 來看保護安全的方法 來自網路上的攻擊 解開資訊大門的金鑰 保持資料的完整性與身份識別 (Authentication) 告訴我你是誰? RSA 加密法 (RSA encryption) 防火牆 (firewall) PART 7 特定系統介紹與案例探討 Chapter 18 特定系統的介紹 18.1 作業系統的元件與架構 單一組合的結構 (monolithic) 模組化的設計 (modular design) 擴充式核心 (extensible nucleus) 的設計 層次化的架構 硬體分散產生的影響 網路作業系統 (NOS, Network Operating System) 分散式的作業系統 (DOS, Distributed Operating System) 作業系統的設計 作業系統的介面 作業系統的製作 作業系統發展的趨勢 大位址空間的作業系統 (large address space operating systems) 網路化 平行與分散式系統 多媒體的需求 低功率電腦與嵌入式系統 (embedded systems) 特定系統 即時系統 (real-time systems) 多媒體系統 (multimedia systems) Chapter 19 作業系統的實例與研究方向 19.1 Windows NT 簡介 NT 的歷史 NT 設計的原則

11 NT 的系統組成 硬體抽象層 (HAL, Hardware abstraction layer) NT 的核心 (kernel) NT Executive 環境子系統 (Environment subsystem) NT 的檔案系統 (file system) NT 網路的觀念 NT 的程式設計介面 UNIX 類型的作業系統 傳統的 UNIX 系統 Linux 作業系統 研發導向的作業系統 Choices 物件導向作業系統 Mach 作業系統 CHORUS 作業系統 Appendixe A VMWare 的使用實務 A-1 虛擬機器 (virtual machines) 的概念...A-3 A-2 認識 VMWare...A-4 A-3 VMWare 的 Server 程式...A-9 A-4 VMWare 的設定...A-9 A-5 VMWare 的應用... A-10 Appendixe B 參考文獻 Appendixe C 索引 0-15

投影片 1

投影片 1 9 1 9-1 Windows XP Windows Server 2003 Mac OS Linux, 都 (OS, Operating System ) 2 3 , 來, 行 3 理 行 4 ,, (UI, User Interface), 滑, 令 列 (CLI, Command-Line Interface) (GUI, Graphical User Interface) 2 5 令 列,

More information

06 最新計算機概論 6-1 電腦軟體的類型 (software) (system software) (application software) Microsoft Office Adobe Photoshop Internet Explorer Macromedia Dreamweaver (

06 最新計算機概論 6-1 電腦軟體的類型 (software) (system software) (application software) Microsoft Office Adobe Photoshop Internet Explorer Macromedia Dreamweaver ( 06 最新計算機概論 6-1 電腦軟體的類型 6-2 智慧財產權與軟體授權 6-3 認識作業系統 6-4 作業系統的功能 6-5 作業系統的演進 6-6 知名的作業系統 6-7 記憶體管理 6-8 行程管理 6-9 磁碟管理 06 最新計算機概論 6-1 電腦軟體的類型 (software) (system software) (application software) Microsoft Office

More information

09 虛擬記憶體 (virtual memory) CHAPTER 9.1 (Virtual memory) (segmentation) (paging) (static paging algorithm) (

09 虛擬記憶體 (virtual memory) CHAPTER 9.1 (Virtual memory) (segmentation) (paging) (static paging algorithm) ( 09 虛擬記憶體 (virtual memory) CHAPTER 9.1 (Virtual memory) 9.1.1 9.1.2 9.2 (segmentation) 9.2.1 9.2.2 9.3 (paging) 9.3.1 (static paging algorithm) 9.3.2 (dynamic paging algorithm) 9.4 (segmented/demand paged

More information

普 通 高 等 教 育 十 二 五 重 点 规 划 教 材 计 算 机 系 列 中 国 科 学 院 教 材 建 设 专 家 委 员 会 十 二 五 规 划 教 材 操 作 系 统 戴 仕 明 姚 昌 顺 主 编 姜 华 张 希 伟 副 主 编 郑 尚 志 梁 宝 华 参 编 参 编 周 进 钱 进

普 通 高 等 教 育 十 二 五 重 点 规 划 教 材 计 算 机 系 列 中 国 科 学 院 教 材 建 设 专 家 委 员 会 十 二 五 规 划 教 材 操 作 系 统 戴 仕 明 姚 昌 顺 主 编 姜 华 张 希 伟 副 主 编 郑 尚 志 梁 宝 华 参 编 参 编 周 进 钱 进 科 学 出 版 社 普 通 高 等 教 育 十 二 五 重 点 规 划 教 材 计 算 机 系 列 中 国 科 学 院 教 材 建 设 专 家 委 员 会 十 二 五 规 划 教 材 操 作 系 统 戴 仕 明 姚 昌 顺 主 编 姜 华 张 希 伟 副 主 编 郑 尚 志 梁 宝 华 参 编 参 编 周 进 钱 进 参 编 北 京 内 容 简 介 本 书 由 浅 入 深 系 统 全 面 地 介 绍

More information

ebook

ebook 3 3 3.1 3.1.1 ( ) 90 3 1966 B e r n s t e i n P ( i ) R ( i ) W ( i P ( i P ( j ) 1) R( i) W( j)=φ 2) W( i) R( j)=φ 3) W( i) W( j)=φ 3.1.2 ( p r o c e s s ) 91 Wi n d o w s Process Control Bl o c k P C

More information

OSI OSI 15% 20% OSI OSI ISO International Standard Organization 1984 OSI Open-data System Interface Reference Model OSI OSI OSI OSI ISO Prototype Prot

OSI OSI 15% 20% OSI OSI ISO International Standard Organization 1984 OSI Open-data System Interface Reference Model OSI OSI OSI OSI ISO Prototype Prot OSI OSI OSI 15% 20% OSI OSI ISO International Standard Organization 1984 OSI Open-data System Interface Reference Model OSI OSI OSI OSI ISO Prototype Protocol OSI OSI OSI OSI OSI O S I 2-1 Application

More information

<4D6963726F736F667420576F7264202D20312D3120B9ABBFAAD7AAC8C3CBB5C3F7CAE9A3A8C9EAB1A8B8E5A3A92E646F63>

<4D6963726F736F667420576F7264202D20312D3120B9ABBFAAD7AAC8C3CBB5C3F7CAE9A3A8C9EAB1A8B8E5A3A92E646F63> 广 西 新 豪 智 云 技 术 股 份 有 限 公 司 ( 申 报 稿 ) 推 荐 主 办 券 商 二 〇 一 六 年 一 月 声 明 本 公 司 及 全 体 董 事 监 事 高 级 管 理 人 员 承 诺 不 存 在 虚 假 记 载 误 导 性 陈 述 或 重 大 遗 漏, 并 对 其 真 实 性 准 确 性 完 整 性 承 担 个 别 和 连 带 的 法 律 责 任 本 公 司 负 责 人 和

More information

ebook140-8

ebook140-8 8 Microsoft VPN Windows NT 4 V P N Windows 98 Client 7 Vintage Air V P N 7 Wi n d o w s NT V P N 7 VPN ( ) 7 Novell NetWare VPN 8.1 PPTP NT4 VPN Q 154091 M i c r o s o f t Windows NT RAS [ ] Windows NT4

More information

A Preliminary Implementation of Linux Kernel Virus and Process Hiding

A Preliminary Implementation of Linux Kernel Virus and Process Hiding 邵 俊 儒 翁 健 吉 妍 年 月 日 学 号 学 号 学 号 摘 要 结 合 课 堂 知 识 我 们 设 计 了 一 个 内 核 病 毒 该 病 毒 同 时 具 有 木 马 的 自 动 性 的 隐 蔽 性 和 蠕 虫 的 感 染 能 力 该 病 毒 获 得 权 限 后 会 自 动 将 自 身 加 入 内 核 模 块 中 劫 持 的 系 统 调 用 并 通 过 简 单 的 方 法 实 现 自 身 的

More information

CC213

CC213 : (Ken-Yi Lee), E-mail: [email protected] 9 [P.11] : Dev C++ [P.12] : http://c.feis.tw [P.13] [P.14] [P.15] [P.17] [P.23] Dev C++ [P.24] [P.27] [P.34] C / C++ [P.35] 10 C / C++ C C++ C C++ C++ C ( ) C++

More information

untitled

untitled Chapter 01 1.0... 1-2 1.1... 1-2 1.1.1...1-2 1.1.2...1-4 1.1.2.1... 1-6 1.1.2.2... 1-7 1.1.2.3... 1-7 1.1.2.4... 1-7 1.1.2.5... 1-8 1.1.2.6... 1-8 1.1.3??...1-8 1.1.4...1-9 1.2...1-12 1.3...1-14 1.4...1-17

More information

9 Internet 10 Internet

9 Internet 10 Internet 1 2 3 4 5 6 Internet 7 8 9 Internet 10 Internet 11 12 1 1.1 1.2 1.3 1.4 1.5 1.6 1.1 1.1.1 20 50 20 60 ARPANET ARPANET Internet 20 70 ISO International Organization for Standardization TCP/IP 20 90 Internet

More information

ebook140-9

ebook140-9 9 VPN VPN Novell BorderManager Windows NT PPTP V P N L A V P N V N P I n t e r n e t V P N 9.1 V P N Windows 98 Windows PPTP VPN Novell BorderManager T M I P s e c Wi n d o w s I n t e r n e t I S P I

More information

经华名家讲堂

经华名家讲堂 5.1 5.1.1 5.1.2 5.2 5.2.1 5.2.2 5.2.3 5.2.4 5.2.5 5.3 5.3.1 5.3.2 5.3.3 / 5.3.4 / 5.3.5 / 5.4 Internet 5.4.1 Internet 5.4.2 Intranet 1. 2. 1 31 5 5.1 5.1.1 Internet 1 Host 20 60 IBM 2000 2 20 60 20 60

More information

ebook 132-2

ebook 132-2 2 SQL Server 7.0 SQL Server SQL Server 7 SQL Server 7 5 2.1 SQL Server 7 SQL Server 7 SQL Server SQL Server SQL Server 2.1.1 SQL Server Windows NT/2000 Windows 95/98 ( r a n d o m access memory R A M )

More information

09 F9 128 peer to peer, P2P file transfer protocol bittorrent 10 P2P P2P GNU/ Linux P2P CC 單機版的智慧財產權 vs. 人權戰爭 1980 DVD content

09 F9 128 peer to peer, P2P file transfer protocol bittorrent 10 P2P P2P GNU/ Linux P2P CC 單機版的智慧財產權 vs. 人權戰爭 1980 DVD content 當智慧財產 侵犯人權? 智慧財產與人權 Kickstarter The Matrix The Matrix Avatar Eywa 12 2013 4 484 09 F9 128 peer to peer, P2P file transfer protocol bittorrent 10 P2P P2P GNU/ Linux P2P CC 單機版的智慧財產權 vs. 人權戰爭 1980 DVD content

More information

BYOD IP+Optical (IP NGN) API 4. End-to-End (Service Aware) 5. IP NGN (IP Next Generation Network) ( ) Prime Carrier Management Access Edge Co

BYOD IP+Optical (IP NGN) API 4. End-to-End (Service Aware) 5. IP NGN (IP Next Generation Network) ( ) Prime Carrier Management Access Edge Co BYOD 228 2015 IT open source DIY ( ) Up/Down HP NNMi WhatsUp Gold Nagios HP SiteScope WhatsUp Gold HP NNMi WhatsUp Gold Cacti MRTG HP ispi Performance for Metrics WhatsUp Gold ( ) Open source Agent End-to-End

More information

第四章-個案分析.doc

第四章-個案分析.doc - 33-27 28 AP application software - 34 - Value Added Service 60%~65% Project 35%~40% Broadband VOD Wireless Project by 80% 20% Contract Project by S.I. 29 SI System Integrationer MIC Total Solution Provider

More information

2002 7 2 Session Number E-Business PSTN PSTN Remote Site Frame Relay X.25 Leased Line : & Self Replicating Code Password Guessing 1980 Exploiting Known Vulnerabilities Password Cracking Back Doors

More information

weblogic

weblogic Weblogic Allen Long [email protected] http://www.huihoo.com 2004-04 1 WebLogic, WLS WLS Domain 2 Weblogic6.1 Weblogic6.1 J2EE1.2,J2EE1.3 HTTP 1.1 J2EE Connector Architecture 1.0 J2EE EJB 2.0 J2EE JDBC 2.0

More information

Oracle 4

Oracle 4 Oracle 4 01 04 Oracle 07 Oracle Oracle Instance Oracle Instance Oracle Instance Oracle Database Oracle Database Instance Parameter File Pfile Instance Instance Instance Instance Oracle Instance System

More information

1 IT IT IT IT Virtual Machine, VM VM VM VM Operating Systems, OS IT

1 IT IT IT IT Virtual Machine, VM VM VM VM Operating Systems, OS IT 1 IT IT IT IT Virtual Machine, VM VM VM VM Operating Systems, OS IT Chapter 1 了解虛擬化技術種類 硬體 / 平台 / 伺服器虛擬化 VM VM VM CPU Hypervisor VMM Virtual Machine Manager VM Host OS VM VM Guest OS Host OS CPU VM Hyper-V

More information

第一章 概论

第一章  概论 1 2 3 4 5 6 7 8 Linux 7.1 7.1.1 1 1 2 3 2 3 1 2 3 3 1 2 3 7.1.2 1 2 1 2 3 4 5 7.1.3 1 1 2 3 2 7.1 3 7.1.4 1 1 PCB 2 3 2 PCB PCB PCB PCB PCB 4 1 2 PSW 3 CPU CPU 4 PCB PCB CPU PCB PCB PCB PCB PCB PCB PCB

More information

Microsoft PowerPoint - OS5.ppt

Microsoft PowerPoint - OS5.ppt Processes Process Concept Process Scheduling Operations on Processes Cooperating Processes Interprocess Communication Communication in Client-Server Systems Oct-03 1 Process Concept An operating system

More information

北京北信源软件股份有限公司招股书(申报稿)

北京北信源软件股份有限公司招股书(申报稿) qimingengz 31 创 业 板 投 资 风 险 提 示 本 次 股 票 发 行 后 拟 在 创 业 板 市 场 上 市, 该 市 场 具 有 较 高 的 投 资 风 险 创 业 板 公 司 具 有 业 绩 不 稳 定 经 营 风 险 高 退 市 风 险 大 等 特 点, 投 资 者 面 临 较 大 的 市 场 风 险 投 资 者 应 充 分 了 解 创 业 板 市 场 的 投 资 风 险 及

More information

A API Application Programming Interface 见 应 用 程 序 编 程 接 口 ARP Address Resolution Protocol 地 址 解 析 协 议 为 IP 地 址 到 对 应 的 硬 件 地 址 之 间 提 供 动 态 映 射 阿 里 云 内

A API Application Programming Interface 见 应 用 程 序 编 程 接 口 ARP Address Resolution Protocol 地 址 解 析 协 议 为 IP 地 址 到 对 应 的 硬 件 地 址 之 间 提 供 动 态 映 射 阿 里 云 内 A API Application Programming Interface 见 应 用 程 序 编 程 接 口 ARP Address Resolution Protocol 地 址 解 析 协 议 为 IP 地 址 到 对 应 的 硬 件 地 址 之 间 提 供 动 态 映 射 阿 里 云 内 容 分 发 网 络 Alibaba Cloud Content Delivery Network 一

More information

Dell EMC Data Domain DDOS 5.5 Data Domain Data Domain Data Domain : Data Domain Boost (DDBoost) Dell EMC DDBoost Data Domain DDBoost Source De-Dup Bac

Dell EMC Data Domain DDOS 5.5 Data Domain Data Domain Data Domain : Data Domain Boost (DDBoost) Dell EMC DDBoost Data Domain DDBoost Source De-Dup Bac Dell EMC Dell EMC IT Dell EMC IT Dell EMC https://www. dellemc.com/ Dell EMC Data Domain DDOS 5.5 Data Domain Data Domain Data Domain : Data Domain Boost (DDBoost) Dell EMC DDBoost Data Domain DDBoost

More information

sp_overview.pptx

sp_overview.pptx 系統程式設計 Systems Programming 鄭卜壬教授臺灣大學資訊工程系 Tei-Wei Kuo, Chi-Sheng Shih, Hao-Hua Chu, and Pu-Jen Cheng 2008 Goal of SP Course You are expected. to be familiar with the UNIX-like systems to become good system

More information

自由軟體教學平台

自由軟體教學平台 NCHC Opensource task force Steven Shiau [email protected] National Center for High-Performance Computing Sep 10, 2002 1 Outline 1. 2. 3. Service DHCP, TFTP, NFS, NIS 4. 5. 2 DRBL (diskless remote boot

More information

201406002+大学计算机基础B.doc

201406002+大学计算机基础B.doc 目 录. 大 学 计 算 机 基 础 B( 非 独 立 设 课 ).... 计 算 机 操 作 基 础 ( 独 立 设 课 )...3 3. 程 序 设 计 基 础 ( 非 独 立 设 课 )...5 4. 面 向 对 象 程 序 设 计 ( 非 独 立 设 课 )...8 5. 数 据 库 原 理 ( 非 独 立 设 课 )...0 6. 算 法 设 计 与 分 析 ( 非 独 立 设 课 )...

More information

chapter 2 HTML5 目錄iii HTML HTML HTML HTML HTML canvas

chapter 2 HTML5 目錄iii HTML HTML HTML HTML HTML canvas Contents 目錄 chapter 1 1-1... 1-2 1-2... 1-3 HTML5... 1-3... 1-5 1-3... 1-9 Web Storage... 1-9... 1-10 1-4 HTML5... 1-14... 1-14... 1-15 HTML5... 1-15... 1-15... 1-16 1-5... 1-18 Apps... 1-18 HTML5 Cache

More information

價規一覽表 仁銓契約編號 : _275 區別 : 臺北市 新北市 桃園市 新竹縣 ( 市 ) 臺中市契約期間 :108/03/26~109/03/25 軟體標契約價是含稅 5% 與 IDB 服務費 1.5% 經濟部工業局 108 年第一次電腦軟體共同供應契約採購案號 _

價規一覽表 仁銓契約編號 : _275 區別 : 臺北市 新北市 桃園市 新竹縣 ( 市 ) 臺中市契約期間 :108/03/26~109/03/25 軟體標契約價是含稅 5% 與 IDB 服務費 1.5% 經濟部工業局 108 年第一次電腦軟體共同供應契約採購案號 _ 12 6 Citrix Virtual Apps Advanced Edition (CCU) 含 1 年 Customer Success Services Citrix Systems 5-100 NT$24,664 12 7 Citrix Virtual Apps Premium Edition (CCU) 含 1 年 Customer Success Services Citrix Systems

More information

Microsoft PowerPoint - 数据通信-ch1.ppt

Microsoft PowerPoint - 数据通信-ch1.ppt 主 要 内 容 与 基 本 要 求 主 要 内 容 数 据 通 信 与 计 算 机 网 络 计 算 机 网 络 的 发 展 过 程 分 类 以 及 主 要 性 能 指 标 ; 分 组 交 换 的 基 本 原 理 及 其 与 电 路 交 换 报 文 交 换 的 联 系 与 区 别 ; 计 算 机 网 络 的 协 议 与 体 系 结 构 第 1 章 概 述 基 本 要 求 掌 握 分 组 交 换 电 路

More information

自由軟體教學平台

自由軟體教學平台 NCHC Opensource task force DRBL [email protected], [email protected] National Center for High-Performance Computing http://www.nchc.gov.tw Dec, 2002 1 Outline 1. 2. DRBL 3. 4. Service DHCP, TFTP, NFS,

More information

第一組個人電腦主機

第一組個人電腦主機 第一組個人電腦主機 項次 1 2 3 4 Intel Celeron 2.6GHz Intel Celeron 2.6GHz Intel Celeron 2.6GHz Intel Celeron 2.6GHz 契約金額 ( 含稅 ) NT$13,593 NT$13,380 NT$10,394 NT$10,181 環保證號 :4769 號 Veriton M275 Intel Celeron E3400

More information

<4D6963726F736F667420506F776572506F696E74202D2030325FC2B2B3F85FA44AAB49B0BBB4FABB50B977A8BEA874B2CEC2B2A4B6BB50C0B3A5CE2E707074>

<4D6963726F736F667420506F776572506F696E74202D2030325FC2B2B3F85FA44AAB49B0BBB4FABB50B977A8BEA874B2CEC2B2A4B6BB50C0B3A5CE2E707074> 入 侵 偵 測 與 預 防 系 統 簡 介 與 應 用 蕭 翔 之 講 師 BS 7799 LA 課 程 大 綱 第 一 章 認 識 入 侵 偵 測 與 預 防 系 統 第 二 章 入 侵 偵 測 與 預 防 系 統 的 功 能 分 類 偵 測 技 術 第 三 章 入 侵 偵 測 與 預 防 系 統 部 署 架 構 第 四 章 入 侵 偵 測 與 預 防 系 統 的 應 用 效 益 第 五 章 結

More information

2011年上海市高校精品课程申报表(本科)

2011年上海市高校精品课程申报表(本科) 2012 年 度 上 海 高 校 市 级 精 品 课 程 申 报 表 ( 本 科 ) 学 校 名 称 课 程 名 称 课 程 类 型 上 海 电 机 学 院 数 据 库 原 理 及 应 用 理 论 课 ( 不 含 实 践 ) 理 论 课 ( 含 实 践 ) 实 验 ( 践 ) 课 所 属 一 级 学 科 名 称 工 学 所 属 二 级 学 科 名 称 课 程 负 责 人 计 算 机 科 学 与 技

More information

自由軟體教學平台

自由軟體教學平台 NCHC Opensource task force DRBL [email protected], [email protected] National Center for High-Performance Computing http://www.nchc.gov.tw Jan, 2003 1 2003/1/28 ( ) 09:00-10:30 10:40-12:00 Linux 13:00-14:30

More information

投影片 1

投影片 1 資料庫管理程式 ( 補充教材 -Part2) 使用 ADO.NET 連結資料庫 ( 自行撰寫程式碼 以實現新增 刪除 修改等功能 ) Private Sub InsertButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles InsertButton.Click ' 宣告相關的 Connection

More information

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I 2004 5 IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I Abstract The techniques of digital video processing, transferring

More information

软件测试(TA07)第一学期考试

软件测试(TA07)第一学期考试 一 判 断 题 ( 每 题 1 分, 正 确 的, 错 误 的,20 道 ) 1. 软 件 测 试 按 照 测 试 过 程 分 类 为 黑 盒 白 盒 测 试 ( ) 2. 在 设 计 测 试 用 例 时, 应 包 括 合 理 的 输 入 条 件 和 不 合 理 的 输 入 条 件 ( ) 3. 集 成 测 试 计 划 在 需 求 分 析 阶 段 末 提 交 ( ) 4. 单 元 测 试 属 于 动

More information

<B1B1BEA9B9E2BBB7D0C2CDF8BFC6BCBCB9C9B7DDD3D0CFDEB9ABCBBEB4B43F3F12FB6CB293>

<B1B1BEA9B9E2BBB7D0C2CDF8BFC6BCBCB9C9B7DDD3D0CFDEB9ABCBBEB4B43F3F12FB6CB293> 本 次 股 票 发 行 后 拟 在 创 业 板 市 场 上 市, 该 市 场 具 有 较 高 的 投 资 风 险 创 业 板 公 司 具 有 业 绩 不 稳 定 经 营 风 险 高 退 市 风 险 大 等 特 点, 投 资 者 面 临 较 大 的 市 场 风 险 投 资 者 应 充 分 了 解 创 业 板 市 场 的 投 资 风 险 及 本 公 司 所 披 露 的 风 险 因 素, 审 慎 作 出

More information

DocHdl2OnPPMtmpTarget

DocHdl2OnPPMtmpTarget 雲端運算及應用之淺談 ( 上 ) 曾婉菁 印刷科技 Google Google Grid computing Utility computing 1. 2. IBM 3. Microsoft 4. Google 5. NIST 6. Gartner IT as a service 1 1. Private Cloud 2. Public Cloud 3. Hybrid Cloud 4. Community

More information

Windows 2000 Server for T100

Windows 2000 Server for T100 2 1 Windows 95/98 Windows 2000 3.5 Windows NT Server 4.0 2 Windows DOS 3.5 T200 2002 RAID RAID RAID 5.1 Windows 2000 Server T200 2002 Windows 2000 Server Windows 2000 Server Windows 2000 Server 3.5 for

More information

第3章 计算机网络体系结构

第3章  计算机网络体系结构 第 3 章 计 算 机 网 络 体 系 结 构 本 章 内 容 计 算 机 的 网 络 体 系 结 构 网 络 参 考 模 型 五 层 网 络 参 考 模 型 1 3.1 计 算 机 网 络 体 系 结 构 发 展 历 程 分 层 原 理 基 本 概 念 2 发 展 历 程 网 络 体 系 结 构 提 出 的 背 景 计 算 机 网 络 的 复 杂 性 异 质 性 不 同 的 通 信 介 质 有 线

More information

導讀 ASP.NET HTML ASP 第一篇 基礎篇第 1 章 認識 ASP.NET ASP.NET ASP.NET ASP.NET ASP.NET 第 2 章 認識 Visual Studio 20 開發環境 Visual Studio 20 Visual Studio 20 第二篇 C# 程式

導讀 ASP.NET HTML ASP 第一篇 基礎篇第 1 章 認識 ASP.NET ASP.NET ASP.NET ASP.NET ASP.NET 第 2 章 認識 Visual Studio 20 開發環境 Visual Studio 20 Visual Studio 20 第二篇 C# 程式 導讀 ASP.NET HTML ASP 第一篇 基礎篇第 1 章 認識 ASP.NET ASP.NET ASP.NET ASP.NET ASP.NET 第 2 章 認識 Visual Studio 20 開發環境 Visual Studio 20 Visual Studio 20 第二篇 C# 程式語言篇第 3 章 C# 程式語言基礎 C# C# 3.0 var 第 4 章 基本資料處理 C# x

More information

Microsoft PowerPoint - csf ppt

Microsoft PowerPoint - csf ppt CSF665 Advanced Operating Systems 高等作業系統 吳俊興 國立高雄大學資訊工程學系 Fall 2012 Four Components of a Computer System Hardware provides basic computing resources CPU, memory, I/O devices Operating system Controls and

More information

Value Chain ~ (E-Business RD / Pre-Sales / Consultant) APS, Advanc

Value Chain ~ (E-Business RD / Pre-Sales / Consultant) APS, Advanc Key @ Value Chain [email protected] 1 Key@ValueChain 1994.6 1996.6 2000.6 2000.10 ~ 2004.10 (E- RD / Pre-Sales / Consultant) APS, Advanced Planning & Scheduling CDP, Collaborative Demand Planning

More information

iziggi

iziggi iziggi 1 1 iziggi-hd 2 iziggi-hd 4 IPEVO iziggi-hd 6 iziggi-hd 8 iziggi-hd 9 Whiteboard App USB 10 iziggi-hd 11 iziggi-hd Live View WiFi 11 12 LED 12 iziggi-hd 13 Apple TV AirPlay 13 14 15 iziggi-hd *

More information

计算机网络概论

计算机网络概论 IDS 1 1 SNMP Agent Manager Agent SMI MIB SMI SNMP 0 1 2 3 5 6 7 8 Web SNMP SNMP Trap SNMP GetRequestGetNext GetBulk SetRequest Response Inform Trap Buffer overflow DoS Buffer Overflow Internet

More information

handsome-招股书-新规则-final-version-0422.PDF

handsome-招股书-新规则-final-version-0422.PDF 1 Handsome Electronics Co., Ltd. ( 259 ) 1 2 28 2 Handsome Electronics Co., Ltd. ( ) 17,000,000 A 1700 1 15.53 2003 4 28 2003 4 10 3 1 2002 44.28 11.65 2 3 4 2001 7 17 3 2010 2010, 4 5...8...11...11...11...11...12...12...12...13...

More information

Chapter 2

Chapter 2 2 (Setup) ETAP PowerStation ETAP ETAP PowerStation PowerStation PowerPlot ODBC SQL Server Oracle SQL Server Oracle Windows SQL Server Oracle PowerStation PowerStation PowerStation PowerStation ETAP PowerStation

More information

Autodesk Product Design Suite Standard 系統統需求 典型使用用者和工作流程 Autodesk Product Design Suite Standard 版本為為負責建立非凡凡產品的設計師師和工程師, 提供基本概念設計計和製圖工具, 以取得令人驚驚嘆

Autodesk Product Design Suite Standard 系統統需求 典型使用用者和工作流程 Autodesk Product Design Suite Standard 版本為為負責建立非凡凡產品的設計師師和工程師, 提供基本概念設計計和製圖工具, 以取得令人驚驚嘆 Autodesk Product Design Suite Standard 20122 系統統需求 典型使用用者和工作流程 Autodesk Product Design Suite Standard 版本為為負責建立非凡凡產品的設計師師和工程師, 提供基本概念設計計和製圖工具, 以取得令人驚驚嘆的產品設計計 Autodesk Product Design Suite Standard 版本中中包括以下軟體體產品

More information

TCP/IP TCP/IP OSI IP TCP IP IP TCP/IP TCP/IP

TCP/IP TCP/IP OSI IP TCP IP IP TCP/IP TCP/IP TCP/IP : TCP/IP TCP/IP OSI IP TCP IP IP TCP/IP TCP/IP 1. ASCII EBCDIC Extended Binary-Coded Decimal Interchange Code 2. / (1) (2) Single System Image SSI) (3) I/O (4) 3.OSI OSI Open System Interconnection

More information

IDS-Concepts

IDS-Concepts !!! : (Internet) : Attacker (802.11) AP AP: Access Point, AP AP Drive by Hacking NoteBook 12 AP / 12 AP Personnel Records Trade Secrets Financials WiFi (802.11) LAN 802.11 MAC Address : AP MAC Address

More information

<4D6963726F736F667420506F776572506F696E74202D20C8EDBCFEBCDCB9B9CAA6D1D0D0DEBDB2D7F92E707074>

<4D6963726F736F667420506F776572506F696E74202D20C8EDBCFEBCDCB9B9CAA6D1D0D0DEBDB2D7F92E707074> 软 件 架 构 师 研 修 讲 座 胡 协 刚 软 件 架 构 师 UML/RUP 专 家 [email protected] 中 国 软 件 架 构 师 网 东 软 培 训 中 心 小 故 事 : 七 人 分 粥 当 前 软 件 团 队 的 开 发 现 状 和 面 临 的 问 题 软 件 项 目 的 特 点 解 决 之 道 : 从 瀑 布 模 型 到 迭 代 模 型 解 决 项

More information

財金資訊-80期.indd

財金資訊-80期.indd IPv6 / LINE YouTube TCP/IP TCP (Transmission Control Protocol) IP (Internet Protocol) (node) (address) IPv4 168.95.1.1 IPv4 1981 RFC 791 --IP IPv4 32 2 32 42 IP (Internet Service Provider ISP) IP IP IPv4

More information

untitled

untitled LBS Research and Application of Location Information Management Technology in LBS TP319 10290 UDC LBS Research and Application of Location Information Management Technology in LBS , LBS PDA LBS

More information

Microsoft Word - 100118002.htm

Microsoft Word - 100118002.htm 100 年 度 11800 電 腦 軟 體 應 用 乙 級 技 術 士 技 能 檢 定 學 科 測 試 試 題 本 試 卷 有 選 擇 題 80 題, 每 題 1.25 分, 皆 為 單 選 選 擇 題, 測 試 時 間 為 100 分 鐘, 請 在 答 案 卡 上 作 答, 答 錯 不 倒 扣 ; 未 作 答 者, 不 予 計 分 准 考 證 號 碼 : 姓 名 : 選 擇 題 : 1. (3)

More information

untitled

untitled 01 1-1 PHP 1-2 PHP 1-3 MySQL 1-4 1-5 http://w3techs.com/technologies/history_overview/programming_language w3techs.com (Server-side) 2012 7 77.8% PHP PHP PHP PHP 1-1 PHP PHP HTML Script Windows ASP(Active

More information

Windows RTEMS 1 Danilliu MMI TCP/IP QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos eco

Windows RTEMS 1 Danilliu MMI TCP/IP QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos eco Windows RTEMS 1 Danilliu MMI TCP/IP 80486 QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos ecos Email www.rtems.com RTEMS ecos RTEMS RTEMS Windows

More information

Symantec™ Sygate Enterprise Protection 防护代理安装使用指南

Symantec™ Sygate Enterprise Protection 防护代理安装使用指南 Symantec Sygate Enterprise Protection 防 护 代 理 安 装 使 用 指 南 5.1 版 版 权 信 息 Copyright 2005 Symantec Corporation. 2005 年 Symantec Corporation 版 权 所 有 All rights reserved. 保 留 所 有 权 利 Symantec Symantec 徽 标 Sygate

More information

01 用 ActionScript 3.0 開始認識 Flash CS3 Flash 是應用在網路上非常流行且高互動性的多媒體技術, 由於擁有向量圖像體積小的優點, 而且 Flash Player 也很小巧精緻, 很快的有趣的 Flash 動畫透過設計師的創意紅遍了整個網際網路 雖然很多人都對 Fl

01 用 ActionScript 3.0 開始認識 Flash CS3 Flash 是應用在網路上非常流行且高互動性的多媒體技術, 由於擁有向量圖像體積小的優點, 而且 Flash Player 也很小巧精緻, 很快的有趣的 Flash 動畫透過設計師的創意紅遍了整個網際網路 雖然很多人都對 Fl 01 用 ActionScript 3.0 開始認識 Flash CS3 Flash 是應用在網路上非常流行且高互動性的多媒體技術, 由於擁有向量圖像體積小的優點, 而且 Flash Player 也很小巧精緻, 很快的有趣的 Flash 動畫透過設計師的創意紅遍了整個網際網路 雖然很多人都對 Flash 可以做精美的網路動畫並不陌生, 但是實際上 Flash 不僅如此, 只要搭配 ActionScript

More information

第 15 章 程 式 編 写 語 言 15.1 程 式 編 写 語 言 的 角 色 程 式 編 寫 語 言 是 程 式 編 寫 員 與 電 腦 溝 通 的 界 面 語 法 是 一 組 規 則 讓 程 式 編 寫 員 將 字 詞 集 合 起 來 電 腦 是 處 理 位 元 和 字 節 的 機 器, 與

第 15 章 程 式 編 写 語 言 15.1 程 式 編 写 語 言 的 角 色 程 式 編 寫 語 言 是 程 式 編 寫 員 與 電 腦 溝 通 的 界 面 語 法 是 一 組 規 則 讓 程 式 編 寫 員 將 字 詞 集 合 起 來 電 腦 是 處 理 位 元 和 字 節 的 機 器, 與 程 式 編 写 語 言 在 完 成 這 章 後, 你 將 能 夠 了 解 程 式 編 写 語 言 的 功 能 了 解 高 階 語 言 和 低 階 語 言 之 間 的 分 別 知 道 翻 譯 程 式 的 意 義 和 能 夠 把 翻 譯 程 式 分 類 為 : 匯 編 程 式 編 譯 程 式 和 解 譯 程 式 認 識 不 同 翻 譯 程 式 的 優 點 和 缺 點 程 式 是 指 揮 電 腦 的 指

More information

附3

附3 普 通 高 等 学 校 本 科 专 业 设 置 申 请 表 ( 备 案 专 业 适 用 ) 080910T 3-6 2 016 7 6 4884878 目 录 填 表 说 明 ⒈ ⒉ ⒊ ⒋ ⒌ 1. 普 通 高 等 学 校 增 设 本 科 专 业 基 本 情 况 表 080910T 3-6 1978 36 ( 1978) ( 2008) 2017 60 120 / S J ⒉ 学 校 基 本 情

More information

PowerPoint 演示文稿

PowerPoint 演示文稿 Hadoop 生 态 技 术 在 阿 里 全 网 商 品 搜 索 实 战 阿 里 巴 巴 - 王 峰 自 我 介 绍 真 名 : 王 峰 淘 宝 花 名 : 莫 问 微 博 : 淘 莫 问 2006 年 硕 士 毕 业 后 加 入 阿 里 巴 巴 集 团 淘 及 搜 索 事 业 部 ( 高 级 技 术 与 家 ) 目 前 负 责 搜 索 离 线 系 统 团 队 技 术 方 向 : 分 布 式 计 算

More information

SiteView技术白皮书

SiteView技术白皮书 SiteView ECC V6.2 技 术 白 皮 书 游 龙 网 络 科 技 ( 中 国 ) 有 限 公 司 DragonFlow Networks(China),Inc. 目 录 第 一 章 产 品 概 述... 3 第 二 章 系 统 结 构... 6 一 系 统 架 构... 7 1 用 户 管 理 模 块... 7 2 Web Server... 8 3 存 储 加 密 模 块... 8

More information

項次 4 (Quad-Core Intel Xeon 2.53GHz 一顆 /Windows 作業系統 ) NT$84,222 HP ProLiant DL120 G6 作業系統 Windows Server 2008 提供 1 顆 Quad-Core Intel Xeon 2.53GHz, 每顆

項次 4 (Quad-Core Intel Xeon 2.53GHz 一顆 /Windows 作業系統 ) NT$84,222 HP ProLiant DL120 G6 作業系統 Windows Server 2008 提供 1 顆 Quad-Core Intel Xeon 2.53GHz, 每顆 得標項次一覽表 項次 1 2 3 2.0GHz 2.0GHz 一顆 /Windows 作業系統 ) 2.0GHz 一顆 /Linux 作業系統 ) 一顆 / 無作業系統 ) NT$82,090 NT$60,768 NT$52,239 HP ProLiant DL165 G7 提供 1 顆 Octo-Core AMD Opteron 2.0GHz, 每顆 CPU 整體快取 (cache) 記憶體 12MB

More information

工程师培训

工程师培训 .1 TCP/IP TCP/IP 1 .2.2.1 Host 1960 S 1970 S Host Low Speed Lines 1970 S 1980 S pc Server Local Interneting 1980 S 1990 S Branch. pc Branch. WAN Branch. pc pc IBM SNA IBM X.25 2 .2.2 OSI OSI Application

More information

ICS 13.310 A 91 SZDB/Z 深 圳 市 标 准 化 指 导 性 技 术 文 件 SZDB/Z 158 2015 交 通 运 输 行 业 视 频 监 控 联 网 系 统 通 用 技 术 要 求 General technical specification for video monitoring network system of transportation industry in

More information

UDC Design and Application of Intrusion Detection System Based on Snort 2009 12 Snort Snort Apriori Snort Apriori Microsoft Visual Studio 2008 C# Snort Snort Snort Snort Snort Apriori Snort Snort Apriori

More information