A look up table is a table whose values are seldom or never updated. They are basically used for references. A good example of a look-up table is a 'country's' table.
Lookup tables are like master tables which are static & will be referred by other Base tables for reference. Lookup tables are basically used for referring a predefined data which are stored in these tables.