x86 JUMP Reference





InstructionDescriptionsigned-nessFlagsshort
jump
opcodes
near
jump
opcodes
JOJump if overflow OF = 1700F 80
JNOJump if not overflow OF = 0710F 81
JSJump if sign SF = 1780F 88
JNSJump if not sign SF = 0790F 89
JE
JZ
Jump if equal
Jump if zero
 ZF = 1740F 84
JNE
JNZ
Jump if not equal
Jump if not zero
 ZF = 0750F 85
JB
JNAE
JC
Jump if below
Jump if not above or equal
Jump if carry
unsignedCF = 1720F 82
JNB
JAE
JNC
Jump if not below
Jump if above or equal
Jump if not carry
unsignedCF = 0730F 83
JBE
JNA
Jump if below or equal
Jump if not above
unsignedCF = 1 or ZF = 1760F 86
JA
JNBE
Jump if above
Jump if not below or equal
unsignedCF = 0 and ZF = 0770F 87
JL
JNGE
Jump if less
Jump if not greater or equal
signedSF <> OF7C0F 8C
JGE
JNL
Jump if greater or equal
Jump if not less
signedSF = OF7D0F 8D
JLE
JNG
Jump if less or equal
Jump if not greater
signedZF = 1 or SF <> OF7E0F 8E
JG
JNLE
Jump if greater
Jump if not less or equal
signedZF = 0 and SF = OF7F0F 8F
JP
JPE
Jump if parity
Jump if parity even
 PF = 17A0F 8A
JNP
JPO
Jump if not parity
Jump if parity odd
 PF = 07B0F 8B
JCXZ
JECXZ
Jump if %CX register is 0
Jump if %ECX register is 0
 %CX = 0
%ECX = 0
E3 

Processor Flags

The x86 processors have a large set of flags that represent the state of the processor, and the conditional jump instructions can key off of them in combination.
CF - carry flag
Set on high-order bit carry or borrow; cleared otherwise
PF - parity flag
Set if low-order eight bits of result contain an even number of "1" bits; cleared otherwise
ZF - zero flags
Set if result is zero; cleared otherwise
SF - sign flag
Set equal to high-order bit of result (0 if positive 1 if negative)
OF - overflow flag
Set if result is too large a positive number or too small a negative number (excluding sign bit) to fit in destination operand; cleared otherwise

Reference: http://www.unixwiz.net/techtips/x86-jumps.html

RAID vs Erasure Coding

http://www.networkcomputing.com/storage/raid-vs-erasure-coding/1792588127

File System Comparison

https://zh.wikipedia.org/wiki/%E6%96%87%E4%BB%B6%E7%B3%BB%E7%BB%9F%E7%9A%84%E5%AF%B9%E6%AF%94

RAID Penalty

Each disk provide a certain amount of IO based off of the
  • Rotational Speed
  • Average Latency
  • Average Seek Time(*)

Read Operation: NO Penalty

Write Operation:
RAID    Write Penalty
0            1(NO Penalty)
1            2
5            4(2R, 2W)
6            6(3R, 3W)
10          2


Reference: http://theithollow.com/2012/03/21/understanding-raid-penalty/



A Twist of the Wrist

  1. 在彎中找到一個點,開啟油門,這個點可以在apex 之前。
  2. 維持穩定的開啟狀態,提供0.1~0.2G的加速度,增加後輪的正向力,以符合前、後輪胎能提供的抓地力比例。
  3. 當車身快到直立時,開啟的幅度可以大量增加,出彎加速,甚至在某個點,可以跳至全開。
註解:
  1. 在彎中找到一個點開啟油門之後,避免再度關閉油門,就算打滑,也不能突然關油門。
  2. 如果開啟油門後卻又發現必須關閉油門(run wide),表示太早開啟油門了。
  3. 在彎中到出彎,究竟在何時讓車身直立,油門可以開啟多少,這是個人修練了,也是賽道中的決勝點,但通常反應在下一個彎道入彎時。

