Home Blog Page 5

Using EtherChannel for Cisco Networking

0

Don’t be afraid to use EtherChannel on your Cisco network. EtherChannel allows you to take up to eight network ports on your switch and treat them as a single larger link. This can be used to connect servers with multiple network cards that are bonded (or teamed) to a switch, or to connect multiple switches together. There are two main negotiation protocols, Port Aggregation Protocol (PAgP) which is a proprietary Cisco protocol and Link Aggregation Control Protocol (LACP) which is an open standards protocol.

To set EtherChannel to use with of the protocols you will configure it to support one of the following modes.

auto: Sets the interface to respond to PAgP negotiation packets, but the interface will start negotiations on its own.

desireable: Sets the interface to actively attempt to negotiate a PAgP connection.

on: Forces the connection to bring all links up without using a protocol to negotiate connections. This mode can only connect to another device that is also set to on. When using this mode, the switch does not negotiate the link using either PAgP or LACP.

active: Sets the interface to actively attempt to negotiate connections with other LACP devices.

passive: Sets the interface to respond to LACP data if it receives negotiation requests from other systems.

The following example will configure EtherChannel to use group ports 11 and 12 on the switch together using PAgP as the protocol. The same type of command would be used on the switch to which Switch1 is connected.

Switch1> enable
Switch1# configure terminal
Switch1(config)# interface range FastEthernet0/11 -12
Switch1(config-if-range)# switchport mode access
Switch1(config-if-range)# switchport access vlan 10
Switch1(config-if-range)# channel-group 5 mode desirable

Creating a VLAN for Cisco Networking

0

Creating a VLAN for Cisco Networking
When working with your Cisco network, you may want to separate users into different broadcast domains for security or traffic reduction. You can do this by implementing VLANs. The following example will create VLAN (VLAN2) and place the ports on a switch (from 1-12) into VLAN2.

Switch1>enable
Switch1#configure terminal
Switch1(config)#interface vlan 2
Switch1(config-if)#description Finance VLAN
Switch1(config-if)#exit
Switch1(config)#interface range FastEthernet 0/1 , FastEthernet 0/12
Switch1(config-if-range)#switchport mode access
Switch1(config-if-range)#switchport access vlan 2
If you are connecting two switches together, then you will want to allow all configured VLANs to pass between the two switches. This is accomplished by implementing a trunk port. To configure port 24 on your switch to be a trunk port, you will use the following code:

Switch1>enable
Switch1#configure terminal
Switch1(config)#interface FastEthernet 0/24
Switch1(config-if-range)#switchport mode trunk

How to Configure a Cisco Network

0

Like all networks, a Cisco network needs to be properly configured. To do so, you need to know the configuration modes to use when configuring your network. You also should know how to configure an interface, configure a switch management interface, and configure an interface to use DHCP for your Cisco network.

Configuration modes for Cisco networking
When moving around in the Cisco IOS, you will see many prompts. These prompts change as you move from one configuration mode to another. Here is a summary of the major configuration modes:

User EXEC mode: When you connect to a Cisco device the default configuration mode is user exec mode. With user exec mode you can view the settings on the device but not make any changes. You know you are in User EXEC mode because the IOS prompt displays a “>”.

Privileged EXEC mode: In order to make changes to the device you must navigate to Privileged EXEC mode where you may be required to input a password. Privileged EXEC mode displays with a “#” in the prompt.

Global Configuration mode: Global Configuration mode is where you go to make global changes to the router such as the hostname. To navigate to Global Configuration mode from Privileged EXEC mode you type “configure terminal” or “conf t” where you will be placed at the “(config)#” prompt.

Sub Prompts: There are a number of different sub prompts from Global Configuration mode you can navigate to such as the interface prompts to modify settings on a specific interface, or the line prompts to modify the different ports on the device.

Configure an interface for Cisco networking
When working with routers in particular, but also when dealing the management interface on switches, you will often need to configure network interfaces which will either match physical interface ports or virtual interfaces in the form of a virtual LAN (VLAN) interface (when dealing with switches).

For your router interfaces the following example will set speed, duplex and IP configuration information for the interface FastEthernet 0/0 (notice the interface reference as slot/port). In the case of the router, the interface is enabled using the no shutdown command in the final step; interfaces on switches are enabled by default.

Router1>enable
Router1#configure terminal
Router1(config)#interface FastEthernet0/0
Router1(config-if)#description Private LAN
Router1(config-if)#speed 100
Router1(config-if)#duplex full
Router1(config-if)#ip address 192.168.1.1 255.255.255.0
Router1(config-if)#no shutdown
Configure a switch management interface for Cisco networking
For your switches, to enable an IP address on your management interface, you will use something similar to this example. In this example, management is being performed over VLAN 1 – the default VLAN.

Switch1>enable
Switch1#configure terminal
Switch1#interface VLAN 1
Switch1(config-if)#ip address 192.168.1.241 255.255.255.0
Configure an interface to use DHCP for Cisco networking
If you want to configure either a router or switch to retrieve its IP configuration information from a network Dynamic Host Configuration Protocol (DHCP) server, then you can commands like the following example.

Router1>enable
Router1#configure terminal
Router1(config)#interface FastEthernet0/0
Router1(config-if)#ip dhcp

Routing Protocols:Some Multiple Choice Questions and Answers

0

 

Routing Protocols:Some Multiple Choice Questions and Answers

These Questions will help you guys who are taking Bachelor of Computer Science and IT during your exams. Cheers!!

951. Which can be true regarding VLANs?
A.) They are created by location
B.) They are created by function
C.) They are created by department
D.) They are created by group
Ans B C D

952. What is true when using DDR?
A.) HDLC is the preferred encapsulation
B.) You must use static routing
C.) You should use dynamic routing
D.) You should use ISDN
Ans B

953. If you are running Token Ring with Novell IPX routing, which encapsulation should
you use?
A.) SAP
B.) SNAP
C.) 802.5
D.) 802.2
Ans B

954 What are the 3 ways routers learn paths to destination networks?
A.) Dynamic
B.) Static
C.) Routing tables
D.) Default
Ans A B D

955. Bridges work at what layer of the OSI model?
A.) Data Link
B.) Network
C.) Physical
D.) Application
Ans A

956 What is the default switching method for the Cisco 5000 series?
A.) Cut-through
B.) Store-and-splice
C.) Latency
D.) Store-and-forward
Ans D

957. The benefits to segmenting with Bridges are which of the following? A.) Scalability
B.) Datagram filtering
C.) Manageability
D.) Reliability
Ans B C

958. What is the administrative distance for IGRP?
A.) 90
B.) 120
C.) 110
D.) 100
Ans D

959. On an ISDN BRI interface, the control channel is the ‘D’ channel. What is the rate of
this channel?
A.) 64 Kbps
B.) 1.544 Mbps
C.) 128 Kbps
D.) 2.048 Mbps
E.) 16 Kbps
Ans E

960 MIDI and MPEG are examples of what layer of the OSI seven layer model?
A.) Session
B.) Network
C.) Datalink
D.) Transport
E.) Application
F.) Presentation
Ans F

961 Which ISDN specification series deals with Concepts and Terminology?
A.) C- Series
B.) I- Series
C.) Q-Series
D.) 911-Series
E.) J-Series
F.) F-Series

AnsB
962. Which of the following is an example of the Physical Layer?
A.) SQL B.) IP
C.) LLC
D.) DDP
E.) Ethernet
Ans E

963 In regards to the ISDN BRI standard, which channel is used for control?
A.) B
B.) D
C.) E
D.) I
E.) Q
Ans B

964. Which protocol resolves an IP address to a MAC address?
A.) DHCP
B.) RARP
C.) ARP
D.) NBP
E.) DNS
Ans C

965. Which of the following is an example of the Network Layer?
A.) TCP
B.) IP
C.) SQL
D.) Token Ring
E.) LLC
Ans B

966 The Internet Control Message Protocol occurs at what layer of the seven layer model?
A.) Physical
B.) Transport
C.) Session
D.) Datalink
E.) Presentation
F.) Network
Ans F
967. Which of the following are examples of the Session Layer?
A.) IP
B.) Netbios Names
C.) NFS
D.) Token Ring
E.) SQL
F.) RPC

Ans B C E F 968 What is the regional Telco office called, where the customers local loop terminates?
A.) Demarc
B.) DTE
C.) DCE
D.) CO
E.) CPE
Ans A

969. What is the default LMI type for Cisco Routers that are using Frame-Relay?
A.) Annex D
B.) Q933A
C.) Cisco
D.) IETF
E.) ARPA
F.) Anex A
Ans C

970. Most routing protocols recognize that it is never useful to send information about a
route back out the direction from which the original packet came. This is an example of
which routing technology?
A.) Split Horizon
B.) LMI
C.) Triggered Updates
D.) Poison Reverse
E.) SYN, ACK
F.) DLCI
Ans A

971. Which layer of the 7 layer model is responsible for representing the application
information between 2 different OS’s? For example, converting ASCII to EBCIDIC.
A.) Transport
B.) Application
C.) Physical
D.) Session
E.) Presentation
F.) Network

Ans E
972. Which type of switching reads in the entire frame before forwarding it?
A.) Pause-and -forward
B.) Store-and-Forward
C.) Inverse ARP
D.) Fast Forward
E.) Cut-Through F.) Routing
Ans B

973. Which OSI Reference Layer is concerned with path determination?
A.) Datalink
B.) Physical
C.) Network
D.) Transport
E.) Session
Ans C

974. Which of the following are examples of the Datalink Layer?
A.) LLC
B.) SQL
C.) TCP
D.) Token Ring
E.) IP
Ans A D

975 What is the standard ISDN term for a non-native analog telephone?
A.) TE1
B.) TA
C.) LE
D.) TE2
E.) ET
Ans D

976. Which Distance Vector characteristic can help to speed up convergence?
A.) Triggered Updates.
B.) Split Horizon.
C.) Poison Reverse.
D.) Hold Down timers.
E.) Inverse ARP.
Ans A

977. Which type of switching is considered to be ‘wire speed?’
A.) Cut-Through
B.) Multiplexed
C.) Inverted
D.) Layer 4
E.) Store and Forward
F.) Layer 3

978. The Datalink layer works with which of the following:
A.) Packets
B.) Bits
C.) Globules D.) Frames
E.) Segments
Ans D

979. What is a characteristic of Store and Forward switches?
A.) They forward the frame before it is completely read.
B.) They work at wire speed.
C.) They are the same a Cut-Through switching.
D.) They read the entire frame and check CRC before forwarding.
E.) They decrease latency.
Ans D

980. Station A is transmitting data to station B, and expects an acknowledgment after
every 400 bytes. After transmitting data for a while, the two stations determine the line is
reliable and change to expecting and acknowledgement every 600 bytes. This is an
example of (pick the best answer only):
A.) BECN
B.) Sliding Windows
C.) Poison Reverse
D.) Countdown timers
E.) Split Horizon
F.) Count to infinity
Ans B

