Which services are present depends on which version of LabVIEW RT you are using. Services that are common in all versions:
FTP server
Device discovery server - this is what allows RT targets to show up in MAX under remote devices
LabVIEW - the data that is sent when you connect to the target from host LabVIEW and view front panels, download VIs, etc
VI Server - if you have enabled network access to VI server on your target, the target will respond to remote VI server requests
Web server - if you have enabled the web server on the target
When you install software on your target, if you only install the LabVIEW component (and its dependencies) and nothing else, I don't think there will be any other network services running. But it is possible I'm forgetting some. One optional component you can install that will listen on network ports is the Shared Variable Engine (only available in RT 8.0 and later).
If your target is a fieldpoint, I believe there are some more services running as well, but I'm not very familiar with the details.
greg