A. Setup an ACL that allows and logs all IP traffic between the two computers
B. Configure a spanning tree to check for a loop
C. Setup a span port on the switch to watch for CRC errors
D. Connect both computers using a crossover cable
第1题:
Medical care reform has become this country's most important public health _____.
(A) question (B) stuff (C) matter (D) issue
选D
医疗卫生改革已经成为这个国家最重要的公共健康问题
public issue习惯性搭配,指公共问题
第2题:
A.SpanningTreeProtocol
B.Cabling
C.Frameforwarding
D.Packetforwarding
E.EtherChannel
F.Routingprotocols
第3题:
写出程序的输出: int i=1; switch (i%3 ) { case 0: printf("zero"); case 1: printf("one"); case 2: printf("two"); }
第4题:
以下程序段的输出结果为( )。 int j=2 switch (j){ Case 2: system.out.print("two."): Case 2+1: System.out.println("three."); break: default: System.out.println (“value is”+j): Break }A.B.two
A.two.three.
B.two
C.three
D.value is 2
第5题:
可以在/etc/issue、net中配置telnet的隐藏banner信息()。
第6题:
有一个“出版物”表,包含图书编码(Book-code),书名(Book-name),出版日期(Issue-dt),备注(Mem-cd)等字段,()字段作为该表的主键可能是最恰当的。
A.Book-code
B.Book-name
C.Issue-dt
D.Mem-cd