The Request Node is the Master. It's usually a CPU core or a GPU. There are two types:
- RN-F (Fully Coherent): Has its own cache and can be snooped. Like a high-end ARM core.
- RN-I (IO Coherent): Does NOT have a cache that others can snoop. Like a simple DMA engine.