> Are both TCP and UDP actually used for these? If not, please only list the > protocols which are used (not just reserved). >
Only UDP is used currently. Index: services =================================================================== RCS file: /cvs/src/etc/services,v retrieving revision 1.93 diff -u -p -r1.93 services --- services 31 Dec 2014 11:52:22 -0000 1.93 +++ services 26 Jul 2015 19:02:41 -0000 @@ -228,12 +228,14 @@ eppc 3031/tcp # Remote AppleEvents/PP eppc 3031/udp # Remote AppleEvents/PPC Toolbox iscsi 3260/tcp # ISCSI mysql 3306/tcp # MySQL +rdp 3389/tcp # Microsoft Remote Desktop Protocol iapp 3517/tcp 802-11-iapp # IEEE 802.11f IAPP iapp 3517/udp 802-11-iapp # IEEE 802.11f IAPP daap 3689/tcp # Digital Audio Access Protocol daap 3689/udp # Digital Audio Access Protocol svn 3690/tcp # Subversion -rdp 3389/tcp # Microsoft Remote Desktop Protocol +bfd-control 3784/udp # BFD Control Protocol +bfd-echo 3785/udp # BFD Echo Protocol sieve 4190/tcp # ManageSieve Protocol sieve 4190/udp # ManageSieve Protocol krb524 4444/tcp # Kerberos 5->4
