ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Certifications  >>  Cisco Certifications  >>  CCNA
 
 


 

 
 CCNA interview questions  CCNA Interview Questions
 CCDA interview questions  CCDA Interview Questions
Question
What is proxy-ARP and how it is used and configured
 Question Submitted By :: Tarun Jhamb
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is proxy-ARP and how it is used and configured
Answer
# 1
Proxy ARP (RFC 1027) is a way to make a machine physically 
located on one network appear to be logically part of a 
different physical network connected to the same 
router/firewall. Typically it allows us to hide a machine 
with a public IP address on a private network behind a 
router, and still have the machine appear to be on the 
public network "in front of" the router. The 
router "proxys" ARP requests and all network traffic to and 
from the hidden machine to make this fiction possible.

Consider a router with two interface cards, one connected 
to a public network PUBNET and one connected to a private 
network PRIVNET. We want to hide a server machine on the 
PRIVNET network but have it accessible from the PUBNET 
network. The IP address of the server machine lies in the 
PUBNET network, even though we are placing the machine on 
the PRIVNET network behind the router.

By enabling proxy ARP on the router, any machine on the 
PUBNET network that issues an ARP "who has" request for the 
server's MAC address will get a proxy ARP reply from the 
router containing the router's MAC address. This tells 
machines on the PUBNET network that they should be sending 
packets destined for the server via the router. The router 
forwards the packets from the machines on the PUBNET 
network to the server on the PRIVNET network.

Similarly, when the server on the PRIVNET network issues 
a "who has" request for any machines on the PUBNET network, 
the router provides its own MAC address via proxy ARP. This 
tells the server to send packets for machines on the PUBNET 
network via the router. The router forwards the packets 
from the server on the PRIVNET network to the machines on 
the PUBNET network.

The proxy ARP provided by the router allows the server on 
the PRIVNETnetwork to appear to be on the PUBNET network. 
It lets the router pass ARP requests and other network 
packets in both directions between the server machine and 
the PUBNET network, making the server machine appear to be 
connected to the PUBNET network even though it is on the 
PRIVNET network hidden behind the router.
 
Is This Answer Correct ?    2 Yes 0 No
Jerald
 

 
 
 
Other CCNA Interview Questions
 
  Question Asked @ Answers
 
Which frame has a Type field to identify the upper-layer protocol? A.) 802.3 B.) 802.2 C.) 802.5 D.) Ethernet_II  1
Which router command allows you to determine if an IP access list is enabled on a particular interface? A. Router# show ip interface B. Router> show access-list C. Router# show ip access-list D. Router> show interface ip access-list E. Route 1 P.O. box 198  2
What is the correct command line syntax for configuring a port on a 7000 or 7500 series Cisco router with a VIP card? A.) port B.) port adapter/port C.) You can't put a VIP card in a 7000 or 7500 router. D.) slot/port-adapter/port E.) slot/port F.) slot  1
Identify the following components of the IPX address 2e.0000.0065.ed43 A.) Not a valid IPX address B.) Network = 2e, Subnet = 0000, Node = 0065.ed43 C.) Network = 2e.0000, Node = 0065.ed43 D.) Network = 2e, Node = 0000.0065.ed43  1
Identify the 2 characteristics regarding MAC addresses? A.) Contains a network portion and host portion B.) Always assigned by System Administrator C.) 48 bits long D.) Contains a vendor code and serial number  1
Identify command that configures 'Cisco1' as a secret password? A.) Router(config)# enable secret password Cisco1 B.) Router(config)# enable secret cisco1 C.) Router(config)# enable password Cisco1 D.) Router(config)# enable secret Cisco1  2
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)  1
Which of the following is an invalid host address using a netmask of 255.255.255.192? A.) 10.1.1.1 B.) 10.1.1.66 C.) 10.1.1.130 D.) 10.1.1.127  2
What 2 commands verify end to end communications? A.) Trace B.) debug ip session C.) Ping D.) Route  2
What is a function of a reliable transport layer connection? A. route selection B. acknowledgements C. session checkpoints D. system authentication  2
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  2
Which OSI layer provides best effort end to end packet delivery? A.) Data-Link B.) Presentation C.) Network D.) Transport E.) Physical F.) Application  1
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  1
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  3
What is the Cisco name for the encapsulation type used on a serial interface? A. HDLC B. SDLC C. SAP D. SNAP  3
The following is partial output from a routing table ; '192.168.10.0 [100/1300] via 10.1.0.1, 00:00:23, Ethernet1' Which routing protocol is being used? (assuming defaults have not been changed) A.) OSPF B.) RIP C.) BGP D.) IGRP  1
Which command will give the following output: Tty Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int * 0 CTY - - - - - 0 0 0/0 - 1 AUX 9600/9600 - - - - - 0 0 0/0 - * 2 VTY - - - - - 2 0 0/0 - 3 VTY - - - - - 0 0 0/0 - 4 VTY - - - - - 0 0 0/0 - 5 VTY - - - - - 0 0 0/0 - 6 VTY - - - - - 0 0 0/0 -  1
In stp which protocol is used for detrming root port root bridge ,forwarding port and blocking port IBM1
Identify 3 characteristics of switches? A.) Increase available bandwidth B.) Decrease broadcast traffic C.) Support full duplex in a multipoint topology D.) Make fowarding decision using MAC address E.) Create collision domains  1
Identify 2 features of X.25? A.) Supports only IP B.) Utilizes switched and permanent virtual circuits C.) Contains minimal flow control and error recovery D.) Utilizes LAPB as it's data-link protocol  1
 
For more CCNA Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com