In queue terminology, the 'front' is the end from which items are deleted (following FIFO - First In First Out principle), while the 'rear' is the end where new items are added. 'Top' is terminology for stacks, not queues. This terminology is consistent across queue implementations in various programming languages.