Use nvm to manage node.js

1.   Use homebrew install nvm
    $ brew install nvm
    $ brew --prefix nvm
    $ echo ___/nvm.sh ~/.bash_profile
    $ . ~/.bash_profile
2.   Use nvm to install node.js
    $ nvm ls-remote
    $ nvm install v4.2.4
    $ nvm use v4.2.4
    $ nvm alias default v4.2.4





http://icarus4.logdown.com/posts/175092-nodejs-installation-guide

Color Setting

R: 219
G: 238
B: 221

light: 215

C/C++ Coding Standard



Naming Convenion

  1.  匈牙利命名法
    1. http://blog.udn.com/start8588/1171731
  2.  駝峰式
    1. https://zh.wikipedia.org/wiki/%E9%A7%9D%E5%B3%B0%E5%BC%8F%E5%A4%A7%E5%B0%8F%E5%AF%AB


Documentation

  1. Software design document (SDD)
  2. Doxygen




相關文件

  • Book
    • https://sites.google.com/site/cinterfacesimplementations/
  • Indian Hill C Style Guide
    • http://www.cs.arizona.edu/~mccann/cstyle.html
  • Linux
    • https://www.kernel.org/doc/Documentation/CodingStyle
  • GNU
    • http://www.gnu.org/prep/standards/standards.html
  • NASA
    • http://homepages.inf.ed.ac.uk/dts/pm/Papers/nasa-c-style.pdf
  • Google
    • https://github.com/google/styleguide
    • https://google-styleguide.googlecode.com/svn/trunk/cppguide.html
  • Others
    • http://users.ece.cmu.edu/~eno/coding/CCodingStandard.html
    • http://www.possibility.com/Cpp/CppCodingStandard.html
    • https://www.doc.ic.ac.uk/lab/cplus/cstyle.html
    • http://www.maultech.com/chrislott/resources/cstyle/

Windows 快捷鍵

1. Windows鍵 + L鍵  電腦鎖屏
2. Windows鍵 + E鍵  開啓我的電腦
3. Windows鍵 + D鍵  顯示桌面
4. Windows鍵 + TAB鍵  3D效果顯示切換窗口
5. Windows鍵 + R鍵  輸入psr.exe回車,然後就可以開始記錄了
6. Windows鍵 + X鍵  調整顯示器亮度、音量大小,打開無線網 ....
7. Windows鍵 + R鍵  輸入osk 出現虛擬鍵盤
8. Windows鍵和+++++++++,放大鏡出現!
9. Windows鍵 + Fn,再按下Home,就可以打開系統屬性了
10. shift + 任務欄的窗口圖標 = 新建一個該窗口

