Network Engineer Interview Questions

PART 1  |  PART 2  |  PART3  |  PART4

click on the questions to get answers


go to top

ANSWERS

Answer:    
User(s) are complaining of delays when using the network. What would you do?

There are lot of concerns that cause network delays, The Administrator / Network Enginrer must check the following simple tasks before he / she proceed.

  • get the user(s) to demonstrate the problem.
  • determine how many other users are affected.
  • ensure desktop hardware and configuration is OK.
  • trace all connections (they may be on another subnet).
  • commence some monitoring or diagnostics.
  • determine problem (if there is one).
  • check for the virus / spyware activity.
  • If everything seems OK, then try to restart the router / switch, same time try to restart the system.


    Answer:    
    Name some of the ways of combining TCP/IP traffic and SNA traffic over the same link.
  • DLSw (Data Link Switching)(aka RFC1434)
  • RFC1490 (frame relay carrier)
  • Serial Tunnelling (STUN)
  • BAN or BNN (Boundary Access Node, Boundary Network Node)


    Answer:    
    What sort of cabling is suitable for Fast Ethernet protocols?
  • CAT5
  • CAT6
  • CAT7


    Answer:    
    What is a Class D IP address?

  • Class D IP Address is iused in Internet Protocol version 4 (IPv4), Class D IP address beginning with a binary 1110. Class D addresses are reserved for multicast applications only.
    Class Leading bitts Start IP End IP Default SNM
    Class D 1110 224.0.0.0 239.255.255.255 NA
    Bit-wise representation
    Class D
    224.  0.  0.  0 = 11100000.00000000.00000000.00000000
    239.255.255.255 = 11101111.11111111.11111111.11111111
                      1110XXXX.XXXXXXXX.XXXXXXXX.XXXXXXXX
    



    Answer:    
    What is Firewall?
    A firewall is a secure and trusted machine that sits between a private network and a public network. The firewall machine is configured with a set of rules that determine which network traffic will be allowed to pass and which will be blocked or refused. In some large organizations, you may even find a firewall located inside their corporate network to segregate sensitive areas of the organization from other employees. Many cases of computer crime occur from within an organization, not just from outside.
    I have a nice article on firewall in my website take a look here


    go to top
    Answer:    
    How do I monitor the activity of sockets?
    You can use Microsofts packet monitor software here for network activity events, or Microsoft's NetMon. If you want to use some free 3rd party softwares like; nirsofts Socket Sniffer small but yet powerful and free...


    Answer:    
    What are RAW sockets?
    A Raw Sockets or R-Sockets is a socket that allows access to packet headers on incoming and outgoing packets. Raw sockets always receive the packets with the packet header included.


    Answer:    
    What is the role of TCP protocol and IP protocol.
    The role of tcp is to the data form one machine to another machine in network. and the role of ip is to idenfify the machine in the network.


    Answer:    
    What is UDP?
    User Datagram Protocol or UDP is part of the Internet Protocol suite, using which, programs running on different computers on a network can send short messages known as Datagrams to one another. UDP can be used in networks where TCP is traditionally used, but unlike TCP, it does not guarantee reliability or the right sequencing of data. Datagrams may go missing without notice, or arrive in a different order from the one in which they were sent.


    go to top
    Answer:    
    Layers in TCP/IP?
    Not to Confuse between OSI layers and TCP/IP layers. for OSI Models I have a article here
  • Link Layer
  • Internet Layer
  • Transport Layer
  • Application Layer


    Answer:    
    How can I be sure that a UDP message is received?
    UDP stands for: User Datagram Protocol, is connectionless and unreliable. Its also called connectionless Protocol. The packets sent using UDP can go missing without senders information, but It is very fast compared to other methods, which is why it is used, there is no acknowledgement sent back to the source to let it know everything arrived ok.
    take a look @ UDP article in my site here.


    Answer:    
    How to get IP header of a UDP message?
     


    Answer:    
    How many bytes in an IPX network address?
    An IPX address uses 80 bits, or 10 bytes, of data. The first four bytes show the network address, and the last six bytes always represent the node address, which is the MAC address. An example is 00007C80.0000.8609.33E9. The first eight hex digits (00007C80) represent the network portion of the address.


    Answer:    
    What is the difference between MUTEX and Semaphore?
    The Differece is, MUTEX will only let its owner a access, While Semaphore can allow number of "UNKNOWN" Access.


    Answer:    
    What is priority inversion?
    Priority inversion is a situation where in lower priority tasks will run blocking higher priority tasks waiting for resource.


    Answer:    
    What is DHCP?
    Dynamic Host Configuration Protocol (DHCP) is a network protocol that enables a server to automatically assign an IP address to a computer from a defined range of numbers configured for a given network.


    Answer:    
    Name some routing protocols
    • RIP(ROUTING INFORMATION PROTOCOL)
    • IGRP( INTERIOR GATEWAY ROUTING PROTOCOL)
    • EIGRP(ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL)
    • OSPF (OPEN SHORTEST PATH FIRST)
    • BGP( BORDER GATEWAY PROTOCOL)


    Answer:    
    Explain Kerberos Protocol ?
    Kerberos is an authentication protocol that has become very popular .three server are involved in the karberos protocol. Authentication server(AS),ticket granting Server(TGS),real server.


    Answer:    
    Difference between Discretionary Access Control(DAC) and Mandatory Access Control(MAC)?
    DAC is used by itself according to it it is access and comtrolled while mas it has to be compulsory give the access controll.
    MAC is designed and enforced in the initial stages and can not be changed by entity; from a laymen angle: OS writing to BIOS is not allowed.
    DAC is designed in such a way that access shall be granted based on the discretion; ex. database table access.



    Answer:    
    Explain how traceroute, ping, and tcpdump work and what they are used for?
    traceroute, ping, and tcpdump test the connectivity of the detination in question by sending ICMP packets and checking the responce(TTL) which is the routers encountered in the path.They are used to check the connectivity and the distance to the destination.


    Answer:    
    Describe what a VPN is and how it works?
    VPN Virtual Private Network, A service which provides Secure network connectivity between two remote locations over a insecure network(internet/ISP).


    Answer:    
    How do you display a routing table?
    The function and syntax of the Windows ROUTE command is similar to the Unix or Linux route command. Use the command to manually configure the routes in the routing table.
    Microsoft Windows 2000 [Version 5.00.2195]
    (C) Copyright 1985-2000 Microsoft Corp.
    
    C:\Documents and Settings\Administrator>route print
    ===========================================================================
    Interface List
    0x1 ........................... MS TCP Loopback interface
    0x1000003 ...00 19 d1 67 d2 f3 ...... Intel(R) PRO/100 VE Network
    Connection (Microsoft's Packet Scheduler)
    ===========================================================================
    ===========================================================================
    Active Routes:
    Network Destination        Netmask          Gateway       Interface  Metric
              0.0.0.0          0.0.0.0      192.168.1.1    192.168.1.69       1
            127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1       1
          192.168.1.0    255.255.255.0     192.168.1.69    192.168.1.69       1
         192.168.1.69  255.255.255.255        127.0.0.1       127.0.0.1       1
        192.168.1.255  255.255.255.255     192.168.1.69    192.168.1.69       1
            224.0.0.0        224.0.0.0     192.168.1.69    192.168.1.69       1
      255.255.255.255  255.255.255.255     192.168.1.69    192.168.1.69       1
    Default Gateway:       192.168.1.1
    ===========================================================================
    Persistent Routes:
      None
     



    Answer:    
    What is a route flap?
    In computer networking and telecommunications, route flapping occurs when a router alternately advertises a destination network via one route then another (or as unavailable, and then available again) in quick sequence. A closely related term is interface flapping where an interface on a router has a hardware failure that will cause the router to announce it alternately as "up" and "down".


    Answer:    
    What is a metric?
    Metrics is a property of a route in computer networking, consisting of any value used by routing algorithms to determine whether one route should perform better than another (the route with the lowest metric is the preferred route). The routing table stores only the best possible routes, while link-state or topological databases may store all other information as well. For example, Routing Information Protocol uses hopcount (number of hops) to determine the best possible route.

    A Metric can include:
    • number of hops (hop count)
    • speed of the path
    • latency (delay)
    • path reliability
    • path bandwidth
    • load
    • MTU

    In EIGRP, metrics is represented by an integer from 0 to 4294967295. In Microsoft Windows XP routing it ranges from 1 to 9999.
    Source: http://en.wikipedia.org/wiki/Metrics_(networking)






    Google Reader or Homepage Subscribe Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online Add to Technorati Favorites!
    Web Development : Free Php Scripts | PHP Script and Programs | Javascripts | Javascript Kit | For latest IT news | Sitemap
    Free Web Templates : Nuvio Templates - Free Web Templates & WordPress Themes
    Best PHP email Systems and Forms : PHP Email Systems Script and Programs | Free ready to use Contact me form for your Website | Free PHP contact us form script | PHP Webmasters tools and help | Website Ranking - Rankings - Get Website Optimization basics correct, add great linking strategies and your website rankings will rocket. Most Web Masters lack website optimization service skills, website ranking and website optimization services is our specialty.

    Search Technohub.in

    Guest Book    |   Contact Me    |    Articles    |    Comments    |    Bookmark My Site !    |   Sitemap