Synonym is just a second name of table used for multiple link of database.
View can be created with many tables, and with virtual columns and with conditions. But synonym can be on view.
Alias is temporary and used with one query. Synonym is permanent and not used as alias.