Do the following statements refer to an OS mechanism (M), ab…
Do the following statements refer to an OS mechanism (M), abstraction (A) or policy (P)? Enter M, A, or P in each text box. a) The OS represents communication endpoints as sockets. b) A process can wait for incoming connections on sockets via accept(). c) A socket number may be reused. d) A process can open up to SOME_MAX_NUMBER sockets. e) All threads in an address space can access all sockets opened by anyone in the process.