Socket in socket programming

Q.  The communication structure that we need in socket programming is called as _________.
- Published on 19 Oct 15

a. System calls
b. Socket
c. Procedure
d. Table space

ANSWER: Socket
 

    Discussion

  • Prajakta Pandit   -Posted on 16 Oct 15


      - The communication structure that we need in socket programming is called as Socket .

      - A socket acts as an end point.

      - Two processes can communicate if and only if they have a socket at each end.

      - The socket primitive creates a new end point and allocates table space for it within the transport entity.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)