Interview Helper
Translate Page To German Tranlate Page To Spanish Translate Page To French Translate Page To Italian Translate Page To Japanese Translate Page To Korean Translate Page To Portuguese Translate Page To Chinese
[Valid RSS feed]
 
Number Times Read : 342    
 
  Go To Article :    
Categories

Air India (2)
Campus Interviews (505)
Career Helper (6)
Certification Dumps (10)
Code Samples (118)
Competitive Exams (163)
Interview Questions (4686)
Test Dev (0)
Test Director (25)
test... (0)
test_php (0)
Walkin Interviews (20)
 
Stats
Total Articles: 5572
Total Authors: 781
Total Downloads: 1183363


Newest Member
sukhvir chahal
 
   

Question Popularity: 99 or more times read
Submitted 2008-08-30 03:49:09 [Valid RSS feed]


CCNA Certification Questions 3

Destination IP Address (32 bits)


IP Options (network testing, debugging, security and others - 4 bits) Data (4 bits).


61 Which fields of an IP packet provide for fragmentation of datagrams to allow differing MTUs in the internet?


A. Identification


B. Flags


C. Frag Offset


D. Type of Service


E. Total Length


Ans A, B & C


The following are the fields in an IP segment, their length, and their definitions:


VERS (Version number - 16 bits)


HLEN (Number of 32-bit words in the header - 4 bits)


Type of Server (How the datagram should be handled - 32 bits)


Total Length (Total length of header and data - 32 bits)


Identification (Provide fragmentation of datagrams to allow different MTUs in the internet - 4 bits)


Flags (Provide fragmentation of datagrams to allow different MTUs in the internet - 4 bits)


Frag Offset (Provide fragmentation of datagrams to allow different MTUs in the internet - 6 bits)


TTL (Time-To-Live - 6 bits)


Protocol (Upperlayer protocol sending the datagram - 16 bits)


Header Checksum )Integrity check on the header - 16 bits)


Source IP Address (32 bits)


Destination IP Address (32 bits)


IP Options (network testing, debugging, security and others - 4 bits)


Data (4 bits).


62 Which processes does TCP, but not UDP, use?


A. Windowing


B. Acknowledgements


C. Source Port


D. Destination Port


Ans A & B


UDP (User Datagram Protocol) does not use sequence or acknowledgement fields in transmission.


UDP is a connectionless and unreliable protocol, since there is no delivery checking mechanism in the UDP data format.


63 What is the UDP datagram format?


A. Source Port - 16 bits, Destination Port - 16 bits, Length - 16 Bits, Checksum - 16 bits, Data


B. Destination Port - 16 bits, Source Port - 16 bits, Length - 16 Bits, Checksum - 16 bits, Data


C. Source Port - 16 bits, Destination Port - 16 bits, Checksum - 16 Bits, Length - 16 bits, Data


D. Source Port - 8 bits, Destination Port - 8 bits, Length -8 Bits, Checksum - 8 bits, Data


Ans A


The UDP format for a segment is as follows:


Source Port 16 bits


Destination Port 16 bits


Length 16 bits


Checksum 16 bits


Data xx bits


64 What is the function of DDR on Cisco routers?


A. DDR is dial--on-demand routing. It provides a continuous LAN only connection.


B. DDR is dial-on-demand routing. It provides routing for high volume traffic.


C. DDR is dial--on-demand routing. It provides a continuous WAN connection.


D. DDR is dial-on-demand routing. It provides routing for low volume and periodic traffic.


Answer: D


DDR is dial-on-demand routing. It provides routing for low volume and periodic traffic. It initiates a call to a remote site when there is traffic to transmit.


65 What are the two types of access lists that can be configured on a Cisco router?


A. Standard


B. Extended


C. Filtering


D. Packet


Ans: A & B


The access lists are standard and extended. Standard access lists for IP check the source address of packets that could be routed. Extended access lists can check the source and destination packet plus check for specific protocols, port numbers, etc.


66 When using access lists, what does a Cisco router check first?


A. To see if the packet is routable or bridgeable


B. The destination address


