Blogroll
Pages
Categories
Categories
Archives
Tag Archives: cam
Working of a CAM
Let us see how CAM works in hardware. As mentioned earlier CAM can be binary or ternary.
Binary CAM cell
CAM logic will simply have the storage circuitry and comparator logic to provide the match information for the searches performed. In this case a XOR gate is used to compare between the stored data and the [...]
Software and Hardware CAM
Hardware search engines are faster than algorithmic approaches for search intensive applications. Also, the turnaround time of a hardware CAM would be highly deterministic while that of software would depend on how efficiently the search-tree balancing algorithm is implemented. However, software would results in low costs. Hybrid CAMS integrate the robustness of a hardware CAM [...]
CAM’s : Memories Faster then RAM’s
Content Addressable Memorys (CAM’s) in their most trivial form, work in a way opposite to conventional memories. While a random access memory (RAM) returns data upon providing the address, a CAM provides address when data is supplied. So effectively a CAM is a search tool that looks for the data in question within [...]
Posted in What's new Also tagged CAM's : Memories Faster then RAM's, cams, content addressable memory, ram, technology Leave a comment
Other Applications of CAM