| Name |
Function |
Purpose |
| DHCP |
Dynamic Host Configuration Protocol |
Allocates IP addresses dynamically to clients. |
| DNS |
Domain Name Server/System |
Provides domain names to identify local services on the server. |
| LPD |
Line Printer Daemon |
Provides a centralised printing system so that clients can access a single printer. |
| NFS |
Networked File System |
Exports the file system of the server, or another machine, so that other machines on the network can access the files as if they were located on the machines own hard disk. |
| Samba |
Windows SMB/NMB networking |
Allows Windows-based clients to access the network. |
| FTP |
File Transfer Protocol |
Allows the movement of files over the network, usually between the client and the server. |
| Telnet |
Remote login |
Allows command line login to execute instructions on one machine from another. |
| rlogin |
Remote login |
Same as Telnet, but less secure. |
| SSH |
Remote login, with encryption |
Like Telnet, but encrypted for improved security. |
| HTTP |
Hypertext Transfer Protocol |
A web server, allowing the development of Internet/Intranet systems over the LAN. |
| SMTP |
Simple Mail Transfer Protocol |
Delivers email over the local network. |
| POP |
Post Office Protocol |
Allows retrieval of email over the network. |
| IMAP |
Internet Message Access Protocol |
Allows access to email stored on a server, rather than downloading, as you do with POP. |