connectionless

connectionless

1. Connectionless Service in B-ISDN

B-ISDN中的无连接业务

2. Information technology--Protocol for providing the OSI connectionless--Mode transport service

GB/T16723-1996信息技术提供osi无连接方式运输服务的协议

3. IP provides a connectionless delivery service, meaning that a session is not required with another host before a packet can be delivered.

IP协议提供一种无连接的送达服务,这意味着在数据包能送达之前,并不需要一个与另一台主机建立联接的进程。

4. Is there a contradiction between unreliability of IP connectionless and reliability of Internet transportation?This paper discusses the relation between IP and Internet reliability.

IP协议无连接的不可靠性与因特网传输的可靠性是否相矛盾?本文对IP协议与因特网可靠性的关系进行探讨。

5. IP provides Layer 3 connectionless transport through an internetwork.

IP提供互连网路中第3层非连接导向的传输。

6. IP provides connectionless, best-effort delivery routing of packets.

IP提供非连结、封包的尽最大努力的传送路由;

7. IP provides connectionless, best-effort delivery routing of packets. IP is not concerned with the content of the packets but looks for a path to the destination.

IP提供非连结、封包的尽最大努力的传送路由;IP不在意封包的内容但是会寻找到目的地的路径。

8. IP is connectionless, best-effort delivery protocol.

IP是无连接,尽力传输的协议。

9. IP operates at Layer 3 of the OSI model and is a connectionless protocol that provides best-effort delivery across a network.

IP运作在OSI模式的第三层,是一种非连接式的服务,它提供经网路上最力的传送。

10. Connectionless Lightweighted Directory Access Protocol

n. 单机轻量级目录访问协议

11. TCP is a connection-oriented protocol, while UDP (User Datagram Protocol) is a connectionless protocol.

TCP是面向连接的协议,而UDP(用户自寻址协议)则是无连接协议。

12. TFTP is a connectionless service that uses User Datagram Protocol (UDP).

TFTP是一个使用使用者资料元协定(UDP)的无连结服务。

13. UDP provides connectionless, unreliable transmission of packets at Layer 4 of the OSI model.

UDP提供在OSI模型的第4层的非连接导向、不确保封包正确地传送到目的地。

14. Connectionless Transport Protocal

[计] 无连接传输协议

15. connectionless protocal

[计] 无连接协议

16. connectionless network

[计] 无连接网络

17. connectionless Network Protocal

[计] 无连接网络协议

18. connectionless procedure

[计] 无连接规程

19. An ATM Adaptation Protocol Implementation Scheme for Connectionless Service

一种支持无连接业务的ATM适配层协议实现方案

20. An Unacknowledged Connectionless Link, where the sending and receiving devices do not set up a connection before transmitting.

一种未确认无连接链路。联路上,在传输发生前发送设备和接收设备不建立连接。

21. The three channels are connection- oriented channel,connectionless channel and singal channel.

三种信道即为面向连接信道、无连接信道、信令信道。

22. Unreliable connectionless packet delivery service LT

不可靠无连接包递送服务

23. Not all applications need to guarantee delivery of the data packet, so they use the faster, connectionless delivery mechanism afforded by UDP.

不是所有的应用程式都需要保证资料封包的传送无误,可以使用由UDP所提供更快速的,非连接导向传送机制。

24. Nevertheless, there are some applications, such as client-server computing and streaming multimedia, which benefit from connectionless transport, so we will say a little bit about it later on.

不过,有一些应用,比如客户-服务器模型的计算和流式多媒体应用,很大程度上得益于无连接的传输服务,所以,后面我们还是会介绍到这种服务。

25. connectionless operation

不连接操作

26. What is an advantage of using a connectionless protocol such as UDP?

使用非面向连接的协议如UDP的优点是哪一个?

27. Furthermore, the connectionless transport service is also very similar to the connectionless network service.

另外,无连接的传输服务与无连接的网络服务也非常类似。

28. The rapid development of the communication network and the increasing popularization of service level agreement(SLA)make it possible that we transmit realtime service in the connectionless IP packet network.

各种通信网的迅猛发展,尤其是业务级别协定(SLA)的日益普及,使得在无连接的IP分组网上传输实时业务已初现端倪。

29. Which protocol is used to transfer files from computer to computer but is considered connectionless?

哪个记录从计算机到计算机被用到移动文件但是被认为无连接的?

30. Since UDP is connectionless and unreliable, it is possible for SNMP to lose messages.

因为UDP非连接导向且不可靠,SNMP可能会遗失讯息。

31. In the Internet, the connectionless protocol is the Internet Protocol(IP).

在国际互联网上,无连接协议即是互联网协议。

32. What is the principal difference between connectionless communication and connection-oriented communication?

在无连接和面向连接的通信两者之间,最主要的区别是什么?

33. In a connectionless system, the destination is not contacted before a packet is sent.

在无连结系统中,封包在传送之前,与目的地尚未联系.

34. The IP layer provides a connectionless and unreliable delivery system.

在网络层提供了无连接的不可靠传输系统。

35. Just as there are two types of network service, connection-oriented and connectionless, there are also two types of transport service.

如同网络层有两种不同类型的服务(面向连接的和无连接的)一样,传输服务的类型也有两种。

