一起答
单选

在CSMA中,决定退让时间的算法为:

 ①如果信道空闲,以户的概率发送,而以(1-p)的概率延迟一个时间单位t;

 ②如果信道忙,继续监听直至信道空闲并重复步骤①;

 ③如果发送延迟了一个时间单位t,则重复步骤①。

 上述算法为(14)。在该算法中重要的是如何选择概率p的值,p的取值首先考虑的是(15)。(16)时冲突不断增大,吞吐率会(17)。

  • A.1-坚持算法
  • B.P-坚持算法
  • C.非坚持算法
  • D.二进制指数后退算法
试题出自试卷《软件水平考试(中级)网络工程师上午(基础知识)试题模拟试卷8》
参考答案
查看试卷详情
相关试题
  1. (91)

    • A.supports
    • B.drives
    • C.encapsulates
    • D.transmits
  2. (90)

    • A.conformance
    • B.circuitlike
    • C.searching
    • D.secrecy
  3. (89)

    • A.tunnels
    • B.interfaces
    • C.systems
    • D.passwords
  4. (88)

    • A.messages
    • B.protocols
    • C.directories
    • D.certificates
  5. While the Internet is inherently insecure, businesses still need to preserve the privacy of data as it travels over the network. To help do that, the Internet Engineering Task Force an international group of network designers, operators, vendors, and researchers concerned with the evolution of(71)has developed a suite of(72)called Internet Protocol Security(IPSec).

     IPSec creates a standard platform. to develop secure networks and electronic(73)between two machines. Secure tunneling via IPSec creates(74)connections in a network through which data packets can move. It creates these tunnels between remote users and within a local network. It also(75)each data packet in a new packet that contains the information neccessary to set up, maintain and tear down the tunnel when it's no longer needed.

    • A.channels
    • B.Web browser
    • C.Internet data
    • D.Internet architecture
  6. (86)

    • A.field
    • B.relation
    • C.script
    • D.tuple
  7. (85)

    • A.characteristics
    • B.links
    • C.type
    • D.attributes
  8. (84)

    • A.event
    • B.title
    • C.driver
    • D.table
  9. One of the difficulties in building an SQL-like query lange for the Web is the absence of a database schema for this huge, heterogeneous repository of information. However, if we are interested in HTML documents only, we can construct a virtual(66)from the implicit structure of these files. Thus, at the highest level of(67), every such document is identified by its Uniform. Resource Locator(URL), has a title and a text Also, Web servers provide some additional information such as the type, length, and the last modification date of a document. So, for data mining purposes, we can consider the site of all HTML documents as arelation:

     Document(url,(68), text, type, length, modify)

     Where all the(69)are character strings. In this framework, anindividual document is identified with a(70)in this relation. Of course, if some optional information is missing from the HTML document, the associate fields will de left blank, but this is not uncommon in any database.

    • A.schema
    • B.relation
    • C.platform
    • D.module
  10. (83)

    • A.presentation
    • B.control
    • C.abstraction
    • D.protocol