F2   重新命名所選項目
Ctrl+S 保存
Ctrl+W 關閉程式
Ctrl+N 新建 Ctrl+O 打開 Ctrl+Z 撤銷 Ctrl+F 查找 Ctrl+X 剪切 Ctrl+C 複制
Ctrl+V 粘貼 Ctrl+A 全選 Ctrl+[ 縮小文字
Ctrl+] 放大文字 Ctrl+B 粗體 Ctrl+I 斜體
Ctrl+U 下劃線
Ctrl+Shift 輸入法切換 Ctrl+空格 中英文切換
Ctrl+回車 QQ號中發送信息
Ctrl+Home 光標快速移到文件頭
Ctrl+End 光標快速移到文件尾
Ctrl+Esc 顯示開始菜單
Ctrl+Shift+Ctrl+Shift+> 快速放大文字
Ctrl+F5 在IE中強行刷新
Ctrl+拖動文件 複制文件
Ctrl+Backspace 啟動\關閉輸入法
拖動文件時按住Ctrl+Shift 創建快捷方式
Alt+空格+C 關閉窗口
Alt+空格+N 最小化當前窗口
Alt+空格+R 恢複最小化窗口
Alt+空格+X 最大化當前窗口
Alt+空格+M 移動窗口
Alt+空格+S 改變窗口大小
Alt+Tab 兩個程式交換
Alt+F 打開文件選單
Alt+V 打開視圖選單
Alt+E 打開編輯選單
Alt+I 打開插入選單
Alt+O 打開格式選單
Alt+T 打開工具選單
Alt+A 打開表格選單
Alt+W 打開窗口選單
Alt+H 打開幫助選單
Alt+回車 查看文件屬性
Alt+雙擊文件 查看文件屬性
Alt+X 關閉C語言
Shift快捷鍵
Shift+空格 半\全角切換
Shift + Delete 永久刪除所選項,而不將它放到“回收站”中。
拖動某一項時按 CTRL 複制所選項。
拖動某一項時按 CTRL + SHIFT 創建所選項目的快捷鍵。
WORD全套快捷鍵小技巧
CTRL+O 打開
CTRL+P 列印
CTRL+A 全選
CTRL+[/] 對文字進行大小設置(在選中目標情況下)
CTRL+D 字體設置(在選中目標情況下)
CTRL+G/H 查找/替換; CTRL+N 全文刪除;
CTRL+M 左邊距(在選中目標情況下);
CTRL+U 繪制下劃線(在選中目標情況下);
CTRL+B 加粗文字(在選中目標情況下);
CTRL+I 傾斜文字(在選中目標情況下);
CTRL+Q 兩邊對齊(無首行縮進),(在選中目標情況下)或將光標放置目標文 字的段尾,亦可操作
CTRL+J 兩端對齊(操作同上)
CTRL+E 居中(操作同上)
CTRL+R 右對齊(操作同上)
CTRL+K 插入超鏈接

菜燕做法



1.將1000ml的水煮滾,放入15g的洋菜(寒天)(去迪化街買的)

2.把洋菜丟到滾水裡,煮到完全融化(把水加洋菜拿到果汁機絞碎加快融化速度)

3.接著倒入冬瓜茶1000ml(全聯買冬瓜磚)(可以加一點黑糖會有不同的口感)

15g:1000ml:1000ml

Fury

Ideals are peaceful - history is violent

Open a terminal and Execute commands and Keep terminal open

gnome-terminal --tab -e "/bin/bash -c 'ls -al ; exec /bin/bash -i'"

Variable Attributes

Aligned Variable


char tmpBuf[BLOCKSIZE] __attribute__((__aligned__(ALIGNMENT)));
char *tmpBuf = (char*) memalign(ALIGNMENT, BLOCKSIZE);



相關文件

internationalization (i18n)

Locale = Language code (ISO-639) + Country code (ISO-3166)
e.g. zh_TW

pip, virtualenv, virtualenvwrapper

pip

  1. 安裝easy_install
  2. 安裝pip
    1. easy_install pip
    2. 利用pip安裝套件, 移除套件
      1. pip [套件名稱]
      2. pip [套件名稱==套件版本]
      3. pip uninstall [套件名稱]
    3. 利用pip列出已經安裝的套件
      1. pip freeze
    4. 利用pip升級套件
      1. pip install -U [套件名稱]
    5. 利用pip搜尋可安裝的套件
      1. pip search [關鍵字]
    6. pip使用方法
      1. pip help
    7. pip封裝相關套件,之後方便使用
      1. e.g. package name => vimpyre
      2. pip bundle vimpyre.pybundle vimpyre     #封裝在vimpyre.pybundle
      3. pip install vimpyre.pybundle                     #令一個環境安裝

pip + virtualenv

    1. 安裝virtualenv
      1. pip install virtualenv
    2. 建立一個虛擬環境
      1. virtualenv ENV_NAME
    3. 初始化虛擬環境(每次都要作一次)
      1. source ./ENV_NAME/bin/activate
    4. 在虛擬環境中安裝套件
      1. pip install vimpyre
      2. 接著可以在 ./my_python_env/lib/python(版號)/site-packages 發現剛剛安裝的 vimpyre 及其相關套件
    5. 退出虛擬環境
      1. deactivate
    6. 避免 pip 在沒有進入虛擬環境時被使用
      1. 在 ~/.bashrc 加上 export PIP_REQUIRE_VIRTUALENV=true

