軟考計(jì)算機(jī)基礎(chǔ)之影響數(shù)據(jù)傳送的主要因素英語(yǔ)
Main Factors Affecting Data Transmission
There are several factors that affect data transmission. They include speed or bandwidth, serial or parallel transmission, direction of data flow, modes of transmission data, and protocols.
Bandwidth The different communications channels have different data transmission speeds. This bit-per-second transmission capability of a channel is called its bandwidth. Bandwidth may be of three types: voiceband, medium band, and broadband. Voiceband is the bandwidth of a standard telephone line and used often for microcomputer transmission, the bps is 300-9600. Medium band is the bandwidth of special liased lines used mainly with minicomputers and mainframe computers, the bps is 56,000/264 million. Broadband is the bandwidth that includes microwave, satellite, coaxial cable, and fiber-optic channels. It is used for very high-speed computers whose processors communicate directly with each other. It is in the range of 56,000/30 billion bps.
Serial or Parallel Transmission Data travels in two ways: serially and in parallel. In serial data transmission, bits flow in a serial or continuous stream, like cars crossing a one-lane bridge. Each bit travels on its own communications line. Serial transmission is the way most data is sent over telephones lines. Thus, the plug-in board making up the serial connector in a microcomputer's modem is usually called a serial port. More technical names for the serial port are RS-232C connector and asynchronous communications port. With parallel data transmission, bits flow through separate lines simultaneously. In other words, they resemble cars moving together at the same speed on a multilane freeway. Parallel transmission is typically limited to communications over short distances and is not used over telephone lines. It is, however, a standard methods of sending data from a computer's CPU to a printer.
Direction of Data Transmission There are three directions or modes of data flow in a data communications system: simplex communication, half-duplex communication, and full-duplex communication. Simplex communication resembles the movement of cars on a one-way street. Data travels in one direction only. It is not frequently used in data communication systems today. One instance in which it is used may be in point-of sale (POS) terminals in which data is being entered only. In half-duplex communication, data flows in both directions, but not simultaneously. That is, data flows in only one direction at any one time. This resembles traffic on a one-lane bridge. Half-duplex is very common and is frequently used for linking microcomputers by telephone lines to other microcomputers, minicomputers, and mainframes. Thus, when you dial into an electronic bulletin board through your microcomputer, you may well be using half-duplex communication. In full-duplex communication, data is transmitted back and forth at the same time, like traffic on a two-way street. It is clearly the fastest and most efficient form of two-way communication. However, it requires special equipment and is used primarily for mainframe communications. An example is the weekly sales figures that a supermarket or regional office sends to its corporate headquarters in another place.
Modes of Transmitting Data Data may be sent by asynchronous or synchronous transmission. In asynchronous transmission, the method frequently used with microcomputers, data is sent and received one byte a time. Asynchronous transmission is often used for terminals with slow speeds. Its advantage is that the data can be transmitted whenever convenient for the sender. Its disadvantage is a relatively slow rate of data transfer. Synchronous transmission is used to transfer great quantities of information by sending several bytes or a block at a time. For the data transmission to occur, the sending and receiving of the blocks of bytes must occur at carefully timed intervals. Thus, the system requires a synchronized clock. Its advantage is that data can be sent very quickly. Its disadvantage is the cost of the required equipment.
Protocols For data transmission to be successful, sender and receiver must follows a set of communication rules for the exchange of information. These rules for exchanging data between computers are known as the line protocol. A communication software package like Crosstalk helps define the protocol, such as speeds and modes, for connecting with another microcomputer. TCP/IP ( Transmission Control Protocol and Internet Protocol) are the two standard protocols for communications on the Internet.
TCP/IP is the "language" of the Internet. It is a networking technology developed by the United States Government Defense Advanced Research Project Agency (DARP) in the 1970s. It is most commonly employed to provide access to the Internet but can be and is used by many people to create a LAN that may or may not connect to the Internet. In many aspects TCP/IP is a client/server-type LAN, but many manufacturers of TCP/IP software have applications that allow the "clients" to serve files or even applications. TCP/IP is truly an open systems protocol. This means that no one manufacturer creates the product—any computer running TCP/IP software can connect to anyone else who has TCP/IP software (provided the user has an account and security permissions), regardless of who made the particular version of software.
When different types of microcomputers are connected in a network, the protocols can become very complex. Obviously, for the connections to work, these network protocols must adhere to certain standards. The first commercially available set of standards was IBM's Systems Network Architecture (SNA). This works for IBM's own equipment, but other machines won't necessarily communicate with them. The International Standards Organization has defined a set of communications protocols called the Open Systems Interconnection (OSI). The purpose of the OSI model is to identify functions provided by any network. It separates each network's functions into seven "layers" of protocols, or communication rules. When two network systems communicate, their corresponding layers may exchange data. This assumes that the microcomputers and other equipment on each network have implemented the same functions and interfaces.#p#
譯文:
影響數(shù)據(jù)傳送的主要因素
有幾個(gè)影響數(shù)據(jù)傳送的因素,包括速度或帶寬、串行或并行傳送數(shù)據(jù)流的方向、數(shù)據(jù)傳送的方式及協(xié)議。
帶寬 不同的通信信道有不同的數(shù)據(jù)傳送速度。信道每秒鐘能傳送的能力被稱為帶寬。帶寬可以是三種類型:話音頻帶,中速帶寬和寬帶。話音頻帶是標(biāo)準(zhǔn)電話線的帶寬,通常被用于微型機(jī)的傳送,其每秒傳送的位數(shù)是300到期9600。中帶帶寬主要是由小型機(jī)和大型機(jī)使用的特殊連接線的帶寬,其每秒鐘傳送的位數(shù)是56000到264百萬(wàn)位。寬帶包括微波、衛(wèi)星、同軸電纜和光纜的信道的帶寬。它主要用于處理器之間直接進(jìn)行交流的高速計(jì)算機(jī)中,其每秒鐘傳送的位數(shù)在56000到300億位。
串行或并行傳輸 數(shù)據(jù)以兩種方式傳送:串行和并行。在串行數(shù)據(jù)傳輸中,數(shù)據(jù)位的流動(dòng)是一串或連續(xù)的流量,就像汽車通過只有一個(gè)車道的橋。每一位在自己的通信線路上流動(dòng)。串行傳輸是絕大多數(shù)數(shù)據(jù)通過電話線的方式。因此,構(gòu)成微型計(jì)算機(jī)的調(diào)制解調(diào)器的串行連接器的插入板通常被稱為是串行口。對(duì)于串行口,其技術(shù)的名稱是RS-232C連接器和異步通信端口。對(duì)于并行數(shù)據(jù)傳輸,數(shù)據(jù)位是通過分離的線路同時(shí)流動(dòng)的。換句話說(shuō),它們類似于汽車一起以同樣的速度通過多道快車道。并行傳送主要局限于短距離的傳送,并不通過電話線。然而,它都是以計(jì)算機(jī)的CPU到打印機(jī)的數(shù)據(jù)傳送的標(biāo)準(zhǔn)方式。
數(shù)據(jù)傳輸?shù)姆较蛐浴≡跀?shù)據(jù)通信系統(tǒng)中有三種方向式方式的數(shù)據(jù)流:?jiǎn)喂ねㄐ?、半雙工通信和全雙工通信。單工通信類似于汽車在單向的街上行駛。數(shù)據(jù)僅以一個(gè)方向傳送。它并不經(jīng)常用于現(xiàn)在的數(shù)據(jù)通信系統(tǒng)中。它被使用的一個(gè)例子是數(shù)據(jù)僅僅被輸入的零售點(diǎn)終端。在半雙工通信中,數(shù)據(jù)是以兩個(gè)方向流動(dòng),但不是同時(shí)。也就是說(shuō),數(shù)據(jù)在任何時(shí)候都只以一個(gè)方向流動(dòng),這類似于只有一個(gè)車道的橋上的交通。半雙工很普遍,經(jīng)常被用于電話線連接的微型機(jī)之間以及和小型機(jī)及大型機(jī)之間的通信。因此,當(dāng)你通過微機(jī)撥入到電子公告牌,你也許會(huì)使用半雙工通信。在全雙工通信中,數(shù)據(jù)同時(shí)來(lái)回地傳送,像雙向街上的交通。很顯然它是雙向通信中最快最有效的形式。然而它需要特殊的設(shè)備并且主要用于大型機(jī)的通信。其應(yīng)用的一個(gè)例子是超市或區(qū)域辦公室每周將其銷售的數(shù)據(jù)發(fā)送給在另一個(gè)地方的公司總部。
數(shù)據(jù)傳送方式 數(shù)據(jù)能以異步或同步方式傳送。在異步會(huì)傳送方式下,一次只能發(fā)送和接收一個(gè)字節(jié),是微型機(jī)經(jīng)常使用的方法。異步傳送也常用于速度慢的終端設(shè)備。其優(yōu)點(diǎn)是發(fā)送方一方便就可以傳送數(shù)據(jù)。缺點(diǎn)是相對(duì)較慢的數(shù)據(jù)傳送速率。同步傳送用于一次發(fā)送幾個(gè)字節(jié)數(shù)據(jù)塊的大量的信息傳送。為了實(shí)現(xiàn)數(shù)據(jù)傳送,發(fā)送方和接收方的字節(jié)塊必須以精確的時(shí)間間隔出現(xiàn)。因此,系統(tǒng)需要一個(gè)同步時(shí)鐘。其優(yōu)點(diǎn)是數(shù)據(jù)可以被很快地地傳送,缺點(diǎn)是需要花費(fèi)所需的設(shè)備。
協(xié)議 為了成功的傳送數(shù)據(jù),發(fā)送方和接收方必須遵循用以交換信息的一套通信規(guī)則。這些用于計(jì)算機(jī)之間交換數(shù)據(jù)的規(guī)則被稱為是線路協(xié)議。為了和其他微機(jī)連接,像Crosstalk這樣的通信軟件包就幫助定義協(xié)議,諸如速度和方式。TCP/IP(傳輸控制協(xié)議和因特網(wǎng)協(xié)議)就是Internet上的用于通信的兩個(gè)標(biāo)準(zhǔn)協(xié)議。
TCP/IP是Internet的“語(yǔ)言”,它是由美國(guó)政府防御高級(jí)研究所項(xiàng)目機(jī)構(gòu)在20世紀(jì)70年代開發(fā)的網(wǎng)絡(luò)技術(shù)。它最常用于提供訪問Internet,但也被許多人用于建立與Internet相聯(lián)或不聯(lián)的局域網(wǎng)。在許許多多方面,PCP/IP是客戶服務(wù)器類型的局域網(wǎng),但許多TCP/IP軟件的生產(chǎn)商具有允許“客戶機(jī)”提供文件甚至應(yīng)用的應(yīng)用軟件。PCP/IP是一個(gè)真正的開放系統(tǒng)協(xié)議。這就意味著沒有一個(gè)生產(chǎn)商生產(chǎn)這個(gè)產(chǎn)品——任何運(yùn)行PCP/IP軟件的計(jì)算機(jī)都可以和另一個(gè)具有PCP/IP軟件的任一機(jī)器相聯(lián)(假設(shè)該用戶具有賬號(hào)和安全口令),而不管是誰(shuí)制定的這個(gè)指定版本的軟件。
當(dāng)不同類型的微機(jī)在網(wǎng)絡(luò)中相聯(lián)時(shí),協(xié)議是非常復(fù)雜的。顯然,為了實(shí)現(xiàn)通信,這些網(wǎng)絡(luò)協(xié)議必須堅(jiān)持一定的標(biāo)準(zhǔn)。第一套商業(yè)可用標(biāo)準(zhǔn)是IBM公司的系統(tǒng)網(wǎng)絡(luò)結(jié)構(gòu),該標(biāo)準(zhǔn)只用于IBM自己的設(shè)備,不過,其他的機(jī)器不需要與它們交流。國(guó)際標(biāo)準(zhǔn)化組織已經(jīng)制定了一套被稱為開放系統(tǒng)互聯(lián)的通信協(xié)議。開放系統(tǒng)互聯(lián)模式的目的是判別由任一網(wǎng)絡(luò)提供的功能。它把每個(gè)網(wǎng)絡(luò)的功能分成七層協(xié)議,即通信規(guī)則。當(dāng)每個(gè)網(wǎng)絡(luò)系統(tǒng)通信時(shí),它們對(duì)應(yīng)層可以交換數(shù)據(jù)。這種情況是假設(shè)每一個(gè)網(wǎng)絡(luò)中的微機(jī)和其他的設(shè)備完成了同樣的功能和具有同樣的界面。
【編輯推薦】