收藏本站 | 论文目录

关键词: python matlab plc 单片机 dsp fpga 仿真 stm32

通信协议基础研究文献翻译

[关键词:通信协议]  [热度 ]
提示:此作品编号wxfy0236,word完整版包含【英文文献,中文翻译

以下仅为该作品极少介绍,详细内容请点击购买完整版!
通信协议基础研究文献翻译

通信工程文献翻译——协议,顾名思义是一组规则。在数字通信中,协议用于确定二进制比特流中某些信息的位置,如地址 控制信息 用户数据及其他信息组,都必须清楚的指明,并使其在传输中保持一致,这就是协议的工作。

并非所以协议都相同。虽然许多协议特点相似,但在格式和实现方法上又有很大区别。在这我们将概述协议的共同点,然后介绍一下至今还在使用的开发协议的模型。

1.4.1 服务协议

协议功能分为几层。分层的方法允许协议功能以及软件模块更好的分离。分层早通信网络中非常重要,因为分层可以使软件升级时不影响网络中的其他节点。只有特殊应用层的设备才需要升级。在通信网络中,下面三层最关键,上面几层对网络本身没有影响。它们是驻留在端节点中的软件,并且对网络设备是透明的(如路由器和交换器)。

第一层通常称为物理层。在物理层,用户数据和协议附加信息转换为光信号和电信号在网络上传输。在某些情况下,物理层也会有附加信息。这些附加信息称为附加开销,一般数量很少。

第二层为数据链路层,它的功能是提供点对点通信。该层协议和用户数据或高级数据无关。事实上,该层协议对终端数据单元来说是不可见的。数据链路层只关心网络中任意两个设备之间的数据传输。

网络(接入)层负责主机和网络间的数据传输。这一层的功能是确保数据从源端经过网络到目的端的传输可靠性。网络层包含源端地址和目的端地址。

还有另外两层与上述讨论的层有关。他们在网络层之上,用于提供源端和目的端之间的业务。他们与数据单元与网络中的传输无关,工作在最高层。

应用层支持主机的各种应用。例如:在计算机之间传输文件,管理文件传输的协议。为了登陆到远程计算机上运行程序,需要管理两台设备之间终端通信的协议。应用层协议是唯一典型的特殊应用层协议服务。

协议中的地址有多种协议。在所有协议中,必须指明源端设备和目的端设备的物理地址(通常叫机器地址)。机器地址可以在设备接入卡中进行硬件编码,也可通过软件管理。当一台计算机连接到局域网(LAN)时,网络接口卡将为每一个设备提供该计算机的机器地址。

除机器地址外,逻辑地址在各种网络设备中也经常使用。例如,在TCP/IP网络中,不支持机器地址,而使用逻辑地址,然后通过网络服务器再把它转化成.......

A Protocol is best defined as a set of rules. In digital communications, protocols determine where certain information will be found in the binary bit stream. Addresses, control information, user data, and various other fields must be clearly defined and consistent within each transmission. This is the job of the protocol.

Not all protocols are alike. Many protocols provide similar features, but all are very different both in format and in implementation. Here, we will outline the common features of a protocol and look at a model used in developing protocols even today.

Protocol Services

Protocol functions are divided into layers. This layered approach allows for better segregation of protocol functions as well as software modularity. Layers are important in communications networks because they allow software upgrades to be developed without affecting every node in the network. Only those devices which utilize functions within the specific layer need to be upgraded. In a communications network, the first three layers are the most critical. All layers above the first three have no effect on the network itself. They are resident in end node software and are transparent to network devices(such as routers and switches).

The first layer is commonly referred to as the physical layer. This is where the user data and the information approached by the protocol are converted to either optical or electrical form and transmitted over the network. In some cases, the physical layer may appended information is referred to as overhead and is usually minimal.

The second layer is known as the data link layer. The function of this......

 


以上仅为该作品极少介绍,详细内容请点击购买完整版!


本文献翻译作品由 毕业论文设计参考 [http://www.qflunwen.com] 征集整理——通信协议基础研究文献翻译!