Multiple choice LISTEN primitive, which is used in implementing a connection oriented service means block waiting for an incoming connection establish a connection with a waiting peer block waiting for an incoming message terminate a connection send a message to the peer Reveal answer Fill a bubble to check yourself A Correct answer Explanation In a connection oriented service, the server first executes LISTEN to indicate which is prepared to accept incoming connections. After this execution, the server process is blocked until a request for connection appears.