Metropolitan area network (MAN) Interview Preparation Guide
Download PDF

Metropolitan area network (MAN) Frequently Asked Questions in various MAN (Metropolitan area network) Interviews asked by the interviewer. So learn Metropolitan area network (MAN) with the help of this MAN (Metropolitan area network) Interview questions and answers guide and feel free to comment as your suggestions, questions and answers on any MAN (Metropolitan area network) Interview Question or answer by the comment feature available on the page.

10 MAN (Metropolitan area network) Questions and Answers:

1 :: What is 3-way TCP/IP Handshake?

To establish a connection, TCP uses a 3-way handshake. Before a client attempts to connect with a server, the server must first bind to a port to open it up for connections: this is called a passive open. Once the passive open is established then a client may initiate an active open. To establish a connection, the 3-way (or 3-step) handshake occurs:

The active open is performed by sending a SYN to the server.
In response, the server replies with a SYN-ACK.
Finally the client sends an ACK back to the server.
At this point, both the client and server have received an acknowledgement of the connection.

when we want to connect to server for communication we need to establish a connection between server and client. The procedure used for this is called 3-way handshake...this is described as follows
1. Initillay the server is ready to accept the incoming connection by binding to local port. This is called passive open.
2. The client now can connect to server by sending SYN J segment to server. The server responds with SYN J+1 and ACK K
3. At the end the client sends ACK K+1 to server..
At this stage we say that client and server are connected

2 :: How many IPs we can assign to a particular computer?

We may assign more then one IP in windows networking as an secondary IP by defining manual network settings and in CISCO and other modren networking devices also it is possible to define secondary IP. Kindly read IOS help to do so.

3 :: Explain what is DNS(DOMAIN NAME SYSTEM)and what is its purpose?

DNS stands for domain name server
it is used for resolved the IP ADDRESS to domain name or vice versa

4 :: Explain What is metropolitan area networks?

A MAN is optimized for a larger geographical area than a LAN, ranging from several blocks of buildings to entire cities. MANs can also depend on communications channels of moderate-to-high data rates. A MAN might be owned and operated by a single organization, but it usually will be used by many individuals and organizations.

MAN-Metropolitan Area Network......
Many lans are connected to form a MAN.If a lan runs for a few kms(may be within an organization) a MAN can run upto many kms and even can cover a city...the most common example of MAN is LOCAL CABLE NETWORK......

5 :: Explain Under what situations a packet can go into infinite loop in a network?

if there are more than one way for reaching a particular router from the same source router.

1.If TTL(time to live)field become zero.
2.Invalid destination.
3.if any fragment is lost.

6 :: What is a Proxy ARP?

It is using a router to answer ARP requests. This will be done when the originating host believes that a destination is local, when in fact is lies beyond router.

Proxy ARP (Address Resolution Protocol) is a technique by which a device on a given network answers the ARP queries for a network address that is not on that network. The ARP Proxy is aware of the location of the traffic's destination, and offers its own MAC address in reply, effectively saying, "send it to me, and I'll get it to where it needs to go." Serving as an ARP Proxy for another host effectively directs LAN traffic to the Proxy. The "captured" traffic is then typically routed by the Proxy to the intended destination via another interface

The main advantage of proxy ARP is that it can be added to a single router on a network and does not disturb the routing tables of the other routers on the network.

7 :: Explain the difference between hub, switch and router?

HUB When Ethernet was originally designed it used a single fat coax called a backbone. Individual hosts were physically connected to the backbone. This created a party line. Each host has to listen for the backbone to be idle before it started talking. It is possible more then one host will start talking at the same time, in that case the messages collide making them unintelligible. This condition is detected each transmitter stops talking and waits a variable interval before attempting to talk again. The Ethernet network is called a collision domain, since all devices must wait until the line is clear, and may inadvertently interfere with one another.

When Ethernet was modified to run over Unshielded Twisted Pair (UTP) Category rated wiring the original coax backbone was shrunk within the hub, called a collapsed backbone. Functionally a hub operates exactly as the old coax backbone. The ports on the hub provide a point-to-point connection to the Ethernet interface in each computer. With a hub each node must wait for the network to be idle and detect collisions between multiple nodes.

SWITCH As Ethernet networks grew in speed and size the party line nature was recognized as a performance limitation. Switches eliminate the collision domain and work much like the telephone switching system.

When an Ethernet packet arrives at the switch the destination MAC address is examined and the packet is switched to the proper port. Each Ethernet interface has a Media Access Controller (MAC) 48-bit address assigned by the hardware vendor. The switch remembers which MAC addresses are connected to each port. If the Switch does not know which port to use it floods the packet to all ports. When it gets a response it updates its internal MAC address table.

This means Port A can talk to C at the same time F is taking to B. This greatly increases overall performance even though it does not change the speed of individual connections. Because the collision domain is eliminated connections are able to use full duplex, hosts can transmit and receive at the same time improving performance even more.

ROUTER A router is used to interconnect multiple networks. The Internet is literally Internetwork -- a network of networks. Internet router?s work on IP addresses to determine how best to interconnect the sender to the destination. Because router?s work at the IP layer different physicalnetworks can be interconnected, Ethernet, Token Ring, Sonet, even RS232 serial used for dialup can carry IP packets.

Routers intended for home use include Network Address Translation (NAT). This allows a single address assigned by the ISP to be shared by multiple hosts connected to the local network.

8 :: What is a passive topology?

When the computers on the network simply listen and receive the signal, they are referred to as passive because they don?t amplify the signal in any way.

Example for passive topology - linear bus.

9 :: What is difference between DIAL UP INTERNET CONNECTION AND BROADBAND CONNECTION?

Dial up connection requires a username/password & a modem to connect to internet.The maximum speed will be of 56kbps only. In this either the phone or the internet will work at a time.

While in broadband connection (it need a modem & may need user/password).It is directly connected with RJ45 LAN card. Its speed ranges from 256kbps to several mbps. In this both phone line and internet can work together.

10 :: What are the difference between node, host, terminal, system and hub?

These are all different things in networking.
Hub:Where we connect all the the links for a networking connection.
Node:It can be identified as a one connection.
Host:is nothing than if you are going to send a request to the server the questioned system can be know as a host.