Answer:
Process ID is not static.
Having process to listen on IDs are not possible.
Step-by-step explanation:
⇒ Process ID is not static because they are assigned dynamically to the processes while process is created.
⇒ Sometimes, one process manages multiple sockets on different TSAPs, so if process ID is used, it cannot be implemented since one process can have one process ID
⇒It is easy to have processes listen on well known ports, but not possible for well known process IDs.