易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

Which JUNOS software feature allows a user to define specific next-hop values for IP packets based on the source IP address of that packet?()

A、MPLS

B、Load Balancing

C、Class Based Forwarding

D、Filter Based Forwarding

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • 某文件管理系统在磁盘上建立了位示图(Bitmap),记录磁盘的使用情况。若磁盘上的物理块依次编号为0、1、2、…,系统中字长为32位,每一位对应文件存储器上的一个物理块,取值0和1分别表示空闲和占用,如下所示。假设将4195号物理块分配给某文件,那么该物理块的使用情况在位示图中的第(1)个字中描述;系统应该将(2)。空白(1)处应选择()

    A、128

    B、129

    C、130

    D、131

  • 网络版防病毒系统在安装时,应先安装(  )。

    A、服务器端

    B、客户端

    C、系统中心

    D、管理控制器

  • What is true about version-enabled tables?()

    A、The unit of versioning is the schema.

    B、It is possible to version enable a table pertaining to SYS.

    C、There are as many segments as versions for the same base table.

    D、It is possible to create workspaces if there is no version-enabled table in the database.

  • Which regular expression, inserted at line 12, correctly splits test into "Test A", "Test B", and "Test C"?()

    A、 String regex = "";

    B、 String regex = " ";

    C、 String regex = ".*";

    D、 String regex = "//s";

    E、 String regex = "//.//s*";

    F、 String regex = "//w[/.] +";

  • What can cause a thread to become non-runnable?()

    A、 Exiting from a synchronized block.

    B、 Calling the wait method on an object.

    C、 Calling the notify method on an object.

    D、 Calling the notifyAll method on an object.

联系客服 会员中心
TOP