Networking questions

  1. What is a default gateway? - The exit-point from one network and entry-way into another network, often the router of the network.
  2. How do you set a default route on an IOS Cisco router? - ip route 0.0.0.0 0.0.0.0 x.x.x.x [where x.x.x.x represents the destination address]
  3. What is the difference between a domain local group and a global group? - Domain local groups grant permissions to objects within the domain in which the reside. Global groups contain grant permissions tree or forest wide for any objects within the Active Directory.
  4. What is LDAP used for? - LDAP is a set of protocol used for providing access to information directories.
  5. What tool have you used to create and analyze packet captures? - Network Monitor in Win2K / Win2K3, Ethereal in Linux, OptiView Series II (by Fluke Networks).
  6. How does HSRP work?
  7. What is the significance of the IP address 255.255.255.255? - The limited broadcast address is utilized when an IP node must perform a one-to-everyone delivery on the local network but the network ID is unknown.
This entry was posted in Networking. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

28 Comments on Networking questions

  1. Posted 8/17/2006 at 5:43 am | Permalink

    What is DHCP.

    ans….

    DHCP is a protocol which is designe for Automatic Give the IP Address to DHCP client..

    DHCP Assine the IP Address for few days Lease & capture the clients MAC address..
    It is Updated version of BootP…

  2. Posted 8/17/2006 at 5:44 am | Permalink

    What is the maximum amount of databases that can be hosted on Exchange 2003 Enterprise? - 20 databases. 4 SGs x 5 DBs.

  3. sendhilkumar
    Posted 8/22/2006 at 9:55 am | Permalink

    What is full form of DHCP- Dynamic Host Configuration Protocol

  4. rose
    Posted 9/8/2006 at 1:42 pm | Permalink

    which type of applications is sutable for winrunner?

  5. rose
    Posted 9/8/2006 at 1:42 pm | Permalink

    what is test plan?

  6. rose
    Posted 9/8/2006 at 1:45 pm | Permalink

    what are the all types of applications winrunner can use?

  7. rose
    Posted 9/8/2006 at 1:46 pm | Permalink

    what are all the different type if recordings available in winrunner/

  8. gowtham
    Posted 11/1/2006 at 12:51 am | Permalink

    how to find port numbers,
    what is ldap

  9. kannan
    Posted 11/4/2006 at 3:23 am | Permalink

    why didnt give subnet mask in routing….
    ex:
    router(config)#router rip
    router(confin-if)#network 10.0.0.0

  10. Raghavendra. A. G.
    Posted 11/7/2006 at 11:47 pm | Permalink

    to put it in the most simplest form “DHCP” stands ofr Dynamic Host Configuration Protocol, which is generally used to assign the IP address, defauld gateway, and subnet mask dynamically.

  11. Posted 11/29/2006 at 4:13 am | Permalink

    why are we confusing real networking with windows networking?

  12. syed ahmed
    Posted 12/20/2006 at 4:40 am | Permalink

    1> How to secure the DHCP SERVER from the hackers?

    2> How to block yahoo.messanger in ISA server?

  13. Mark Moscoso
    Posted 1/26/2007 at 5:31 am | Permalink

    Q- What tool have you used to create and analyze packet captures?

    A- In Windows, I used WinPCAP and Ethereal to analyze packet captures. Some brands of hardware
    ( hub/switch/LAN card ) are good in capturing packets. I had a better capture of packets when I used the same brand of switch and network card operating at 10Mbps.

  14. Sam
    Posted 4/23/2007 at 1:57 am | Permalink

    How to create partition in an oracle table?

  15. Sam
    Posted 4/23/2007 at 1:58 am | Permalink

    How to do replication in oracle?

  16. Sam
    Posted 4/23/2007 at 1:59 am | Permalink

    What is Real Application Clusters (RAC)? How do design RAC?

  17. R.venkatesh
    Posted 5/11/2007 at 5:12 am | Permalink

    What is HSRP?

    ANS :
    HSRP is a Cisco proprietary protocol for redundancy. It provides nearly 100 percent router availability and redundancy. So, if one router goes down, a backup router takes over the routing functions of the primary one.
    However, there are other available industry protocols supported by Cisco. One industry standard is the Virtual Router Redundancy Protocol (VRRP). Another HSRP alternative is the Gateway Load Balancing Protocol (GLBP), another Cisco proprietary solution.

  18. kannan
    Posted 6/29/2007 at 9:53 am | Permalink

    hi all..

    1.pl tel me abt ccnp and ccie,these two which is better to study also future job?
    2. which one take to study?

  19. Guru
    Posted 8/16/2007 at 12:14 am | Permalink

    What is RIP?

    Ans:Routing Information Protocol

  20. sudhir kumar NACS institute mrt
    Posted 9/3/2007 at 1:37 am | Permalink

    RIP=rip is the true distance vector routing protocol that sends its own routing information out to all interfaces.

  21. Ramanand
    Posted 11/20/2007 at 5:15 am | Permalink

    what is difference between routed protocol and routing protocol ,

  22. Yaswant Singh
    Posted 12/25/2007 at 2:41 am | Permalink

    what is difference between routed protocol and routing protocol ?

    Ans. - Routed Protocol - This protocol is used to send/receive user’s data in a
    network. ex - TCP/IP, UDP, IPX etc….

    Routing Protocol - This protocol is used transmit to the peer
    devices (layer-3) to send network updates in a network.
    ex - RIP, IGRP, EIGRP, OSPF, BGP etc….

  23. Chaitanya
    Posted 1/22/2008 at 3:41 am | Permalink

    Routed Protocol: A protocol which supports the logical aaddresing and acts as a data carrier is called Routed Protocol. Ex: IP, IPX, Apple Talk.

    Routing Protocol: A Protocol which find the best path to route is a Routing Protocol. Ex : RIP, EGIRP, OSPF etc.

  24. trupti
    Posted 3/3/2008 at 12:51 pm | Permalink

    Q- How 2 Backup ADS?
    A- in 2003 server,go 2 backup utility in sysem tool,select the backup tab,then select ads to backup.and save it wher u want to..
    and to restore it go in to safe mode and choose a option of ads give restore mod password and restore it from your backup where u have store it.
    I think i can take backup of ads by this way. correct me if i m wrong..

  25. Ritesh
    Posted 3/5/2008 at 9:01 am | Permalink

    why didnt give subnet mask in routing….
    ex:
    router(config)#router rip
    router(confin-if)#network 10.0.0.0

    RIP is a classfull protocal so it assumes the subnet class A subnet in this case 255.0.0.0

  26. S.Sasi Kumar
    Posted 5/9/2008 at 4:16 am | Permalink

    What are the minium requirements of ASP?

  27. vasant
    Posted 8/10/2008 at 3:07 am | Permalink

    DHCP stands for dynamic host confuguraion protocol

    this is method of giving an IP address to a host.
    basically there are two ways to give an IP adderss first is mannual and decond one is Dynamic.

    DHCP comes in dynamic type here a computer is assigned which looks after assignment of IP addressing of computer available on network.
    here IP address given to any host can be changed automatically at any point of time.

    please get back

  28. Jason
    Posted 2/4/2009 at 9:52 am | Permalink

    Im having trouble with my wireless i am running Windows XP SP2 and i have a linksys adapter G with speed booster. My connection shows that i have limited or no connectivity. I look in the details of the link and it says I have no DNS and WINS addresses. I can log into a nonsecure router but this one is having issues my gf and my younger brother which are running vista can log into it so i think its my settings. My adapter is working windows says it is and i can see the router in the microsoft wireless connection. What is my solution for connection? I know the passcode.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*