更多“Asynchronous异步”相关问题
  • 第1题:

    Which two media types support asynchronous transfer mode?()

    A.T3

    B.SONET

    C.Gigabit-Ethernet

    D.EIA/TIA-232 serial


    参考答案:A, B

  • 第2题:

    A new asynchronous connection is being installed in your network. Which pair of WAN encapsulations types is suitable for asynchronous lines?()

    A. PPP and ATM

    B. PPP and SDLC

    C. ATM and HDLC

    D. SDLC and HDLC


    参考答案:A

  • 第3题:

    根据下图,假设路由器已经配置了默认配置,那么这个接口是()。

    A.Ethernet

    B.Fast Ethernet

    C.Gigabit Ethernet

    D.asynchronous serial

    E.synchronous serial


    参考答案:B

  • 第4题:

    ATM (Asynchronous Transfer Mode) technology combines connection oriented mechanism and ( ) mechanism.

    A.circuit switching
    B.packet switching
    C.message switching
    D.voice switching

    答案:B
    解析:
    ATM(异步传输模式)技术结合了面向连接机制和分组交换机制。

  • 第5题:

    ATM称为异步转移模式,(Asynchronous Transfer Mode)是一种快速分组交换的传输方式。


    正确答案:正确

  • 第6题:

    A new asynchronous connection is being installed in your network. Which pair of WAN encapsulations types is suitable for asynchronous lines?()

    • A、PPP and ATM
    • B、PPP and SDLC
    • C、ATM and HDLC
    • D、SDLC and HDLC

    正确答案:A

  • 第7题:

    简述异步传输模式(asynchronous transfer mode,ATM)的特点。


    正确答案: ATM具有以下几个特点:
    (1) 灵活性。
    (2) 高速率。
    (3) 多业务。
    (4) 可靠性。
    (5) 安全性。

  • 第8题:

    To add a TTY Terminal to Serial port 1, which of the following set of options should be chosen?()

    • A、tty rs232 Asynchronous Terminal then sa1 Available 01-S2 Standard I/O Serial Port
    • B、tty rs422 Asynchronous Terminal then sa1 Available 01-S2 Standard I/O Serial Port
    • C、tty rs232 Asynchronous Terminal then sa0 Available 01-S1 Standard I/O Serial Port
    • D、tty rs422 Asynchronous Terminal then sa0 Available 01-S1 Standard I/O Serial Port

    正确答案:C

  • 第9题:

    Which two media types support asynchronous transfer mode?()

    • A、T3
    • B、SONET
    • C、Gigabit-Ethernet
    • D、EIA/TIA-232 serial

    正确答案:A,B

  • 第10题:

    电气设备标牌上英文词汇“asynchronous motor”的中文意思是()。

    • A、力矩电动机
    • B、异步电动机
    • C、同步电动机
    • D、同步发电机

    正确答案:B

  • 第11题:

    多选题
    进行设备配置的user-interface的类型包括()
    A

    控制台端口(Console port ) 

    B

    异步串行端口(Asynchronous Serial Port )

    C

    辅助端口(AuxiliaryPort ) 

    D

    虚拟端口(Virtual user terminal interface )


    正确答案: A,B,C,D
    解析: 暂无解析

  • 第12题:

    名词解释题
    Asynchronous异步

    正确答案: 通信系统的一种特性,即发送者可在无警告下发送数据,接收者必须在任意时刻准备接收数据。
    解析: 暂无解析

  • 第13题:

    ATM(Asynchronous Transfer Mode) technology combines connection oriented mechanism and (72) mechanism

    A.circuit switching

    B.packet switching

    C.message switching

    D.voice switching


    正确答案:B
    本题目翻译:ATM(异步传输模式)技术结合面向连接机制和分组交换机制,考察的是分组交换技术。

  • 第14题:

    Which layer 2 protocol encapsulation type supports synchronous and asynchronous circuis and has built-in security mechanisms?()

    A. Frame Relay

    B. HDLC

    C. x.25

    D. PPP


    参考答案:D

  • 第15题:

    ATM(Asynchronous Transfer Mode)technology combines connection oriented mechanism and ( ) mechanism.ATM(异步传输模式)技术结合了面向连接机制和( )分组交换机制。

    A.circuit switching电路转接
    B.packet switching分组交换
    C.message switching信息转换
    D.voice switching声音转换

    答案:B
    解析:

  • 第16题:

    异步转移模式,ATM(Asynchronous Transfer Mode)是一种快速分组交换的传输方式。


    正确答案:正确

  • 第17题:

    Which three modes are the operating of HDLC?()

    • A、asynchronous balanced mode (ABM)
    • B、normal response mode (NRM)
    • C、normal peer mode (NPM)
    • D、asynchronous client mode (ACM)
    • E、asynchronous response mode (ARM)

    正确答案:A,B,E

  • 第18题:

    Which three modes are the operating modes of HDLC? ()

    • A、asynchronous response mode (ARM)
    • B、normal peer mode (NPM)
    • C、asynchronous balanced mode (ABM)
    • D、normal response mode (NRM)
    • E、asynchronous client mode (ACM)

    正确答案:A,C,D

  • 第19题:

    Which data synchronization options between two geographical locations are supported by PowerHA SystemMirror?()

    • A、Parallel and Serial
    • B、Serial and Asynchronous
    • C、Parallel and Synchronous
    • D、Synchronous and Asynchronous

    正确答案:D

  • 第20题:

    Which IBM System Storage DS8000 copy function provides a three-site or three-copy solutionusing both synchronous and asynchronous replication?()

    • A、FlashCopy
    • B、Metro/Global Mirror
    • C、Metro Mirror
    • D、Global Mirror

    正确答案:B

  • 第21题:

    You need to modify a client application that consumes a Windows Communication Foundation (WCF) service. The service metadata is no longer available. You need to modify the previously generated proxy to include asynchronous calls to the service. What should you do? ()

    • A、Update the service reference with the Generate asynchronous operations option.
    • B、Create a partial class for the previously generated proxy and include the new asynchronous methods.
    • C、Create a class with the same name as the previously generated proxy and add the new asynchronous methods. Add the new class to a namespace that is different from the original proxy.
    • D、Create a class with the same name as the previously generated proxy and add the new asynchronous methods as partial methods. Add the new class to a namespace that is different from the original proxy.

    正确答案:B

  • 第22题:

    问答题
    简述异步传输模式(asynchronous transfer mode,ATM)的特点。

    正确答案: ATM具有以下几个特点:
    (1) 灵活性。
    (2) 高速率。
    (3) 多业务。
    (4) 可靠性。
    (5) 安全性。
    解析: 暂无解析

  • 第23题:

    判断题
    ATM称为异步转移模式,(Asynchronous Transfer Mode)是一种快速分组交换的传输方式。
    A

    B


    正确答案:
    解析: 暂无解析