Sunday, March 9, 2014

Computer Network

1. Define packet switching?
            A packet switch is a device with several inputs and outputs leading to and from  the hosts that the switch interconnects.

2. What is a virtual circuit?
            A logical circuit made between the sending and receiving computers. The connection is made after both computers do handshaking. After the connection, all packets follow the same route and arrive in sequence.

3. What are data grams?
In datagram approach, each packet is treated independently from all others. Even when one packet represents just a place of a multi packet transmission, the network treats it although it existed alone. Packets in this technology are referred to as datagram.

4. What is meant by switched virtual circuit?
Switched virtual circuit format is comparable conceptually to dial-up line in circuit switching. In this method, a virtual circuit is created whenever it is needed and exits only for the duration of specific exchange.

5. What is meant by Permanent virtual circuit?
Permanent virtual circuits are comparable to leased lines in circuit switching.  In this method, the same virtual circuit is provided between two uses on a continuous basis. The circuit is dedicated to the specific uses.  

6. What are the properties in star topology?
·         Even though a switch has a fixed number of inputs and outputs, which limits the number of hosts that can be connected to a single  switch , large networks can be built by interconnecting a number of switches.
·         We can connect switches to each other and to hosts using point-to point links, which typically means that we can build networks of large geographic scope.

7. What is VCI?
            A Virtual Circuit Identifier that uniquely identifies the connection at this switch, and which will be carried inside the header of the packets that belongs to this connection.




8. What is hop-by-hop flow control?
            Each node is ensured of having the buffers it needs to queue the packets that arrive on that circuit. This basic strategy is usually called hop-by-hop flow control.

9. Explain the term best-effort?
            If something goes wrong and the packet gets lost, corrupted, misdelivered, or in any way fails to reach its intended destination, the network does nothing.

10. What is maximum transmission unit?
            MTU- which is the largest IP datagram that it can carry in a frame .

11. Define Routing?
            It is the process of building up the tables that allow thwe collect output for a packet to be determined.

12. Define ICMP?    
            Internet Control Message Protocol is a collection of error messages that are sent back to the source host whenever a router or host is unable to process an IP datagram successfully

13. Write the keys for understanding the distance vector routing?
The three keys for understanding the algorithm are,
·         Knowledge about the whole networks
·         Routing only to neighbors

·         Information sharing at regular intervals 

No comments:

Post a Comment