Wednesday, 10 October 2012

TEN TOP QUESTIONS OF THE YEAR

1. What is TCP/IP and its integration?

TCP/IP is known as Transmission control protocol and Internet protocol. Its integration as as, Reliability not achieved at lower layers shall be implemented at the higher layers and more importantly each Layer in TCP/IP protocol suite is responsible for some network operations. IP though unreliable it implements routing of network information across the nodes upto the destination. But TCP cannot do this it implements only the end-to-communication (i.e) the source and destination without taking care of the intermediate nodes across which the network information should pass through which is done by IP layer. Therefore IP is integrated with TCP.

2. How to install Printer in the network?

Go to the start menu -> setting -> printers and fax -> add a printer -> local printer attached to this pc -> create the new port -> select the standard TCP/IP protocol -> and enter the ip address and insert the printer CD for driver and install the printer drive. After that, share printer to all computers.

3. What is PING?

PING stands Packet Internet Gopher. This is a utility for ensuring connectivity between computers . ICMP protocol works behind this utility. Under it , sending node sends packets to destination node and reply its received if there is proper communication between two.

4. Difference between VLAN and INTER-VLAN?

VLAN(Virtual Local Area Network) is a logical grouping of network users and resources connected to administratively defined ports on a switch. VLAN’s break up broadcast domains in layer 2 switch network.Virtual LANs (VLANs) divide one physical network into multiple broadcast domains. But, VLAN-enabled switches cannot by themselves, forward traffic across VLAN boundaries. So you need to have routing between these VLANs which is called interVLAN routing. You can achieve this by using either a Layer 3 switch or a router.

5. What is router protocol and routing protocol?

A routing protocol is used by router to dynamically find all the networks in the  internetwork and to ensure that all routers have the same routing table. Basically routing protocol determines the path of a packet through an internetwork. A routed protocol can be used to send user data through the established enterprise, when routers know about all networks. Routed protocols are assigned to an interface and determine the method of packet delivery.

6. Difference between TPC and UDP?

The difference between TCP and UDP is connection(TCP) and connectionless(UDP) protocol. Because In TCP for transferring every Packets it needs a acknowledgment packet from receiver ,so if any packet loss happens receiver will not send a acknowledgment for that packet so Transmitter will once again send the packet.so TCP is reliable connection unless UDP will send a packet and will not expect any acknowledgment from the receiver so it is not reliable.


7. What are the important Network topologies?

BUS topology: In this each computer is directly connected to primary network cable in a single line.
STAR topology: In this all computers are connected using a central hub.
RING topology: In this all computers are connected in loop.

8. Explain the work of SWITCH in detail.

Switch is a data link layer device that connect multiple LAN segments to form a single network segment. In switch when we transmit the data first it examine the data packets for source and destination then the switch forward the data packet to the appropriate destination.

9. Advantages of LAN:

Workstations can share peripheral devices like printers. This is cheaper than buying a printer for every workstations. Workstations do not necessarily need their own hard disk or CD-ROM drives which make them cheaper to buy than stand-alone PCs. User can save their work centrally on the network s file server. This means that they can retrieve their work from any workstation on the network. They don t need to go back to the same workstation all the time. Users can communicate with each other and transfer data between workstations very easily. One copy of each application package such as a word processor spreadsheet etc. can be loaded onto the file and shared by all users. When a new version comes out it only has to be loaded onto the server instead of onto every workstation.

10. What is OSI and its main purpose?

OSI reference model consisting of 7 layers helps the data to be moved in more optimal from source to the destination.And here the protocols are better hidden so the further enhancement can be done easily.This reference model can be used for both connection oriented and connection-less service.
It was a set of top 10 Networking questions and answers for Interview. These questions are previously asked in the interview. If you have any more questions regarding networking, do not hesitate to drop me a mail at prateek@thetechnoclub.com. We will look forward for your queries.

No comments:

Post a Comment