981. Which device listed below provides clocking for the line?
A.) DCE
B.) CPE
C.) CO
D.) DTE
E.) Demarc
Ans C

982 Which OSI Reference Layer controls application to application communication?
A.) Datalink
B.) Network
C.) Transport
D.) Session
E.) Physical
Ans D

983. The Datalink Layer is broken down into 2 layers, LLC and MAC. The LLC establishes
media independence and what else?
A.) Provides Windowing. B.) Provides flow control.
C.) Provides SAP’s (Service Access Points).
D.) The Datalink layer does not have sublayers.
E.) Provides SAP’s (Service Advertising Protocol).
F.) RIP Updates.
Ans B C

984 When a Distance Vector routing protocol detects that a connected network has gone
down, it sends out a special routing update packet, telling all directly connected routers
that the distance to the dead network is infinity. This is an example of which routing
technology?
A.) ICMP.
B.) Only Link State routing protocols have this intelligence.
C.) Triggered updates.
D.) Garrison-4.
E.) Split Horizon.
F.) Poison Reverse.
Ans F

985 Which of the following would not be displayed by the command ‘sho cdp neighbor
detail’?
A.) The incoming/outgoing interface.
B.) The hardware platform.
C.) One address per protocol.
D.) Amount of Flash Memory Available
E.) The routers hostname.
F.) The subnet mask, if IP is configured.
Ans D F

986. Which of the following are characteristics of UDP?
A.) UDP is connection oriented.
B.) UDP is used with TFTP.
C.) UDP is unreliable.
D.) UDP is connectionless.
E.) UDP is at the transport layer.
F.) UDP uses no acknowledgements.
Ans C D E F

987 What is a characteristic of Store and Forward switches?
A.) They work at wire speed.
B.) They are the same as Cut-Through switching in ‘prune’ mode.
C.) They forward based on transport layer info.
D.) They forward the frame before it is completely read.
E.) They increase latency.
Ans E

988. The Internet Protocol (IP) occurs at what layer of the seven layer model? A.) Physical
B.) Presentation
C.) Network
D.) Datalink
E.) Session
F.) Transport
Ans C

989. In regards to TCP/IP, which class of address allows for the fewest valid Internet
hosts?
A.) D
B.) E
C.) Classes are not used in TCP/IP.
D.) B
E.) C
F.) A
Ans E

990 For IPX, what is the DEFAULT Cisco Encapsulation on an Ethernet interface?
A.) novell-ether
B.) gns
C.) snap
D.) arpa
E.) sap
F.) dix
Ans A

991 Novell NetWare has an Ethernet frame type called Ethernet_II. What is the matching
Cisco command line keyword for this encapsulation method?
A.) dix
B.) sap
C.) arpa
D.) gns
E.) snap
F.) novell-ether
Ans C

992. There are 2 types of PPP authentication supported by the Cisco IOS. What are they?
A.) PAP
B.) PREDICTOR
C.) MD5
D.) CHAP
E.) STACKER
F.) MSCHAP Ans A D

993. Which of the following are examples of the Transport Layer?
A.) Token Ring
B.) UDP
C.) TCP
D.) IP
E.) SQL
F.) LLC
Ans B C

994. Which of the following describe SMTP?
A.) Used for downloading files to the router.
B.) Used for sending e-mail.
C.) Uses TCP.
D.) Uses UDP.
E.) Uses port 25.
F.) Used for managing IP devices.
Ans B E

995 What is the standard ISDN term for a native ISDN modem?
A.) ET
B.) LE
C.) TE2
D.) TE3
E.) TA
Ans E

996 Which of the following are Transport layer protocols?
A.) UDP
B.) TCP
C.) NBP
D.) IP
E.) SPX
Ans A B E

997. When determining whether or not to route a LAN segment, which rule of thumb do
you use?
A.) 60/40
B.) 50/50
C.) 80/20
D.) 90/10
E.) 70/30
Ans E

998 Which of the following are examples of the Session Layer? A.) TCP
B.) RPC
C.) SQL
D.) NFS
E.) Token Ring
Ans B C D

999. Which layer of the 7 layer model provides services to the Application layer over the
Session layer connection?
A.) Transport
B.) Application
C.) Session
D.) Network
E.) Datalink
F.) Presentation

Ans F
1000 What type of switching creates variable latency through the switch?
A.) Cut-Through
B.) Inverted
C.) Layer 4
D.) Multiplexed
E.) Store and Forward
Ans E

OSI Model Explained Summary:Definitions and Functions

0

OSI Model Explained Summary:Definitions and Functions 

The Open Systems Interconnect (OSI) model has seven layers. This article describes and explains them, beginning with the ‘lowest’ in the hierarchy (the physical) and proceeding to the ‘highest’ (the application). The layers are stacked this way:

Application
Presentation
Session
Transport
Network
Data Link
Physical
PHYSICAL LAYER

The physical layer, the lowest layer of the OSI model, is concerned with the transmission and reception of the unstructured raw bit stream over a physical medium. It describes the electrical/optical, mechanical, and functional interfaces to the physical medium, and carries the signals for all of the higher layers. It provides:
Data encoding: modifies the simple digital signal pattern (1s and 0s) used by the PC to better accommodate the characteristics of the physical medium, and to aid in bit and frame synchronization. It determines:

What signal state represents a binary 1
How the receiving station knows when a “bit-time” starts
How the receiving station delimits a frame
Physical medium attachment, accommodating various possibilities in the medium:

Will an external transceiver (MAU) be used to connect to the medium?
How many pins do the connectors have and what is each pin used for?
Transmission technique: determines whether the encoded bits will be transmitted by baseband (digital) or broadband (analog) signaling.
Physical medium transmission: transmits bits as electrical or optical signals appropriate for the physical medium, and determines:

What physical medium options can be used
How many volts/db should be used to represent a given signal state, using a given physical medium
DATA LINK LAYER

The data link layer provides error-free transfer of data frames from one node to another over the physical layer, allowing layers above it to assume virtually error-free transmission over the link. To do this, the data link layer provides:

Link establishment and termination: establishes and terminates the logical link between two nodes.
Frame traffic control: tells the transmitting node to “back-off” when no frame buffers are available.
Frame sequencing: transmits/receives frames sequentially.
Frame acknowledgment: provides/expects frame acknowledgments. Detects and recovers from errors that occur in the physical layer by retransmitting non-acknowledged frames and handling duplicate frame receipt.
Frame delimiting: creates and recognizes frame boundaries.
Frame error checking: checks received frames for integrity.
Media access management: determines when the node “has the right” to use the physical medium.
NETWORK LAYER

The network layer controls the operation of the subnet, deciding which physical path the data should take based on network conditions, priority of service, and other factors. It provides:

Routing: routes frames among networks.
Subnet traffic control: routers (network layer intermediate systems) can instruct a sending station to “throttle back” its frame transmission when the router’s buffer fills up.
Frame fragmentation: if it determines that a downstream router’s maximum transmission unit (MTU) size is less than the frame size, a router can fragment a frame for transmission and re-assembly at the destination station.
Logical-physical address mapping: translates logical addresses, or names, into physical addresses.
Subnet usage accounting: has accounting functions to keep track of frames forwarded by subnet intermediate systems, to produce billing information.
Communications Subnet

The network layer software must build headers so that the network layer software residing in the subnet intermediate systems can recognize them and use them to route data to the destination address.

This layer relieves the upper layers of the need to know anything about the data transmission and intermediate switching technologies used to connect systems. It establishes, maintains and terminates connections across the intervening communications facility (one or several intermediate systems in the communication subnet).

In the network layer and the layers below, peer protocols exist between a node and its immediate neighbor, but the neighbor may be a node through which data is routed, not the destination station. The source and destination stations may be separated by many intermediate systems.
TRANSPORT LAYER

The transport layer ensures that messages are delivered error-free, in sequence, and with no losses or duplications. It relieves the higher layer protocols from any concern with the transfer of data between them and their peers.

The size and complexity of a transport protocol depends on the type of service it can get from the network layer. For a reliable network layer with virtual circuit capability, a minimal transport layer is required. If the network layer is unreliable and/or only supports datagrams, the transport protocol should include extensive error detection and recovery.

The transport layer provides:
Message segmentation: accepts a message from the (session) layer above it, splits the message into smaller units (if not already small enough), and passes the smaller units down to the network layer. The transport layer at the destination station reassembles the message.
Message acknowledgment: provides reliable end-to-end message delivery with acknowledgments.
Message traffic control: tells the transmitting station to “back-off” when no message buffers are available.
Session multiplexing: multiplexes several message streams, or sessions onto one logical link and keeps track of which messages belong to which sessions (see session layer).
Typically, the transport layer can accept relatively large messages, but there are strict message size limits imposed by the network (or lower) layer. Consequently, the transport layer must break up the messages into smaller units, or frames, prepending a header to each frame.

The transport layer header information must then include control information, such as message start and message end flags, to enable the transport layer on the other end to recognize message boundaries. In addition, if the lower layers do not maintain sequence, the transport header must contain sequence information to enable the transport layer on the receiving end to get the pieces back together in the right order before handing the received message up to the layer above.
End-to-end layers

Unlike the lower “subnet” layers whose protocol is between immediately adjacent nodes, the transport layer and the layers above are true “source to destination” or end-to-end layers, and are not concerned with the details of the underlying communications facility. Transport layer software (and software above it) on the source station carries on a conversation with similar software on the destination station by using message headers and control messages.
SESSION LAYER

The session layer allows session establishment between processes running on different stations. It provides:

Session establishment, maintenance and termination: allows two application processes on different machines to establish, use and terminate a connection, called a session.
Session support: performs the functions that allow these processes to communicate over the network, performing security, name recognition, logging, and so on.
PRESENTATION LAYER

The presentation layer formats the data to be presented to the application layer. It can be viewed as the translator for the network. This layer may translate data from a format used by the application layer into a common format at the sending station, then translate the common format to a format known to the application layer at the receiving station.

The presentation layer provides:

Character code translation: for example, ASCII to EBCDIC.
Data conversion: bit order, CR-CR/LF, integer-floating point, and so on.
Data compression: reduces the number of bits that need to be transmitted on the network.
Data encryption: encrypt data for security purposes. For example, password encryption.
APPLICATION LAYER

The application layer serves as the window for users and application processes to access network services. This layer contains a variety of commonly needed functions:

Resource sharing and device redirection
Remote file access
Remote printer access
Inter-process communication
Network management
Directory services
Electronic messaging (such as mail)
Network virtual terminals

Source-Microsoft.com

OSI Model Layers and IP Routing: Multiple Choice Questions and Answers

0

301 Repeaters work at which layer of the OSI model?
A.) Network
B.) Session

C.) Transport
D.) Physical
Ans D
Repeaters work at the Physical layer of the OSI model by regenerating the signal to extend the
distance it can travel.

