question 1 points 2 are the service primitives of connection - oriented network. listen and connect recv…

question 1 points 2 are the service primitives of connection - oriented network. listen and connect recv send and disconnect all of the choices

question 1 points 2 are the service primitives of connection - oriented network. listen and connect recv send and disconnect all of the choices

Answer

Brief Explanations:

In a connection - oriented network, LISTEN is used to wait for an incoming connection request, CONNECT is for establishing a connection, RECEIVE is for getting data from the connection, SEND is for sending data over the connection, and DISCONNECT is for terminating the connection. So all these are service primitives.

Answer:

E. All of the choices