Networking Interview Questions
Job interviews are always stressful and they are tough enough to make fresher and even experienced one feel nervous and scary of the interview. Technical-interviews.com has been developed to help students and jobseekers to prepare for the tough job interview questions shot at them. Review the job interview questions and answers on networking basics, load runner, winrunner, .net, vb, java, oracle and many more common job interview questions online here. You have just made the first step to build the foundation for a successful interview by reviewing Technical-interviews.com.
CCNA Interview Questions 7
- There are two processes to pair MAC address with IP addresses. Which process finds an IP address from a MAC address?
* RARP
* ARP
* RIP
* IGRP
Correct answer: A
ARP (Address Resolution Protocol) maps an IP address to the MAC address, RARP (Reverse Address Resolution Protocol) maps the MAC address to the IP address. ARP and RARP work at the internet layer of the Internet Model or the network layer of the OSI model.
CCNA Interview Questions 8
- What are the two types of access lists that can be configured on a Cisco router?
* Standard
* Extended
* Filtering
* Packet
Correct answer: A & B
The access lists are standard and extended. Standard access lists for IP check the source address of packets that could be routed. Extended access lists can check the source and destination packet plus check for specific protocols, port numbers, etc. - When using access lists, what does a Cisco router check first?
* To see if the packet is routable or bridgeable
* The destination address
* The source address
* The packet contents
Correct answer: A
The first thing checked is to see if the packet is routable or bridgeable. If it is not, the packet will be dropped.
CCNA Interview Questions 9
- When using access lists, it is important where those access lists are placed. Which statement best describes access list placement?
* Put standard access lists as near the destination as possible. Put extended access lists as close to the source as possible.
* Put extended access lists as near the destination as possible. Put standard access lists as close to the source as possible.
* It isn’t import where access lists are placed since the router will read and cache the whole list.
* Put access lists as close to corporate headquarters as possible.
Correct answer: A
Put standard access lists as near the destination as possible. Put extended access lists as close to the source as possible. Standard access lists don’t specify the destination address.
CCNA Interview Questions 10
- Select the correct statements about PPP and SLIP for WAN communications?
* PPP uses its Network Control Programs (NCPs) component to encapsulate multiple protocols.
* PPP can only transport TCP/IP
* SLIP can only transport TCP/IP.
* SLIP uses its Network Control Programs (NCPs) component to encapsulate multiple protocols.
Correct answer: A & C
87a Which protocol for PPP LCP (Link Control Protocol) performs a challenge handshake?
* CHAP
* PAP
* UDP
* IPX
Correct answer: A
87b Which form of PPP error detection on Cisco routers monitors data dropped on a link?
* Quality
* Magic Number
* Error Monitor
* Droplink
Correct answer: A
The Quality protocol monitors data dropped on a link. Magic Number avoids frame looping.
CCNA Interview Questions 11
- Identify the switching method that receives the entire frame then dispatches it?
* Cut-through
* Receive and forward
* Store and forward
* Fast forward
Correct answer: C
Store and forward switching receives the entire frame before dispatching it.
98Identify the purpose of ICMP?
* Avoiding routing loops
* Send error and control messages
* Transporting routing updates
* Collision detection
Correct answer: B
ICMP is used to send error and control messages. Ping uses ICMP to carry the echo-request and echo-reply.
99Which statement is true regarding the user exec and privileged exec mode?
* The ‘?’ only works in Privileged exec
* They are identical
* They both require the enable password
* User exec is a subset of the privileged exec
Correct answer: D
The user exec mode is a subset of the privileged exec mode. Only a certain number of commands are available at the user exec mode.