Enabling plugin on service

what does enabling a plugin on a service means ?
Does it means the plugin will be executed for every matched route that belongs to that service ?

@Ramkrishna_Maheta - That is correct, when you enable plugin on a service it will be in path of all requests/response going to service via any routes attached to it.

But, when you attach a plugin to route, it’s applied only specific to the routes.