久久久国产精品秘人口麻豆|永久免费AV无语国产|人成电影免费中文字幕|久久AV嫩草影院2

    1. <dfn id="yitbn"><samp id="yitbn"><progress id="yitbn"></progress></samp></dfn>

          <div id="yitbn"></div>

          1. 首頁 考試吧論壇 Exam8視線 考試商城 網絡課程 模擬考試 考友錄 實用文檔 求職招聘 論文下載
            2011中考 | 2011高考 | 2012考研 | 考研培訓 | 在職研 | 自學考試 | 成人高考 | 法律碩士 | MBA考試
            MPA考試 | 中科院
            四六級 | 職稱英語 | 商務英語 | 公共英語 | 托福 | 雅思 | 專四專八 | 口譯筆譯 | 博思 | GRE GMAT
            新概念英語 | 成人英語三級 | 申碩英語 | 攻碩英語 | 職稱日語 | 日語學習 | 法語 | 德語 | 韓語
            計算機等級考試 | 軟件水平考試 | 職稱計算機 | 微軟認證 | 思科認證 | Oracle認證 | Linux認證
            華為認證 | Java認證
            公務員 | 報關員 | 銀行從業(yè)資格 | 證券從業(yè)資格 | 期貨從業(yè)資格 | 司法考試 | 法律顧問 | 導游資格
            報檢員 | 教師資格 | 社會工作者 | 外銷員 | 國際商務師 | 跟單員 | 單證員 | 物流師 | 價格鑒證師
            人力資源 | 管理咨詢師考試 | 秘書資格 | 心理咨詢師考試 | 出版專業(yè)資格 | 廣告師職業(yè)水平
            駕駛員 | 網絡編輯
            衛(wèi)生資格 | 執(zhí)業(yè)醫(yī)師 | 執(zhí)業(yè)藥師 | 執(zhí)業(yè)護士
            會計從業(yè)資格考試會計證) | 經濟師 | 會計職稱 | 注冊會計師 | 審計師 | 注冊稅務師
            注冊資產評估師 | 高級會計師 | ACCA | 統(tǒng)計師 | 精算師 | 理財規(guī)劃師 | 國際內審師
            一級建造師 | 二級建造師 | 造價工程師 | 造價員 | 咨詢工程師 | 監(jiān)理工程師 | 安全工程師
            質量工程師 | 物業(yè)管理師 | 招標師 | 結構工程師 | 建筑師 | 房地產估價師 | 土地估價師 | 巖土師
            設備監(jiān)理師 | 房地產經紀人 | 投資項目管理師 | 土地登記代理人 | 環(huán)境影響評價師 | 環(huán)保工程師
            城市規(guī)劃師 | 公路監(jiān)理師 | 公路造價師 | 安全評價師 | 電氣工程師 | 注冊測繪師 | 注冊計量師
            繽紛校園 | 實用文檔 | 英語學習 | 作文大全 | 求職招聘 | 論文下載 | 訪談 | 游戲
            您現在的位置: 考試吧(eeeigo.com) > 軟件水平考試 > 計算機專業(yè)英語 > 正文

            計算機英語因特網(中英對照)

            THE INTERNET
               
            1.What is the Internet?
               
              Internet is the largest global internetwork,connecting tens of thousand of networks  worldwide and having a“culture”that focuses on research and standardization based on real-life use.Many leading-edge network technologies come from the Internet community.The Internet evolved in part from ARPAnet.
                ARPAnet is abbreviated from“Advanced Research Projects Agency Network”.Landmark packet-switching network established in 1969.ARPAnet was developed in the 1970s by BBN and funded by ARPA[1].It eventually evolved into the Internet.The term ARPAnet was officially retired in 1990.
               
            2.Internet services
               
              From the user’s point of view,a TCP/IP internet[2] appears to be a set of application programs that use the network to carry out useful communication tasks.We use the term interoperability to refer to the ability of diverse computing systems to cooperate in solving computational problems.Internet application programs exhibit a high degree of interoperability.Most users that access the Internet do so merely by running application programs without understanding the TCP/IP technology,the structure of the underlying internet,or even the path the data travels to its destination;they rely on the application programs and the underlying network software to handle such details.Only programmers who write network application programs need to view the internet as a network and need to understand some of the technology.
                The most popular and widespread Internet application services include:

            1)WWW(word wide web)

                WWW is a large network of Internet servers providing hypertext and other services to terminals[3] running client applications such as a browser.
                WWW enables users to search,access,and download information from a worldwide series of networked servers where information is dynamically interlinked.A Web client passes a user’s request for information to a server,usually by way of a Web browser.The server and client communicate through a transfer protocol,usually the HyperText Transfer Protocol(HTTP)[4].The server then accesses a Web page using a Uniform Resource Locator(URL).Search engines are available to simplify access by enabling users to enter search criteria on a topic and have several URLs returned for Web pages that pertain to the desired information[5].
              Browser is a GUI-based hypertext client application,such as Internet explorer(IE),Mosaic,and Netscape Navigator,used to access bypertext documents and other services located on innumerable remote servers throughout the WWW and Internet.

            2)Electronic mail

                Electronic mail allows a user to compose memos and send them to individuals or groups.Another part of the mail application allows users to read memos that they have received.Electronic mail has been so successful that many Internet users depend on it for normal business correspondence[6].Although many electronic mail systems exist,using TCP/IP makes mail delivery more reliable because it does not rely on intermediate computers to relay mail messages[7].A TCP/IP mail delivery system operates by having the sender’s machine contact the receiver’s machine directly.Thus,the sender knows that once the message leaves the local machine,it has been successful received at the destination site.
              There are two kinds of E-mail protocol used in the Internet.One is Simple Mail Transfer Protocol(SMTP)which accepts incoming connections and copies messages from them into the appropriate mailboxes[8].Another is Post Office Protocol-3(POP3)which fetches E-mail from the remote mailbox and stores it on the user’s local machine to be read later.

            3)File Transfer Protocol(FTP)

                FTP is an application protocol,part of the TCP/IP protocol stack,used for transferring files between network nodes.Although users sometimes transfer files using electronic mail,mail is designed primarily for short text messages.The TCP/IP protocols include a file transfer application program that allows users to send or receive arbitrarily large files of programs or data.For example,using the file transfer program,one can copy from one machine to another a large database containing satellite images,a program written in Pascal or C++,or even an English dictionary.The system provides a way to check for authorized users,or even to prevent all access.Like mail,file transfer across a TCP/1P internet is reliable because the two machines involved communicate directly,without relying on intermediate machines to make copies of the
            file along the way.

            4)Telecommunication network(Telnet)

              Telnet is a standard terminal emulation protocol in the TCP/IP protocol stack.Telnet is used for remote terminal connection,enabling users to log in to remote systems and use resources as if they were connected to a local system.
              Remote login allows a user sitting at one computer to connect to a remote machine and establish an interactive login session.The remote login makes it appear that a window on the user’s screen connects directly to the remote machine by sending each keystroke from the user’s keyboard to the remote machine and displaying each character the remote computer prints in the user’s window[10].When the remote login session terminates,the application returns the user to the local system.

            希望與其他軟考考生進行交流?點擊進入軟考論壇>>>

            進入考試吧博客記錄下自己的備考歷程吧

            更多信息請訪問:考試吧軟件水平考試欄目

            1 2 3 4 5 下一頁
            文章責編:ak47  
            看了本文的網友還看了
            文章搜索
            軟件水平考試欄目導航
            版權聲明:如果軟件水平考試網所轉載內容不慎侵犯了您的權益,請與我們聯系800@eeeigo.com,我們將會及時處理。如轉載本軟件水平考試網內容,請注明出處。