Service is a fairly generic name for a piece of code that does something, in DDD this should be contrasted with a Domain Service, which provides specific functionality to the Domain, particularly across and between Entities, Value Objects and other Services
Blogged Services
domaindrivendesign.org reference