virtualenvwrapper

    1. 安裝virtualenvwrapper
      1. pip install virtualenvwrapper
    2. 建立虛擬環境
      1. mkvirtualenv ENV_NAME
    3. 複製虛擬環境
      1. cpvirtualenv SRC_NAME TARGET_NAME
    4. 移除虛擬環境
      1. rmvirtualenv ENV_NAME
    5. 啟動虛擬環境
      1. workon ENV_NAME
    6. 列出虛擬環境
      1. lsvirtualenv -b  #簡短
      2. lsvirtualenv -l  #詳細(預設)
      3. lsvirtualenv -h  #help information
    7. 離開虛擬環境
      1. deactivate

Postgresql


sudo apt-get install libpq-dev python-dev            # Ubuntu
pip install psycopg2==2.5                                 # Or other edition



Intall pip, virtualenv, virtualenvwrapper on Mac

  1. sudo easy_install pip
  2. sudo pip install virtualenv
  3. sudo pip install virtualenvwrapper

Storage Overview

Computer Data Storage

http://en.wikipedia.org/wiki/Computer_data_storage


Parity bit

http://en.wikipedia.org/wiki/Parity_bit

Single-ended signaling v.s. Differential signaling




SAMBA (SMB - Sever Message Block)

一個讓 Windows 系統存取 Linux 檔案系統的 protocol, 鳥哥對此有很好的介紹. 他也提到, CIFS (Common Internet File System) 和 NFS (Network File System) 只在 Windows 或 Unix 裡面互通。不過,NFS 僅能讓 Unix 機器溝通, CIFS 只能讓 Windows 機器溝通。


Scale out & Scale up

Scale Out (Scale horizontally)橫向擴展,向外擴展
e.g. 我們向原有的web, 郵件系統添加一個新機器
Scale Up (Scale vertically)縱向擴展,向上擴展
e.g. 我們向原有的機器添加CPU, 內存

無論是Scale out, Scale up, Scale in,實際上就是一種架構的概念,這些概念可以用在儲存上, 數據庫上, 網路上等。

Storage Virtualization



Storage Performance Council (SPC-1)



Storage Service


Storage Architecture

  • DAS
    • A external storage system directly attached to a server without a storage network in between
    • Interface : SCSI, SAS, , iSCSI, FC, PCI-E
    • Block-Level access
    • Internal DAS
    • External DAS
  • SAN
    • A network of storage devices that can be accessed by multiple servers
    • Block-Level access
    • FC SAN
    • iSCSI SAN
    • Hybrid SAN
    • Others
  • NAS


FC-SAN v.s. IP SAN
  • Performance
    • High v.s. Low
  • TCO (Total cost of Ownership)
    • High v.s. Low
  • Manager Expertise
    • High v.s. Low
  • Host Components
    • FC HBA v.s. iSCSI HBA or NIC + software initiators
  • Networking Components
    • FC Switch, FC Cables v.s. Ethernet Switch, Ethernet Cables
  • Storage Components
    • FC-Host Storage v.s. iSCSI Host Storage

RAID Levels

  • See 儲存產品暨產業基本概要
  • JBOD (Just a Bunch Of Disks)
  • NRAID (Non-RAID, SPAN)
    • Link all of the drives in a sequence
  • RAID 0
    • Striping
  • RAID 1
    • Mirroring
  • RAID 3
    • Disk Striping with Dedicated Parity Disk
  • RAID 5
    • Disk Striping with Interspersed Parity Disk
  • RAID 6
    • Disk Striping with Two Interspersed Parity Disk
  • RAID 10
  • RAID 30
  • RAID 50

