|
30. What is a characteristic of Store and Forward switches? A.) They work at wire speed. B.) They forward the frame before it is completely read. C.) They are the same as Cut-Through switching in ’prune’ mode. D.) They increase latency. E.) They forward based on transport layer info. D
31. The network portion of an address typically represents a: A.) Router B.) Computer C.) Ethernet MAC address. D.) Segment E.) Host
D Every network segment is represented by a network or subnetwork address.
32 Which device listed below provides clocking for the line? A.) DTE B.) CO C.) DCE D.) Demarc E.) CPE
C The Data Circuit-terminating Equipment (DCE) is responsible for providing the clocking on the wire. HINT: When You see the ’C’ in ’DCE’, think ’Clocking’
33. How do you set the encapsulation type to PPP for an interface? A.) ppp ietf B.) encapsulation ppp C.) ppp enable D.) ppp cisco E.) enable ppp
B
34 What would the command ’TERMINAL NO EDITING’ do? A.) Nothing. B.) Turn exec mode off. C.) Prevent terminal configuration. D.) Turn off enhanced editing. E.) Prevents update to RAM.
D
35 How do you view the routers current processor utilization? A.) show cpu B.) show startup-config C.) show version D.) show utilization E.) show running-config F.) show processes cpu
F Router#sh processes cpu CPU utilization for five seconds: 2%/2%; one minute: 1%; five minutes: 0%
36 Which Standard IP Access list commands will deny only the source address 1.1.1.1? A.) access-list 9 permit 1.1.1.1 255.255.255.0 B.) access-list 9 permit any C.) access-list 9 deny 1.1.1.1 0.0.0.0 D.) access-list 9 permit 1.1.1.1 0.255.255.255 E.) access-list 9 deny 1.1.1.1 255.255.255.255
C A 0.0.0.0 wildcard mask means check every bit and make sure that it matches. For our example, the IP host address 1.1.1.1 is a specific address to check on the network. An alternative would be to use the IP network address and a special access-list wildcard mask to check an entire subnetwork.
37 What should be the first command to create an extended access-list that denies host 1.1.1.1 from telnetting anywhere? A.) access-list 10 deny tcp host 1.1.1.1 any eq 20 B.) access-list 10 deny tcp host 1.1.1.1 any eq 22 C.) access-list 10 deny tcp host 1.1.1.1 any eq 23 D.) None of the above are correct. E.) access-list 10 deny tcp host 1.1.1.1 any eq 24 F.) access-list 10 deny tcp host 1.1.1.1 any eq 21
D This was a trick question. Extended access-lists for TCP/IP must be in the range 100-199. Watch those access-list numbers!
38 There are 2 types of PPP authentication supported by the Cisco IOS. What are they? (2 Answers) A.) STACKER B.) CHAP C.) Kermit D.) PREDICTOR E.) PAP F.) MD5
B E
39 What type of switching creates variable latency through the switch? A.) Multiplexed B.) Cut-Through C.) Layer 4 D.) Store and Forward E.) Inverted
D DEFINITION: Latency = Delay.Because a store and forward switch reads the whole frame before forwarding, a larger frame takes longer than a shorter frame.
40. Given the global configuration commands: ’banner motd #’ ’Hello #’ When would the message be displayed? A.) Message of the day banners are not possible. B.) The message of the day banner shows up before login. C.) These commands are not the right syntax for MOTD. D.) Message of the day banners are displayed upon entering global config mode. E.) The message of the day banner shows up during logoff. F.) The message of the day would be, ’Hello #’
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] 下一页 |