302 What protocols can you use while testing Trace?
A.) DECnet
B.) CLNS
C.) IP
D.) Old Vines
E.) Vines
F.) Chaos
Ans B C D E Type Trace ? At the router command prompt to see a list of available supported protocols for
tracing routes to IP addresses or Name addresses.

303 What utility can you use to see the path a packet takes through an internetwork?
A.) Route
B.) SNMP
C.) Trace
D.) Ping
Ans C
Trace – Uses Time-To-Live (TTL) values to generate messages from each router used along the
path. This is very powerful in its ability to locate failures in the path from the source to the
destination.

304 What is true about frame-relay DLCI?
A.) DLCI represents a single physical circuit
B.) DLCI is optional in all frame-relay networks
C.) DLCI identifies a logical connection between DTE devices
D.) DLCI is used to tag the beginning of a frame with VLAN information
Ans C
Data Link Connection Identifier (DLCI). A frame-relay service provider typically assigns DLCI
values that are used by frame-relay to distinguish between different virtual circuits on the network.
For the IP devices at each end of a virtual circuit to communicate, their IP addresses are mapped
to Dlci. Every DLCI value can have a global or local meaning.

305 Which frame has a Type field to identify the upper-layer protocol?
A.) 802.3
B.) 802.2
C.) 802.5
D.) Ethernet_II
Ans D
Ethernet_II has a Type field to identify the upper-layer protocol. This is best seen by capturing
packets with a sniffer and examining the packet.

306 Which protocol will let neighbor routers know if your internetwork experienced
congestion on a serial port?
A.) BootP
B.) IP
C.) ICMP
D.) ARP
E.) FTP
F.) RARP
Ans C
Internet Control Message Protocol – ICMP is a management protocol and messaging service
provider for IP. Its messages are carried as IP datagrams.
ICMP is used in the following events: Destination Unreachable – If a router cannot send an IP packet any further, it uses an ICMP echo
to send a message back to the sender notifying it that the remote node is unreachable.
Buffer Full – If a routers memory buffer is full ICMP will send out a message to the originator.
Hops – Each IP datagram is assigned a path. This consists of hops. If it goes through the
maximum number of hops, the packet is discarded and the discarding router sends an ICMP
echo to the host.
Ping – Ping use ICMP echo message to check connectivity.

307 What do you use the Aux port for?
A.) Console
B.) Terminal editing
C.) Modem
D.) Backup logging
Ans C
The auxiliary port is used to connect a modem to for dial backups.
308 The CSMA/CD Ethernet IEEE committee is defines as which of the following?
A.) 802.2
B.) 802.3
C.) 802.4
D.) 802.5
Ans B
The IEEE standard for Carrier Sense Multiple Access / Collision Detection is 802.3. Also know as
Ethernet.

309 How many Frame-relay encapsulation types are available with Cisco routers?
A.) Four
B.) Two
C.) Five
D.) Three
Ans B
The two types of Frame relay encapsulation are Cisco and IETF.
310 What is the maximum hop count for Link-State protocols?
A.) 15
B.) there is no hop count limit
C.) 256
D.) 16
Ans B
Link-state-based routing algorithms – also known as shortest path first (SPF) algorithms, maintain
a complex database of topology information. Whereas the distance vector algorithm has nonspecific
information about distant networks and no knowledge of distant routers, a link-state
routing algorithm maintains full knowledge of distant routers and how they interconnect.
CCNA Interview Questions Page 31 <<Previous Next>>

311 What information can you get from CDP info: (choose all that apply)
A.) Hardware platform
B.) One address per protocol
C.) Software platform
D.) Hostname
E.) The same info as show version
F.) Incoming/outgoing port
Ans A B D E F
All of the above except the software platform can be seen with the CDP information.

312 How does the cut-through switching technique work?
A.) By using broadcast address as source addresses
B.) The switch waits only for the header to be received before it checks the destination address
and starts forwarding the packets
C.) The LAN switch copies the entire frame into its onboard buffers and then looks up the
destination address in its forwarding, or switching, table and determines the outgoing interface
D.) By using a Class I repeater in a collision domain
Ans B
Cut-Through switching copies only the destination address which is the first 6 bytes after the
frame preamble into its buffer. The LAN switch then looks up the destination address in its
switching table and determines the outgoing interface. The frame is then sent to the interface. A
cut-through switch provides reduced latency because it begins to forward the frame as soon as it
read the destination address and determines the outgoing interface.

313 What is the protocol number for TCP?
A.) 80
B.) 21
C.) 11
D.) 6
Ans D
Transmission Control Protocol – TCP is a connection oriented transport layer protocol with built in
reliability. It takes a large block of data and breaks it down into segments. It numbers and
sequences each segment so the destination’s TCP protocol can re-assemble it back into the
original order. TCP uses acknowledgements via sliding windows. It has a large overhead due to
built in error checking. The protocol use protocol # 6.

314 Which of the following are Presentation Layer standards?
A.) JPEG and PICT
B.) MPEG and MIDI
C.) ASCII and EBCDIC
D.) NFS and SQL
Ans A B C
For example, the Presentation layer would be responsible for converting from EDCDIC to ASCII.
Data compression, decompression, encryption, and decryption are presentation layer.
Presentation layer standards include MPEG, MIDI, PICT, TIFF, JPEG, ASCII, and EBCDIC.

315 What is the administrative distance for RIP?
A.) 100
B.) 90
C.) 120
D.) 110
The correct answer(s): C
Routing Information Protocol (RIP) is a distance vector routing protocol that uses hop count as its
metric. The maximum hop count is 15, 16 hops is considered unreachable. RIP updates are
broadcast every 30 seconds by default. RIP has an administrative distance of 120.

316 IP standard access lists use which of the following as a basis for permitting or denying
packets?
A.) destination address
B.) port
C.) protocol
D.) source address
Ans D
For Standard access lists, only the source address is used as a basis for permitting or denying
packets.

317 If a frame is received at a switch and only the destination hardware address is read
before the frame is forwarded, what type of switching method is this?
A.) Store-and-drop
B.) Latency
C.) Store-and-forward
D.) Cut-through
Ans D
Cut-Through switching copies only the destination address which is the first 6 bytes after the
frame preamble into its buffer. The LAN switch then looks up the destination address in its
switching table and determines the outgoing interface. The frame is then sent to the interface. A
cut-through switch provides reduced latency because it begins to forward the frame as soon as it
read the destination address and determines the outgoing interface.

318 What is the purpose and default value of the CDP timer command?
A.) 90 seconds; interval before an entry expires
B.) 60 seconds; interval between updates
C.) 60 seconds; interval before an entry expires
D.) 90 seconds; interval between updates
Ans B
The CDP timer controls when the update of CDP information should be sent to the neighbor
router.

319 Choose the following that are benefits to segmenting with router:
A.) Flow Control
B.) Manageability
C.) Multiple Active Paths
D.) Explicit packet lifetime control
Ans A B C D
All of the above are benefits of segmenting with a router.

320 When discussing static routes, what is the gateway parameter used for?
A.) Determining the dynamic route
B.) Defining the subnet
C.) Defining the Administrative Distance
D.) Determining the next hop
Ans D
The gateway parameter determines the path to the next router.
CCNA Interview Questions Page 32
<<Previous Next>>

321 Which layer hides details of network dependent information from the higher layers by
providing transparent data transfer?
A.) Transport
B.) Physical
C.) Data Link
D.) Session
E.) Application
F.) Network
Ans A
The Transport layer does the following: Responsible for end-to-end integrity of data transmission.
Handles multiplexing upper-layer application, session establishment and tear down of virtual
circuits. Hides details of network dependent info from the higher layers by providing transparent
data transfer. The ‘windows’ works at this level to control how much information is transferred
before an acknowledgement is required.

322 What information is provided by the local management interface (LMI)?
A.) LMI encapsulation type
B.) The current DLCI values
C.) The status of virtual circuits
D.) The global or local significance of the DLCI values
Ans B C D
LMI is a standard related to Frame Relay. It provides information related to PVCs.

323 Which layer defines the physical topology?
A.) Application
B.) Transport
C.) Network
D.) Data Link
E.) Physical
F.) Session
Ans E
The Physical layer deals with the actual physical medium and the method of transporting 1s and
0s.

324 What key do you use to view the last command?
A.) Left Arrow
B.) Space Bar
C.) Up Arrow
D.) Right Arrow
Ans C
CTRL+P as well as the Up Arrow keyboard commands will show the last command.

325 Which of the follow do not belong to the customer?
A.) CO
B.) DCE
C.) Router
D.) CPE
E.) Demarc
F.) DTE
Ans A E
Central Office (CO) – A switching facility that provides the nearest point of presence for a
provider’s WAN service.
Demarcation (Demarc) – The point at which the CPE ends and the local loop portion of the
service begins. Usually the telecommunications closet at the subscriber’s location.
CPE, DTE, DCE, and the router are all typically owned by the customer. DTE devices are usually
routers, DCE devices are CSUs/DSUs, or WAN interfaces that have a built in CSU/DSU in the
router. CPE stands for Customer Premise Equipment.

326 What is the IEEE specification for Spanning Tree Protocol?
A.) 802.9
B.) 803.ud
C.) 803
D.) 802.1d
Ans D
IEEE 8021.d Spanning Tree Protocol (STP) was developed to prevent routing loops in a network.
If a router, switch, or hub has more then one path to the same destination, a routing problem
could occur. To prevent this, the Spanning Tree Protocol is executed between the devices to
detect and logically block redundant paths from the network. The main function of the Spanning
Tree Protocol is to allow redundant network paths without suffering the effects of loops in the
network.
The Spanning Tree Algorithm (STA) implemented by STP prevents loops by calculating a stable
Spanning Tree network topology. When creating fault tolerant internetworks, a loop-free path
must exist between all Ethernet nodes in the network. Spanning Tree frames called Bridge
Protocol Data Units (BPDUs) are sent and received by all switches in the network at regular
intervals.

327 CO is an acronym for which of the following?
A.) Central Office
B.) Capital Office C.) Central Operator
D.) Company Office
Ans A
Central Office (CO) – A switching facility that provides the nearest point of presence for a
provider’s WAN service.

328 What is convergence time?
A.) The update time
B.) The time it takes to reload a router
C.) The time it takes for a packet to reach its destination
D.) The time is takes for all routers update their tables after a change takes place
Ans D
Convergence is slower for Distant Vector routing and is faster for Link State routing.

329 Which of the following are Session Layer standards?
A.) ASCII and EBCDIC
B.) MPEG and MIDI
C.) NFS and SQL
D.) JPEG and PICT
Ans C
Session layer protocols include NFS, SQL, RPC, Appletalk Session Protocol (ASP), XWindows,
and NetBEUI.

330 What is the IP extended access list range?
A.) 1000-1099
B.) 100-199
C.) 1-99
D.) 101-200
Ans B
100-199 is the range for Extended IP access lists.

331 Define Poison Reverse?
A.) To prevent regular update messages from reinstating a route that has gone down
B.) Packets sent out that are not destined for a network go to the default network
C.) Information received on an interface cannot be sent back out the same interface
D.) When a network goes down, the router enters in its table the number 16 to signify destination
unreachable
Ans D
By entering a 16 as the hop count, the other routers know that the destination is unreachable.