36. With connectionless protocols, you must also be sure that the size of your buffer does not exceed the maximum packet size of the underlying service provider.

如果使用无连接协议,则必须确保缓冲区的大小不会超过基础服务提供程序的最大数据包大小。

37. If you are using a connectionless protocol in blocking mode,

如果在阻止模式下使用无连接协议,则

38. If you are using a connectionless protocol, you will not have access to this information until you have completed a send or receive.

如果当前使用的是无连接协议,则直到完成一个发送或接收操作后,才可访问该信息。

39. If you are using a connectionless protocol, you can also use the ReceiveFrom method.

如果当前使用的是无连接协议,则还可以使用ReceiveFrom方法。

40. If you are using a connectionless Socket, specifying Send will have no effect.

如果当前使用的是无连接的Socket,则指定Send将不会产生任何效果。

41. If you are using a connectionless protocol, Connect,

如果您使用的是无连接协议

42. If you are using a connectionless protocol such as UDP, you do not have to call Connect before sending and receiving data.

如果您使用的是无连接协议(如UDP),则不必先调用Connect即可发送和接收数据。

43. If you are using a connectionless protocol, you do not need to establish a default remote host with the Connect method prior to calling SendTo.

如果您使用的是无连接协议,则在调用SendTo之前,不需要使用Connect方法建立默认远程主机。

44. If you are using a connectionless protocol and plan to send data to several different hosts, you should use

如果您使用的是无连接协议,并且打算将数据发送到若干不同的主机,则应使用

45. IPSec provides high quality data security service, including access control, connectionless data integrity, anti-replay, encryption and data origin authentication.

它提供高质量的数据安全服务,包括访问控制、无连接的数据 完整性、反重播、加密和验证等。

46. LANs can use connectionless service.

局域网可用于无连接的服务。

47. application-layer connectionless reliable transfer protocol

应用层无连接可靠传输协议

48. acknowledged connectionless service

应答式无连接服务

49. Using Shutdown on a connectionless Socket is not recommended.

建议不要在无连接Socket上使用Shutdown。

50. asynchronous connectionless

异步无连接型

51. You can also establish a default remote host for a connectionless protocol prior to calling the SendTo method.

您也可以在调用SendTo方法之前,为无连接协议建立默认远程主机。

52. A bearer service is either connection-oriented or connectionless.

承载业务或者是基于连接的,或者是无连接的。

53. Describe connection-oriented network service and connectionless network service, and identify their key differences.

描述连接网络服务和非连接网络服务,并区分二者的主要不同。

54. It emphasizes that Chinese TD-SCDMA should develop toward connectionless statistical packet multiplexing as early as possible.

文章强调指出中国的TD-SCDMA应尽快向无连接的分组统计复用方向演化。

55. You can also establish a default remote host for a connectionless protocol prior to calling the.

方法之前,为无连接协议建立默认远程主机。

56. Method starts asynchronously reading connectionless datagrams from a remote host.

方法启动从远程主机异步读取无连接数据报的操作。

57. Connectionless Communication

无连接(型)通信

58. Connectionless service: A service which allows the transfer of information among service users without the need for end-to-end call establishment procedures (source: ITU-T I.113).

无连接业务:传输信息时,不需要在用户之间进行端到端的呼叫建立流程的一种业务。

59. connectionless transmission

无连接传输模式

60. connectionless protocol

无连接协议

61. connectionless service

无连接型业务

62. connectionless transport service

无连接型传送业务

63. connectionless data transfer

无连接型数据转移

64. connectionless network service

无连接型网络业务

65. connectionless broadband data service

无连接宽带数据服务

66. connectionless mode

无连接式

67. connectionless server

无连接服务器

68. connectionless transport protocol

无连接的传输协议

69. connectionless session

无连接的话路

70. connectionless communications

无连接的通信

71. connectionless network relay

无连接网络中继

72. connectionless Network Protocol

无连接网络协议

73. Connectionless Network Layer Protocol

无连接网络层协议

74. Connectionless Network Access Protocol

无连接网络接入协议

75. Originally two AAL types, AAL types 3 and 4, were combined in support of both connection-oriented and connectionless traffic.Examples include X.25 packet and Frame Relay traffic.

最初的两种AAL类型,AAL类型3和类型4组合在一起支持面向连接和无连接传输业务,例如,X.25信息包和帧延时传输。

76. Because HTTP is a connectionless protocol, a connection is made to bring each object of the page across to your computer.

由于HTTP(超文本传输协议)是一种无联接协议,所以要建立一个联接以便跨越互连网把网页中的每一种成分从服务器送到你的计算机。

77. Because IP is a connectionless service, no explicit connection status is available.

由于IP是无连接的服务,所以没有明显的连接状态。

78. Because UDP is a connectionless protocol, the listener does not maintain a connection to a remote endpoint.

由于UDP是无连接协议,因此侦听器不保持与远程终结点的连接。

79. This constitutes a sequenced connectionless service for the MTP user.

确认支付后是否保存文件对您的付费动作没有影响。

80. An Acknowledged Connectionless Link that, as its name indicates, provides for acknowledgement of messages without burdening the receiving devices with maintaining a connection.

确认无连接链路。从其名字可以看出,链路提供信息确认,却没有为保持链路连接增加接收设备。

英语宝典
考试词汇表