I'm reviewing my wallace/watkins book, and I'm coming across a few things; whether questions about inconsistencies or whatever, so I'll be spending the next few days bugging this board with questions. Hope you don't mind

I'm on chapter 2, scribbling down notes so I have a '**** sheet' for my labbing, and I can't help but notice the similarity between the '
security authentication failure rate # log' and '
login block-for # attempts # within #' commands.
Obviously the 2nd command is more useful, by nature of having more options to choose, but other than that, is there any major difference between the 2? Situations where 1 is more useful than the other?
Now that I'm thinking though, I suppose they sortof overlap. The 2nd for automated/brute-force attacks where attempts are made rather quickly, while the first (with it's lack of a
within seconds option) may be more for when someone is more passively trying to see if they can guess the login perhaps?
EDIT: err, except it still only blocks for 15 seconds, so I retract that. I don't see where the 1st command (security authentication failure) would be more useful than the other command.