An administrator has just installed a new NIC into the server. The system POSTs fine and the NIC is recognized by the OS, but it does not receive an IP address. Which of the following is the MOST likely cause of this?()A. The NIC is not on the HCL.B. The

题目

An administrator has just installed a new NIC into the server. The system POSTs fine and the NIC is recognized by the OS, but it does not receive an IP address. Which of the following is the MOST likely cause of this?()

A. The NIC is not on the HCL.

B. The driver is incorrect on the server.

C. The patch cable has not been seated properly.

D. The NIC is not seated properly.


相似考题
更多“An administrator has just installed a new NIC into the server. The system POSTs fine and t ”相关问题
  • 第1题:

    Whichfouraretrue?()

    A.Has-arelationshipsshouldneverbeencapsulated.

    B.Has-arelationshipsshouldbeimplementedusinginheritance.

    C.Has-arelationshipscanbeimplementedusinginstancevariables.

    D.Is-arelationshipscanbeimplementedusingtheextendskeyword.

    E.Is-arelationshipscanbeimplementedusingtheimplementskeyword.

    F.Anarrayoracollectioncanbeusedtoimplementaone-to-manyhas-arelationship.

    G.TherelationshipbetweenMovieandActressisanexampleofanis-arelationship.


    参考答案:C, D, E, F

  • 第2题:

    下列程序的功能是创建一个显示5个“Hello!”的线程并启动运行,试将程序补充完整。

    public class ThreadTest extends Thread{

    public static void main(String args[ ]){

    ThreadTest t=new______;

    t.start( );}

    public void run( ){int i=0;

    while(true){System.out.println("Hello!");

    if(i++==4)break;

    }

    }


    正确答案:ThreadTest( )
    ThreadTest( ) 解析: ThreadTest继承自java.lang.Thread类,重写了run( )方法,实现了Java中的线程。ThreadTest t定义了空的线程对象,t.start( )方法启动了这个线程,因此ThreadTest t=new ______;就应该是实例化此线程对象,所以应填入“ThreadTest( )”。

  • 第3题:

    使用snmptuil.exe 可以查看代理的 MiB对象,下列文本框内oid部分是( ).C:\ Users\Administrator> snmptuil get 192.168.1.31 public.1.3.6.1.2.1.1.3.0Variable=system.sysUpTime.0Value=TimeTicks 1268830

    A.192.168.1.31
    B.1.3.6.1.2.1.1.3.0
    C.system.sysUpTime.0
    D.TimeTicks 1268803

    答案:B
    解析:
    C:\>snmputil get 192.168.1.31 public .1.3.6.1.2.1.1.3.0public .1.3.6.1.2.1.1.3.0是指的系统开机时间多长。OID(对象标识符),是SNMP代理提供的具有唯一标识的键值。MIB(管理信息基)提供数字化OID到可读文本的映射。所有完全验证OID都有 .iso.org.dod.internet.private 开始,数字表达为: .1.3.6.4. 。几乎所有的OID都会跟上企业(.1)和由IANA(互联网编号分配中心分配的)唯一的厂商标号。 OID的相对格式,从企业值开始,略过所有的隐含地址。因此,可以用相对地址 enterprises.netapp.netappl.raid.diskSUmmary.diskSpaceCount.0 来表示上述的OID,或者用数字格式 .1.789.6.4.8.0 .某些唯一键值,可用多个实例表示,这样所有的OID都以实例值结尾。因此可以看到大多数OID都是以一个 .0 结尾的。

  • 第4题:

    When William hurried home, he found that his mother ____already ____to hospital.

    A、has; been sent

    B、had; sent

    C、has; sent

    D、had; been sent


    正确答案:D

  • 第5题:

    YouworkasanadministratoratABC.com.TheABC.comnetworkconsistsofasingledomainnamedABC.com.ABC.comhasaserver,namedABC-SR15,whichhasWindowsServer2012R2installed.ABC.comalsohasaserver,namedABC-SR16,whichhasWindowsServer2008R2SP1installed.YouhavebeeninstructedtomakesurethatABC-SR16isabletorunWindowsPowerShell3.0.Whichofthefollowingactionsshouldyoutake?()

    A.YoushouldconsidermakingsurethatABC-SR16hasafullinstallationofMicrosoft.NET Framework4installed.

    B.YoushouldconsidermakingsurethatABC-SR16hasafullinstallationofMicrosoft.NETFramework2installed.

    C.YoushouldconsidermakingsurethatABC-SR16hasWS-Management3.0installed.

    D.YoushouldconsidermakingsurethatABC-SR16isupgradedtoWindowsServer2012R2.


    参考答案:A, C

  • 第6题:

    经负阻抗转换器NIC传输后,电压大小方向不变,电流反向,则该NIC为电流反向型NIC。


    错误