Page 5 of 6 FirstFirst ... 3456 LastLast
Results 81 to 100 of 102

Thread: Networking Questions

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    Aug 2009
    Answers
    1

    Thumbs down Re: Networking Questions

    1. m, m ;ln
      Code:
      HTML Code:
      [HTML][PHP][LIST=1][*][B][B][B][B][/B][/B][/B]
      
      [/PHP]
      [/HTML]
    [/LIST]
    [/B]
    Code:
    HTML Code:
    [PHP][PHP]:o:o:eek:[/PHP][/PHP]



  2. #2
    Junior Member
    Join Date
    Oct 2009
    Answers
    1

    Re: Networking Questions

    Switch is a layer 2 device , works with mac address , faster than router , broadcasts the packets with in the network.when a switch is connected to a lan it broadcasts the packets to all the systems intially and learns the mac address of the pcs from their response builds up the mac address table.

    So when a packet has to sent again to a particular pc say pc1,it wont broadcast to all the systems just it ll unicast ie, send the packet directly to the pc1.

    Router is a layer 3 device capable of broadcasting packets out of a particular network as it has routing table where it stores the MAC and IP address of all the devices connect in the network.Using a router we can wave a path for packets for a network, get it filtered using access list etc....


  3. #3
    Junior Member
    Join Date
    Aug 2009
    Answers
    1

    Re: Networking Questions

    Quote Originally Posted by kumar_7144 View Post
    Switch is a layer 2 device , works with mac address , faster than router , broadcasts the packets with in the network.when a switch is connected to a lan it broadcasts the packets to all the systems intially and learns the mac address of the pcs from their response builds up the mac address table.

    So when a packet has to sent again to a particular pc say pc1,it wont broadcast to all the systems just it ll unicast ie, send the packet directly to the pc1.

    Router is a layer 3 device capable of broadcasting packets out of a particular network as it has routing table where it stores the MAC and IP address of all the devices connect in the network.Using a router we can wave a path for packets for a network, get it filtered using access list etc....
    thanks for that


  4. #4
    Junior Member
    Join Date
    Oct 2009
    Answers
    2

    Re: Networking Questions

    LSA details in OSPF


  5. #5
    Junior Member
    Join Date
    Aug 2009
    Answers
    1

    Re: Networking Questions

    how can you suggest me ,if i am learning sun solaris administrator what will be in future


  6. #6
    Junior Member
    Join Date
    May 2008
    Answers
    1

    Re: Networking Questions

    Hi FTP=File Transfer Protocall


  7. #7
    Junior Member
    Join Date
    Nov 2009
    Answers
    3

    Re: Networking Questions

    my self is jitendra kumar sinha and i am trying to provide the answer
    1 what is ipsec vpn ans-vpn is explained as virtual private network.that is it is communication between two trusted n/w (site to site) and one trusted and one untrusted n/w now a vpn is created by two way 1 ipsec 2 ssl you are asking about ipsec vpnn in the ipsec vpn when there is comuncation between two diffrent vpn then through ip sec it provides securty of transmission of sective trafic over n/w such as internet ip sec provide following network security serveis
    1 data confidentilay
    2 data intergety
    3 data orgin authatication
    4 anti reply

    2 what is ad
    ad value is truthwitiness of routing inforfation which are sharening the informations
    what is load balance over mpls
    multi-protocol label switching (mpls) defines a mechanism for packet forwarding in network routers. It was originally developed to provide faster packet forwarding than traditional ip routing, although improvements in router hardware have reduced the importance of speed in packet fowarding. However, the flexibility of mpls has led to it becoming the default way for modern networks to achieve quality of service (qos), next generation vpn services, and optical signaling. Traditional ip networks are connectionless: when a packet is received, the router determines the next hop using the destination ip address on the packet alongside information from its own forwarding table. The router's forwarding tables contain information on the network topology. They use an ip routing protocol, such as ospf, is-is, bgp, rip or static configuration, to keep their information synchronized with changes in the network. Mpls also uses ip addresses, either v4 or v6, to identify end points and intermediate switches and routers. This makes mpls networks ip-compatible and easily integrated with traditional ip networks. However, unlike traditional ip, mpls flows are connection-oriented and packets are routed along pre-configured label switched paths (lsps).
    How do u creat tunnel comand for enabling tunnel
    pix(config)# ip pool local pool1 10.192.12.100-10.1.192.12.255
    #vpngroup mypool address-pool pool1
    # vpngroup mypool dnsserver x.x.x.x
    # vpdngroup mypool split tunnel 100
    #vpdn group mypooll wind-server x.x.x.x x.x.x.x
    this is the processes to create the tunnel over pix what is eps and ah ah called authentication header.
    ah-ah is a protocol that provides authentication. Of either all or part of the contents of a datagram. Through the addition of a header that is calculated, based on the values in the datagram.

    Eps-is that eps or esp i know about esp not about eps

    explain bet distace vector and link state protocol
    the main difference distance vector and link state routing protocol is that in distance vector routing protocol whole routing table is forwarded to whole n/w where as in the link state protocol updated is always forwarded to it concern neighbor router this is called link state

    adjacency a relationship between two network devices, e.g. Routers, which are connected by one media segment so that a packet sent by one can reach the other without going through another network device. The concept of adjacency is important in the exchange of routing information.


  8. #8
    Junior Member
    Join Date
    Nov 2009
    Answers
    3

    Re: Networking Questions

    Quote Originally Posted by mittra_ashish View Post
    Hi,
    Here are few questions?

    1. What is FTP & UDP?
    2. What is the difference between switch & router?
    3. As i know that DHCP works under a protocol in the name of "DORA". Can
    anyone explain me about "DORA"?
    4. Please explain me about the concept of "Kerboros" protocol & when i
    works?
    the main diffrence between switch and router is
    router is l3 devise
    switch is l2

    switch have the single broadcast doman
    router has the broadcast domain per interfce
    switch is best in lan
    router is based on wan
    Thanks
    jitendera sinha


  9. #9
    Junior Member
    Join Date
    Apr 2010
    Answers
    4

    Re: Networking Questions

    Ftp(file transfer protocol) and Udp(user datagram protocol)
    ftp is used to share files,transfer data from server to client and vice versa.
    It work on port 21 for control connection to server and data connection on port 20.simply to ftp to share files.

    UDP it is a transport layer protocol,connectionless,fast,unreliable,no acknowledge,best effort protocol used where to save processing time.used in real time applications.data is send and recieved in form of datagram or units.

    Last edited by junisadna; 04-03-2010 at 12:14 PM.

  10. #10
    Junior Member
    Join Date
    Nov 2009
    Answers
    2

    Thumbs down Re: Networking Questions

    Quote Originally Posted by mittra_ashish View Post
    Hi,
    Here are few questions?

    1. What is FTP & UDP?
    2. What is the difference between switch & router?
    3. As i know that DHCP works under a protocol in the name of "DORA". Can
    anyone explain me about "DORA"?
    4. Please explain me about the concept of "Kerboros" protocol & when i
    works?
    5.Difference between windows Xp and Windows Vista?


  11. #11
    Junior Member
    Join Date
    Nov 2009
    Answers
    2

    Re: Networking Questions

    What r the difference between windows xp and windows vista


  12. #12
    Junior Member
    Join Date
    Apr 2010
    Answers
    4

    Lightbulb Re: Networking Questions

    Quote Originally Posted by dinesh_mcse View Post
    What r the difference between windows xp and windows vista
    Major difference b/w xp and vista is size,graphics,add-on feature like elemination of some feature and addition of new supporting motherboards.


  13. #13
    Junior Member
    Join Date
    Nov 2009
    Answers
    1

    Re: Networking Questions

    Hi,
    switch and hub.

    switch is a hardware based device which operates at high speed.
    switch has the concept of vlan and hence it has multiple broadcast domain.mac-addr table lookup is CAM.

    Hub is a multiport repeater which floods the frame(not broadcast).
    its does not have any intelligence.its an half duplex device.

    Last edited by devakumaran; 11-15-2009 at 10:24 AM.

  14. #14
    Junior Member
    Join Date
    Nov 2009
    Answers
    1

    Re: Networking Questions

    DHCP (D)iscover
    DHCP (O)ffer
    DHCP (R)equest
    DHCP (A)ck
    Client makes a UDP Broadcast to the server about the DHCP discovery.

    2) DHCP offers to the client.

    3) In response to the offer Client requests the server.

    4)Server responds all the Ip Add/mask/gty/dns/wins info along with the acknowledgement packet.


  15. #15
    Junior Member
    Join Date
    Apr 2010
    Answers
    4

    Lightbulb Re: Networking Questions

    Q,1. Difference b/w router and switch ?

    Ans. In simple words router is a machine to travel our data into different network
    and switch is a machine which work in lan.
    In future technologies the switch will work as layer 3 device.
    I hope u got their difference.

    Last edited by junisadna; 04-03-2010 at 12:12 PM.

  16. #16
    Junior Member
    Join Date
    Apr 2010
    Answers
    1

    Re: Networking Questions

    VLAN (virtual loca area network)
    It is simply a logical way of grouping users on the network based on function irrespective of their geographical location.
    It helps in enforcing security within a network.


  17. #17
    Junior Member
    Join Date
    May 2010
    Answers
    1

    Re: Networking Questions

    this is venkat rangaraj. i realy glad to know the information about the netwoking side . can u give the total information about the networking . that means how it can be works, and ect.


  18. #18
    Junior Member
    Join Date
    Aug 2010
    Answers
    1

    Re: Networking Questions

    The Switch ports are grouped to different Vlans, so that end devices connected to those switch ports can limit any broadcast (what they do repeatedly to find out one another's IP addresses)to themselves.

    So, they are called Broadcast Domains.


  19. #19
    Jorge Marrero
    Guest

    Re: Networking Questions

    very good tips from denarii systems If you really into networking and want to keep in deep study VPNS swl server QA and try to get a cisco certification you will be making 60-80ks a year . any question email me.


  20. #20
    Junior Member
    Join Date
    Oct 2010
    Answers
    1

    Re: Networking Questions

    difference between switch,bridge,hub?


Page 5 of 6 FirstFirst ... 3456 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact