In-band control passes control data on the same connection as main data.
Protocols that use in-band control include HTTP and SMTP.
This is as opposed to Out-of-band control used by protocols such as FTP.
Here is an example of an SMTP client-server interaction: SMTP is in-band because the control messages, such as "HELO" and "MAIL FROM", are sent in the same stream as the actual message content.
This computer networking article is a stub.