InterviewSolution
Saved Bookmarks
| 1. |
In Synchronous communication, what are common errors that can occur in this communication scenario? |
|
Answer» Application Error − There is an error at receiver end while processing a message and sender is not aware about this error and keeps waiting for the reply. Network level Error − In this error, there is an error in communication network between sender and receiver. Sender is not aware about this and message stuck in between and sender waits till the operation timeout. Error is response message − In this scenario, an error occurs and response message gets stuck in between and sender keeps on waiting. |
|