這個(gè)主要不是根據服務(wù)器和客戶(hù)機的處理能力來(lái)分的,而是根據實(shí)際應用的分布來(lái)劃分的。
如果你要實(shí)現的功能大部分在服務(wù)器上完成,客戶(hù)機上很少,則是胖服務(wù)器/瘦客戶(hù)機。
當然,既然大部分功能都在服務(wù)器上完成,服務(wù)器的處理能力就必須強,相應的,客戶(hù)機的處理能力就沒(méi)有必要那么強。
這也是現在的發(fā)展潮流,服務(wù)器來(lái)完成信息的存儲和處理,客戶(hù)機只是一個(gè)交互的工具。
從網(wǎng)絡(luò )的方面來(lái)說(shuō),如果服務(wù)器的功能較弱而工作站的功能較強,則稱(chēng)胖客戶(hù)瘦服務(wù),反之亦然。
Fat client:
In a client/server architecture, a client that performs t
he bulk of the data processing operations. The data itself is stored on the server. See thin client for contrast.
Although the term usually refers to software, it can also apply to a network computer that has relatively strong processing abilities
Thin client:
(thin klī′&nt) In client/server applications, a client designed to be especially small so that the bulk of the data processing occurs on the server.
Although the term thin client usually refers to software, it is increasingly used for computers, such as network computers and Net PCs, that are designed to serve as the clients for client/server architectures. A thin client is a network computer without a hard disk drive, whereas a fat client includes a disk drive
一種不含內部微處理器的終端。典型的啞終端只能顯示字符及數字和響應簡(jiǎn)單的控制碼。
超級終端是一種應用程序,可通過(guò)調制解調器、虛擬數據線(xiàn)或以太網(wǎng)連接,連接到其他計算機、遠程登錄站點(diǎn)。
超級終端是一個(gè)通用的串行交互軟件,很多嵌入式應用的系統有與之交換的相應程序,通過(guò)這些程序,可以通過(guò)超級終端與嵌入式系統交互,使超級終端成為嵌入式系統的“顯示器”。
超級終端的原理并不復雜,它是將用戶(hù)輸入隨時(shí)發(fā)向串口(采用TCP協(xié)議時(shí)是發(fā)往網(wǎng)口,這里只說(shuō)串口的情況),但并不顯示輸入。它顯示的是從串口接收到的字符。所以,嵌入式系統的相應程序應該完成的任務(wù)便是:
1、將自己的啟動(dòng)信息、過(guò)程信息主動(dòng)發(fā)到運行有超級終端的主機;
2、將接收到的字符返回到主機,同時(shí)發(fā)送需要顯示的字符(如命令的響應等)到主機。
聯(lián)系客服