332 What is the default interval for SAP updates?
A.) 60 seconds B.) 15 seconds
C.) 30 seconds
D.) 120 seconds
Ans A
By default, the SAP (Service Access Protocol) sends out updates every 60 seconds. This value
can be changed to alter the update interval. To decrease WAN traffic, the update interval could
be increased to every 5 minutes.

333What does a router do with a packet that it does not have a destination network for?
A.) Sends it to the Serial port
B.) Drops the packet
C.) Sends it back out the same interface it received it in
D.) Forwards the packet to the next hop
Ans B
When a router does not have a destination for a packet, it drops the packet into the bit bucket.
334 What type of frame does CDP use to gather information about it’s neighbors?
A.) TCP/IP
B.) Novell-ether
C.) Subnetwork Access Protocol (SNAP)
D.) Ethernet_II

Ans C
Cisco Discovery Protocol is a proprietary protocol to allow you to access configuration information
on other routers and switches with a single command. It uses SNAP at the Data-Link Layer. By
default CDP sends out a broadcast every 60 seconds and it holds this information for 180
seconds. CDP is enabled by default.

335 Which protocol is used for booting diskless workstations?
A.) IP
B.) ARP
C.) RARP
D.) TCP
E.) SNMP
Ans C
Reverse Address Resolution Protocol – RARP is ARP’s counterpart, but it resolves IP addresses
to MAC addresses typically on diskless workstations.

336 Which layer is responsible for synchronizing sending and receiving applications?
A.) Presentation
B.) Session
C.) Transport
D.) Application
E.) Network
Ans D
The Application layer performs the following: Synchronizing sending and receiving applications.
Program-to program communication. Identify and establish the availability of the intended
communication partner, and determine if sufficient resources exist for the communication. Popular application protocols include WWW, SMTP, EDI, FTP, Telnet, and SNMP

337 Which protocol gets a hardware address from a known IP address?
A.) RARP
B.) TCP
C.) IP
D.) BootP
E.) ARP
F.) ICMP
Ans E
Address Resolution Protocol – ARP is responsible for resolving MAC addresses to IP address. It
stores these in its arp cache for later use. It does this to inform a lower layer of the destination’s
MAC address.

338 Which layer defines bit synchronization?
A.) Application
B.) Network
C.) Transport
D.) Physical
E.) Session
F.) Session
Ans D
The Physical layers deals with synchronizing the 1s and 0s on the wire.

339 Which is true regarding half duplex Ethernet operation?
A.) Half Duplex ethernet technology provides a transmit circuit connection wired directly to the
receiver circuit at the other end
B.) Half duplex transmission between stations is achieved by using point to multipoint Ethernet
and Fast Ethernet
C.) With Half Duplex transmission logically circuits feed into a single cable creating a situation
similar to a one way bridge
D.) Half Duplex transmission between stations is achieved using Point to Point Ethernet & Fast
Ethernet
Ans C
Half-Duplex – Capability for data transmission in only one direction at a time between sending
station and a receiving station.

340 When would you use ISDN?
A.) To connect LANs using POTS
B.) To support applications requiring voice, data, and video
C.) When you need a consistent and very high rate of data speed
D.) To connect to IBM mainframes
Ans B
IDSN supports high speed voice, data and video and is a good choice for many small businesses.
CCNA Interview Questions Page 34

350 Which protocol will send a message to routers if a network outage or congestion
occurs?
A.) ARP
B.) TCP
C.) IP
D.) ICMP
Ans D
Internet Control Message Protocol – ICMP is a management protocol and messaging service
provider for IP. Its messages are carried as IP datagrams.
ICMP is used in the following events:
Destination Unreachable – If a router cannot send an IP packet any further, it uses an ICMP echo
to send a message back to the sender notifying it that the remote node is unreachable.
Buffer Full – If a routers memory buffer is full ICMP will send out a message to the originator.
Hops – Each IP datagram is assigned a path. This consists of hops. If it goes through the
maximum number of hops, the packet is discarded and the discarding router sends an ICMP
echo to the host.
Ping – Ping use ICMP echo message to check connectivity.

PARTV: CISCO Exams Multiple Choices Questions and Answers-IP Routing in Networking

0

201 Identify the 3 methods routers learn paths to destinations?
A.) Dynamic routing
B.) None of the above,
configured by default
C.) Default routes
D.) Administrative distance
E.) Static routes
Ans A C E


Routers can learn paths via 3 different sources; static routes, dynamic routing protocols (i.e. RIP)
and default routes.

202 Identify the purpose of the following command ‘ip route 192.168.100.0 255.255.255.0
10.1.0.1′
A.) Enabling a dynamic routing protocol
B.) Creating a static route to the 10.1.0.0 network
C.) Teaches the router about the distant network 192.168.100.0 and how it can be reached via
10.1.0.1
D.) Assigning the IP address 192.168.100.0 to an interface
Ans C
A static routes teaches the router about a distant network and the next hop to reach that network.
Command syntax:
ip route network-address subnet-mask next-hop-address

203 Based upon the 1st octet rule identify the range for a Class A address?
A.) 1 – 126
B.) 192 – 223
C.) 128 – 191
D.) 1 – 191
Ans A
Class A address has the 1st octet between 1 – 126. Class B between 128 – 191 and Class C
between 192 – 223.

204 What does a Standard IP Access-list use as test criteria?
A.) IP source address
B.) IP source and destination address, protocol numbers and port numbers
C.) IPX source and destination address
D.) Source MAC address

Ans A
Standard IP access list use only source address.

205 What is the function of the Transport layer and which protocols reside there?
A.) MAC addressing – IP
B.) Interhost communication – SQL, NFS
C.) Best effort Packet delivery – TCP, UDP
D.) End-to-end connections – TCP, UDP
Ans D
Layer 4, the Transport layer, is responsible for end-to-end connections. The two TCP/IP protocols
that reside there are TCP and UDP.

206 Identify the 3 Internet layer IP protocols?
A.) NetBios
B.) IPX
C.) ARP
D.) IP
E.) RARP
Ans C D E
NetBios and IPX are not layer 3 IP protocols. IP – Internet Protocol, ARP – Address Resolution
Protocol and RARP – Reverse Address Resolution Protocol.
207 IPX routing updates occur how often?
A.) Every 30 seconds
B.) Every 60 seconds
C.) Only as needed
D.) When the remote router asks for an update
Ans B
IPX RIP updates are exchanged every 60 seconds.

208 Identify 3 methods not used to prevent routing loops?
A.) Holddown timers
B.) Sequence numbers
C.) Triggered updates
D.) Split horizon E.) Area hierarchies
F.) Order of router startup

Ans B E F
Area hierarchies, sequence numbers and order of router startup all relate to Link State routing
protocols which do NOT incur routing loops.

209 Identify the hardware component that stores the bootstrap program?
A.) ROM
B.) NVRAM
C.) Booter load
D.) RAM
E.) Flash
Ans A
ROM contains the boot strap code.

210 Which OSI layer provides mechanical, electrical, procedural for activating, maintaining
physical link?
A.) Presentation
B.) Network
C.) Application
D.) Physical
E.) Transport
F.) Data-Link
Ans D
Layer 1 the Physical layer performs this function.
Layer 6 the Presentation layers performs this function.
CCNA

211 Identify 2 characteristics of PPP?
A.) Uses LLC to establish the link
B.) Default serial encapsulation
C.) Support multiple layer 3 protocols
D.) Offers two types of authentication; PAP and CHAP
Ans C D
PPP is not the default encapsulation and uses LCP not LLC to establish the link. It support
multiple layer 3 protocols and supports authentication.

212 Identify 3 characteristics of a connection oriented protocol?
A.) Path determination
B.) Flow control
C.) Acknowledgements D.) Uses hop count as metric
E.) 3 step handshake
Ans B C E
Connection oriented protocols must first establish the connection (3 step handshake), employ
methods to acknowledge the receipt of data (acknowledgements) and slow down the flow of data
if required (flow control).

213 What is the maximum hop count for IP RIP?
A.) Infinity
B.) 16
C.) 15
D.) 1
Ans C

15 is the maximum hop count, underscoring the size limitation of RIP.

214 What is Cisco’s default encapsulation method on serial interfaces?
A.) ANSI
B.) Cisco
C.) Q933a
D.) HDLC
Ans D
Cisco’s implementation of HDLC is only compatible with Cisco routers. It is the default
encapsulation type for serial interfaces.

215 Which of the following is a characteristic of a switch, but not of a repeater?
A.) Switches forward packets based on the IPX or IP address in the frame
B.) Switches forward packets based on the IP address in the frame
C.) Switches forward packets based on the MAC address in the frame
D.) Switches forward packets based only on the IP address in the packet
Ans C
A repeater regenerates the signal it receives, a switch makes decisions based upon MAC
addresses to determine whether a frame should be forwarded. Repeaters forward all packets.

216 Ping uses which Internet layer protocol?
A.) RARP
B.) ICMP
C.) ARP
D.) FTP
Ans B
Internet Control Message Protocol – ICMP is a management protocol and messaging service
provider for IP. Its messages are carried as IP datagrams.
ICMP is used in the following events:
Destination Unreachable – If a router cannot send an IP packet any further, it uses an ICMP echo
to send a message back to the sender notifying it that the remote node is unreachable. Buffer Full – If a routers memory buffer is full ICMP will send out a message to the originator.
Hops – Each IP datagram is assigned a path. This consists of hops. If it goes through the
maximum number of hops, the packet is discarded and the discarding router sends an ICMP
echo to the host.
Ping – Ping use ICMP echo message to check connectivity.

217 Which is true regarding store-and-forward switching method?
A.) Latency varies depending on frame-length
B.) Latency is constant
C.) It is default for all Cisco switches
D.) It only reads the destination hardware address before forwarding the frame
Ans A
Store-and-Forward switching copies the entire frame into its buffer and computes the CRC. If a
CRC error is detected, the frame is discarded, or if the frame is a runt (less than 64 bytes
including the CRC) or a giant (more than 1518 bytes including the CRC). The LAN switch then
looks up the destination address in its switching table and determines the outgoing interface. The
frame is then forwarded to the outgoing interface. Cisco Catalyst 5000 switches uses the Storeand-Forward
method. The problem with Store-and-Forward switching is latency is increased.
Latency also varies with the size of the frame. The larger the frame, the more latency associated.
This of course is due to the fact that the entire frame is copied into its buffer before being
forwarded.

218 Which three of the following are true statements about connection-oriented sessions?
A.) The segments delivered are acknowledged back to the sender upon their reception
B.) Any segments not acknowledged the are retransmitted by the receiver
C.) A manageable data flow is maintained in order to avoid congestion, overloading and loss of
any data
D.) Segments are sequenced back into their proper order upon arrival at their destination
Ans A C D
Connection-oriented services are useful for transmitting data from applications that are intolerant
of delays and packet re-sequencing. FTP and Telnet applications are based on connectionoriented
services as well as some voice and video programs. Any segment that is not
acknowledged by the received is retransmitted by the sender.

