Once upon a time, Phil Mayers <p.may...@imperial.ac.uk> said:
> On that topic; I'm familiar with how TCAM can be used to accelerate 
> routing lookups, but less so with SRAM. Is the SRAM used to implement a 
> "simple" lookup table/tree, or does SRAM have some special properties 
> that enable it to do fast routing lookups?

SRAM is just normal RAM (address based lookups).  It differs from DRAM
in that it does not need to be periodically refreshed and can operate
with lower access times.

With faster RAM, regular data structures (e.g. trie) are fast enough for
routing lookups.

-- 
Chris Adams <cmad...@hiwaay.net>
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to