C. The source address


D. The packet contents


Ans A


The first thing checked is to see if the packet is routable or bridgeable. If it is not, the packet will be dropped.


67 How many access lists are allowed per interface?


A. One per port, per protocol


B. Two per port, per protocol


C. Unlimited


D. Router interface +1 per port.


Ans: A


Only one access list is allowed per interface. An access list must have conditions that test true for all packets that use the access list.


68 What do the following commands accomplish?


access-list 1 deny 172.16.4.0 0.0.0.255


access-list 1 permit any interface ethernet 0


IP access-group 1 out


A. This will block traffic from subnet 172.16.4.0 and allow all other traffic.


B. This will allow traffic from subnet 172.16.4.0 and block all other traffic.


C. All traffic is allowed.


D. All traffic is blocked.


Ans: A


This will block traffic from subnet 172.16.4.0 and allow all other traffic. The first statement "access-list 1 deny 172.16.4.0 0.0.0.255" will deny access to the subnet 172.16.4.0.


69 What do the following statements in an extended access list accomplish?


access-list 101 deny TCP 172.16.4.0 0.0.0.255 172.16.3.0 0.0.0.255 eq 21


access-list 101 deny TCP 172.16.4.0 0.0.0.255 172.16.3.0 0.0.0.255 eq 20


access-list 101 permit TCP 172.16.4.0 0.0.0.255 0.0.0.0 255.255.255.255


A. This will block ftp traffic.


B. This will block http traffic.


C. This will permit ftp traffic.


D. This will permit tftp traffic.


Ans: A


This will block ftp traffic since ftp uses ports 20 and 21.


70 Access lists are numbered. Which of the following ranges could be used for an IP access list?


A. 600 - 699


B. 100 - 199


C. 1 - 99


D. 800 - 899


E. 1000 - 1099


Answer: B & C


AppleTalk access lists use numbers in the 600 - 699 range. IP uses 1 - 99 for standard access lists or 100-199 for extended access lists. IPX uses 800 - 899 or 900 - 999 for extended access lists. IPX SAP filters use 1000 - 1099.


71 Cisco routers use wildcard masking to identify how to check or ignore corresponding IP address bits. What does setting a wildcard mask bit to 0 cause the router to do?


A. It tells the router to check the corresponding bit value.


B. It tells the router to ignore the corresponding bit value.


C. It tells the router to check its alternate routing list.


D. It tells the router to use its primary routing list.


Ans A


It tells the router to check the corresponding bit value.


72 You are a system administrator and you want to deny access to a group of computers with addresses 172.30.16.0 to 172.30.31.0. Which wildcard mask would you use?


A. 0.0.15.255


B. 0.0.255.255


C. 0.0.31.255


D. 0.0.127.255


E. 0.0.255.255


Ans: A


0.0.15.255 will check the last 13 bits of an address so that computers 172.30.16.0 to 172.30.31.0 will be denied access. 0.0.31.255 would check the last 6 binary digits and deny access to addresses 172.30.32.0 to 172.30.63.0. 0.0.127.255 would check the last 7 binary digits and deny access to addresses 172.30.64.0 to 172.30.127.0. 0.0.255.255 would deny 172.30.0.0 to 172.30.254.0. If you write decimal 15 in binary, you have 0001111, the 1's tell the router to ignore address with these bits set; 0's tell the router to check the bits. The third octet for 172.30.16.0 is 00010000. The third octet for 172.30.31.0 would be 00011111. So, traffic from these addresses would be denied.


73 In order to limit the quantity of numbers that a system administrator has to enter, Cisco can use which abbreviation to indicate 0.0.0.0?


A. host


B. any


C. all


D. include


Ans: A


Cisco uses host to specify 0.0.0.0. This tells the router to check all. Cisco uses any to specify 255.255.255.255. This tells the router to ignore all and permit any address to use an access list test.


74 What do the following commands accomplish?


access-list 1 permit 172.16.0.0 0.0.255.255


interface ethernet 0


IP access-group 1 out


interface ethernet 1


IP access-group 1 out