219 What does a metric of 16 hops represent when using RIP?
A.) Number of hops to the destination
B.) Destination unreachable
C.) Number of routers
D.) Bandwidth
Ans B
Routing Information Protocol (RIP) is a distance vector routing protocol that used hop count as its
metric. The maximum hop count is 15, 16 hops is considered unreachable. RIP updates are
broadcast every 30 seconds by default. RIP has an administrative distance of 120.

220 You need to come up with a TCP/IP addressing scheme for your company. Which two
factors must you consider when you define the subnet mask for the network?
A.) The location of DHCP servers B.) The volume of traffic on each subnet
C.) The number of subnets on the network
D.) The location of the default gateway
E.) The number of host IDs on each subnet
Ans C E
When determining which subnet mask to use, you must determine how many hosts and how
many subnets are required.

221 What is the difference between TCP and UDP?
A.) TCP is connection-oriented; UDP uses acknowledgements only
B.) TCP is connection-oriented; UDP is connectionless
C.) Both TCP and UDP are connection-oriented, but only TCP uses windowing
D.) TCP and UDP both have sequencing, but UDP is connectionless
The correct answer(s): B
TCP provides guaranteed connection oriented delivery of packets, UDP does not.

222 What does the ‘S’ mean when looking at the routing table?
A.) Statically connected
B.) Directly connected
C.) Dynamically attached
D.) Shutdown route

Ans A
Statically connected routes are those that an administrator has manually entered into the routing
table.

223 Why would you use static routing instead of dynamic routing?
A.) When you want automatic updates of the routing tables
B.) All the time
C.) When you have very few routes and want to conserve bandwidth
D.) When you have a gateway of last resort

Ans C
Static routes are typically used when there are very few routes and you want to conserve
bandwidth. Since routing protocols are constantly sending their updates across the wire, it can
cause a great deal of congestion.

224 On Cisco catalyst 5000 how would you set the second port on the controller in the first
slot to full duplex?
A.) Set port duplex 1/1 full
B.) Set port duplex 1/2 full
C.) Set port duplex 0/1 full
D.) Set port duplex 0/2 full
Ans B
The syntax is: set type duplex slot/port <full/half>

225 What does the acronym ARP stand for? A.) Address Resolution Phase
B.) ARP Resolution Protocol
C.) Address Resolution Protocol
D.) Address Recall Protocol
Ans C
The Address Resolution Protocol (ARP) resolved IP addresses to MAC addresses.

226 What is the default encapsulation of Netware 3.12?
A.) Ethernet_II
B.) 802.5
C.) 802.2
D.) 802.3
Ans C
The 802.2 Frame Type is the default frame-type for Netware 3.12.

227 Regarding frame relay, which of the following statements are true?
A.) You must use ANSI encapsulation if connecting to non-Cisco equipment
B.) You must use IETF encapsulation if connecting to non-Cisco equipment
C.) You must use Q.933a encapsulation if connecting to non-Cisco equipment
D.) You must use Cisco encapsulation if connecting to non-Cisco equipment
Ans B
Cisco’s encapsulation for Frame relay is proprietary. To communicate with non-Cisco equipment
when using frame-relay encapsulation, the IETF method must be used.

228 What is required to support full-duplex Ethernet?
A.) Multiple paths between multiple stations on a link
B.) Automatic sensing operation by all connected stations
C.) Loopback and collision detection disabled
D.) Full-duplex NIC cards
Ans C D
Full duplex ethernet requires that the NIC supports full-duplex, and loopback and collision
detection are disabled.

229 Which layer is responsible for determining if sufficient resources for the intended
communication exists?
A.) Application
B.) Network
C.) Session
D.) Presentation
E.) Transport
Ans A

The Application layer is responsible for determining if sufficient resources for the intended
communication exists.

230 What are the 2 functions of the Data Link Mac layer?
A.) Handles access to shared media B.) Manages protocol access to the physical network medium
C.) Provides SAPs for higher level protocols
D.) Allows multiple devices to uniquely identify one another on the data link layer
Ans B D
Media Access Control (MAC) -The MAC sublayer manages protocol access to the physical
network medium. The IEEE MAC specification defines MAC addresses, which allow multiple
devices to uniquely identify one another at the data link layer.
CCNA

231 Describe End to End network services: (Choose all that apply)
A.) Best Route selection
B.) Accomplished Segment by Segment, each segment is autonomous
C.) Flow Control & Data Integrity
D.) Best efforts packet delivery
Ans A B C D
All of the above End to End network services.

232 Which of the following provide correct information about a protocol at the transport
layer of the OSI model?
A.) UDP – Provides Connectionless datagrams service
B.) TCP – Provides Connection Oriented Services
C.) SMTP – Provides Mail Exchange
D.) IP – Route determination
E.) TCP – Provides Flow Control and Error Checking
F.) FTP – Transfers of Files
Ans A B E
Only TCP and UDP work at the Transport layer of the above choices. IP is a Network layer
protocol. SMTP and FTP are application layer protocols.

233 Which protocol works at the Internet layer and is responsible for making routing
decisions?
A.) UDP
B.) IP
C.) TCP
D.) ARP
Ans B
Internet Protocol – IP provides routing and a single interface to the upper layers. No upper layer
protocol and now lower layer protocol have any functions relating to routing. IP receives
segments from the transport layer and fragments them into packets including the hosts IP
address.

234 Which layer is responsible for providing mechanisms for multiplexing upper-layer
application, session establishment, and tear down of virtual circuits?
A.) Session
B.) Network C.) Physical
D.) Transport
E.) Application
F.) Presentation
Ans D
The Transport layer does the following: Responsible for end-to-end integrity of data transmission.
Handles multiplexing upper-layer application, session establishment and tear down of virtual
circuits. Hides details of network dependent info from the higher layers by providing transparent
data transfer. The ‘windows’ works at this level to control how much information is transferred
before an acknowledgement is required.

235 Which of the following are logged when IP access list logging is enabled?
A.) source address
B.) protocol
C.) source port
D.) destination address
E.) access list number
F.) destination port
Ans A B C D E F
All of the above are logged when IP access list logging is enabled.

236 What’s the default CDP holdtime in seconds for Cisco routers?
A.) 30 seconds
B.) 180 seconds
C.) 90 seconds
D.) 60 seconds

Ans B
Cisco Discovery Protocol is a proprietary protocol to allow you to access configuration information
on other routers and switches with a single command. It uses SNAP at the Data-Link Layer. By
default CDP sends out a broadcast every 60 seconds and it holds this information for 180
seconds. CDP is enabled by default.

237 Which two of the following protocols are used at the Transport layer?
A.) ARP
B.) UDP
C.) ICMP
D.) RARP
E.) TCP
F.) BootP
Ans B E
TCP and UDP operate at the Transport layer.

238 LAN stands for which of the following?
A.) Local Area Network
B.) Local Arena Network
C.) Local Area News
D.) Logical Area Network
Ans A
LAN stands for Local Area Network

239 Choose three reasons why the networking industry uses a layered model:
A.) It facilitates systematic troubleshooting
B.) It allows changes in one layer to occur without changing other layers
C.) It allows changes to occur in all layers when changing one protocol
D.) It clarifies how to do it rather than what general function to be done
E.) It clarifies what general function is to be done rather than how to do it
Ans A B E

Why do we have a Layered Model?
1) It reduces complexity
2) Allows for a standardized interface
3) Facilitates modular engineering
4) Ensures interoperable technology
5) Accelerates evolution
6) Simplifies teaching and learning

240 Which layer is responsible for identifying and establishing the availability of the
intended communication partner?
A.) Application
B.) Presentation
C.) Transport
D.) Session
E.) Network
Ans A
The Application layer performs the following: Synchronizing sending and receiving applications.
Program-to program communication. Identify and establish the availability of the intended
communication partner, and determine if sufficient resources exist for the communication.
Popular application protocols include WWW, SMTP, EDI, FTP, Telnet, and SNMP

241 A ISDN PRI circuit can be described as which of the following?
A.) 24 B channels and 1-64Kbps D channel
B.) 23 B channels and 1-64Kbps D channel
C.) 2-D channels and 1-C channel
D.) 2-64Kbps B channels and 1-16Kbps D channel
Ans B
There are two types of ISDN Channels:
BRI (Basic Rate Interface) – is 2 64Kbps B channels for data and one 16Kbps D channel for link
management.
PRI (Primary Rate Interface) – is 23Kbps B channels and 1 64Kbps D channel.

242 What are 3 ways to provide login access to router?
A.) Console
B.) TFTP C.) Rlogin
D.) Auxiliary Port
E.) X Windows
F.) Telnet
Ans A D F
The three ways to provide login access to the router are via the Console port, auxiliary port, and
virtual terminal (Telnet)

243 Which of the following statements are true?
A.) Store and forward switching creates variable latency through the switch
B.) Cut through switching creates variables latency through the switch
C.) Cut through switching works at wire speed
D.) Store and forward switching works at wire speed
Ans A C
The larger the packet, the greater the latency when using a switch with Store and Forward
methods. This is due to the fact that Store and Forward switching copies the entire Frame into its
buffer before forwarding the frame. Cut Through switching only examines the destination address
before forwarding the packet and does not copy the frame into its buffer.

244 Which of the following can reply to a Novell Get Nearest Server (GNS) request?
A.) Local Novell server
B.) Remote Novell Printer
C.) Cisco router
D.) Novell client
Ans A C
Cisco routers can act like Novell servers to an extent. They can answer Get Nearest Server
request by clients. Of course, both Local and Remote Novell servers can reply to the GNS
request. As with Novell servers, Cisco routers can be configured to either reply, or not reply to
GNS request by clients. Since each Novell server and Cisco router builds a dynamic table of
resources, they can reply to a clients request for the available resources closest to them.

245 Identify the 3 kinds of routes IGRP advertises?
A.) Interior
B.) Dynamic
C.) System
D.) Exterior
Ans A C D
IGRP is a distance vector routing protocol designed by Cisco. The maximum hop count is 255,
and it uses a combination of variables to determine a composite metric. IGRP has an
administrative distance of 100. There are three types of routes IGRP advertises: 1) Interior, 2)
Exterior, and 3) System.

246 What is the routing metric used by RIP?
A.) Route poisoning
B.) Split horizon
C.) Hop Count
D.) TTL
Ans C
Routing Information Protocol (RIP) is a distance vector routing protocol that used hop count as its
metric. The maximum hop count is 15, 16 hops is considered unreachable. RIP updates are
broadcast every 30 seconds by default. RIP has an administrative distance of 120.

247 What is the default encapsulation and frame type on an Ethernet interface when
enabling Novell?
A.) SNAP
B.) Ethernet_II
C.) 802.2
D.) 802.3
E.) SAP
F.) Token_SNAP
Ans D

