answersLogoWhite

0


Best Answer

PRIMITIVES means operations.A service in a computer network consists of a set of primitives.The primitives are to be used by the user to access the service.The primitives asks the service to do some action or to report on an action.The primitives are system calls.The primitives varies for different services.The following are some of the primitives used in a computer network.

LISTEN means the block is waiting for an incoming connection.

CONNECT means to establish a connection.

RECEIVE means the block is waiting for an incoming message.

SEND means to send a message.

DISCONNECT means to terminate a connection.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Service primitives in computer network?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When referring to computer networking what is a network service?

The network service is a medium of data manipulation and usage. Concerning computer networking, a network service is fundamental to the functioning of a computer network.


Is computer network service available for homes?

Yes, computer network service is available for homes. The following places offer this service: Geeks 2 U, Rescuecom, Wave Broadband, University of Tulsa, Sure West.


What is meant by the term 'network service'?

The foundation of a network environment involving computers. This means when more than one computer is connected to a server. Businesses with an IT department always use a network service.


When was The Primitives created?

The Primitives was created in 1985.


When did The Primitives end?

The Primitives ended in 1992.


Where can you get computer network consulting?

Places you can get computer network consulting are Elite It Systems, CNC 2 Net, BNC Systems and Computer Business Consultants websites. Check local business listings for local service.


What is the purpose of a host file on a computer?

The hosts file : The computer file hosts is an operating system file that maps hostnames to IP addresses. It is a plain text file. So if you want to take any hosting service then Mywindowshosting.com is really the best option for you. They have 24*7 hours customer service facilities & providing hosting service with an affordable price Thank you.


What services are offered by the Barracuda Network?

Barracuda Network offers many programs for your work or home computer. They specialize in various computer security programs and offer a warranty and after sale service.


What are the distributed database access primitives?

dISTRIBUTED. DATABASE. ACCESS. PRIMITIVES. In the examples of the ... usemore powerful primitives


Do I need to set up a network to have wireless broadband service at home?

You usually do have to set up a network to have wireless broadband service at home, but it depends on the type of computer you are using and your modem or router.


What is network threat?

A network threat is a security breach within a computer system. Examples off this is Denial-of-Service, Unauthorized Access or Confidentiality Breaches.


Discuss the service primitives in a client server model?

A service is formally specified by a set of primitives or operations available to the user to access the service. These primitives tell the service to perform some action or report an action taken by the peer entity. The primitives for the connection oriented service are given in following table. Primitives Meaning Listen Block waiting for an incoming connection Connect Establish a connection with waiting peer Receive Block waiting for an incoming message Send Send a message to the peer Disconnect Terminate a connection Table: - Service primitives for a connection oriented service Communication in a simple client server model using the above service primitives is illustrated in figure [A]. First the server executes LISTEN to indicate that it is ready to accept incoming connections. The client executes CONNECT (1) to establish the connection with the server. The server now unblocks the listener and sends back an acknowledgement (2). Thus the connection is established. Figure [A]:- Simple client server model on a connection oriented network The next step for a server is to execute RECEIVE (3) to prepare to accept the first request. The arrival of the request packet unblocks the server so that it can process the request. After it has done the work it uses SEND (4) to answer to the client. After all the data transfer is done it can use DISCONNECT (5) for suspending the client. When the server gets this packet, it also issues a DISCONNECT (6) and when it reaches the client, the client process is releases and the connection is broken. In the process packets may get lost, timings may be wrong; many other complex issues may arise. The Relationship of Services to Protocols Figure [B]: Relationship between the service and protocols A service is a set of primitives that a layer provides to the layer above it. The service defines what operation the layer is prepared to perform on behalf of its users. It says nothing about the implementation of these operations. A protocol is a set of rules governing the format and meaning of the packets, or messages that are exchanged by the peer entities within a layer. Figure [B] illustrates the relationship of services to protocols. Entities use protocols to implement their service primitives. Protocols relate to the packets sent between entities.