In Informatica transformations, a Filter transformation drops rows that don't meet the filter condition (only matching rows pass through). A Router transformation passes ALL rows through different output groups based on conditions - it doesn't drop any rows. Thus C is correct.