Physical Drive, Logical Drive, Logical Volume (Pool)

e.g. A physical drive partitioned into three logical drive C:, D:, E:

Logical Drive (LD): Simply an array of independent physical drives

Logical Volume (Pool)(LV) :  A LV is composed of one or several logical drives, the member logical drives can be the same RAID level or different RAID levels.

Partitions (Virtual Volume)(VV): The LV can be divided into partitions.

During operation, the hose sees
1) a non-partitioned LV or
2) a partition of a partitioned LV as one single physical drive


Cylinder, Head, Sector

http://en.wikipedia.org/wiki/Cylinder-head-sector

Write Back Cache v.s. Write Through Cache (Write v.s. Read)

WriteThrough:每次遇到寫入指令時都會真正將資料寫入記憶體中
WriteBack:遇到寫入指令時先不將資料寫入記憶體中,而是將 Cache 內儲存的該筆資料標示為已更改,等系統閒置時或該記憶體位址將被其他重複率更高的位址取代時,才真正將資料回寫
WriteThrough 的特點是效率較差,但安全性高,WriteBack 則正好相反





Master Boot Record (MBR) v.s. GUID Partition Table (GPT)

http://www.petri.co.il/gpt-vs-mbr-based-disks.htm#

Multipath I/O

http://en.wikipedia.org/wiki/Multipath_I/O


Tagged Command Queuing (TCQ)

http://en.wikipedia.org/wiki/Tagged_Command_Queuing


Self-Monitoring, Analysis and Reporting Technology (S.M.A.R.T.)

http://en.wikipedia.org/wiki/S.M.A.R.T.


Fibre Channel

** Ports
=> A port in fibre channel terminology is any entity that actively communicates over the network, not necessarily a hardware port
=> http://en.wikipedia.org/wiki/Fibre_Channel#Ports

Topologies
=> FC_P2P : point to point
=> FC_AL : arbitrated loop
=> FC_SW : swiched fabric

AL_PA: Arbitrated Loop. Physical Address
=> Each device communicating on an arbitrated loop


World Wide Name (WWN)

=>   Each device node has a WWNN
=>   All ports share the WWNN, and own a unique WWPN
=>   World Wide Node Name (WWNN)
=>   World Wide Port Name (WWPN)
http://en.wikipedia.org/wiki/World_Wide_Name
http://ithelp.ithome.com.tw/question/10009960

Internet Storage Name Service (iSNS)


http://en.wikipedia.org/wiki/Internet_Storage_Name_Service


Clock synchronization

http://en.wikipedia.org/wiki/Clock_synchronization


SCSI command

http://en.wikipedia.org/wiki/SCSI_command


相關文件

Bus, SAN, DAS, and NAS

SCSI (Small Computer System Interface)(並列SCSI)



SCSI initiator and target

Initiator : Host (computer), client
Target : Data storage device (HDD), server
Initiator and Target : mainly for communicating with each other
Target includes LUN (Logic Units) : mainly for execution command
Reference: http://en.wikipedia.org/wiki/SCSI_initiator_and_target

trminator : 
Reference: http://en.wikipedia.org/wiki/SCSI_terminator

High voltage v.s. Low voltage
The difference between low voltage and high voltage for the same size cable is that cable size affects current carrying capacity, while power is voltage times current. As a result, the same size cable can transfer more power at high voltage than at low voltage. (Power = Voltage * Current, P = V * I)
This is why utility power transmission and distribution systems use high voltage. A typical transmission voltage in the US might be 69 kv, 138 kv, even 345 kv, and a typical distribution voltage in the US might by 13.2 kv.

Synchronous & Asynchronous Data transfer

SAS (Serial Attached SCSI)(串列SCSI)

