how do you programme Carrier Sense Multiple Access



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

Post New Answer

More C Interview Questions

What is the use of printf() and scanf() functions?

1 Answers  


2. What does static variable mean?

2 Answers  


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?

1 Answers  


How can I do serial ("comm") port I/O?

1 Answers   Celstream,


User define function contain thier own address or not.

2 Answers  


Write a program that accept anumber in words

1 Answers  


Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

5 Answers   IBM, KJH,


Write a C program to fill a rectangle using window scrolling

1 Answers  


biggest of two no's with out using if condition statement

8 Answers  


how to multiply two number taking input as a string (considering sum and carry )

2 Answers   Wipro,


Categories