Sockets MCQS
Sockets MCQS
a. SOCK_STREAM b. SOCK_DGRAM
c. SOCK_RAW d. SOCK_SEQPACKET
In __________ representation, the least significant byte is stored in the starting address.
RPC provides a(an) _____ on the client-side, a separate one for each remote procedure.
The server pays no attention. These are stored in a queue, waiting for service. They could all be from
one client or from many clients. They are processed by the order of arrival.
c. on the same computer and also on different computers connected with network
The purpose of the ________ is to provide a smooth transition mechanism for applications running on
TCP and wishing to move to SCTP.
a. one-to-one socket b. many-to-one socket
Recognize the function converts 32 bit data from network byte order to host byte order.
The arrangement of bytes when data is transmitted over the network is called ___
The server pays no attention. These are stored in a queue, waiting for service. They could all be from
one client or from many clients. They are processed by the order of arrival.
a. Machine-dependent b. Stub-based
Which type of Socket is used for application program that directly uses the services of IP?
a. SOCK_STREAM b. SOCK_DGRAM
c. SOCK_RAW d. SOCK_SEQPACKET
The fork process is called once, but it returns twice. The return values are -----and------