由並列SCSI物理存儲介面演化而來。與並列方式相比,串列方式提供更快速的通訊傳輸速度以及更簡易的配置。此外SAS支援與串列ATA設備相容,且兩者可以使用相類似的電纜。SATA的硬碟可接在SAS的控制器使用,但SAS硬碟並不能接在SATA的控制器使用。

SAS是點對點(point-to-point)連接,並允許多個埠集中於單個控制器上,可以建立在主機板也可以另外添加。該技術建立在強大的並列SCSI通訊技術基礎上。SAS是採用SATA相容的電纜線採取點對點連接方式,從而在計算機系統中不需要建立菊花鏈(daisy-chaining)方式便可簡單地實現線纜安裝。
  • 第一代SAS為陣列中的每個驅動器提供3.0 Gbps(約300 MBps)的傳輸速率。
  • 第二代SAS為陣列中的每個驅動器提供6.0 Gbps(約600 MBps)的傳輸速率。

SAS由3種型別協定組成,根據連線的不同裝置使用相應的協定進行資料傳輸。
  • 序列SCSI協定 (SSP) — 用於傳輸SCSI命令。
  • SATA通道協定 (STP) — 用於傳輸SATA資料。
  • SCSI管理協定 (SMP) — 用於對SAS裝置的維護和管理。

iSCSI (發音為 /аɪskʌzi/)(IP-SAN = IP-Storage Area Network)

與傳統的SCSI技術比較起來,iSCSI技術有以下三個革命性的變化:
  • 把原來只用於本機的SCSI協同透過TCP/IP網路傳送,使連接距離可作無限的地域延伸。
  • 連接的伺服器數量無限(原來的SCSI-3的上限是15)。
  • 由於是伺服器架構,因此也可以實現在線擴容以至動態部署。

ATA (Advanced Technology Attachment)

(PATA = Parallel ATA)或稱(IDE = Integrated Drive Electronics)

SATA (Serial ATA)

串列SCSI (SAS) 的孿生兄弟,兩者的排線相容,SATA硬碟可接上SAS介面。它是一種電腦匯流排,主要功能是用作主機板和大量儲存裝置(如硬碟光碟機)之間的資料傳輸之用。SATA是已經完全取代舊式PATA(Parallel ATA或稱IDE)的新型硬碟介面,因採用序列方式傳輸資料而得名。現時,SATA分別有SATA 1.5Gbit/sSATA 3Gbit/sSATA 6Gbit/s三種規格。

SATA ports.jpg
主機板上的SATA 1.5Gb/s插口

頻寬速度換算

需要注意的是,在一些新的技術標準中,為了防止資料在高速傳輸中出錯而加入了校驗碼,比如PCI-E 2.0、USB 3.0和SATA 3.0中採用的是8/10編碼,每10位編碼中只有8位元是真實資料,這時單位換算就不再是1:8而是1:10了,USB 3.0的5Gbps速度實際上是理論500MB/s而非理論625MB/s,SATA 6Gbps的理論速度則是600MB/s而非750MB/s。 所謂3Gb/s的演算法,3000MHz的頻率 x 每次發送一個資料 x 80%(8b/10b的編碼) / 8 bits per byte = 300Mbytes/s,同理1.5Gb/s也是這樣可算成150MB/s,也就是一般我們在買硬碟時,有時候會看到SATA 150MB/s / 300MB/s,有時候又會看到SATA 1.5Gb/s / 3Gb/s的緣故。
以USB 3.0而言,它擁有5Gbps的頻寬,每次發送一個資料 x 80%(8b/10b的編碼) / 8 bits per byte = 500Mbytes/s,所以USB 3.0的頻寬比SATA 3.0的600MB/s 還來的小。
SATA版本頻寬速度
SATA 3.06Gb/s600MB/s
SATA 2.03Gb/s300MB/s
SATA 1.01.5Gb/s150MB/s
USB版本頻寬速度
USB 3.05Gb/s500MB/s




Fibre Channel



DAS

