InterviewSolution
Saved Bookmarks
| 1. |
What Is The Dynamic And/or Private Ports. (range: 49152 To 65535)? |
|
Answer» These ports can’t be REGISTERED by IANA. This is used for CUSTOM or temporary purposes and for AUTOMATIC allocation of short-lived (or ephemeral) ports which is used internally by application/processes. You can see these ports by running ‘netstat’ command under “Local ADDRESS” column. These ports can’t be registered by IANA. This is used for custom or temporary purposes and for automatic allocation of short-lived (or ephemeral) ports which is used internally by application/processes. You can see these ports by running ‘netstat’ command under “Local address” column. |
|