archived redo log files are online redolog files which are archived to a destination when the logswitch occurs.these files are very useful when performing recovery to specified time or specified scn
Archived redo log means store the history of the redolog files.To recover the database till the point of failer archive files play the important role.for it our database must be in archive mode
Filled groups of online redo log files stores to one or more offline destinations. These destinations called archived redo log. The process of turning online redo log into archive redo log called ARCHIVING.