By default, when an encapsulation type is not specified, the 802.3 frame type is used.
248 What is true when creating static route?
A.) The mask parameter is optional
B.) The administrative distance is required
C.) The gateway parameter is required
D.) The administrative distance is optional
Ans C D
When creating a static route, the gateway parameter is required, but the administrative distance
is optional. The correct syntax is: Router(config)# ip route <network> <mask> <address |
interface> <admin distance>

249 Of the following switching types, which one has the highest latency?
A.) Cut-through
B.) None
C.) Store-and-forward
D.) Fragment Free
Ans C
Store-and-Forward switching copies the entire frame into its buffer and computes the CRC. If a
CRC error is detected, the frame is discarded, or if the frame is a runt (less than 64 bytes
including the CRC) or a giant (more than 1518 bytes including the CRC). The LAN switch then
looks up the destination address in its switching table and determines the outgoing interface. The
frame is then forwarded to the outgoing interface. Cisco Catalyst 5000 switches uses the Storeand-Forward
method. The problem with Store-and-Forward switching is latency is increased.
Latency also varies with the size of the frame. The larger the frame, the more latency associated.
This of course is due to the fact that the entire frame is copied into its buffer before being
forwarded.

250 What does the IPX maximum path command do?
A.) Allows you to disable the TTL on an IPX packet
B.) This parameter is only used in NLSP routing
C.) Sets the maximum metric that can appear in the routing table
D.) Configures round robin load sharing over multiple equal metric paths (parallel paths)
Ans D
The ipx maximum path command allows you to configure parallel paths for load sharing.CCNA

0

Interview Questions Page 25
<<Previous Next>>
251 What does -1 mean in an extended IPX access-list?
A.) Any IP address
B.) Deny all
C.) Deny host
D.) Any host or any network
Ans D
For IPX access lists, the -1 is a wildcard that signifies Any Host or Any Network.
252 What parameter is used with statically assigned routers to tell packets which interface
to use to reach a distant network?
A.) Mask
B.) Subnet
C.) Default gateway
D.) Interface
Ans D
The interface parameter tell a packet which interface to use to reach other networks.
253 Which of the following protocols are used to get an IP address from a known MAC
address?
A.) BootP
B.) TCP
C.) IP
D.) ARP
E.) RARP
F.) ICMP
Ans A E
Reverse Address Resolution Protocol – RARP is ARP’s counterpart, but it resolves IP addresses
to MAC addresses typically on diskless workstations. BootP allows a host to resolves it’s own
MAC address to an IP address.
254 What does the Spanning Tree Algorithm (STA) do?
A.) Restore lost frames
B.) Builds routing tables for routing through an internetwork
C.) Forward packets through a switch
D.) STA is implemented by STP to prevent loops
Ans D
IEEE 8021.d Spanning Tree Protocol (STP) was developed to prevent routing loops in a network.
If a router, switch, or hub has more then one path to the same destination, a routing problem
could occur. To prevent this, the Spanning Tree Protocol is executed between the devices to
detect and logically block redundant paths from the network. The main function of the Spanning
Tree Protocol is to allow redundant network paths without suffering the effects of loops in the
network.
The Spanning Tree Algorithm (STA) implemented by STP prevents loops by calculating a stable
Spanning Tree network topology. When creating fault tolerant internetworks, a loop-free path must exist between all Ethernet nodes in the network. Spanning Tree frames called Bridge
Protocol Data Units (BPDUs) are sent and received by all switches in the network at regular
intervals.
255 IP extended access lists use which of the following as a basis for permitting or
denying packets?
A.) destination address
B.) all of the above
C.) protocol
D.) source address
E.) port
Ans B
All of the above are basis for permitting or denying IP packets for use with an Extended IP access
list.
256 What is the extended IPX access list range?
A.) 901-1000
B.) 100-199
C.) 900-999
D.) 1000-1000
Ans C
Cisco has setup ranges of numbers to signify access lists. 900-999 is the range for the Extended
IPX access lists.
257 CPE is an acronym for which of the following?
A.) Customer Premise Equipment
B.) Central Processing Engineering
C.) Customer Process Equipment
D.) Central Processing Equipment
Ans A
Customer Premise Equipment (CPE) are devices physically located at the subscriber’s premises.
Includes both owned and leased equipment.
258 How often does IP RIP send out routing table updates by default?
A.) They send complete updates every 30 seconds
B.) They send partial updates every 30 seconds
C.) They send complete updates every 60 seconds
D.) They send partial updates every 60 seconds
Ans A
Routing Information Protocol (RIP) is a distance vector routing protocol that used hop count as it’s
metric. The maximum hop count is 15, 16 hops is considered unreachable. RIP updates are
broadcast every 30 seconds by default. RIP has an administrative distance of 120.
259 Which ISDN protocol prefix specifies switching and signaling?
A.) I
B.) E
C.) Q D.) S
Ans C
These protocols deal with ISDN issues:
E – Specifies ISDN on the existing telephone network.
I – Specifies concepts, terminology, and services.
Q – Specifies switching and signalling.
260 CSMA/CD stand for which of the following?
A.) Carrier Sense, Multiple Access with Collision Detection
B.) Collision Sense, Multiple Access with Collision Detection
C.) Collision Sense, Multiple Access with Carrier Detection
D.) Carrier Sense, MAC address with Collision Detection
Ans A
The IEEE standard for Carrier Sense Multiple Access / Collision Detection is 802.3. Also know as
Ethernet.
CCNA Interview Questions Page 26
<<Previous Next>>
270 Which of the following are Distant Vector protocols?
A.) IGRP
B.) RIP
C.) OSFP
D.) EIGRP
Ans A B
RIP and IGRP are Distance Vectoring protocols that send their entire routing tables to
their neighbors.
In some Cisco literature, EIGRP is listed as an ‘advanced distance vector’ routing
protocol. However, the official curriculum courseware considers EIGRP a ‘hybrid’
protocol.
CCNA Interview Questions Page 27
<<Previous Next>>
271 UDP works at which layer of the DOD model?
A.) Internet
B.) Host-to-Host
C.) Transport
D.) Data Link
Ans B
The TCP/IP Transport Layer (OSI) and Host to Host (DOD) protocols use TCP and UDP.
272 Of the following switching types, which one has the lowest latency?
A.) Cut-through B.) Fragment Free
C.) None
D.) Store-and-forward
Ans A
Cut-Through switching copies only the destination address which is the first 6 bytes after the
frame preamble into its buffer. The LAN switch then looks up the destination address in its
switching table and determines the outgoing interface. The frame is then sent to the interface. A
cut-through switch provides reduced latency because it begins to forward the frame as soon as it
read the destination address and determines the outgoing interface.
273 What is an administrative distance of 0 mean?
A.) 0 means unbelievable
B.) 0 is for EIGRP
C.) 0 is the default distance for directly connected networks
D.) 0 means unreachable
Ans C
Directly connected network have the lowest administrative distance of 0. They are considered the
most reliable.
274 Which of the following describe full-duplex transmission?
A.) Uses a single wire
B.) Data transmission in only both directions, but only one way at a time
C.) Uses a point-to-point connection from the transmitter of the transmitting station to the receiver
of the receiving station
D.) Data transmission in only one direction
Ans C
Full Duplex – Capability for simultaneous data transmission between a sending station and a
receiving station. It requires a workstation be attached to a switch, the NIC must support it, and
collision detection and loopback must be disabled.
275 Which of the following is a connectionless protocol at the Transport layer?
A.) UDP
B.) ARP
C.) ICMP
D.) RARP
E.) IP
F.) FTP
Ans A
User Datagram Protocol – UDP is a connectionless oriented transport protocol for use when the
upper layers provide error-recovery and reliability. UDP does not sequence data or re-assemble it
into any order after transmission. This protocol uses Port 17.
276 What is the routing metric used by IGRP?
A.) MTU, delay, bandwidth, reliability, and loading
B.) Count to infinity
C.) TTL
D.) Hop count Ans A
IGRP is a distance vector routing protocol designed by Cisco. The maximum hop count is 255,
and it uses a combination of variables to determine a composite metric. IGRP has an
administrative distance of 100.
277 What does ‘P’ mean when running a Trace?
A.) Good route
B.) Protocol unreachable
C.) Source Quench
D.) Destination unreachable
Ans B
When a P is returned when a Trace is run, it means the Protocol is unreachable.
278 What is the Network Layer of the OSI responsible for?
A.) Bridging
B.) Routing packets through an internetwork
C.) Regenerating the digital signal
D.) Gateway services
Ans B
The Network Layer routes data from one node to another, sends data from the source network to
the destination network. The router will use packet switching to move a packet from one interface
or port, to another through the network cloud.
279 Which layer is responsible for routing through an internetwork?
A.) Physical
B.) Session
C.) Network
D.) Transport
E.) Application
F.) Data Link
Ans C
The Network layer is responsible for routing. This is the primary job of routers, which operate at
the Network layer.
280 What three occurrences will reset the holddown timer after a triggered update?
A.) Infinity is finally defined as some max number
B.) HD Timer expires
C.) Another update is received indicating a better metric
D.) The router receives a processing task proportional to the number of links in the internetwork
E.) The router detects fault LSP’s propagating through the internetwork
F.) Another update is received indicating net status changed
Ans B D F
The HD Timer expires, another update is received indicating net status change, or if the router
receives a processing task proportional to the number of links in the internetwork, this reset the
holddown timer. These are all triggered updates. CCNA Interview Questions Page 28
<<Previous Next>>
281 Which layer is responsible for putting 1s and 0s into a logical group?
A.) Session
B.) Application
C.) Transport
D.) Data Link
E.) Physical
F.) Network
Ans D
Frames are broken down into 1s and 0s and placed onto the physical medium by the Data Link
layer.
282 How many LMI types are available on Cisco routers?
A.) Four
B.) Two
C.) Five
D.) Three
Ans D
There are three types of LMI standards:
ANSI – Annex D defined by ANSI standard T1.617
ITU-T (Q.933A) – Annex A defined by Q933A
Cisco (default) – LMI defined by the gang of four
283 Which layer is responsible for framing?
A.) Application
B.) Data Link
C.) Physical
D.) Network
E.) Transport
Ans B
The Data link layer performs the following: Responsible for physically passing data from one node
to another. Translates messages from the upper layers into data frames and adds customized
headers containing the Hardware destination and source address.
284 What ISDN protocol specifies concepts, terminology, and services?
A.) Q
B.) S
C.) I
D.) E
Ans C
These protocols deal with ISDN issues:
E – Specifies ISDN on the existing telephone network.
I – Specifies concepts, terminology, and services.
Q – Specifies switching and signalling.
285 What is the purpose of Split Horizon? A.) It prevents the regular update messages from reinstating a route that has gone down
B.) Information received on an interface cannot be sent back out the same interface
C.) Informs all neighbor routers that two routes exist
D.) Tells the router the destination is unreachable
Ans B
Split Horizon – If you learn a protocol’s route on an interface, do not send information about that
route back out that interface.
286 WAN stands for which of the following?
A.) Wide Arena Network
B.) World Area Network
C.) Wide Area News
D.) Wide Area Network
Ans D
WAN stands for Wide Area Network
287 Which of the following provide connection-oriented transport to upper layer
protocols?
A.) SPX
B.) RIP
C.) NLSP
D.) NCP
Ans A
SPX is similar to TCP in that is provides reliable delivery of packets and provides connectionoriented
transport to the upper layer protocols.
288 Which two does 100BaseT use?
A.) CSMA/CD
B.) IEEE 802.5
C.) 802.3u
D.) Switching with 53-byte cells
Ans A C
100BaseT – 100BaseT uses two-pair Category 5 UTP cable with an RJ45 connector and the
same pin out as in 10BaseT. 100BaseT supports full duplex operation. 100BaseT is limited to 100
meters distance.
289 Which layer is responsible for flow control, acknowledgement, and windowing?
A.) Transport
B.) Network
C.) Application
D.) Session
E.) Physical
F.) Data Link
Ans A
The Transport layer performs the following: Responsible for end-to-end integrity of data
transmission. Handles multiplexing upper-layer application, session establishment and tear down of virtual circuits. Hides details of network dependent info from the higher layers by providing
transparent data transfer. The ‘windows’ works at this level to control how much information is
transferred before an acknowledgement is required.
290 Which of the following is used to manage and monitor the network?
A.) SNMP
B.) HTTP
C.) IP
D.) FTP
Ans A
The Simple Network Management Protocol (SNMP) is used to manage and monitor traps.
CCNA Interview Questions Page 29
<<Previous Next>>
291 What is true about Link-State protocols?
A.) They maintain a more complex table than distant vector protocols
B.) They maintain a less complex table than distant vector protocols
C.) They use routing ports
D.) The maintain backup copies of the IOS
Ans A
Whereas the distance vector algorithm has non-specific information about distant networks and
no knowledge of distant routers, a link-state routing algorithm maintains full knowledge of distant
routers and how they interconnect.
292 The maximum distance on a 10BaseT network from the hub to a workstation is which
of the following?
A.) 500 meters
B.) 1000 meters
C.) 100 meters
D.) 1500 meters
Ans C
The standard for 10BaseT networks is 100 meters, or approximately 330 feet.
293 Which of the following use PVCs at layer 2?
A.) X.25
B.) HDLC
C.) Frame relay
D.) ISDN
Ans C
Of the above choices, only Frame relay uses Permanent Virtual Circuits (PVCs) at layer 2. PVC is
the key word in this question.
294 What is the routing algorithm used by RIP and IGRP?
A.) OSPF
B.) Link-state
C.) Dynamic D.) Distance Vector
Ans D
Distance vector-based routing algorithms (also known as Bellman-Ford algorithms) pass periodic
copies of a routing table from router to router. Regular updates between routers communicate
topology changes. Each router receives a routing table from it’s direct neighbor and increments
all learned routes by one. By this method, each router learns the internetwork topology via
second hand information.
295 Which layer is responsible for negotiating data transfer syntax?
A.) Network
B.) Session
C.) Application
D.) Transport
E.) Presentation
Ans E
The Presentation layer performs the following: Manages data representation conversions, or data
transfer syntax. For example, the Presentation layer would be responsible for converting from
EDCDIC to ASCII. Data compression, decompression, encryption, and decryption are
presentation layer. Presentation layer standards include MPEG, MIDI, PICT, TIFF, JPEG, ASCII,
and EBCDIC
296 What are hold-downs used for?
A.) To prevent regular update messages from reinstating a route that has come back up
B.) Information received on an interface cannot be sent back out the same interface
C.) To prevent regular update messages from reinstating a route that has gone down
D.) To hold the routing table from being sent to another router
Ans C
Hold-Down Timers – Routers ignore network update information for some period.
297 Which of the following protocols are used for logical network addressing?
A.) IP
B.) TCP
C.) ARP
D.) ICMP
E.) RARP
F.) BootP
Ans A
Internet Protocol – IP provides routing and a single interface to the upper layers. No upper layer
protocol and now lower layer protocol have any functions relating to routing. IP receives
segments from the transport layer and fragments them into packets including the hosts IP
address. IP addressing is logical, not physical.
298 Which can be logged by IPX extended access lists?
A.) source address
B.) protocol
C.) source socket
D.) access list number
E.) destination socket F.) destination address
Ans A B C D E F
All of the above can be logged by IPX extended access lists.
299 Put the following steps of encapsulation into the correct order:
1) The data is broken into segments to be organized
2) Frames are converted to 1s and 0s to be put on the wire
3) Packets are converted into frames
4) Information that users enter is converted into data
5) The segments are changed to packets to be routed
A.) 4, 1, 3, 2, 5
B.) 4, 5, 1, 3, 2
C.) 2, 3, 1, 4, 5
D.) 4, 1, 5, 3, 2
Ans D
Follow the steps through the Layers of the OSI model to get the answer. Watch the key words in
each line to help you determine the steps.
300 Which port numbers are used by TCP and UDP to set up sessions with other hosts?
A.) 1024 and above
B.) 6 and 17 respectively
C.) 1-25
D.) 6-17
Ans A
TCP and UDP use random port number above 1023 for establishing communications.

