CCN
Content-Centric Networking (CCN) is an information-centric networking approach that emphasizes retrieving data by name rather than by host location. In CCN, applications request data by name through Interest packets; routers route Interests toward potential sources, and Data packets containing the content are returned along the path that satisfied the Interest. The architecture aims to enable efficient content distribution, mobility support, and robustness by leveraging in-network caching.
Core components of CCN include the Content Store (CS), which is in-network cache; the Pending Interest Table
Operation in CCN centers on two packet types: Interest and Data. When a consumer requests content, an
History and status: CCN emerged from information-centric networking research in the 2000s and has seen implementations