网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
Refer to the exhibit:The technician wants to upload a new IOS in the router while keeping the existing IOS. What is the maximum size of an IOS file that could be loaded if the original IOS is also kept in flash?()
A
3MB
B
4MB
C
5MB
D
7MB
E
8MB
参考答案
参考解析
解析:
暂无解析
更多 “单选题Refer to the exhibit:The technician wants to upload a new IOS in the router while keeping the existing IOS. What is the maximum size of an IOS file that could be loaded if the original IOS is also kept in flash?()A 3MBB 4MBC 5MBD 7MBE 8MB” 相关考题
考题
Why might the Ezonexam network administrator set the configuration register to 0x2142 on a 2600 series Cisco router?A.To boot the IOS from ROMB.To reset the console passwordC.To upload a new version of the configuration fileD.To upload a new version of the IOSE.To allow a new memory upgrade to be recognized by the router
考题
A technician wants to compare a new server performance over a period of time. Which of the following should the technician do FIRST?()
A. Monitor processor performance logsB. Constantly check the task managerC. Use performance server logsD. Establish a baseline for the server
考题
Refer to the exhibit. A new TAC engineer came to you for advice. A GRE over IPsec tunnel was configured, but the tunnel is not coming up. W hat did the TAC engineer configure incorrectly?()
A. The crypto isakmp configuration is not correct.B. The crypto map configuration is not correct.C. The interface tunnel configuration is not correct.D. The network configuration is not correct; netw ork 172.16.1.0 is missing.
考题
Refer to the exhibit. IP multicast configuration changes have been made on several routers.However, the IP multicast table displayed in the exhibit still does not reflect the changes. What should be done to display the new routing table information? ()A. Issue the clear ip route * privileged EXEC command.B. Issue the clear ip igmp group privileged EXEC command.C. Issue the no ip mroute - cache privileged EXEC command.D. Issue the clear ip mroute privileged EXEC command.
考题
You are a technician at TestKing. Your newly appointed TestKing trainee is setting up a new frame relay connection to a remote branch and wants to know what the valid options for frame relay LMI types are.What would your reply be?()A. EIA/TIAB. Q.932C. Q.933 AD. IEEEE. IETFF. CiscoG. ANSI
考题
Refer to the exhibit.How many broadcast domains exist in theexhibited topology?()
A.oneB.twoC.threeD.fourE.fiveF.six
考题
Refer to the exhibit. What is the most appropriate summarization for these routes?()
A.10.0.0.0/21B.10.0.0.0/22C.10.0.0.0/23D.10.0.0.0/24
考题
Refer to the exhibit. Which subnet mask will place all hosts on Network B in the same subnet with the least amount of wasted addresses?()
A.255.255.255.0B.255.255.254.0C.255.255.252.0D.255.255.248.0
考题
Refer to the exhibit.A new subnet with 60 hosts has been added to the network.Which subnet address should this network use to provide enough usable addresses while wasting the fewest addresses?()
A.192.168.1.56/27B.192.168.1.64/26C.192.168.1.64/27D.192.168.1.56/26
考题
Refer to the exhibit. A network technician is asked to design a small network with redundancy. The exhibit represents this design, with all hosts configured in the same VLAN. What conclusions can be made about this design?()A.The design will function as intendedB.Spanning-tree will need to be used.C.The router will not accept the addressing scheme.D.The connection between switches should be a trunk.E.The router interfaces must be encapsulated with the 802.1Q protocol.
考题
Refer to the exhibit:The technician wants to upload a new IOS in the router while keeping the existing IOS. What is the maximum size of an IOS file that could be loaded if the original IOS is also kept in flash?()A.3MBB.4MBC.5MBD.7MBE.8MB
考题
Refer to the exhibit, Host A pings interface S0/0 on router 3, what is the TTL value for that ping?()
A. 253B. 252C. 255D. 254
考题
Refer to the exhibit. Which value will be configured for Default Gateway of the Local Area Connection?()
A.10.0.0.0B.10.0.0.254C.192.223.129.0D.192.223.129.254
考题
37. She wants to buy________- for her.A. a new hatB. a new jeansC. a new sweaterD. new shoes
考题
You are a technician at TestKing. Your newly appointed TestKing trainee is setting up a new frame relay connection to a remote branch and wants to know what the valid options for frame relay LMI types are.What would your reply be?()A、EIA/TIAB、Q.932C、Q.933 AD、IEEEE、IETFF、CiscoG、ANSI
考题
An administrator wants to create a new 100 GB virtual media repository in the rootvg storage pool on the Virtual IO server. Which command will accomplish this?()A、 mklv -sp rootvg ize 100gbB、 crrep p rootvg ize 100gbC、 mkrep p rootvg ize 100gbD、 crfs jfs2 rootvg size=100gb
考题
A technician replaces a computer’s NIC with a wireless card. The user wants to save the NIC.Which of the following should the technician use to preserve the NIC? ()A、ESD matB、ESD wrist strapC、Sealable plastic bagD、Anti-static bag
考题
A technician wants to compare a new server performance over a period of time. Which of the following should the technician do FIRST?()A、Monitor processor performance logsB、Constantly check the task managerC、Use performance server logsD、Establish a baseline for the server
考题
A network technician wants to use a packet analyzer to troubleshoot a reported problem with a user's workstation with IP address 192.168.1.45. To identify the workstation's packets the technician wants to use the workstation's MAC address. Which of the following protocols would provide the needed information?()A、DHCPB、ARPC、DNSD、PING
考题
The technician is working on a system and has determined that the hard drive must be reimaged. However, the customer wants to retain all the data. Which of the following would take the LEAST amount of time to implement?()A、Create a new partition on the hard drive, copy all data to the new partition, reimage the drive, and the old data will be on the new partition and accessible.B、Install a new hard drive, slave the old drive, image the new drive, and show the customer how to access their data on the old drive.C、Upload the data to an external FTP server, reimage the drive, and then restore the data to the newly imaged drive.D、Copy data to a USB connected hard drive, reimage the drive, and then restore the data to the newly imaged drive.
考题
//point X public class foo { public static void main (String[]args) throws Exception { java.io.printWriter out = new java.io.PrintWriter { new java.io.outputStreamWriter (System.out), true; out.printIn(“Hello”); } } } Which statement at PointX on line 1 allows this code to compile and run?() A、 Import java.io.*;B、 Include java.io.*;C、 Import java.io.PrintWriter;D、 Include java.io.PrintWriter;E、 No statement is needed.
考题
单选题Refer to the exhibit. A network technician is asked to design a small network with redundancy. The exhibit represents this design, with all hosts configured in the same VLAN. What conclusions can be made about this design?()A
The design will function as intendedB
Spanning-tree will need to be used.C
The router will not accept the addressing scheme.D
The connection between switches should be a trunk.E
The router interfaces must be encapsulated with the 802.1Q protocol.
考题
多选题You are a technician at TestKing. Your newly appointed TestKing trainee is setting up a new frame relay connection to a remote branch and wants to know what the valid options for frame relay LMI types are.What would your reply be?()AEIA/TIABQ.932CQ.933 ADIEEEEIETFFCiscoGANSI
考题
单选题Which of the following would provide a technician with a performance reference point to refer backto after hardware repair?()A
BaselineB
Network mapC
Wire schemeD
Asset management
考题
单选题A technician wants to compare a new servers performance over a period of time. Which of the following should the technician do FIRST?()A
Monitor processor performance logsB
Constantly check the task managerC
Use performance server logsD
Establish a baseline for the server
考题
单选题//point X public class foo { public static void main (String[]args) throws Exception { java.io.printWriter out = new java.io.PrintWriter { new java.io.outputStreamWriter (System.out), true; out.printIn(“Hello”); } } } Which statement at PointX on line 1 allows this code to compile and run?()A
Import java.io.*;B
Include java.io.*;C
Import java.io.PrintWriter;D
Include java.io.PrintWriter;E
No statement is needed.
考题
多选题Refer to the exhibit. What are three of the basic components of a VoIP network?()Asoftware voice applicationsBmultipoint control unit (MCU)CgatekeeperDcall agentEinteractive voice response (IVR) systemsFsoftphones
热门标签
最新试卷