InterviewSolution
Saved Bookmarks
| 1. |
Explain What Are The Port Number / Socket Number And Connection Multiplexing? |
|
Answer» Transport layer assigns a unique set of numbers for each CONNECTION. These numbers are called port or socket numbers TCP, and UDP, provide a multiplexing function for a device: This allows multiple APPLICATIONS to SIMULTANEOUSLY SEND and receive data. Transport layer assigns a unique set of numbers for each connection. These numbers are called port or socket numbers TCP, and UDP, provide a multiplexing function for a device: This allows multiple applications to simultaneously send and receive data. |
|