Remote - Changing one part breaks another part of the program. For
example, Module A writes to a database. Module B reads from the database. If
changes to what Module A writes to the database break Module B, it is remote
regression.
There's another way to classify regression.
New feature regression - changes to code that is new to release 1.1
break other code that is new to release 1.1.
Existing feature regression - changes to code that is new to release 1.1
break code that existed in release 1.0.