题目内容

Most IP layer-based proxy mechanisms, such as network address translation (NAT), only support uni-directional proxy, from the internal network to external network (the Internet). The proxy establishes the communication channel by (86) IP addresses. The IP addresses must be (87) . These proxy mechanisms prevent applications that must establish return data channels from establishing their data channels, such as, multimedia applications. IP layer-based proxy mechanisms need additional software (88) for each application that uses (89) channels. SOCKS identifies communication targets through domain names, overcoming the restriction of using private IP addresses. SOCKS can use domain names to establish communication between separate LANs, with (90) IP addresses. (88)是()

A. groups
B. blocks
C. models
D. modules

查看答案
更多问题

Access数据库包括表、查询、窗体、报表、 【8】 宏和模块等基本对象。

数字彩色图像的数据量非常大,65536色的560 * 400的彩色图像,如不进行数据压缩,则使用56kbps的调制解调器上网时,下载一幅这样的彩色图像理论上最快需要 【1】 秒钟。

During the past years, intelligent technology has evolved (116) three generations. The first was characterized by tools such as prolog and OPS. prolog is a simple backward-chaining environment, and OPS is a simple forward-chaining environment. This led to the second generation of knowledge-engineering environments. Its goal was to model, prototype and construct (117) systems.All three generations were oriented toward generic (118) and represented generalized implementation environments for the construction of expert systems. knowledge bases and AI applications.Some of the solution-oriented products are also seamlessly integrated with generic knowledge-engineering environments, permitting end users to add (119) rules and objects, as well as predefined knowledge-based logic to address problems in manufacturing simulation.Marketplace orientation is rapidly (120) toward solution-oriented intelligent product environments. the fourth generation represents a new line of thinking and ’ develop-merit by commercial fu-ms. will reduce the cost risk and development time associated with problem solving. (119)是()

A. custom
B. knowledge
C. through
D. problem solving

在窗体上画一个命令按钮,然后编写如下程序: Function fun (By Val num As Long)As Long Dim k As Long k=1 num = Abs(num) Do While num k=k*(num\10) num=num\10 Loop fun=k End Function Private Sub Command l-Click {) Dim n As Long Dim r As Long n=Input Box (“请输入一个数”) n=CLng (n) r=fun (n) Ms g Boxr End Sub 程序运行后,单击命令按钮,在输入对话框中输入234,消息框显示的结果为 【14】 .

答案查题题库