Connect with us

Computer

Computer Networking

It is not a valid socket primitive for TCP protocol ___

Correct Answer is: Reject

Explanation:

What is TCP socket primitive?

A socket primitive is a socket-related function that is provided by various high-level programming language libraries.

list of some socket primitives for TCP given below ..

SOCKET – create a new endpoint for network communication.
BIND – attach a socket to a specific local address (specified by IP address and port number).
LISTEN – indicate that the socket can accept new connections.For servers to create a socket and listen for clients arrival
ACCEPT – begin a network connection following an incoming connection request.
CONNECT – attempt to establish a connection request.
SEND – transmit data over the connection.
RECEIVE – receive data over the connection.
CLOSE – release the connection.
SEND, RECEIVE, and DISCONNECT: For both client and server

Recently updated  

on

Q.The average time required to reach a storage location in memory and obtain its contents is called the

Q.The Circuit used to store one bit of data is known as

Q.If ‘M’ denotes the number of memory locations and ‘N’ denotes the word size, then an expression that denotes the storage capacity is_______.

Q.What is the location of the internal registers of CPU ?

Q.Which of the following is independent of the address bus?

Q.Size of the ________ memory mainly depends on the size of the address bus.

Q.Which of the following is the fastest means of memory access for CPU?

Q.Any electronic holding where data can be stored and retrieved later whenever required is _____.

Q.What does SVGA stand for || Full form of SVGA ?

Q.A special request originated from some device to the CPU to acquire some of its time is called ______.

Advertisement
Advertisement