0

<<Previous Next>>
151 Identify 3 characteristics of ISDN?
A.) Transports voice and data
B.) Transports voice only
C.) Support both BRI and PRI
D.) Runs over existing phone lines
E.) Same as X.25
Ans A C D
ISDN supports voice, data, and video. It runs over existing phone lines and supports 128K (BRI)
and T1 (PRI).
152 Identify the 3 characteristics of IGRP?
A.) Uses hop count as a metric
B.) Supports multiple unequal paths
C.) Administrative distance is 100
D.) Configured with an Autonomous system number
E.) Link state
Ans B C D
IGRP is a distance vector routing protocol, it’s degree of trustworthiness is 100, it can support up
to 6 un-equal paths and must be configured with an autonomous system number.
153 Identify 2 features of PPP CHAP authentication?
A.) Username and password is sent in clear text
B.) Authentication messages are sent periodically during the connection
C.) Less secure then PAP
D.) Local router ‘challenges’ the remote router
Ans B D
PPP CHAP authentication message are sent periodically during the connection by challenging
the other end of the connection.
It is more secure than PAP and passwords and username are encrypted.
154 Identify the default IPX serial encapsulation?
A.) Novell-Ether
B.) SDLC
C.) SNAP D.) HDLC
Ans D
The default IPX serial encapsulation is HDLC.
155 Identify the hardware component that stores the backup configuration?
A.) RAM
B.) NVRAM
C.) Flash
D.) ROM
Ans B
NVRAM contains the backup config. RAM is the dynamic memory area, ROM contains the boot
strap code and Flash contains the IOS.
156 Identify the extended IP access-list number range?
A.) 600 – 699
B.) 1 – 99
C.) 900 – 999
D.) 100 – 199
Ans D
The extended IP access-list range is 100-199.
157 Identify 3 Fast Ethernet technologies?
A.) 100 Base FastEther
B.) 100 Base FX
C.) 100 Base T4
D.) 100 Base TX
Ans B C D100 BaseFastEther is false. 100 Base FX, TX and T4 are all valid.
158 Identify the OSI layer which is responsible for end-to-end connections?
A.) Network
B.) Transport
C.) Session
D.) Data link
E.) TCP
Ans B

PARTIII- CISCO Networking Multiple Choices Questions and Answers-IP Routing

0

101 What IP command would you use to test the entire IP stack?
A.) Stack-test

B.) Arp
C.) Telnet
D.) Ping
E.) Trace
Ans C
Because Telnet is an application and it resides at the top of the stack it traverses down the stack
and up the stack at the receiving end.

102 Identify the 2 hardware components used to manage and/or configure a router?
A.) Auxiliary port
B.) ROM port C.) Management port
D.) Console port
Ans A D
The 2 hardware ports used to configure the router are the console and auxiliary ports.

103 What is the default bandwidth of a serial connection?
A.) 1200 baud
B.) 1.544 Mbps (T1)
C.) 10 Mbps
D.) 96Kpbs
Ans B
The default bandwidth is T1.

104 Identify 2 functions of IPX access-lists?
A.) Control SAP traffic
B.) Limit number of Novell servers on a network
C.) Limit number of workstations on a network
D.) Block IPX traffic
Ans A D
IPX access lists are used to restrict IPX traffic and SAP broadcasts.

105 Identify 2 HDLC characteristics?
A.) Default serial encapsulation
B.) Open standard
C.) Supports Stacker compression
D.) Supports point-to-point and multipoint
Ans A D
HDLC is the default serial encapsulation and supports point-to-point and multipoint. It is not an
open standard and does not support compression.

106 Identify 3 IP applications?
A.) AURP
B.) ARP
C.) Telnet
D.) SMTP
E.) DNS
F.) RARP

Ans C D E
ARP and AURP are not part the application layer of the TCP/IP stack. SMTP – Simple Mail
Transfer Protocol, Telnet, DNS – Domain Name Services (name to IP resolution).

107 Identify 3 LAN technologies?
A.) FDDI
B.) HDLC
C.) HSSI D.) X.25
E.) 802.3
F.) 802.5
Ans A E F
The question is asking for 3 LAN technologies, HDLC, HSSI and X.25 are all WAN technologies.

108 Identify the 4 that are not LAN technologies?
A.) HDLC
B.) FDDI
C.) 802.5
D.) HSSI
E.) SDLC
F.) Frame Relay
Ans A D E F
802.5 and FDDI are LAN technologies

109 Which OSI layer supports the communication component of an application?
A.) Data-Link
B.) Physical
C.) Session
D.) Presentation
E.) Application
F.) Transport
Ans E
Layer 7 the Application layer performs this function.

110 Identify the length of an IPX address and it’s components?
A.) 80 bits, 48 bits network and 32 bits node
B.) 32 bits, 16 bits network and 16 bits node
C.) None of the above
D.) 80 bits, 32 bits network and 48 bits node
Ans D
IPX address has 2 components; network and node. The network address is 32 bits and the node
is 48 bits, total of 80 bits.
Layer 4 the Transport layer performs this function.

111 Identify the administrative distance and appropriate routing protocol?
A.) RIP = 255, IGRP = 100
B.) RIP = 100, IGRP = 120 C.) RIP = 1, IGRP = 0
D.) RIP = 120, IGRP = 100
Ans D
The administrative distance for RIP is 120 and IGRP is 100. The lower the AD the better the
routing information.

112 Which OSI layer incorporates the MAC address and the LLC?
A.) Data link
B.) Network
C.) Physcial
D.) Transport
Ans): A
Layer 2 the Data-Link layer incorporates the MAC and LLC sublayers