A. Only traffic from the source network 172.16.0.0 will be blocked.


B. Only traffic from the source network 172.16.0.0 will be forwarded. Non-172.16.0.0 network traffic is blocked.


C. Non-172.16.0.0 traffic will be forwarded.


D. All traffic will be forwarded.


Ans: B


Only traffic from the source network 172.16.0.0 will be forwarded. Non-172.16.0.0 network traffic is blocked. The wildcard mask 0.0.255.255 tells the router to check the first 2 octets and to ignore the last 2 octets.


75 When using access lists, it is important where those access lists are placed. Which statement best describes access list placement?


A. Put standard access lists as near the destination as possible. Put extended access lists as close to the source as possible.


B. Put extended access lists as near the destination as possible. Put standard access lists as close to the source as possible.


C. It isn't import where access lists are placed since the router will read and cache the whole list.


D. Put access lists as close to corporate headquarters as possible.


Ans A


Put standard access lists as near the destination as possible. Put extended access lists as close to the source as possible. Standard access lists don't specify the destination address.


76 As the system administrator, you enter the following commands at the command prompt:


ipx routing


access-list 800 permit 2b 4d


int e0


ipx network 4d


ipx access-group 800 out


int e1


ipx network 2b


int e2


ipx network 3c


77.What did these command accomplish?


A. Traffic from network 4c destined for network 4d will be forwarded out Ethernet0.


B. Traffic from network 3c destined for network 4d will be forwarded out Ethernet0.


C. Traffic from network 2b destined for network 4d will be forwarded out Ethernet0.


D. Traffic from network 4d destined for network 2d will be forwarded out Ethernet0.


Ans C


Traffic from network 2b destined for network 4d will be forwarded out Ethernet0. The other interfaces E1 and E2 are not subject to the access list since they lack the access group statement to link them to access list 800.


78 The following commands were entered at the command prompt of a Cisco router. What do they accomplish?


access-list 1000 deny 9e.1234.5678.1212 4


access-list 1000 permit -1


interface ethernet 0


ipx network 9e


interface ethernet 1


ipx network 4a


interface serial 0


ipx network 1


ipx output-sap-filter 1000


A. File server advertisements from server 9e.1234.5678.1212 will not be forwarded on interface S0.


B. All other SAP services, other than file server, from any source will be forwarded on S0.


C. All other SAP services, other than print server, from any source will be forwarded on S0.


D. Print server advertisements from server 9e.1234.5678.1212 will not be forwarded on interface S0.


Ans A & B


File server advertisements from server 9e.1234.5678.1212 will not be forwarded on interface S0. All other SAP services, other than file server, from any source will be forwarded on S0.


79 You receive "input filter list is 800 and output filter list is 801" as part of the output from a show interfaces command. What kind of traffic are you filtering?


A. IPX/SPX


B. TCP/IP


C. LocalTalk


D. DDR


Ans: A


Because the access list is numbered in the 800 range, you are filtering IPX/SPX traffic.


80 Which service uses telephone control messages and signals between the transfer points along the way to the called destination?


A. Signaling System 7 (SS7)


B. Time-division Multiplexing (TDM)


C. X.25


D. Frame relay


Ans: A


Signaling System 7 (SS7) uses telephone control messages and signals between the transfer points along the way to the called destination. Time-division Multiplexing (TDM) has information from multiple sources and allocates bandwidth on a single media. Circuit switching uses signaling to determine the call route, which is a dedicated path between the sender and the receiver. Basic telephone service and Integrated Services Digital Network (ISDN) use TDM circuits. X.25 and Frame Relay services have information contained in packets or frames to share non-dedicated bandwidth. X.25 avoids delays for call setup. Frame Relay uses permanent virtual circuits (PVCs).


81 Which service takes information from multiple sources and allocates bandwidth on a single media?


A. Time-division Multiplexing (TDM)


B. Signaling System 7 (SS7)


C. X.25


D. Frame relay


Ans A


82 Which three devices can be used to convert the user data from the DTE into a form acceptable to the WAN service's facility?


A. Modem


B. CSU/DSU


