suppose I now have a process that prints "hello world" in a loop. From a process perspective alone, will it be assigned a port number when I start it?
in other words, is the port number only available when I get the process bound, or is it randomly assigned to a port as soon as the process is started?
now leads to the second problem, let"s say I have a client process AMagi IP address is IPA, and a server process BMagee IP address is IPB. Process B actively listens (binds) the port PB, and now process A has a connection pool that points to IPB and PB. Now that process A takes 10 connections from the connection pool and sends data to process B at the same time, what is the quad of these 10 connections like?