adspace
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
will u please send me the placement papers to my mail???????????????????
swap 2 numbers without using third variable?
write a progrmm in c language take user interface generate table using for loop?
How can I implement sets or arrays of bits?
How do you convert strings to numbers in C?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Do you know the difference between malloc() and calloc() function?
What are compound statements?
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.
ATM machine and railway reservation class/object diagram
Differentiate between null and void pointers.
write a program to find out prime number using sieve case?
Explain the difference between null pointer and void pointer.
What is dynamic dispatch in c++?