C. TA/NT1


D. CO


E. SS7


Ans A, B & C


A modem, CSU/DSU (Channel Service Unit/Data Service Unit), or TA/NT1 (Terminal Adapter/Network Termination 1) can be used to convert the user data from the DTE into a form acceptable to the WAN service's facility.


83 What is the juncture at which the CPE ends and the local loop portion of the service begins?


A. Demarc


B. CO


C. Local loop


D. Last-mile


Ans A


The demarcation or demarc is the juncture at which the CPE ends and the local loop portion of the service begins. The CO (Central Office) is the nearest point of presence for the provider's WAN service. The local loop or "last-mile" is the cabling that extends from the demarc into the WAN service provider's central office.


84 You can access three forms of WAN services with Cisco routers. Select the three forms:


A. Switched or relayed services


B. Interface front end to IBM enterprise data center computers


C. Using protocols that connect peer-to-peer devices like HDLC or PPP encapsulation.


D. IPX/SPX


E. NetBEUI


Ans: A, B & C


You can access three forms of WAN services with Cisco routers. Switched or relayed services include X.25, Frame Relay, and ISDN. An interface front end to IBM enterprise data center computers includes SDLC. And, you can access the services of WAN providers using protocols that connect peer devices such as HDLC and PPP encapsulation. IPX/SPX and NetBEUI are LAN protocols.


85 Select the fields for the Cisco HDLC protocol:


A. Flag, Address, Control


B. Flag, Address, Control, Protocol, LCP (Code, Identifier, Length, Data), FCS, Flag


C. Flag, Address, Control, Data, FCS, Flag


D. Flag, Address, Control, Proprietary, Data, FCS, Flag


Ans D


The Cisco HDLC frame format is Flag, Address, Control Proprietary, Data, FCS, Flag. The PPP frame format is Flag, Address, Control, Protocol, LCP (Code, Identifier, Length, Data), FCS, Flag. The SDLC and LAPB format is Flag, Address, Control, Data, FCS, Flag.


85: Select the physical interfaces that PPP can be configured on a Cisco router:


A. Asynchronous serial


B. HSSI


C. ISDN


D. Synchronous serial


Ans A, B, C & D


All four of them can carry PPP traffic. HSSI is High Speed Serial Interface.


86 Select the correct statements about PPP and SLIP for WAN communications?


A. PPP uses its Network Control Programs (NCPs) component to encapsulate multiple protocols.


B. PPP can only transport TCP/IP


C. SLIP can only transport TCP/IP.


D. SLIP uses its Network Control Programs (NCPs) component to encapsulate multiple protocols.


Ans A & C


87a Which protocol for PPP LCP (Link Control Protocol) performs a challenge handshake?


A. CHAP


B. PAP


C. UDP


D. IPX


Ans: A


87b Which form of PPP error detection on Cisco routers monitors data dropped on a link?


A. Quality


B. Magic Number


C. Error Monitor


D. Droplink


Ans: A


The Quality protocol monitors data dropped on a link. Magic Number avoids frame looping.


88 Which protocol for PPP provides load balancing across multiple links?


A. Multilink Protocol (MP)


B. Quality


C. Magic Number


D. Stacker


E. Predictor


Ans A


89 As the system administrator, you type "ppp authentication chap pap secret". Which authentication method is used first in setting up a session?


A. secret


B. PAP


C. CHAP


D. PPP/SLIP


Ans C


90 Select the compression protocols for PPP?


A. Stac


B. Predictor


C. Quality


D. Magic Number


Ans: A & B


Related Stuff
Answers
No answer submitted yet!! Be the first one to answer this question.
New Members
select
Sign up
select
learn more
Affiliate Sign in
Affiliate Sign In
 
Nav Menu
Home
Login
Submit Articles
Submission Guidelines
Top Articles
Link Directory
About Us
Contact Us
Privacy Policy
RSS Feeds

Actions
Print This Article
Add To Favorites

 
Sponsors

 

All Rights Reserved Interview Helper

Proudly associated with Job Interview Helper | Interviewhelper Articles