回答:
どちらも同じタスクを実行しません。
それぞれのmanページから:
reboot, halt, poweroff
These programs allow a system administrator to reboot, halt or poweroff the system.
Requests that the system be rebooted after it has  been brought down.
の-fオプションがない場合、rebootすべてのプロセスを正常に終了し、シグナル15を送信します。ただし、usingを使用reboot -fすると、   reboot(2)システムコール自体が呼び出され(REBOOTCOMMAND引数が渡されます)、システムが直接再起動します。
内部的にrebootは、を使用しshutdown -rます。