|
|
||
|
What are the two types of RACH procedure ?In 5G, the Random Access Channel (RACH) process is crucial for initial access, allowing devices to establish a connection with the network. There are two main types of RACH procedures: Contention-Based and Non-Contention-Based. Each serves different scenarios and requirements within the 5G system. Contention-Based RACHContention-Based RACH is the most common procedure for initial access, especially when a device is connecting to the network for the first time or after losing synchronization. In this method, multiple devices may attempt to access the network at the same time using the same set of resources. The process involves four main steps:
This method is efficient for handling a large number of devices but can result in collisions if multiple devices choose the same preamble. The contention resolution step is essential to ensure only one device succeeds in accessing the network. Non-Contention-Based RACHNon-Contention-Based RACH is used in scenarios where the network can directly assign a unique preamble to a specific device. This eliminates the possibility of collisions, as no other device will use the same preamble at the same time. The typical use cases include:
The procedure is simpler and faster since there is no need for contention resolution. The device transmits the assigned preamble, receives a response, and proceeds with the connection setup. Summary
The choice between these two procedures depends on the network's requirements, device type, and the specific scenario (e.g., initial access, handover, or scheduled communication). Further Readings |
||