答的好有追加分!谁能帮我翻译啊?答应朋友了,没法儿反悔了。

Internet Protocol (IP), User Datagram Protocol (UDP), and Transmission Control Protocol (TCP) are the basic tools for network communication. The name TCP/IP comes from two of the best-known protocols of the internet protocol suite, the Transmission Control Protocol and the Internet Protocol. With TCP/IP you can communicate over single networks or interconnected networks (Internet).
TCP/IP communication provides a simple user interface that conceals the complexities of ensuring reliable network communications. Refer to the Using LabVIEW with TCP/IP and UDP Application Note (linked below) for more information about how TCP/IP communication works. Refer to the TCP specification (linked below) for technical details about TCP.
Use the TCP/IP functions located on the Functions»Communication»TCP palette for TCP communication in LabVIEW. As with DAQ, instrument, and File I/O communication, the process involves opening the connection, reading and writing the information, and closing the connection.
With most I/O communication, the processor is always the client that initiates a connection to the disk drive server, the external instrument server, or the DAQ board server. With TCP/IP connections, a computer can function either as the client or the server. The following block diagram represents a client application that initiates a connection to a remote server with TCP Open Connection. The server, or daemon, listens for remote connections and responds appropriately.
LabVIEW users can develop custom applications for TCP/IP communication. The programmer is responsible for developing both the client and the server. Refer to the Using LabVIEW with TCP/IP and UDP Application Note (linked below) for more information about creating a TCP client with LabVIEW.
Because anyone can initiate a connection to a server, you might want server access control. The following block diagram shows how the server uses the remote address output value of the TCP Listen VI to determine whether a remote client has permission to access the server.

英特网记录 (IP) ,使用者 Datagram 记录 (UDP) 和传输控制记录 (传输控制协议) 是网络沟通的基本工具。 名字传输控制协议/IP 来自英特网记录随员的流传久远记录中的二个, 传输控制记录和英特网记录。 藉由传输控制协议/IP ,你能在独身者网络之上沟通或互相连接网络 (英特网).
传输控制协议/IP 沟通提供隐藏确定可靠的网络沟通的复杂的一个简单的使用者接口。 关于关于传输控制协议/IP 沟通如何工作的较多资讯参照和传输控制协议/IP 和 UDP 申请笔记 (在下面联编了) 的使用 LabVIEW 。 关于关于传输控制协议的技术上的细节参照传输控制协议规格 (联编在)下面。
使用位于功能之上的传输控制协议/IP 功能?沟通?为 LabVIEW 的传输控制协议沟通的传输控制协议调色板。 关于 DAQ ,器具和文件输入/输出沟通,程序包括第一次的连接,阅读和写作数据, 而且关闭连接。
藉由大多数的输入/输出沟通,处理器总是开始和磁盘机的关联伺候器,外部的器具伺候器的客户, 或 DAQ 董事会伺候器。 藉由传输控制协议/IP 连接,一部计算机能动作或如客户或伺候器。 下列的区段图表表现用传输控制协议公开赛连接开始和一个遥远的伺候器的关联的一个客户申请。 伺候器, 或 daemon 对于遥远的连接听而且适当地回应。
LabVIEW 使用者能发展传输控制协议/IP 沟通的订制申请。 程序师负责发展客户和伺候器。 关于用 LabVIEW 创造一位传输控制协议客户的关于的较多资讯参照和传输控制协议/IP 和 UDP 申请笔记 (联编在)下面的使用 LabVIEW 。
因为任何人能开始和一个伺候器的关联,你可能想要伺候器存取控制。 下列的区段图表表示伺候器如何使用传输控制协议的遥远住址输出价值听 6 决定一位遥远的客户是否有许可存取伺候器。
温馨提示:答案为网友推荐,仅供参考
第1个回答  2007-02-27
网际协议(IP), 用户数据报协议(UDP), 传输控制协议(TCP)是网络交流的基本工具. TCP/IP这个名字来源于因特网一组协议中两个最著名的协议, 传输控制协议和网际协议. 通过TCP/IP, 你就能在单网和联网上和别人进行交流.
TCP/IP交流提供了一个能隐藏确认可靠的网络交流的复杂性的简单的用户界面.本回答被提问者和网友采纳