Fast mode uses the sql server OUTFILE/LOAD statements to backup and restore tables. Much faster but requires the File_Priv option set to 'Y' (Enabled) on the database for the user. Ask your server administrator for it.
Normal mode uses the sql server single SELECT/INSERT statements to backup and restore tables.
Mode used to backup or unload MUST be used for restore or load.