Networking Interview Question and Answers
6. | What are the important topologies for networks? |
---|---|
|
7. | What are the duties of data link layer? |
---|---|
Data link layer is responsible for carrying packets from one hop (computer or router) to the next. The duties of data link layer include packetizing, adderssing, error control, flow control, medium access control. |
8. | What is virtual channel? |
---|---|
Virtual channel is normally a connection from one source to one destination, although multicast connections are also permitted. The other name for virtual channel is virtual circuit. |
9. | What is multicast routing? |
---|---|
Sending a message to a group is called multicasting, and its routing algorithm is called multicast routing. |
10. | What is TELNET ? |
---|---|
TELNET is a client - server application that allows a user to log on to a remote machine,giving the user access to the remote system. TELNET is an abbreviation of terminal network. |