作业帮 > 综合 > 作业

请教一个英译汉段落(二)

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/07/13 23:31:04
请教一个英译汉段落(二)
The position of RTP in the protocol stack is somewhat strange. It was decided to put RTP in user space and have it (normally) run over UDP. It operates as follows. The multimedia application consists of multiple audio, video, text, and possibly other streams. These are fed into the RTP library, which is in user space along with the application. This library then multiplexes the streams and encodes them in RTP packets, which it then stuffs into a socket. At the other end of the socket (in the operating system kernel), UDP packets are generated and embedded in IP packets. If the computer is on an Ethernet, the IP packets are then put in Ethernet frames for transmission. The protocol stack for this situation is shown in Fig. 6-25(a). The packet nesting is shown in Fig. 6-25(b).
Figure 6-25. (a) The position of RTP in the protocol stack. (b) Packet nesting.
RTP在协议堆栈中的位置有些特别.原先RTP放在用户区域,通过UDP正常运行.其操作如下.多媒体应用包括多媒体音频、视频、文本与其他数据流.它们被载入RTP库,与应用程序一起存在用户区域.然后,该RTP库多元化数据流并将其加密成RTP包,而后形成数据包.在数据包的另一端(操作系统核心),UDP包被生成并植入IP协议包.如果该电脑在以太网上,IP协议包将放入以太网框架传输.此中情形的协议栈,请参见图6-25(a).该协议包嵌套如图6-25(b)所示.
图6-25(a)RTP在协议栈中的位置
(b)协议包嵌套