InterviewSolution
Saved Bookmarks
| 1. |
Differentiate between packet switching and message switching technique in network communication. |
|
Answer» In packet switched network, data are transmitted in discrete units of potentially variable length blocks called packets, while in message switching mechanism, a node receives a message stores it until the appropriate route is free, then sends it along. |
|