Refers to a digital storage system directly attached to a server or workstation, without a storage network in between.It is a retronym, mainly used to differentiate non-networked storage from SAN and NAS.

A typical DAS system is made of a data storage device (for example enclosures holding a number of hard disk drives) connected directly to a computer through a host bus adapter (HBA). Between those two points there is no network device (like hub, switch, or router), and this is the main characteristic of DAS.
The main protocols used for DAS connections are ATASATAeSATA,[1] SCSISAS, and Fibre Channel.

SAN

出於歷史原因,數據中心中最初都是SCSI磁碟陣列的「孤島」群。每個單獨的小「島嶼」都是一個專門的直接連接存儲器應用,並且被視作無數個「虛擬硬碟驅動器」(例如LUNs)。本質上來說,SAN就是將一個個存儲「孤島」使用高速網路連接起來,這樣使得所有的應用可以訪問所有的磁碟。
作業系統會將SAN視為一組LUN,並且在LUN上維護自己的File System。這些不能在多個作業系統/主機之間進行共享的本地文件系統,具有非常高的可靠性和十分廣泛的應用。如果兩個獨立的本地文件系統存在於一個共享的LUN上,它們彼此沒有任何機制來知道對方的存在,沒有類似緩存同步(Distributed Lock Manager)的機制,所以可能發生數據丟失的情況。因此,在主機之間通過SAN共享數據,需要一些複雜的高級解決方案,例如SAN文件系統或者計算機集群。撇開這些問題,SAN對於提高存儲能力的應用有很大幫助,因為多個伺服器可以共享磁碟陣列上的存儲空間。SAN的一項典型應用是需要高速塊級別訪問的數據操作伺服器,比如電子郵件伺服器、資料庫、高利用率的文件伺服器等。

NAS

相對地,NAS允許多台計算機經過網路訪問同一個File system(Storage),並且會自動同步它們的操作。由於NAS的引入使得SAN存儲可以被容易地轉換為NAS。
DAS、NAS 和 SAN 的比較

Daisy-chaining (菊花鏈)

Except for star-based networks, the easiest way to add more computers into a network is by daisy-chaining, or connecting each computer in series to the next. If a message is intended for a computer partway down the line, each system bounces it along in sequence until it reaches the destination. A daisy-chained network can take two basic forms: linear and ring.

In electrical and electronic engineering a daisy chain is a wiring scheme in which multiple devices are wired together in sequence or in a ring. Other than a full, single loop, systems which contain internal loops cannot be called daisy chains.

  • Linear Topology
  • Ring Topology

相關文件

名稱頻寬 (Mbit/s)速度 (MB/s)接線最大長度 (m)電源供應每頻道最多可接設備
eSATA3,0003002 with eSATA HBA (1 with passive adapter)否 [2]1(15 with port multiplier
串列SCSI3,00037584
SATA 6.0Gb/s6,0006001
SATA 3.0Gb/s3,00030011(15 with port multiplier
SATA 1.5Gb/s1,50015011 per line
PATA 1331,0641330.46(18 英寸)2
FireWire 32003,144393100; alternate cables available for 100 m+15 W, 12–25 V63 (with hub)
FireWire 80078698.25100[3]15 W, 12–25 V63 (with hub)
FireWire 40039349.134.5[3][4]15 W, 12–25 V63 (with hub)
USB 3.05,0005004.5 W, 5 V
USB 2.0480605[5]2.5 W, 5 V127 (with hub)
USB 1.1121.5
USB 1.01.50.1875
Ultra-640 SCSI5,1206401215 (plus the HBA)
Ultra-320 SCSI2,560320
Fiber Channel
透過銅線
4,00040012126
(16777216 with switches
Fiber Channel
透過光纖
10,52020002–50000126
(16777216 with switches
Infiniband
12X Quad-rate
120,00012,0005 (銅線)[6][7]
<10000 nbsp="" p="">
1 with Point to point
Many with switched fabric


Hub Switch Router Repeater Bridge