Why does CSMA/CD not work for medium access control of WLAN? What is the alternative mechanism of CSMA/CD? Write steps of operation to implement such an alternative mechanism.
The basic idea behind CSMA/CD is that a station needs to be able to receive while transmitting to detect collision. When there is a collision the station receives two signal: its own signal and the signal transmitted by a second station. To distinguish between the situation when there is a collision and when there is no collision, the received signals must be significantly different. The signal must add a significant amount of energy to the one created by the first one.in a wired network, the received signal has almost same energy as the sent signal because of the amplifiers which amplifies the energy between the sender and the receiver. but in a wireless network, much of the sent energy is lost in transmission. The received signal adds only 5% to 10% additional energy which is not useful for effective collision detection. So CSMA/CD does not work for WLAN.
Since the collision cannot be detected in WLAN by CSMA/CD, so the collision must be avoided. To avoid collision CSMA/CA is used.
Describe the architecture of a 3G network. What are the various services associated with a 3G network?
What are tunnelling and encapsulation in the context of mobile IP?
What are the differences between AVL Tree & Binary Search Tree ?
Write short notes on: