The document details the design and implementation of a lossless LZW data compression algorithm, aiming to enhance compression efficiency by utilizing a dictionary based on content addressable memory. The proposed system achieves a storage space reduction of 60.25% and a compression rate increase of 30.3%. It describes the algorithm's operation, implementation using finite state machine technique, and presents simulation results that validate its effectiveness.