Functions used in IPC using shared memory and message queues

The most commonly used functions and terms for IPC using shared memory and message queues are ftok, shmget, shmat, shmdt, shmctl, msgget, msgrcv, and msgsnd.