adspace


how do you programme Carrier Sense Multiple Access

Answer Posted / Meenakshi Pal

Carrier Sense Multiple Access (CSMA) is a method used for accessing a communication channel in a network. In C programming, CSMA can be implemented using the following steps:
1. The station listens to the channel before transmitting.
2. If the channel is busy, the station waits until it becomes free.
3. The station sends its data packet when the channel is free.
4. After sending the data packet, the station waits for an acknowledgement (ACK) from the receiver.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

will u please send me the placement papers to my mail???????????????????

1939


swap 2 numbers without using third variable?

1217


write a progrmm in c language take user interface generate table using for loop?

2129


How can I implement sets or arrays of bits?

1129


How do you convert strings to numbers in C?

1351


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2522


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

2269


Do you know the difference between malloc() and calloc() function?

1144


What are compound statements?

1301


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

2406


ATM machine and railway reservation class/object diagram

5344


Differentiate between null and void pointers.

1270


write a program to find out prime number using sieve case?

2182


Explain the difference between null pointer and void pointer.

1165


What is dynamic dispatch in c++?

1142