Multiple choice

Which of the following system calls results in the sending of SYN packets?

  1. socket

  2. bind

  3. listen

  4. connect

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

SYN packages are used for synchronization between sender & receiver these packets are sent by sender during connect system call synchronous connection.