|
C You can change the way the mask is displayed (bitcount, decimal, hex) but you must enter the subnet mask in dotted decimal. Router(config-if)#ip address 12.23.4.5 ? A.B.C.D IP subnet mask
7. Given the IP address 148.90.109.120 with a mask 255.255.255.240. Which subnet is this address on? A.) 148.90.109.96 B.) 148.90.109.128 C.) 148.90.109.0 D.) 148.90.109.112 E.) 148.90.109.64 F.) 148.90.109.116
D With a mask of 255.255.255.240, it should be recognizable that the subnet is 148.90.109.?, the last octet is the hard part. Magic Number = 256 - subnet mask Magic Number = 256 - 240 = 16 Subnets are multiples of the magic number: 16,32,48,64,80,96,112,128,144…. As close to 113 without going over is .. 112 So the answer is 148.90.109.112.
8. The host address: ’’5C.0000.0ca1.4567’ Is valid for which protocol stack? A.) SNA B.) Decnet C.) Chaos D.) IP E.) Appletalk F.) IPX
F
9. Given the following static route command, ip route 3.3.3.0 255.255.255.0 4.4.4.4 125, which portion represents the TCP/IP destination network? A.) 4.4.4.4 B.) route C.) 255.255.255.0 D.) 3.3.3.0 E.) 125
D
10. The Physical layer works with which of the following: A.) Segments B.) Globules C.) Frames D.) Packets E.) Bits
E
11. Which commands will restart the router? A.) system restart B.) restart C.) shutdown system D.) reload E.) down F.) system exit
D
12. Which of the following are examples of the Session Layer? (2 answers) A.) SQL B.) TCP C.) NFS D.) Token Ring E.) LLC
A C Controls mechanisms such as checkpoints, terminations, and restarts to establish, maintain, and synchronize communications between applications. Examples: SQL, RFC, RPC, X-Windows, NetBIOS Names 13. Which command will display the Data Link Connection Identifiers (DLCI’s)? (2 answers) A.) show version B.) show connection C.) show frame-relay pvc D.) show dlci E.) show running-config
C E For ’show frame-relay pvc’ the permanent virtual circuit (PVC) descriptions also include the DLCI numbers. Note: ’show unning-config’ will only display DLCIs if the frame-relay MAP statement is used for multi-point interfaces or if you use sub-interfaces. If you are using inverse-arp it will not show up in the running config.
14 The Datalink Layer is broken down into 2 layers, LLC and MAC. The LLC establishes media independence and what else?(2 Ans) A.) RIP Updates. B.) The Datalink layer does not have sublayers. C.) Provides SAP’s (Service Advertising Protocol). D.) Provides Windowing. E.) Provides flow control. F.) Provides SAP’s (Service Access Points).
E F OSI layer-2 SAP allows the upper layers to encapsulate multiple layer 3 protocols. IPX SAP is a protocol used to advertise NetWare services every 60 seconds.
15. Which of the following is an example of the Network Layer? A.) IPX B.) LLC C.) SPX D.) Token Ring E.) SQL
A
16. When calculating valid host address for TCP/IP, the host bits can not be all 1’s or all 0’s. Which of the following is an invalid host address, using the subnet mask 255.255.255.192 ? A.) 200.1.1.161 B.) 200.1.1.127 C.) 200.1.1.65 D.) 200.1.1.66 E.) 200.1.1.129
B In binary, mask .192 = 11000000 and host .127 = 01111111. For 200.1.1.127, all of the host bits are 1’s using that mask. Router(config-if)#ip address 200.1.1.127 255.255.255.192 Bad mask /26 for address 200.1.1.127
17. Novell NetWare has an Ethernet frame type called Ethernet_II. What is the matching Cisco command line keyword for this encapsulation method? A.) gns B.) snap C.) arpa D.) novell-ether E.) sap F.) dix
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] 下一页 |