how do you programme Carrier Sense Multiple Access
Answer / 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 |
What is the use of printf() and scanf() functions?
2. What does static variable mean?
Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.
2 Answers Scientific Atlanta, Wipro,
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
How do you print only part of a string?
How can I do serial ("comm") port I/O?
User define function contain thier own address or not.
Write a program that accept anumber in words
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
Write a C program to fill a rectangle using window scrolling
biggest of two no's with out using if condition statement
how to multiply two number taking input as a string (considering sum and carry )