There are web applications that must always run on the server in order to work, create open port/socket we usually reverse proxy via Nginx or Apache later.

But there also are applications that do not run unless resource is requested or cron job is triggered. Most commonly PHP sites.

How can be call this two types to distinguish them?