113 If configuring a Cisco router to connect to a non-Cisco router across a Frame Relay
network, which encapsulation type would you select?
A.) Q933a
B.) ISDN
C.) IETF
D.) CISCO
E.) ANSI
Ans C
There are two types of Frame Relay encapsulations; Cisco and IETF. IETF is required when
connecting a Cisco to a non-Cisco router.

114 Identify the 2 items that TCP and UDP share in common?
A.) Both use port numbers to identify upper level applications
B.) Operate at the Network layer
C.) Both are Transport protocols
D.) Both are reliable communications
Ans A C

TCP and UPD are both layer 4 Transport protocols and both use port number to identify upper
level applications.

115 Identify 3 characteristics of IP RIP?
A.) Distance vector
B.) Administrative distance is 120
C.) Periodic updates every 60 seconds
D.) Uses a composite metric
E.) Can load balance
Ans A B E
IP RIP is a distance vector protocol, it can load balance up to 4 equal cost paths and it’s rating of
trustworthiness is 120.

116 Which of the following is a layer 2 device?
A.) Switch B.) Router
C.) Repeater
D.) Hub
Ans A
A Hub and Repeater are layer 1 devices. A Router is a layer 3 device.

117 Identify the definition of demarcation?
A.) Date in which the WAN service contract expires
B.) Cabling which extends from the WAN service provider to the customer
C.) Division of responsibility, where the CPE ends and the local loop begins
D.) Equipment which is located at the customer premises
Ans C
Demarcation is the point in which responsibility changes hands.

118 Identify the 3 key features of the Cisco Discovery Protocol?
A.) Off by default
B.) Will allow for the discovery of layer 3 addresses on neighbor routers
C.) Verify connectivity
D.) Open standard
E.) Does not require any layer 3 protocols to be configured
Ans B C E
CDP is used for 2 basic reasons; neighbor connectivity and layer 3 discovery if configured. It is
proprietary and is on by default.

119 Identify the 3 characteristics of IPX RIP?
A.) Distance vector
B.) Does not support multiple paths
C.) 60 second updates
D.) Default encapsulation is SAP
E.) Uses ticks and hop count as a metric
Ans A C E
IPX RIP is a distance vector routing protocol, it does support multiple paths, the default
encapsulation is ‘novell-ether’, it uses tick count as a primary metric and hop count as a tie
breaker and it sends it’s updates every 60 seconds.

120 Identify the access-list range for an extended IP access-list?
A.) 800 – 899
B.) 1 – 99
C.) 1000 – 1099
D.) 100 – 199
Ans D
IP extended access-lists use the number range of 100-199.CCNA Interview Questions Page 13

121 Identify the X.25 addressing standard?
A.) X.121
B.) X.25a
C.) ITU-1
D.) Q933a
Ans A
The X.25 layer 3 addressing standards is X.121.

122 Identify 3 features of IGRP?
A.) Composite metric
B.) New horizon
C.) Flash updates
D.) 60 periodic updates
E.) Poison reverse
Ans A C E
IGRP uses a composite metric made up of bandwidth and delay by default, it updates every 60
seconds and will trigger an update if the topology changes.


123 Where is the backup configuration file stored?
A.) RAM
B.) ROM
C.) Console
D.) NVRAM
Ans D
One location to store the backup configuration is NVRAM.

124 Identify the correct pair of Novell Ethernet encapsulation and Cisco terminology?
A.) Ethernet II, Snap
B.) Ethernet 802.3, Novell-Ether
C.) Ethernet SNAP, Arpa
D.) Ethernet 802.2, Snap
Ans B
The default IPX LAN encapsulation is Novell-Ether which is 802.3

125 Identify 3 characteristics regarding IP access-lists?
A.) Can be configured as a standard access-list
B.) Can be run from another router running IP
C.) Can be configured as a named access-list
D.) Are the same as IPX access-lists
E.) Can be configured as an extended access-list
Ans A C E
There are 3 types of IP access-lists; standard, extended and named. Named access-lists can be either standard or extended depending on how they are configured.

126 Identify 3 ways in which a router can be configured?
A.) TFTP
B.) Nvram
C.) Ping
D.) Console
E.) Trace
Ans A B D
Changes to the configuration can be entered via the console, a config stored in NVRAM or on a
TFTP server. Trace and ping are tools to verify connectivity.

127 A traffic light is an example of what type of mechanism?
A.) Collision detection
B.) Flow control
C.) Sequence numbering
D.) Network management
Ans B
A Traffic light is an example of flow control.

128 Windowing is a type of?
A.) Negative acknowledgement
B.) Address resolution
C.) Layer transition mechanism
D.) Flow control
Ans D
Windowing allow the sender and receiver to dictate how much information that can be received
prior to an acknowledgement. It is a form of flow control.

129 Identify the 2 types of access-list filters that control SAP traffic?
A.) Novell-ether
B.) Arpa
C.) Input-sap-filter
D.) Round-robin
E.) Output-sap-filter
Ans C E
SAP’s can be blocked by 2 methods; inbound and outbound.

130 Identify the 3 guidelines for routers in the same autonomous system?
A.) Must be configured for IGRP or RIP
B.) Interconnected
C.) Assigned the same autonomous system number
D.) Configured for the same routing protocol
E.) Must be same model of router
Ans B C D
Autonomous system must be interconnected, assigned the same AS # and configured with the same routing protocol.
CCNA Interview Questions Page 14

131 Identify the hardware component used to store buffers, tables, running-configuration
etc?
A.) NVRAM
B.) ROM
C.) RAM
D.) Flash
Ans C
RAM is the dynamic memory area. ROM contains the boot strap code, NVRAM contains the
startup-config and Flash contains the IOS.

132 Identify 3 UDP characteristics?
A.) Reliable communication protocol
B.) Applications that use UDP must incorporate reliability
C.) Connection-less oriented
D.) Incorporates no handshaking

Ans B C D
UPD is a layer 4 Transport protocol. It is connection-less because it does establish a connection
therefore the 3 step handshake is not needed, it does NOT implement any flow control or
acknowledgments. Any application that uses UDP must incorporate any needed reliability.

133 Identify the IPX standard access-list number range?
A.) 600 – 699
B.) 1000 – 1099
C.) 1 – 99
D.) 100 – 199
E.) 800 – 899
Ans E
IPX standard access-list range is 800-899.

134 Which OSI layer provides best effort end to end packet delivery?
A.) Data-Link
B.) Presentation
C.) Network
D.) Transport
E.) Physical
F.) Application
Ans C
Layer 3 the Network layer performs this function.

135 Identify the 2 methods to modify the routers boot sequence?
A.) Setup program
B.) Boot system commands C.) RXBoot
D.) Config-register
Ans B D
‘Boot system’ command the ‘config-register’ are used to manipulate the boot sequence.

136 Identify the 3 pieces of hardware you would not install to prevent broadcasts?
A.) Switch
B.) Repeater
C.) Bridge
D.) Router
Ans A B C
Router are implemented not only to break up networks into smaller segments but they are used to
block broadcasts.

137 Identify 2 features of PPP PAP authentication?
A.) Username and password is sent in clear text
B.) Authentication messages are sent periodically during the connection
C.) More secure than CHAP
D.) Remote node is control of authentication process
Ans A D
PPP PAP authentication sends the username and passwords in clear text and the remote node
initiates the authentication process.

138 Identify the switching method that examines the destination MAC address as the
frame is being received then begins forwarding the frame prior to receiving the entire
frame?
A.) Fragment-free
B.) Store and Forward
C.) Cut-through
D.) Fast forward
Ans C
Cut through examines the destination MAC address and begins forwarding the frame prior to
receiving the entire frame.

139 Identify 1 characteristic of RARP?
A.) IP to MAC address translation
B.) Connectionless delivery of packets
C.) Can be used to initiate remote O/S load sequence
D.) Generates error and control messages
Ans C
Reverse Address Resolution Protocol is used to obtain a layer 3 address if the MAC address is
known which then facilitates the loading of the O/S.

140 Identify the protocol to test connectivity without configuring any layer 3 protocols?
A.) TCP
B.) Ping C.) IP
D.) CDP
E.) Telnet
Ans D

141 LMI operates between the Frame Switch and what other device?
A.) CPE device
B.) Another Frame Switch
C.) X.25 switch
D.) Novell File Server
Ans A
LMI stands for local management interface. It operates between the Frame Relay switch and the
customer equipment.

142 Identify IPX SAP and it’s purpose?
A.) Sonet Access Pipe – interface to Sonet ring
B.) Service Advertising Protocol – advertise services
C.) Server Appletalk Protocol – appletalk directory services
D.) Service Access Point – identify upper layer protocols
Ans B
SAP is an Novell protocol to advertise services.

143 Identify the default values that make up IGRP’s composite metric?
A.) Bandwidth
B.) Load
C.) Reliability
D.) MTU
E.) Delay
Ans A E
IGRP can be configured to use all 5 within it’s metric. By default it uses bandwidth and delay.

144 Identify the default serial encapsulation?
A.) ISDN
B.) HDLC
C.) SDLC
D.) Frame Relay
E.) PPP
Ans B
The default serial encapsulation is HDLC.

145 Identify the purpose of ARP?
A.) Avoiding routing loops
B.) Determining a workstation’s IP address
C.) Sending a directed broadcast
D.) Determining a workstation’s MAC address
Ans D
ARP is used to find a devices MAC address given an IP address.

146 What is the purpose of the DLCI?
A.) Identifies the remote routers
B.) Contained with a 802.2 frame for routing purposes
C.) Used with PPP during authentication
D.) Identifies the PVC in a Frame Relay network
Ans D
DLCI stands for Data Link Connection Identifier. It identifies the local PVC.

147 Identify 3 characteristics of the Network layer (OSI layer 3)?
A.) Connection oriented
B.) Path determination
C.) Supports multiplexing
D.) Manages sessions
E.) Packet forwarding
Ans B C E
The network layer is responsible for routing which entails learning the paths, selecting the best
path and forwarding the packet. Because it services multiple layer 4 protocols it multiplexes.

148 Identify 3 characteristics of switches?
A.) Increase available bandwidth
B.) Decrease broadcast traffic
C.) Support full duplex in a multipoint topology
D.) Make forwarding decision using MAC address
E.) Create collision domains
Ans A D E
Switches operate at layer 2. They increase bandwidth by reducing the number of devices sharing
the media. They isolate collisions. Like a bridge they forward traffic based upon layer 2 address/
MAC address.

149 Which OSI layer handles physical address, network topology?
A.) Presentation
B.) Physical
C.) Transport
D.) Application
E.) Data-Link
F.) Network
Ans E
Layer 2 the Data-Link layer performs this function.

150 Identify 2 reasons for disabling CDP?
A.) If the router is not configured for RIP
B.) Save bandwidth by eliminating overhead
C.) If the router is configured for Appletalk D.) When connected to a non-Cisco router
Ans B D
CDP can be disabled here are a couple of reasons. Connecting a Cisco router to a non-Cisco
router. Don’t want to exchange CDP information to save bandwidth.
CDP can be used to verify connectivity prior to any layer 3 protocols being configured.
CCNA