Paging in operating system design help to manage memory algorithms. Although paging reduces external fragmentation, it also brings about internal fragmentation. The smaller the page size even though might result in smaller page tables reduces the amount of memory that is consumed due to internal fragmentation. The advantage of the large page size is that there are fewer page table entries (smaller page tables), and smaller TLB. It also reduces overall memory management processing on the system.