Connection-oriented: Applications passing data using BEEP are expected to connect, do their business, and then disconnect. 面向连接:使用BEEP传递数据的应用程序被期望连接、做它们的交易然后断开连接。
Tip: Take extra care for drivers that include features like TTL ( Time to Live), such as connection-oriented networking device drivers. 提示:对于那些具有TTL(生存时间)的驱动程序要格外注意,例如面向连接的网络设备驱动程序。
As mentioned earlier, extra care needs to be taken for device drivers like this that involve features like TTL ( in this case one that uses connection-oriented networking device drivers). 正如前面介绍的一样,需要格外注意那些具有诸如TTL之类的特性的设备驱动程序(这种情况会使用面向连接的网络设备驱动程序)。
This bearer service flexibly supports connection-oriented communications at any bit rate over a virtual channel connection. 这种承载业务能够灵活地支持在一个虚信道连接上的任意比特率的面向连接的通信。
Briefly they are in order, Connection-Oriented Sockets, Connectionless Sockets, the Sockets Helper Classes, Asynchronous Sockets, Threads, and IP Multicasting. 这些章节的顺序如下:面向连接的套接字、无连接套接字、套接字帮助类、异步套接字、线程和IP广播。
It's still uncompromisingly based on a client-server, connection-oriented model where the application lives on a different machine from the database ( so1980s!). 它还是坚定地基于客户机-服务器、面向连接的模式,这样应用程序就存在于不同于数据库所在的那台机器上(就好像回到了上世纪八十年代!)
Like ATM, frame relay is a connection-oriented service. 与ATM一样,帧中继也是面向连接的服务。
ATM, as a connection-oriented service, supports excellent tracking of interface and connection availability. ATM作为一种面向连接的服务,支持对接口和连接可用性的优异跟踪。
Connection-oriented nets establish specific links between hosts or applications. 面向连接的网络建立主机之间或者应用程序之间具体的链路。
TCP is referred to as connection-oriented. 传输控制协议被称为连接定向的。
The model is analogous to a connection-oriented networking protocol or the Open Systems Interconnection-layered architecture. 这个模型与面向连接的连网规约相似,即类似于分层的开放系统互连结构。
The Way of IP Network Development& Think about Two Modes of Connection-oriented and Connectionless Communication IP网络的发展之道&对面向连接和无连接两种通信模式的思辩
There exists two key problems such as routing control and multi-user recognition for the realization of Signaling Connection Control Part ( SCCP) connection-oriented operations, for its most important character is routing selection ahead of data transfer. 信令连接控制部分(SCCP)面向连接业务的最主要特点是在传递数据之前的连接建立阶段就完成了路由选择,因而如何解决路由控制和多用户识别问题是实现该业务的关键。
Connection-oriented TCP flows and non-connection-oriented UDP flows have different response manners to the congestion indication while the network congestions are arisen, which makes for the unfair usage to the network resources. 面向连接的TCP和无连接的UDP流在拥塞发生时对拥塞指示的不同响应方式,导致了对网络资源的不公平使用问题。
Theory of the network API Winsock and the key flow of the connection-oriented TCP are described, the design of communication interface and the method of program are produced. 本文还介绍了网络编程接口WinSock的实现原理及面向连接的TCP协议的关键流程,并给出了该系统网络通信的界面设计与程序设计方法。
Wireless Transaction Protocol provides the reliable and connection-oriented services for the Wireless Application Protocol architecture. 无线事务协议为整个无线应用协议体系结构提供可靠的面向连接的传输服务。
The implementation of this system shows that the connection-oriented mobile education is feasible. 本系统的实现表明了面向连接的移动教育的可行性。
ATM is a connection-oriented packet-switched technology. Before two hosts communicate, a connection must be established between them. ATM是一种面向连接的包交换技术,当两部机进行通信时必须首先建立连接。
On the other hand, ATM is a connection-oriented broadband communication technology with good QoS guarantees, which integrates the merits of packet switching and circuit switching. But its signaling protocol is too complicated to be used and its routing flexibility is low. 而ATM是一种面向连接的宽带通信网技术,它综合了分组交换和电路交换的优点,具有良好的QoS保证,但它使用的连接信令过于复杂,路由灵活性不高。
IP is connectionless network, so this paPer also discusses how to introduce connection-oriented QoS Routing mechanisms into the IP environment, and its tradeoff between the costs and the benefits. 由于IP是无连接的网络,因而也初步探讨了如何在IP中引入面向连接的QoS路由机制入其引入机制的开销和效益。
USSD service system adopts connection-oriented conversational mode, which is an ideal carrier for conversational services. USSD系统采用面向连接的交互式会话方式,是会话类业务的理想载体。
The paper discusses the techniques of multithread and the socket communication under the Linux platform. Then, based on mutual exclusion and condition variables, a detailed algorithm to implement the connection-oriented multithread concurrent server is given. 探讨了Linux平台下多线程技术和套接字网络通讯问题,在此基础上利用互斥锁和条件变量技术设计了一个面向连接的多线程并发服务器的详细算法。
PTN technique is based on the packet switching, connection-oriented service transmission technology, to provide more efficient business bearing, have the strong protection, OAM and network management function. PTN技术是基于分组交换的、面向连接的多业务传送技术,能够提供高效率的多业务承载,具备强大的保护、OAM和网管功能。
Because this protocol is connection-oriented, the data transfer has three phases: create connection, transfer data, release connection. 同时该协议是一个面向连接的协议,数据传输分为连接建立,数据传送,连接释放三个阶段,具有重发机制,保证了数据的完整性。
Ten different radio resource algorithms are involved in the paper and can be typed as connection-oriented or cell-oriented. 论文共涉及到10种具体的无线资源管理算法,按照无线资源管理算法分类的不同,既包括面向连接的,也包括面向小区的。
SCTP is an end to end transport layer protocol, which is based on the connection-oriented of information flow. 流控制传输协议SCTP是一种端到端的、基于消息流的面向连接的传输层协议。
The software implementation of this system uses client/ server model. The main idea is to establish a WLAN between two or more devices, then implement data transmission by socket net programming based on TCP, which is connection-oriented. 本系统采用的是客户端/服务器模式,设计思想是在两部或多部设备(本文以手机为例)之间建立起独立的无线局域网,然后通过基于TCP的Socket网络编程实现面向连接的数据传输。
At the same time, the standard for the MAC layer provides connection-oriented delivery mechanisms and improves the business flow management mechanisms to guarantee the QoS needs of each business. 与此同时,标准为MAC层提供了面向连接的传送机制和完善的业务流管理机制,以此保证各业务的QoS需求。
Conventional Transmission Control Protocol ( TCP) is a connection-oriented reliable transport layer protocol, which is widely used to transmit files and e-mails. 传统的TCP传输控制协议是面向连接的可靠的传输层通信协议,广泛用于文件传送、电子邮件发送等业务类型。
If we want to provide connection-oriented service security based on the Ethernet, we need Complex configuration for a large number of nodes in the network. 由于对以太网提供面向连接的业务保障,需要对网络中的大量节点进行复杂的配置。