Question : How to find  list of Listner TCP port in Winsock

I want to find out the list of Listner TCP port through Vc++.

It work just like netstat command in windos98,NT.

Answer : How to find  list of Listner TCP port in Winsock

Hi here's a list of all ports:im sure you'll find what your looking for.
+ The Good Stuff List of Useful Things to Know
IP Port Numbers - Full Listing
PORT NUMBERS

The port numbers are divided into three ranges: the Well Known Ports, the Registered Ports, and the Dynamic and/or Private Ports.

The Well Known Ports are those from 0 through 1023.

The Registered Ports are those from 1024 through 49151

The Dynamic and/or Private Ports are those from 49152 through 65535

WELL KNOWN PORT NUMBERS

The Well Known Ports are controlled and assigned by the IANA and on most systems can only be used by system (or root) processes or by programs executed by privileged users.

Ports are used in the TCP [RFC793] to name the ends of logical connections which carry long term conversations. For the purpose of providing services to unknown callers, a service contact port is defined. This list specifies the port used by the server process as its contact port. The contact port is sometimes called the "well-known port".

To the extent possible, these same port assignments are used with the UDP [RFC768].

The assigned ports use a small portion of the possible port numbers. For many years the assigned ports were in the range 0-255. Recently, the range for assigned ports managed by the IANA has been expanded to the range 0-1023.

Port Assignments:


Keyword         Decimal    Description                     References
-------         -------    -----------                     ----------
                  0/tcp    Reserved
                  0/udp    Reserved
#                          Jon Postel <[email protected]>
tcpmux            1/tcp    TCP Port Service Multiplexer
tcpmux            1/udp    TCP Port Service Multiplexer
#                          Mark Lottor <[email protected]>
compressnet       2/tcp    Management Utility
compressnet       2/udp    Management Utility
compressnet       3/tcp    Compression Process
compressnet       3/udp    Compression Process
#                          Bernie Volz <[email protected]>
#                 4/tcp    Unassigned
#                 4/udp    Unassigned
rje               5/tcp    Remote Job Entry
rje               5/udp    Remote Job Entry
#                          Jon Postel <[email protected]>
#                 6/tcp    Unassigned
#                 6/udp    Unassigned
echo              7/tcp    Echo
echo              7/udp    Echo
#                          Jon Postel <[email protected]>
#                 8/tcp    Unassigned
#                 8/udp    Unassigned
discard           9/tcp    Discard
discard           9/udp    Discard
#                          Jon Postel <[email protected]>
#                10/tcp    Unassigned
#                10/udp    Unassigned
systat           11/tcp    Active Users
systat           11/udp    Active Users
#                          Jon Postel <[email protected]>
#                12/tcp    Unassigned
#                12/udp    Unassigned
daytime          13/tcp    Daytime
daytime          13/udp    Daytime
#                          Jon Postel <[email protected]>
#                14/tcp    Unassigned
#                14/udp    Unassigned
#                15/tcp    Unassigned [was netstat]
#                15/udp    Unassigned
#                16/tcp    Unassigned
#                16/udp    Unassigned
qotd             17/tcp    Quote of the Day
qotd             17/udp    Quote of the Day
#                          Jon Postel <[email protected]>
msp              18/tcp    Message Send Protocol
msp              18/udp    Message Send Protocol
#                          Rina Nethaniel <---none--->
chargen          19/tcp    Character Generator
chargen          19/udp    Character Generator
ftp-data         20/tcp    File Transfer [Default Data]
ftp-data         20/udp    File Transfer [Default Data]
ftp              21/tcp    File Transfer [Control]
ftp              21/udp    File Transfer [Control]
#                          Jon Postel <[email protected]>
ssh              22/tcp    SSH Remote Login Protocol
ssh              22/udp    SSH Remote Login Protocol
#                          Tatu Ylonen <[email protected]>
telnet           23/tcp    Telnet
telnet           23/udp    Telnet
#                          Jon Postel <[email protected]>
                 24/tcp    any private mail system
                 24/udp    any private mail system
#                          Rick Adams <[email protected]>
smtp             25/tcp    Simple Mail Transfer
smtp             25/udp    Simple Mail Transfer
#                          Jon Postel <[email protected]>
#                26/tcp    Unassigned
#                26/udp    Unassigned
nsw-fe           27/tcp    NSW User System FE
nsw-fe           27/udp    NSW User System FE
#                          Robert Thomas <[email protected]>
#                28/tcp    Unassigned
#                28/udp    Unassigned
msg-icp          29/tcp    MSG ICP
msg-icp          29/udp    MSG ICP
#                          Robert Thomas <[email protected]>
#                30/tcp    Unassigned
#                30/udp    Unassigned
msg-auth         31/tcp    MSG Authentication
msg-auth         31/udp    MSG Authentication
#                          Robert Thomas <[email protected]>
#                32/tcp    Unassigned
#                32/udp    Unassigned
dsp              33/tcp    Display Support Protocol
dsp              33/udp    Display Support Protocol
#                          Ed Cain <[email protected]>
#                34/tcp    Unassigned
#                34/udp    Unassigned
                 35/tcp    any private printer server
                 35/udp    any private printer server
#                          Jon Postel <[email protected]>
#                36/tcp    Unassigned
#                36/udp    Unassigned
time             37/tcp    Time
time             37/udp    Time
#                          Jon Postel <[email protected]>
rap              38/tcp    Route Access Protocol
rap              38/udp    Route Access Protocol
#                          Robert Ullmann <[email protected]>
rlp              39/tcp    Resource Location Protocol
rlp              39/udp    Resource Location Protocol
#                          Mike Accetta <[email protected]>
#                40/tcp    Unassigned
#                40/udp    Unassigned
graphics         41/tcp    Graphics
graphics         41/udp    Graphics
name             42/tcp    Host Name Server
name             42/udp    Host Name Server
nameserver       42/tcp    Host Name Server
nameserver       42/udp    Host Name Server
nicname          43/tcp    Who Is
nicname          43/udp    Who Is
mpm-flags        44/tcp    MPM FLAGS Protocol
mpm-flags        44/udp    MPM FLAGS Protocol
mpm              45/tcp    Message Processing Module [recv]
mpm              45/udp    Message Processing Module [recv]
mpm-snd          46/tcp    MPM [default send]
mpm-snd          46/udp    MPM [default send]
#                          Jon Postel <[email protected]>
ni-ftp           47/tcp    NI FTP
ni-ftp           47/udp    NI FTP
#                          Steve Kille <[email protected]>
auditd           48/tcp    Digital Audit Daemon
auditd           48/udp    Digital Audit Daemon
#                          Larry Scott <[email protected]>
tacacs           49/tcp    Login Host Protocol (TACACS)
tacacs           49/udp    Login Host Protocol (TACACS)
#                          Pieter Ditmars <[email protected]>
re-mail-ck       50/tcp    Remote Mail Checking Protocol
re-mail-ck       50/udp    Remote Mail Checking Protocol
#                          Steve Dorner <[email protected]>
la-maint         51/tcp    IMP Logical Address Maintenance
la-maint         51/udp    IMP Logical Address Maintenance
#                          Andy Malis <[email protected]>
xns-time         52/tcp    XNS Time Protocol
xns-time         52/udp    XNS Time Protocol
#                          Susie Armstrong <Armstrong.wbst128@XEROX>
domain           53/tcp    Domain Name Server
domain           53/udp    Domain Name Server
#                          Paul Mockapetris <[email protected]>
xns-ch           54/tcp    XNS Clearinghouse
xns-ch           54/udp    XNS Clearinghouse
#                          Susie Armstrong <Armstrong.wbst128@XEROX>
isi-gl           55/tcp    ISI Graphics Language
isi-gl           55/udp    ISI Graphics Language
xns-auth         56/tcp    XNS Authentication
xns-auth         56/udp    XNS Authentication
#                          Susie Armstrong <Armstrong.wbst128@XEROX>
                 57/tcp    any private terminal access
                 57/udp    any private terminal access
#                          Jon Postel <[email protected]>
xns-mail         58/tcp    XNS Mail
xns-mail         58/udp    XNS Mail
#                          Susie Armstrong <Armstrong.wbst128@XEROX>
                 59/tcp    any private file service
                 59/udp    any private file service
#                          Jon Postel <[email protected]>
                 60/tcp    Unassigned
                 60/udp    Unassigned
ni-mail          61/tcp    NI MAIL
ni-mail          61/udp    NI MAIL
#                          Steve Kille <[email protected]>
acas             62/tcp    ACA Services
acas             62/udp    ACA Services
#                          E. Wald <[email protected]>
whois++          63/tcp    whois++
whois++          63/udp    whois++
#                          Rickard Schoultz <[email protected]>
covia            64/tcp    Communications Integrator (CI)
covia            64/udp    Communications Integrator (CI)
#                          "Tundra" Tim Daneliuk
#                          <[email protected].il.us>
tacacs-ds        65/tcp    TACACS-Database Service
tacacs-ds        65/udp    TACACS-Database Service
#                          Kathy Huber <[email protected]>
sql*net          66/tcp    Oracle SQL*NET
sql*net          66/udp    Oracle SQL*NET
#                          Jack Haverty <[email protected]>
bootps           67/tcp    Bootstrap Protocol Server
bootps           67/udp    Bootstrap Protocol Server
bootpc           68/tcp    Bootstrap Protocol Client
bootpc           68/udp    Bootstrap Protocol Client
#                          Bill Croft <[email protected].EDU>
tftp             69/tcp    Trivial File Transfer
tftp             69/udp    Trivial File Transfer
#                          David Clark <[email protected]>
gopher           70/tcp    Gopher
gopher           70/udp    Gopher
#                          Mark McCahill <[email protected]>
netrjs-1         71/tcp    Remote Job Service
netrjs-1         71/udp    Remote Job Service
netrjs-2         72/tcp    Remote Job Service
netrjs-2         72/udp    Remote Job Service
netrjs-3         73/tcp    Remote Job Service
netrjs-3         73/udp    Remote Job Service
netrjs-4         74/tcp    Remote Job Service
netrjs-4         74/udp    Remote Job Service
#                          Bob Braden <[email protected]>
                 75/tcp    any private dial out service
                 75/udp    any private dial out service
#                          Jon Postel <[email protected]>
deos             76/tcp    Distributed External Object Store
deos             76/udp    Distributed External Object Store
#                          Robert Ullmann <[email protected]>
                 77/tcp    any private RJE service
                 77/udp    any private RJE service
#                          Jon Postel <[email protected]>
vettcp           78/tcp    vettcp
vettcp           78/udp    vettcp
#                          Christopher Leong <[email protected]>
finger           79/tcp    Finger
finger           79/udp    Finger
#                          David Zimmerman <[email protected]>
http             80/tcp    World Wide Web HTTP
http             80/udp    World Wide Web HTTP
www              80/tcp    World Wide Web HTTP
www              80/udp    World Wide Web HTTP
www-http         80/tcp    World Wide Web HTTP
www-http         80/udp    World Wide Web HTTP
#                          Tim Berners-Lee <[email protected]>
hosts2-ns        81/tcp    HOSTS2 Name Server
hosts2-ns        81/udp    HOSTS2 Name Server
#                          Earl Killian <[email protected]>
xfer             82/tcp    XFER Utility
xfer             82/udp    XFER Utility
#                          Thomas M. Smith <[email protected]>
mit-ml-dev       83/tcp    MIT ML Device
mit-ml-dev       83/udp    MIT ML Device
#                          David Reed <--none--->
ctf              84/tcp    Common Trace Facility
ctf              84/udp    Common Trace Facility
#                          Hugh Thomas <[email protected]>
mit-ml-dev       85/tcp    MIT ML Device
mit-ml-dev       85/udp    MIT ML Device
#                          David Reed <--none--->
mfcobol          86/tcp    Micro Focus Cobol
mfcobol          86/udp    Micro Focus Cobol
#                          Simon Edwards <--none--->
                 87/tcp    any private terminal link
                 87/udp    any private terminal link
#                          Jon Postel <[email protected]>
kerberos         88/tcp    Kerberos
kerberos         88/udp    Kerberos
#                          B. Clifford Neuman <[email protected]>
su-mit-tg        89/tcp    SU/MIT Telnet Gateway
su-mit-tg        89/udp    SU/MIT Telnet Gateway
#                          Mark Crispin <[email protected]>
dnsix            90/tcp    DNSIX Securit Attribute Token Map
dnsix            90/udp    DNSIX Securit Attribute Token Map
#                          Charles Watt <[email protected]>
mit-dov          91/tcp    MIT Dover Spooler
mit-dov          91/udp    MIT Dover Spooler
#                          Eliot Moss <[email protected]>
npp              92/tcp    Network Printing Protocol
npp              92/udp    Network Printing Protocol
#                          Louis Mamakos <[email protected]>
dcp              93/tcp    Device Control Protocol
dcp              93/udp    Device Control Protocol
#                          Daniel Tappan <[email protected]>
objcall          94/tcp    Tivoli Object Dispatcher
objcall          94/udp    Tivoli Object Dispatcher
#                          Tom Bereiter <--none--->
supdup           95/tcp    SUPDUP
supdup           95/udp    SUPDUP
#                          Mark Crispin <[email protected]>
dixie            96/tcp    DIXIE Protocol Specification
dixie            96/udp    DIXIE Protocol Specification
#                Tim Howes <[email protected]mich.edu>
swift-rvf        97/tcp    Swift Remote Virtural File Protocol
swift-rvf        97/udp    Swift Remote Virtural File Protocol
#                          Maurice R. Turcotte
#                <mailrus!uflorida!rm1!dnmrt%rmatl@uunet.UU.NET>
tacnews          98/tcp    TAC News
tacnews          98/udp    TAC News
#                          Jon Postel <[email protected]>
metagram         99/tcp    Metagram Relay
metagram         99/udp    Metagram Relay
#                          Geoff Goodfellow <[email protected]>
newacct         100/tcp    [unauthorized use]
hostname        101/tcp    NIC Host Name Server
hostname        101/udp    NIC Host Name Server
#                          Jon Postel <[email protected]>
iso-tsap        102/tcp    ISO-TSAP Class 0
iso-tsap        102/udp    ISO-TSAP Class 0
#                          Marshall Rose <[email protected]>
gppitnp         103/tcp    Genesis Point-to-Point Trans Net
gppitnp         103/udp    Genesis Point-to-Point Trans Net
acr-nema        104/tcp    ACR-NEMA Digital Imag. & Comm. 300
acr-nema        104/udp    ACR-NEMA Digital Imag. & Comm. 300
#                          Patrick McNamee <--none--->
cso             105/tcp    CCSO name server protocol
cso             105/tcp    CCSO name server protocol
#                          Martin Hamilton <[email protected]>          
csnet-ns        105/tcp    Mailbox Name Nameserver
csnet-ns        105/udp    Mailbox Name Nameserver
#                          Marvin Solomon <[email protected]>
3com-tsmux      106/tcp    3COM-TSMUX
3com-tsmux      106/udp    3COM-TSMUX
#                          Jeremy Siegel <[email protected]>
rtelnet         107/tcp    Remote Telnet Service
rtelnet         107/udp    Remote Telnet Service
#                          Jon Postel <[email protected]>
snagas          108/tcp    SNA Gateway Access Server
snagas          108/udp    SNA Gateway Access Server
#                          Kevin Murphy <[email protected]>
pop2            109/tcp    Post Office Protocol - Version 2
pop2            109/udp    Post Office Protocol - Version 2
#                          Joyce K. Reynolds <[email protected]>
pop3            110/tcp    Post Office Protocol - Version 3
pop3            110/udp    Post Office Protocol - Version 3
#                          Marshall Rose <[email protected]>
sunrpc          111/tcp    SUN Remote Procedure Call
sunrpc          111/udp    SUN Remote Procedure Call
#                          Chuck McManis <[email protected]>
mcidas          112/tcp    McIDAS Data Transmission Protocol
mcidas          112/udp    McIDAS Data Transmission Protocol
#                          Glenn Davis <[email protected]>
ident           113/tcp    
auth            113/tcp    Authentication Service
auth            113/udp    Authentication Service
#                          Mike St. Johns <[email protected]>
audionews       114/tcp    Audio News Multicast
audionews       114/udp    Audio News Multicast
#                          Martin Forssen <[email protected]>
sftp            115/tcp    Simple File Transfer Protocol
sftp            115/udp    Simple File Transfer Protocol
#                          Mark Lottor <[email protected]>
ansanotify      116/tcp    ANSA REX Notify
ansanotify      116/udp    ANSA REX Notify
#                          Nicola J. Howarth <[email protected]>
uucp-path       117/tcp    UUCP Path Service
uucp-path       117/udp    UUCP Path Service
sqlserv         118/tcp    SQL Services
sqlserv         118/udp    SQL Services
#                          Larry Barnes <[email protected]>
nntp            119/tcp    Network News Transfer Protocol
nntp            119/udp    Network News Transfer Protocol
#                          Phil Lapsley <[email protected]>
cfdptkt         120/tcp    CFDPTKT
cfdptkt         120/udp    CFDPTKT
#                          John Ioannidis <[email protected]>
erpc            121/tcp    Encore Expedited Remote Pro.Call
erpc            121/udp    Encore Expedited Remote Pro.Call
#                          Jack O'Neil <---none--->
smakynet        122/tcp    SMAKYNET
smakynet        122/udp    SMAKYNET
#                          Mike O'Dowd <[email protected]>
ntp             123/tcp    Network Time Protocol
ntp             123/udp    Network Time Protocol
#                          Dave Mills <[email protected]>
ansatrader      124/tcp    ANSA REX Trader
ansatrader      124/udp    ANSA REX Trader
#                          Nicola J. Howarth <[email protected]>
locus-map       125/tcp    Locus PC-Interface Net Map Ser
locus-map       125/udp    Locus PC-Interface Net Map Ser
#                          Eric Peterson <[email protected]>
unitary         126/tcp    Unisys Unitary Login
unitary         126/udp    Unisys Unitary Login
#                          <[email protected]ys.com>
locus-con       127/tcp    Locus PC-Interface Conn Server
locus-con       127/udp    Locus PC-Interface Conn Server
#                          Eric Peterson <[email protected]>
gss-xlicen      128/tcp    GSS X License Verification
gss-xlicen      128/udp    GSS X License Verification
#                          John Light <[email protected]>
pwdgen          129/tcp    Password Generator Protocol
pwdgen          129/udp    Password Generator Protocol
#               Frank J. Wacho <[email protected].MIL>
cisco-fna       130/tcp    cisco FNATIVE
cisco-fna       130/udp    cisco FNATIVE
cisco-tna       131/tcp    cisco TNATIVE
cisco-tna       131/udp    cisco TNATIVE
cisco-sys       132/tcp    cisco SYSMAINT
cisco-sys       132/udp    cisco SYSMAINT
statsrv         133/tcp    Statistics Service
statsrv         133/udp    Statistics Service
#                          Dave Mills <[email protected]>
ingres-net      134/tcp    INGRES-NET Service
ingres-net      134/udp    INGRES-NET Service
#                          Mike Berrow <---none--->
epmap           135/tcp    DCE endpoint resolution
epmap           135/udp    DCE endpoint resolution
#                          Joe Pato <[email protected]>
profile         136/tcp    PROFILE Naming System          
profile         136/udp    PROFILE Naming System          
#                          Larry Peterson <[email protected]>
netbios-ns      137/tcp    NETBIOS Name Service    
netbios-ns      137/udp    NETBIOS Name Service    
netbios-dgm     138/tcp    NETBIOS Datagram Service
netbios-dgm     138/udp    NETBIOS Datagram Service
netbios-ssn     139/tcp    NETBIOS Session Service
netbios-ssn     139/udp    NETBIOS Session Service
#                          Jon Postel <[email protected]>
emfis-data      140/tcp    EMFIS Data Service
emfis-data      140/udp    EMFIS Data Service
emfis-cntl      141/tcp    EMFIS Control Service
emfis-cntl      141/udp    EMFIS Control Service
#                          Gerd Beling <[email protected]>
bl-idm          142/tcp    Britton-Lee IDM          
bl-idm          142/udp    Britton-Lee IDM          
#                          Susie Snitzer <---none--->
imap            143/tcp    Internet Message Access Protocol
imap            143/udp    Internet Message Access Protocol
#                          Mark Crispin <[email protected]>
news            144/tcp    NewS                      
news            144/udp    NewS                      
#                          James Gosling <[email protected]>
uaac            145/tcp    UAAC Protocol            
uaac            145/udp    UAAC Protocol            
#               David A. Gomberg <[email protected]>
iso-tp0         146/tcp    ISO-IP0
iso-tp0         146/udp    ISO-IP0
iso-ip          147/tcp    ISO-IP
iso-ip          147/udp    ISO-IP
#                          Marshall Rose <[email protected]>
jargon          148/tcp    Jargon
jargon          148/udp    Jargon
#                     Bill Weinman <[email protected]>
aed-512         149/tcp    AED 512 Emulation Service          
aed-512         149/udp    AED 512 Emulation Service          
#               Albert G. Broscius <[email protected]U>
sql-net         150/tcp    SQL-NET                    
sql-net         150/udp    SQL-NET                    
#                          Martin Picard <<---none--->
hems            151/tcp    HEMS                              
hems            151/udp    HEMS                              
#                          Christopher Tengi <[email protected]>
bftp            152/tcp    Background File Transfer Program
bftp            152/udp    Background File Transfer Program
#                          Annette DeSchon <[email protected]>
sgmp            153/tcp    SGMP                    
sgmp            153/udp    SGMP                    
#                          Marty Schoffstahl <[email protected]>
netsc-prod      154/tcp    NETSC                            
netsc-prod      154/udp    NETSC                            
netsc-dev       155/tcp    NETSC                            
netsc-dev       155/udp    NETSC                            
#                          Sergio Heker <[email protected]>
sqlsrv          156/tcp    SQL Service                  
sqlsrv          156/udp    SQL Service                  
#                          Craig Rogers <[email protected]>
knet-cmp        157/tcp    KNET/VM Command/Message Protocol
knet-cmp        157/udp    KNET/VM Command/Message Protocol
#                          Gary S. Malkin <[email protected]>
pcmail-srv      158/tcp    PCMail Server                
pcmail-srv      158/udp    PCMail Server                
#                          Mark L. Lambert <[email protected]>
nss-routing     159/tcp    NSS-Routing                  
nss-routing     159/udp    NSS-Routing                  
#                          Yakov Rekhter <[email protected]>
sgmp-traps      160/tcp    SGMP-TRAPS                
sgmp-traps      160/udp    SGMP-TRAPS                
#                          Marty Schoffstahl <[email protected]>
snmp            161/tcp    SNMP
snmp            161/udp    SNMP
snmptrap        162/tcp    SNMPTRAP
snmptrap        162/udp    SNMPTRAP
#                          Marshall Rose <[email protected]>
cmip-man        163/tcp    CMIP/TCP Manager  
cmip-man        163/udp    CMIP/TCP Manager  
cmip-agent      164/tcp    CMIP/TCP Agent    
smip-agent      164/udp    CMIP/TCP Agent    
#                          Amatzia Ben-Artzi <---none--->
xns-courier     165/tcp    Xerox                          
xns-courier     165/udp    Xerox                          
#                          Susie Armstrong <[email protected]OM>
s-net           166/tcp    Sirius Systems          
s-net           166/udp    Sirius Systems          
#                          Brian Lloyd <[email protected]>
namp            167/tcp    NAMP                    
namp            167/udp    NAMP                    
#                          Marty Schoffstahl <[email protected]>
rsvd            168/tcp    RSVD                              
rsvd            168/udp    RSVD                              
#                          Neil Todd <mcvax!ist.co.uk!neil@UUNET.UU.NET>
send            169/tcp    SEND                              
send            169/udp    SEND                              
#               William D. Wisner <[email protected]DU>
print-srv       170/tcp    Network PostScript              
print-srv       170/udp    Network PostScript              
#                          Brian Reid <[email protected]>
multiplex       171/tcp    Network Innovations Multiplex
multiplex       171/udp    Network Innovations Multiplex
cl/1            172/tcp    Network Innovations CL/1    
cl/1            172/udp    Network Innovations CL/1    
#                          Kevin DeVault <<---none--->
xyplex-mux      173/tcp    Xyplex                          
xyplex-mux      173/udp    Xyplex                          
#                          Bob Stewart <[email protected]>
mailq           174/tcp    MAILQ                              
mailq           174/udp    MAILQ                              
#                          Rayan Zachariassen <[email protected]>
vmnet           175/tcp    VMNET                                
vmnet           175/udp    VMNET  
#                          Christopher Tengi <[email protected]>
genrad-mux      176/tcp    GENRAD-MUX                      
genrad-mux      176/udp    GENRAD-MUX                      
#                          Ron Thornton <[email protected]m>
xdmcp           177/tcp    X Display Manager Control Protocol  
xdmcp           177/udp    X Display Manager Control Protocol  
#                          Robert W. Scheifler <[email protected]>
nextstep        178/tcp    NextStep Window Server    
NextStep        178/udp    NextStep Window Server    
#                          Leo Hourvitz <[email protected]>
bgp             179/tcp    Border Gateway Protocol            
bgp             179/udp    Border Gateway Protocol            
#                          Kirk Lougheed <[email protected]>
ris             180/tcp    Intergraph                        
ris             180/udp    Intergraph                        
#                          Dave Buehmann <[email protected]>
unify           181/tcp    Unify                  
unify           181/udp    Unify                  
#                          Vinod Singh <--none--->
audit           182/tcp    Unisys Audit SITP                  
audit           182/udp    Unisys Audit SITP                  
#                          Gil Greenbaum <[email protected]>
ocbinder        183/tcp    OCBinder                    
ocbinder        183/udp    OCBinder                    
ocserver        184/tcp    OCServer                    
ocserver        184/udp    OCServer                    
#                          Jerrilynn Okamura <--none--->
remote-kis      185/tcp    Remote-KIS                        
remote-kis      185/udp    Remote-KIS                        
kis             186/tcp    KIS Protocol                      
kis             186/udp    KIS Protocol                      
#                          Ralph Droms <[email protected]>
aci             187/tcp    Application Communication Interface
aci             187/udp    Application Communication Interface
#                          Rick Carlos <rick.ticipa.csc.ti.com>
mumps           188/tcp    Plus Five's MUMPS            
mumps           188/udp    Plus Five's MUMPS            
#                          Hokey Stenn <[email protected]>
qft             189/tcp    Queued File Transport        
qft             189/udp    Queued File Transport        
#                          Wayne Schroeder <[email protected]>
gacp            190/tcp    Gateway Access Control Protocol
cacp            190/udp    Gateway Access Control Protocol
#                          C. Philip Wood <[email protected]>
prospero        191/tcp    Prospero Directory Service      
prospero        191/udp    Prospero Directory Service      
#                          B. Clifford Neuman <[email protected]>
osu-nms         192/tcp    OSU Network Monitoring System      
osu-nms         192/udp    OSU Network Monitoring System      
#               Doug Karl <[email protected]TATE.EDU>
srmp            193/tcp    Spider Remote Monitoring Protocol
srmp            193/udp    Spider Remote Monitoring Protocol
#                          Ted J. Socolofsky <[email protected]>
irc             194/tcp    Internet Relay Chat Protocol        
irc             194/udp    Internet Relay Chat Protocol        
#                          Jarkko Oikarinen <[email protected]>
dn6-nlm-aud     195/tcp    DNSIX Network Level Module Audit    
dn6-nlm-aud     195/udp    DNSIX Network Level Module Audit    
dn6-smm-red     196/tcp    DNSIX Session Mgt Module Audit Redir
dn6-smm-red     196/udp    DNSIX Session Mgt Module Audit Redir
#                          Lawrence Lebahn <[email protected]>
dls             197/tcp    Directory Location Service        
dls             197/udp    Directory Location Service        
dls-mon         198/tcp    Directory Location Service Monitor
dls-mon         198/udp    Directory Location Service Monitor
#                          Scott Bellew <[email protected]>
smux            199/tcp    SMUX
smux            199/udp    SMUX
#                          Marshall Rose <[email protected]>
src             200/tcp    IBM System Resource Controller
src             200/udp    IBM System Resource Controller
#                          Gerald McBrearty <---none--->
at-rtmp         201/tcp    AppleTalk Routing Maintenance      
at-rtmp         201/udp    AppleTalk Routing Maintenance      
at-nbp          202/tcp    AppleTalk Name Binding              
at-nbp          202/udp    AppleTalk Name Binding              
at-3            203/tcp    AppleTalk Unused                    
at-3            203/udp    AppleTalk Unused                    
at-echo         204/tcp    AppleTalk Echo                      
at-echo         204/udp    AppleTalk Echo                      
at-5            205/tcp    AppleTalk Unused                    
at-5            205/udp    AppleTalk Unused                    
at-zis          206/tcp    AppleTalk Zone Information          
at-zis          206/udp    AppleTalk Zone Information          
at-7            207/tcp    AppleTalk Unused                    
at-7            207/udp    AppleTalk Unused                    
at-8            208/tcp    AppleTalk Unused                    
at-8            208/udp    AppleTalk Unused                    
#                          Rob Chandhok <[email protected]>
qmtp            209/tcp    The Quick Mail Transfer Protocol
qmtp            209/udp    The Quick Mail Transfer Protocol
#               Dan Bernstein <[email protected]u>
z39.50          210/tcp    ANSI Z39.50
z39.50          210/udp    ANSI Z39.50
#                          Mark Needleman
#                         <mhnur%uccmvsa.bitnet@cornell.cit.cornell.edu>
914c/g          211/tcp    Texas Instruments 914C/G Terminal
914c/g          211/udp    Texas Instruments 914C/G Terminal
#                          Bill Harrell <---none--->
anet            212/tcp    ATEXSSTR  
anet            212/udp    ATEXSSTR  
#                          Jim Taylor <[email protected]om>
ipx             213/tcp    IPX                                     
ipx             213/udp    IPX                                
#                          Don Provan <[email protected]>
vmpwscs         214/tcp    VM PWSCS                        
vmpwscs         214/udp    VM PWSCS                        
#                          Dan Shia <[email protected]>
softpc          215/tcp    Insignia Solutions
softpc          215/udp    Insignia Solutions
#                          Martyn Thomas <---none--->
CAIlic          216/tcp    Computer Associates Int'l License Server
CAIlic          216/udp    Computer Associates Int'l License Server
#                          Chuck Spitz <[email protected]>
dbase           217/tcp    dBASE Unix
dbase           217/udp    dBASE Unix
#                          Don Gibson
#            <sequent!aero!twinsun!ashtate.A-T.COM!dong@uunet.UU.NET>
mpp             218/tcp    Netix Message Posting Protocol
mpp             218/udp    Netix Message Posting Protocol
#                          Shannon Yeh <[email protected]>
uarps           219/tcp    Unisys ARPs              
uarps           219/udp    Unisys ARPs              
#                          Ashok Marwaha <---none--->
imap3           220/tcp    Interactive Mail Access Protocol v3
imap3           220/udp    Interactive Mail Access Protocol v3
#                          James Rice <[email protected]DU>
fln-spx         221/tcp    Berkeley rlogind with SPX auth  
fln-spx         221/udp    Berkeley rlogind with SPX auth  
rsh-spx         222/tcp    Berkeley rshd with SPX auth      
rsh-spx         222/udp    Berkeley rshd with SPX auth      
cdc             223/tcp    Certificate Distribution Center  
cdc             223/udp    Certificate Distribution Center  
#               Kannan Alagappan <[email protected]m>
#               224-241    Reserved
#                          Jon Postel <[email protected]>
direct          242/tcp    Direct
direct          242/udp    Direct
#                          Herb Sutter <[email protected]>
sur-meas        243/tcp    Survey Measurement          
sur-meas        243/udp    Survey Measurement          
#                          Dave Clark <[email protected]>
dayna           244/tcp    Dayna
dayna           244/udp    Dayna
#                     Steve Bateman <[email protected]>
link            245/tcp    LINK
link            245/udp    LINK
dsp3270         246/tcp    Display Systems Protocol        
dsp3270         246/udp    Display Systems Protocol        
#                          Weldon J. Showalter <[email protected]>
#               247-255    Reserved
#                          Jon Postel <[email protected]>
rap             256/tcp    RAP
rap             256/udp    RAP
#                          J.S. Greenfield <[email protected]>
set             257/tcp    Secure Electronic Transaction
set             257/udp    Secure Electronic Transaction
#                          Donald Eastlake <[email protected]>
yak-chat        258/tcp    Yak Winsock Personal Chat
yak-chat        258/udp    Yak Winsock Personal Chat
#                          Brian Bandy <[email protected]>
esro-gen        259/tcp    Efficient Short Remote Operations
esro-gen        259/udp    Efficient Short Remote Operations
#                          Mohsen Banan <[email protected]>
openport        260/tcp    Openport
openport        260/udp    Openport
#                          John Marland <[email protected]m>
naming-iiop-ssl 261/tcp    IIOP Naming Service (SSL)
naming-iiop-ssl 261/udp    IIOP Naming Service (SSL)
#                          Jeff Stewart <[email protected]>
arcisdms      262/tcp    Arcisdms
arcisdms      262/udp         Arcisdms
#                     Russell Crook ([email protected]>
hdap            263/tcp    HDAP
hdap            263/udp    HDAP
#                     Troy Gau <[email protected]>
#               264-279    Unassigned
http-mgmt       280/tcp    http-mgmt
http-mgmt       280/udp    http-mgmt
#                          Adrian Pell
#                          <PELL_ADRIAN/HP-UnitedKingdom_om6@hplb.hpl.hp.com>
personal-link   281/tcp         Personal Link
personal-link      281/udp    Personal Link
#                     Dan Cummings <[email protected]>
cableport-ax      282/tcp    Cable Port A/X
cableport-ax      282/udp    Cable Port A/X
#                     Craig Langfahl <[email protected]ntel.com>
#               283-308    Unassigned
entrusttime     309/tcp    EntrustTime    
entrusttime     309/udp    EntrustTime    
#                          Peter Whittaker <[email protected]>
#               310-343    Unassigned
pdap            344/tcp    Prospero Data Access Protocol
pdap            344/udp    Prospero Data Access Protocol
#                          B. Clifford Neuman <[email protected]>
pawserv         345/tcp    Perf Analysis Workbench
pawserv         345/udp    Perf Analysis Workbench
zserv           346/tcp    Zebra server
zserv           346/udp    Zebra server
fatserv         347/tcp    Fatmen Server
fatserv         347/udp    Fatmen Server
csi-sgwp        348/tcp    Cabletron Management Protocol
csi-sgwp        348/udp    Cabletron Management Protocol
mftp            349/tcp    mftp
mftp            349/udp    mftp
#                          Dave Feinleib <[email protected]>
matip-type-a    350/tcp    MATIP Type A
matip-type-a      350/udp    MATIP Type A
matip-type-b    351/tcp    MATIP Type B
matip-type-b    351/udp    MATIP Type B
#                     Alain Robert <[email protected]>
#               352-370    Unassigned
clearcase       371/tcp    Clearcase
clearcase       371/udp    Clearcase
#                          Dave LeBlang <[email protected]>
ulistproc       372/tcp    ListProcessor
ulistproc       372/udp    ListProcessor
#                          Anastasios Kotsikonas <[email protected]>
legent-1        373/tcp    Legent Corporation
legent-1        373/udp    Legent Corporation
legent-2        374/tcp    Legent Corporation
legent-2        374/udp    Legent Corporation
#                          Keith Boyce <---none--->
hassle          375/tcp    Hassle
hassle          375/udp    Hassle
#                          Reinhard Doelz <[email protected]>
nip             376/tcp    Amiga Envoy Network Inquiry Proto  
nip             376/udp    Amiga Envoy Network Inquiry Proto
#                          Heinz Wrobel <[email protected]>
#                          Dale L. Larson <[email protected]>
tnETOS          377/tcp    NEC Corporation
tnETOS          377/udp    NEC Corporation
dsETOS          378/tcp    NEC Corporation
dsETOS          378/udp    NEC Corporation
#                          Tomoo Fujita <[email protected]>
is99c           379/tcp    TIA/EIA/IS-99 modem client
is99c           379/udp    TIA/EIA/IS-99 modem client
is99s           380/tcp    TIA/EIA/IS-99 modem server
is99s           380/udp    TIA/EIA/IS-99 modem server
#                          Frank Quick <[email protected]>
hp-collector    381/tcp    hp performance data collector
hp-collector    381/udp    hp performance data collector
hp-managed-node 382/tcp    hp performance data managed node
hp-managed-node 382/udp    hp performance data managed node
hp-alarm-mgr    383/tcp    hp performance data alarm manager
hp-alarm-mgr    383/udp    hp performance data alarm manager
#                          Frank Blakely <[email protected]m>
arns            384/tcp    A Remote Network Server System
arns            384/udp    A Remote Network Server System
#                          David Hornsby <[email protected]>
ibm-app         385/tcp    IBM Application
ibm-app         385/udp    IBM Application
#                          Lisa Tomita <---none--->
asa             386/tcp    ASA Message Router Object Def.
asa             386/udp    ASA Message Router Object Def.
#                          Steve Laitinen <[email protected]>
aurp            387/tcp    Appletalk Update-Based Routing Pro.
aurp            387/udp    Appletalk Update-Based Routing Pro.
#                          Chris Ranch <[email protected]>
unidata-ldm     388/tcp    Unidata LDM Version 4
unidata-ldm     388/udp    Unidata LDM Version 4
#                          Glenn Davis <[email protected]>
ldap            389/tcp    Lightweight Directory Access Protocol
ldap            389/udp    Lightweight Directory Access Protocol
#                          Tim Howes <[email protected]mich.edu>
uis             390/tcp    UIS
uis             390/udp    UIS
#                          Ed Barron <---none--->
synotics-relay  391/tcp    SynOptics SNMP Relay Port
synotics-relay  391/udp    SynOptics SNMP Relay Port
synotics-broker 392/tcp    SynOptics Port Broker Port
synotics-broker 392/udp    SynOptics Port Broker Port
#                          Illan Raab <[email protected]>
dis             393/tcp    Data Interpretation System
dis             393/udp    Data Interpretation System
#                          Paul Stevens <[email protected]r.COM>
embl-ndt        394/tcp    EMBL Nucleic Data Transfer
embl-ndt        394/udp    EMBL Nucleic Data Transfer
#                          Peter Gad <[email protected]>
netcp           395/tcp    NETscout Control Protocol
netcp           395/udp    NETscout Control Protocol
#                          Anil Singhal <---none--->
netware-ip      396/tcp    Novell Netware over IP
netware-ip      396/udp    Novell Netware over IP
mptn            397/tcp    Multi Protocol Trans. Net.
mptn            397/udp    Multi Protocol Trans. Net.
#                          Soumitra Sarkar <[email protected]>
kryptolan       398/tcp    Kryptolan
kryptolan       398/udp    Kryptolan
#                          Peter de Laval <[email protected]>
iso-tsap-c2     399/tcp    ISO Transport Class 2 Non-Control over TCP
iso-tsap-c2     399/udp    ISO Transport Class 2 Non-Control over TCP
#               Yanick Pouffary <[email protected]m>
work-sol        400/tcp    Workstation Solutions
work-sol        400/udp    Workstation Solutions
#                          Jim Ward <[email protected]>
ups             401/tcp    Uninterruptible Power Supply
ups             401/udp    Uninterruptible Power Supply
#                          Charles Bennett <[email protected]>
genie           402/tcp    Genie Protocol
genie           402/udp    Genie Protocol
#                          Mark Hankin <---none--->
decap           403/tcp    decap
decap           403/udp    decap
nced            404/tcp    nced
nced            404/udp    nced
ncld            405/tcp    ncld
ncld            405/udp    ncld
#                          Richard Jones <---none--->
imsp            406/tcp    Interactive Mail Support Protocol
imsp            406/udp    Interactive Mail Support Protocol
#                          John Myers <[email protected]>
timbuktu        407/tcp    Timbuktu
timbuktu        407/udp    Timbuktu
#                          Marc Epard <[email protected]>
prm-sm          408/tcp    Prospero Resource Manager Sys. Man.
prm-sm          408/udp    Prospero Resource Manager Sys. Man.
prm-nm          409/tcp    Prospero Resource Manager Node Man.
prm-nm          409/udp    Prospero Resource Manager Node Man.
#                          B. Clifford Neuman <[email protected]>
decladebug      410/tcp    DECLadebug Remote Debug Protocol
decladebug      410/udp    DECLadebug Remote Debug Protocol
#                          Anthony Berent <[email protected]c.com>
rmt             411/tcp    Remote MT Protocol
rmt             411/udp    Remote MT Protocol
#                          Peter Eriksson <[email protected]>
synoptics-trap  412/tcp    Trap Convention Port
synoptics-trap  412/udp    Trap Convention Port
#                          Illan Raab <[email protected]>
smsp            413/tcp    SMSP
smsp            413/udp    SMSP
infoseek        414/tcp    InfoSeek
infoseek        414/udp    InfoSeek
#                          Steve Kirsch <[email protected]>
bnet            415/tcp    BNet
bnet            415/udp    BNet
#                          Jim Mertz <[email protected]om>
silverplatter   416/tcp    Silverplatter
silverplatter   416/udp    Silverplatter
#                          Peter Ciuffetti <[email protected]>
onmux           417/tcp    Onmux
onmux           417/udp    Onmux
#                          Stephen Hanna <[email protected]>
hyper-g         418/tcp    Hyper-G
hyper-g         418/udp    Hyper-G
#                          Frank Kappe <[email protected]>
ariel1          419/tcp    Ariel
ariel1          419/udp    Ariel
#                          Jonathan Lavigne <[email protected]>
smpte           420/tcp    SMPTE
smpte           420/udp    SMPTE
#                          Si Becker <[email protected]>
ariel2          421/tcp    Ariel
ariel2          421/udp    Ariel
ariel3          422/tcp    Ariel
ariel3          422/udp    Ariel
#                          Jonathan Lavigne  <[email protected]>
opc-job-start   423/tcp    IBM Operations Planning and Control Start
opc-job-start   423/udp    IBM Operations Planning and Control Start
opc-job-track   424/tcp    IBM Operations Planning and Control Track
opc-job-track   424/udp    IBM Operations Planning and Control Track
#                          Conny Larsson  <[email protected]>
icad-el         425/tcp    ICAD
icad-el         425/udp    ICAD
#                       Larry Stone      <[email protected]>
smartsdp        426/tcp    smartsdp
smartsdp        426/udp    smartsdp
#                          Alexander Dupuy <[email protected]>
svrloc          427/tcp    Server Location
svrloc          427/udp    Server Location
#                          <veizades@ftp.com>
ocs_cmu         428/tcp    OCS_CMU
ocs_cmu         428/udp    OCS_CMU
ocs_amu         429/tcp    OCS_AMU
ocs_amu         429/udp    OCS_AMU
#                          Florence Wyman <[email protected]>
utmpsd          430/tcp    UTMPSD
utmpsd          430/udp    UTMPSD
utmpcd          431/tcp    UTMPCD
utmpcd          431/udp    UTMPCD
iasd            432/tcp    IASD  
iasd            432/udp    IASD  
#                          Nir Baroz <[email protected]>
nnsp            433/tcp    NNSP
nnsp            433/udp    NNSP
#                          Rob Robertson <[email protected]>
mobileip-agent  434/tcp    MobileIP-Agent
mobileip-agent  434/udp    MobileIP-Agent
mobilip-mn      435/tcp    MobilIP-MN
mobilip-mn      435/udp    MobilIP-MN
#                          Kannan Alagappan <[email protected]>
dna-cml         436/tcp    DNA-CML  
dna-cml         436/udp    DNA-CML  
#                          Dan Flowers <[email protected]>
comscm          437/tcp    comscm
comscm          437/udp    comscm
#                          Jim Teague <[email protected]>
dsfgw           438/tcp    dsfgw
dsfgw           438/udp    dsfgw
#                          Andy McKeen <[email protected]>
dasp            439/tcp    dasp      Thomas Obermair
dasp            439/udp    dasp      [email protected]
#                          Thomas Obermair <[email protected]>
sgcp            440/tcp    sgcp      
sgcp            440/udp    sgcp      
#                          Marshall Rose <[email protected]>
decvms-sysmgt   441/tcp    decvms-sysmgt
decvms-sysmgt   441/udp    decvms-sysmgt
#                          Lee Barton <[email protected]>
cvc_hostd       442/tcp    cvc_hostd
cvc_hostd       442/udp    cvc_hostd
#                          Bill Davidson <[email protected]>
https           443/tcp    https  MCom
https           443/udp    https  MCom
#                          Kipp E.B. Hickman <[email protected]>
snpp            444/tcp    Simple Network Paging Protocol
snpp            444/udp    Simple Network Paging Protocol
#                          [RFC1568]
microsoft-ds    445/tcp    Microsoft-DS
microsoft-ds    445/udp    Microsoft-DS
#                          Arnold Miller <[email protected]>
ddm-rdb         446/tcp    DDM-RDB
ddm-rdb         446/udp    DDM-RDB
ddm-dfm         447/tcp    DDM-RFM
ddm-dfm         447/udp    DDM-RFM
ddm-byte        448/tcp    DDM-BYTE
ddm-byte        448/udp    DDM-BYTE
#                          Jan David Fisher <[email protected]>
as-servermap    449/tcp    AS Server Mapper
as-servermap    449/udp    AS Server Mapper
#                          Barbara Foss <[email protected]m>
tserver         450/tcp    TServer
tserver         450/udp    TServer
#                          Harvey S. Schultz <[email protected]>
sfs-smp-net     451/tcp    Cray Network Semaphore server
sfs-smp-net     451/udp    Cray Network Semaphore server
sfs-config      452/tcp    Cray SFS config server
sfs-config      452/udp    Cray SFS config server
#                          Walter Poxon <[email protected]>
creativeserver  453/tcp    CreativeServer
creativeserver  453/udp    CreativeServer
contentserver   454/tcp    ContentServer
contentserver   454/udp    ContentServer
creativepartnr  455/tcp    CreativePartnr
creativepartnr  455/udp    CreativePartnr
#                          Jesus Ortiz <[email protected]>
macon-tcp       456/tcp    macon-tcp
macon-udp       456/udp    macon-udp
#                          Yoshinobu Inoue
#                          <[email protected]u.co.jp>
scohelp         457/tcp    scohelp
scohelp         457/udp    scohelp
#                          Faith Zack <[email protected]>
appleqtc        458/tcp    apple quick time
appleqtc        458/udp    apple quick time
#           Murali Ranganathan <murali_ranganathan@quickmail.apple.com>
ampr-rcmd       459/tcp    ampr-rcmd              
ampr-rcmd       459/udp    ampr-rcmd              
#                          Rob Janssen <[email protected]>
skronk          460/tcp    skronk
skronk          460/udp    skronk
#                          Henry Strickland <[email protected]>
datasurfsrv     461/tcp    DataRampSrv
datasurfsrv     461/udp    DataRampSrv
datasurfsrvsec  462/tcp    DataRampSrvSec
datasurfsrvsec  462/udp    DataRampSrvSec
#                          Diane Downie <[email protected]>
alpes           463/tcp    alpes
alpes           463/udp    alpes
#                          Alain Durand <[email protected]>
kpasswd         464/tcp    kpasswd
kpasswd         464/udp    kpasswd
#                          Theodore Ts'o <[email protected]>
ssmtp           465/tcp    ssmtp
ssmtp           465/udp    ssmtp
#                          John Hemming <[email protected]>
digital-vrc     466/tcp    digital-vrc
digital-vrc     466/udp    digital-vrc
#                          Dave Forster <[email protected]om>
mylex-mapd      467/tcp    mylex-mapd
mylex-mapd      467/udp    mylex-mapd
#                          Gary Lewis <[email protected]>
photuris        468/tcp    proturis
photuris        468/udp    proturis
#                          Bill Simpson <[email protected].edu>
rcp             469/tcp    Radio Control Protocol
rcp             469/udp    Radio Control Protocol
#                          Jim Jennings +1-708-538-7241
scx-proxy       470/tcp    scx-proxy
scx-proxy       470/udp    scx-proxy
#                          Scott Narveson <[email protected]>
mondex          471/tcp    Mondex
mondex          471/udp    Mondex
#                          Bill Reding <[email protected]k>
ljk-login       472/tcp    ljk-login
ljk-login       472/udp    ljk-login
#                          LJK Software, Cambridge, Massachusetts
#                          <[email protected]>
hybrid-pop      473/tcp    hybrid-pop
hybrid-pop      473/udp    hybrid-pop
#                          Rami Rubin <[email protected]>
tn-tl-w1        474/tcp    tn-tl-w1
tn-tl-w2        474/udp    tn-tl-w2
#                          Ed Kress <[email protected]>
tcpnethaspsrv   475/tcp    tcpnethaspsrv
tcpnethaspsrv   475/tcp    tcpnethaspsrv
#                          Charlie Hava <[email protected]>
tn-tl-fd1       476/tcp    tn-tl-fd1
tn-tl-fd1       476/udp    tn-tl-fd1
#                          Ed Kress <[email protected]>
ss7ns           477/tcp    ss7ns
ss7ns           477/udp    ss7ns
#                          Jean-Michel URSCH <[email protected]>
spsc            478/tcp    spsc
spsc            478/udp    spsc
#                          Mike Rieker <[email protected]>
iafserver       479/tcp    iafserver
iafserver       479/udp    iafserver
iafdbase        480/tcp    iafdbase
iafdbase        480/udp    iafdbase
#                          [email protected] <Rick Yazwinski>
ph              481/tcp    Ph service
ph              481/udp    Ph service
#                          Roland Hedberg <[email protected].se>
bgs-nsi         482/tcp    bgs-nsi
bgs-nsi         482/udp    bgs-nsi
#                          Jon Saperia <[email protected]>        
ulpnet          483/tcp    ulpnet
ulpnet          483/udp    ulpnet
#                          Kevin Mooney <[email protected]>
integra-sme     484/tcp    Integra Software Management Environment
integra-sme     484/udp    Integra Software Management Environment
#                          Randall Dow <[email protected]>
powerburst      485/tcp    Air Soft Power Burst
powerburst      485/udp    Air Soft Power Burst
#                          <[email protected]>
avian           486/tcp    avian
avian           486/udp    avian
#                          Robert Ullmann
                           <Robert_Ullmann/CAM/Lotus.LOTUS@crd.lotus.com>
saft            487/tcp    saft
saft            487/udp    saft
#                          Ulli Horlacher <[email protected]t.de>
gss-http        488/tcp    gss-http
gss-http        488/udp    gss-http
#                          Doug Rosenthal <[email protected]t>
nest-protocol   489/tcp    nest-protocol
nest-protocol   489/udp    nest-protocol
#                          Gil Gameiro <[email protected]>
micom-pfs       490/tcp    micom-pfs
micom-pfs       490/udp    micom-pfs
#                          David Misunas <[email protected]>
go-login        491/tcp    go-login
go-login        491/udp    go-login
#                          Troy Morrison <[email protected]>
ticf-1          492/tcp    Transport Independent Convergence for FNA
ticf-1          492/udp    Transport Independent Convergence for FNA
ticf-2          493/tcp    Transport Independent Convergence for FNA
ticf-2          493/udp    Transport Independent Convergence for FNA
#                          Mamoru Ito <[email protected]>
pov-ray         494/tcp    POV-Ray
pov-ray         494/udp    POV-Ray
#                          Chris Cason <[email protected]>
intecourier     495/tcp    intecourier
intecourier     495/udp    intecourier
#                          Steve Favor <[email protected]>
pim-rp-disc     496/tcp    PIM-RP-DISC
pim-rp-disc     496/udp    PIM-RP-DISC
#                          Dino Farinacci <[email protected]>
dantz           497/tcp    dantz
dantz           497/udp    dantz
#                          Dotty Yackle <[email protected]>
siam            498/tcp    siam
siam            498/udp    siam
#                          Philippe Gilbert <[email protected]>
iso-ill         499/tcp    ISO ILL Protocol
iso-ill         499/udp    ISO ILL Protocol
#                          Mark H. Needleman <[email protected]>
isakmp          500/tcp    isakmp
isakmp          500/udp    isakmp
#                          Mark Schertler <[email protected]>
stmf            501/tcp    STMF
stmf            501/udp    STMF
#                          Alan Ungar <[email protected]>
asa-appl-proto  502/tcp    asa-appl-proto
asa-appl-proto  502/udp    asa-appl-proto
#                          Dennis Dube <[email protected]>
intrinsa        503/tcp    Intrinsa
intrinsa        503/udp    Intrinsa
#                          Robert Ford <[email protected]>
citadel         504/tcp    citadel
citadel         504/udp    citadel
#                          Art Cancro <[email protected]s>
mailbox-lm      505/tcp    mailbox-lm
mailbox-lm      505/udp    mailbox-lm
                           Beverly Moody <[email protected]m>
ohimsrv         506/tcp    ohimsrv
ohimsrv         506/udp    ohimsrv
#                          Scott Powell <[email protected]>
crs             507/tcp    crs
crs             507/udp    crs
#                          Brad Wright <[email protected]>
xvttp           508/tcp    xvttp
xvttp           508/udp    xvttp
#                          Keith J. Alphonso <[email protected]>
snare           509/tcp    snare
snare           509/udp    snare
#                          Dennis Batchelder <[email protected]>
fcp             510/tcp    FirstClass Protocol
fcp             510/udp    FirstClass Protocol
#                          Mike Marshburn <[email protected]>
mynet           511/tcp    mynet-as
mynet           511/udp    mynet-as
#                          John Rainford <[email protected].com>
exec            512/tcp    remote process execution;
#                          authentication performed using
#                          passwords and UNIX loppgin names
comsat          512/udp
biff            512/udp    used by mail system to notify users
#                          of new mail received; currently
#                          receives messages only from
#                          processes on the same machine
login           513/tcp    remote login a la telnet;
#                          automatic authentication performed
#                          based on priviledged port numbers
#                          and distributed data bases which
#                          identify "authentication domains"
who             513/udp    maintains data bases showing who's
#                          logged in to machines on a local
#                          net and the load average of the
#                          machine
shell           514/tcp    cmd
#                          like exec, but automatic authentication
#                          is performed as for login server
syslog          514/udp
printer         515/tcp    spooler
printer         515/udp    spooler
videotex        516/tcp    videotex
videotex        516/udp    videotex
#                          Daniel Mavrakis <[email protected]>
talk            517/tcp    like tenex link, but across
#                          machine - unfortunately, doesn't
#                          use link protocol (this is actually
#                          just a rendezvous port from which a
#                          tcp connection is established)
talk            517/udp    like tenex link, but across
#                          machine - unfortunately, doesn't
#                          use link protocol (this is actually
#                          just a rendezvous port from which a
                           tcp connection is established)
ntalk           518/tcp
ntalk           518/udp
utime           519/tcp    unixtime
utime           519/udp    unixtime
efs             520/tcp    extended file name server
router          520/udp    local routing process (on site);
#                          uses variant of Xerox NS routing
#                          information protocol  
ripng           521/tcp    ripng
ripng           521/udp    ripng
#                          Robert E. Minnear <[email protected]>
ulp             522/tcp    ULP    
ulp             522/udp    ULP    
#                          Max Morris <[email protected]>
ibm-db2         523/tcp    IBM-DB2
ibm-db2         523/tcp    IBM-DB2
#                          Peter Pau <[email protected]>
ncp             524/tcp    NCP
ncp             524/udp    NCP    
#                          Don Provan <[email protected]>
timed                525/tcp    timeserver
timed           525/udp    timeserver
tempo              526/tcp    newdate
tempo              526/udp    newdate
stx             527/tcp    Stock IXChange
stx             527/udp    Stock IXChange
custix          528/tcp    Customer IXChange
custix          528/udp    Customer IXChange
#                          Ralph Hanan <[email protected]>
irc-serv        529/tcp    IRC-SERV
irc-serv        529/tcp    IRC-SERV
#                          Brian Tackett <[email protected]>
courier         530/tcp    rpc
courier         530/udp    rpc
conference      531/tcp    chat
conference      531/udp    chat
netnews         532/tcp    readnews
netnews         532/udp    readnews
netwall              533/tcp    for emergency broadcasts
netwall              533/udp    for emergency broadcasts
mm-admin        534/tcp    MegaMedia Admin
mm-admin        534/udp    MegaMedia Admin
#                          Andreas Heidemann <[email protected]>
iiop            535/tcp    iiop
iiop            535/udp    iiop
#                          Jeff M.Michaud <[email protected]>
opalis-rdv      536/tcp    opalis-rdv
opalis-rdv      536/udp    opalis-rdv
#                          Laurent Domenech <[email protected]>
nmsp            537/tcp    Networked Media Streaming Protocol
nmsp            537/udp    Networked Media Streaming Protocol
#                          Paul Santinelli Jr. <[email protected]>
gdomap          538/tcp    gdomap
gdomap          538/udp    gdomap
#                          Richard Frith-Macdonald <[email protected]>
apertus-ldp     539/tcp    Apertus Technologies Load Determination
apertus-ldp     539/udp    Apertus Technologies Load Determination
uucp              540/tcp    uucpd            
uucp              540/udp    uucpd            
uucp-rlogin     541/tcp    uucp-rlogin  
uucp-rlogin     541/udp    uucp-rlogin
#                          Stuart Lynne <[email protected]>
commerce        542/tcp    commerce
commerce        542/udp    commerce
#                          Randy Epstein <[email protected]>
#                     Alan Bridges <[email protected]>
klogin          543/tcp
klogin          543/udp
kshell               544/tcp    krcmd
kshell               544/udp    krcmd
appleqtcsrvr    545/tcp    appleqtcsrvr
appleqtcsrvr    545/udp    appleqtcsrvr
#           Murali Ranganathan <Murali_Ranganathan@quickmail.apple.com>
dhcpv6-client   546/tcp    DHCPv6 Client
dhcpv6-client   546/udp    DHCPv6 Client
dhcpv6-server   547/tcp    DHCPv6 Server
dhcpv6-server   547/udp    DHCPv6 Server
#                          Jim Bound <[email protected]>
afpovertcp      548/tcp    AFP over TCP
afpovertcp      548/udp    AFP over TCP
#                          Leland Wallace <[email protected]>
idfp            549/tcp    IDFP
idfp            549/udp    IDFP
#                          Ramana Kovi <[email protected]>
new-rwho        550/tcp    new-who
new-rwho        550/udp    new-who
cybercash       551/tcp    cybercash
cybercash       551/udp    cybercash
#                          Donald E. Eastlake 3rd <[email protected]>
deviceshare     552/tcp    deviceshare
deviceshare     552/udp    deviceshare
#                          Brian Schenkenberger <[email protected]>
pirp            553/tcp    pirp
pirp            553/udp    pirp
#                          D. J. Bernstein <[email protected]u>
rtsp            554/tcp    Real Time Stream Control Protocol
rtsp            554/udp    Real Time Stream Control Protocol
#                     Rob Lanphier <[email protected]>
dsf             555/tcp
dsf             555/udp
remotefs        556/tcp    rfs server
remotefs        556/udp    rfs server
openvms-sysipc  557/tcp    openvms-sysipc
openvms-sysipc  557/udp    openvms-sysipc
#                          Alan Potter <[email protected]m>
sdnskmp         558/tcp    SDNSKMP
sdnskmp         558/udp    SDNSKMP
teedtap         559/tcp    TEEDTAP
teedtap         559/udp    TEEDTAP
#                          Mort Hoffman <[email protected].com>
rmonitor        560/tcp    rmonitord
rmonitor        560/udp    rmonitord
monitor         561/tcp
monitor         561/udp
chshell         562/tcp    chcmd
chshell         562/udp    chcmd
snews           563/tcp    snews
snews           563/udp    snews
#                          Kipp E.B. Hickman <[email protected]>
9pfs            564/tcp    plan 9 file service
9pfs            564/udp    plan 9 file service
whoami          565/tcp    whoami
whoami          565/udp    whoami
streettalk      566/tcp    streettalk
streettalk      566/udp    streettalk
banyan-rpc      567/tcp    banyan-rpc
banyan-rpc      567/udp    banyan-rpc
#                          Tom Lemaire <[email protected]>
ms-shuttle      568/tcp    microsoft shuttle
ms-shuttle      568/udp    microsoft shuttle
#                          Rudolph Balaz <[email protected]>
ms-rome         569/tcp    microsoft rome
ms-rome         569/udp    microsoft rome
#                          Rudolph Balaz <[email protected]>
meter           570/tcp    demon
meter           570/udp    demon
meter              571/tcp    udemon
meter              571/udp    udemon
sonar           572/tcp    sonar
sonar           572/udp    sonar
#                          Keith Moore <[email protected]>
banyan-vip      573/tcp    banyan-vip
banyan-vip      573/udp    banyan-vip
#                          Denis Leclerc <[email protected]>
ftp-agent       574/tcp    FTP Software Agent System
ftp-agent       574/udp    FTP Software Agent System
#                          Michael S. Greenberg <arnoff@ftp.com>
vemmi           575/tcp    VEMMI
vemmi           575/udp    VEMMI
#                          Daniel Mavrakis <[email protected]>
ipcd            576/tcp    ipcd
ipcd            576/udp    ipcd
vnas            577/tcp    vnas
vnas            577/udp    vnas
ipdd            578/tcp    ipdd
ipdd            578/udp    ipdd
#                          Greg A. Woods <[email protected]>
decbsrv            579/tcp    decbsrv
decbsrv            579/udp    decbsrv
#                     Rudi Martin <movies::martin"@movies.enet.dec.com>
sntp-heartbeat  580/tcp    SNTP HEARTBEAT
sntp-heartbeat  580/udp         SNTP HEARTBEAT
#                     Louis Mamakos <[email protected]>
bdp            581/tcp    Bundle Discovery Protocol
bdp            581/udp         Bundle Discovery Protocol
#                     Gary Malkin <[email protected]>
#               582-599    Unassigned
ipcserver       600/tcp    Sun IPC server
ipcserver       600/udp    Sun IPC server
urm             606/tcp    Cray Unified Resource Manager
urm             606/udp    Cray Unified Resource Manager
nqs              607/tcp    nqs
nqs              607/udp    nqs
n#                          Bill Schiefelbein <[email protected]>
sift-uft        608/tcp    Sender-Initiated/Unsolicited File Transfer
sift-uft        608/udp    Sender-Initiated/Unsolicited File Transfer
#                          Rick Troth <[email protected]>
npmp-trap       609/tcp    npmp-trap
npmp-trap       609/udp    npmp-trap
npmp-local      610/tcp    npmp-local
npmp-local      610/udp    npmp-local
npmp-gui        611/tcp    npmp-gui  
npmp-gui        611/udp    npmp-gui  
#                          John Barnes <[email protected]>
hmmp-ind      612/tcp    HMMP Indication
hmmp-ind      612/udp         HMMP Indication
hmmp-op            613/tcp    HMMP Operation
hmmp-op            613/udp         HMMP Operation
#                     Andrew Sinclair <[email protected]>
sshell            614/tcp    SSLshell
sshell         614/udp         SSLshell
#                     Simon J. Gerraty <[email protected]>
sco-inetmgr      615/tcp         Internet Configuration Manager
sco-inetmgr      615/udp    Internet Configuration Manager
sco-sysmgr      616/tcp    SCO System Administration Server
sco-sysmgr      616/udp    SCO System Administration Server
sco-dtmgr      617/tcp    SCO Desktop Administration Server
sco-dtmgr      617/udp    SCO Desktop Administration Server
#                     Christopher Durham <[email protected]>
dei-icda      618/tcp    DEI-ICDA
dei-icda      618/udp    DEI-ICDA
#                     David Turner <[email protected]et>
digital-evm      619/tcp    Digital EVM
digital-evm      619/udp    Digital EVM
#                     Jem Treadwell <[email protected]>
sco-websrvrmgr  620/tcp    SCO WebServer Manager
sco-websrvrmgr  620/udp    SCO WebServer Manager
#                     Christopher Durham <[email protected]>
#               621-632    Unassigned
servstat      633/tcp    Service Status update (Sterling Software)
servstat      633/udp    Service Status update (Sterling Software)
#                          Greg Rose <[email protected].com>
ginad           634/tcp    ginad
ginad           634/udp    ginad
#                          Mark Crother <[email protected]>
rlzdbase        635/tcp    RLZ DBase
rlzdbase        635/udp    RLZ DBase
#                          Michael Ginn <[email protected]>
ssl-ldap        636/tcp    ssl-ldap
ssl-ldap        636/udp    ssl-ldap
#                          Pat Richard <[email protected]>
lanserver       637/tcp    lanserver
lanserver       637/udp    lanserver
#                          Chris Larsson <[email protected]>
#               638-665    Unassigned
mdqs            666/tcp      
mdqs            666/udp      
doom            666/tcp    doom Id Software
doom            666/udp    doom Id Software
#                          <[email protected]>
disclose        667/tcp    campaign contribution disclosures -
                           SDR Technologies
disclose        667/udp    campaign contribution disclosures -
                           SDR Technologies
#                          Jim Dixon  <[email protected]>
mecomm          668/tcp    MeComm
mecomm          668/udp    MeComm
meregister      669/tcp    MeRegister
meregister      669/udp    MeRegister
#                          Armin Sawusch <[email protected]>
vacdsm-sws      670/tcp    VACDSM-SWS
vacdsm-sws      670/udp    VACDSM-SWS
vacdsm-app      671/tcp    VACDSM-APP
vacdsm-app      671/udp    VACDSM-APP
vpps-qua        672/tcp    VPPS-QUA
vpps-qua        672/udp    VPPS-QUA
cimplex         673/tcp    CIMPLEX
cimplex         673/udp    CIMPLEX
#                          Ulysses G. Smith Jr. <[email protected]>
acap            674/tcp    ACAP
acap            674/udp         ACAP
#                     Chris Newman <[email protected]>
#               674-703    Unassigned
elcsd              704/tcp    errlog copy/server daemon
elcsd              704/udp    errlog copy/server daemon
agentx              705/tcp    AgentX
agentx            705/udp    AgentX
#                     Bob Natale <[email protected]>
#               706-708    Unassigned
entrust-kmsh    709/tcp    Entrust Key Management Service Handler
entrust-kmsh    709/udp    Entrust Key Management Service Handler
entrust-ash     710/tcp    Entrust Administration Service Handler
entrust-ash     710/udp    Entrust Administration Service Handler
#                          Peter Whittaker <[email protected]>
#               711-728    Unassigned
netviewdm1      729/tcp    IBM NetView DM/6000 Server/Client
netviewdm1      729/udp    IBM NetView DM/6000 Server/Client
netviewdm2      730/tcp    IBM NetView DM/6000 send/tcp
netviewdm2      730/udp    IBM NetView DM/6000 send/tcp
netviewdm3      731/tcp    IBM NetView DM/6000 receive/tcp
netviewdm3      731/udp    IBM NetView DM/6000 receive/tcp
#                          Philippe Binet  ([email protected])
netgw           741/tcp    netGW
netgw           741/udp    netGW
#                          Oliver Korfmacher ([email protected])
netrcs          742/tcp    Network based Rev. Cont. Sys.
netrcs          742/udp    Network based Rev. Cont. Sys.
#                          Gordon C. Galligher <[email protected]>
flexlm          744/tcp    Flexible License Manager
flexlm          744/udp    Flexible License Manager
#                          Matt Christiano
#                          <globes@[email protected]ivetti.com>
fujitsu-dev     747/tcp    Fujitsu Device Control
fujitsu-dev     747/udp    Fujitsu Device Control
ris-cm          748/tcp    Russell Info Sci Calendar Manager
ris-cm          748/udp    Russell Info Sci Calendar Manager
kerberos-adm    749/tcp    kerberos administration
kerberos-adm    749/udp    kerberos administration
rfile               750/tcp
loadav          750/udp
kerberos-iv     750/udp    kerberos version iv
#                          Martin Hamilton <[email protected]>
pump              751/tcp
pump              751/udp
qrh              752/tcp
qrh              752/udp
rrh                  753/tcp
rrh              753/udp
tell              754/tcp          send
tell              754/udp          send
nlogin              758/tcp
nlogin              758/udp
con              759/tcp
con              759/udp
ns              760/tcp
ns              760/udp
rxe              761/tcp
rxe              761/udp
quotad              762/tcp
quotad              762/udp
cycleserv       763/tcp
cycleserv       763/udp
omserv              764/tcp
omserv              764/udp
webster              765/tcp
webster              765/udp
phonebook       767/tcp         phone
phonebook       767/udp         phone
vid              769/tcp
vid              769/udp
cadlock         770/tcp
cadlock         770/udp
rtip               771/tcp
rtip               771/udp
cycleserv2      772/tcp
cycleserv2      772/udp
submit              773/tcp
notify              773/udp
rpasswd              774/tcp
acmaint_dbd     774/udp
entomb              775/tcp
acmaint_transd      775/udp
wpages            776/tcp
wpages          776/udp
wpgs            780/tcp
wpgs            780/udp
concert         786/tcp    Concert
concert         786/udp    Concert
#                          Josyula R. Rao <[email protected]>
#               787-799    Unassigned
mdbs_daemon      800/tcp      
mdbs_daemon      800/udp      
device            801/tcp
device            801/udp
#                          Unassigned
iclcnet-locate  886/tcp    ICL coNETion locate server
iclcnet-locate  886/udp    ICL coNETion locate server
#                          Bob Lyon <[email protected]>
iclcnet_svinfo  887/tcp    ICL coNETion server info
iclcnet_svinfo  887/udp    ICL coNETion server info
#                          Bob Lyon <[email protected]>
accessbuilder   888/tcp    AccessBuilder
accessbuilder   888/udp    AccessBuilder
#                          Steve Sweeney <[email protected].com>
#               889-910    Unassigned
xact-backup     911/tcp    xact-backup
xact-backup     911/tcp    xact-backup
#                          Bill Carroll <[email protected]>
#               912-990    Unassigned
nas            991/tcp    Netnews Administration System
nas            991/udp    Netnews Administration System
#                     Vera Heinau <[email protected]>
#                     Heiko Schlichting <[email protected]>
#               992-994    Unassigned
spop3           995/tcp    SSL based POP3
spop3           995/udp    SSL based POP3
#                          Gordon Mangione <[email protected]>
vsinet          996/tcp    vsinet
vsinet          996/udp    vsinet
#                          Rob Juergens <[email protected]>
maitrd            997/tcp
maitrd            997/udp
busboy            998/tcp
puparp            998/udp
garcon            999/tcp
applix            999/udp             Applix ac
puprouter      999/tcp
puprouter      999/udp
cadlock            1000/tcp
ock            1000/udp
#               1001-1022      Unassigned
                1023/tcp       Reserved
              1023/udp       Reserved
#                              IANA <[email protected]>



REGISTERED PORT NUMBERS

The Registered Ports are not controlled by the IANA and on most
systems can be used by ordinary user processes or programs executed by
ordinary users.

Ports are used in the TCP [RFC793] to name the ends of logical
connections which carry long term conversations.  For the purpose of
providing services to unknown callers, a service contact port is
defined.  This list specifies the port used by the server process as
its contact port.  While the IANA can not control uses of these ports
it does register or list uses of these ports as a convienence to the
community.

To the extent possible, these same port assignments are used with the
UDP [RFC768].

The Registered Ports are in the range 1024-65535.

Port Assignments:

Keyword         Decimal    Description                     References
-------         -------    -----------                     ----------
                1024/tcp   Reserved            
                1024/udp   Reserved            
#                          IANA <[email protected]>
blackjack      1025/tcp   network blackjack
blackjack      1025/udp   network blackjack
iad1            1030/tcp   BBN IAD
iad1            1030/udp   BBN IAD
iad2            1031/tcp   BBN IAD
iad2            1031/udp   BBN IAD
iad3            1032/tcp   BBN IAD
iad3            1032/udp   BBN IAD
#                          Andy Malis <[email protected]>
neod1           1047/tcp   Sun's NEO Object Request Broker
neod1           1047/udp   Sun's NEO Object Request Broker
neod2           1048/tcp   Sun's NEO Object Request Broker
neod2           1048/udp   Sun's NEO Object Request Broker
#                          Rohit Garg <[email protected]>
nim             1058/tcp   nim
nim             1058/udp   nim
nimreg          1059/tcp   nimreg
nimreg          1059/udp   nimreg
#                          Robert Gordon <[email protected]>
instl_boots     1067/tcp   Installation Bootstrap Proto. Serv.
instl_boots     1067/udp   Installation Bootstrap Proto. Serv.
instl_bootc     1068/tcp   Installation Bootstrap Proto. Cli.  
instl_bootc     1068/udp   Installation Bootstrap Proto. Cli.  
#                          David Arko <<[email protected]>
socks           1080/tcp   Socks    
socks           1080/udp   Socks    
#                          Ying-Da Lee <[email protected]
ansoft-lm-1     1083/tcp   Anasoft License Manager
ansoft-lm-1     1083/udp   Anasoft License Manager
ansoft-lm-2     1084/tcp   Anasoft License Manager
ansoft-lm-2     1084/udp   Anasoft License Manager
nfsd-status      1110/tcp   Cluster status info
nfsd-keepalive      1110/udp   Client status info
#                          Edgar Circenis <[email protected]>
murray          1123/tcp   Murray
murray          1123/udp   Murray
#                          Stu Mark <[email protected]>
nfa             1155/tcp   Network File Access                
nfa             1155/udp   Network File Access                
#                          James Powell <[email protected]m>
lupa            1212/tcp   lupa
lupa            1212/udp   lupa
#                          Barney Wolff <[email protected]>
nerv            1222/tcp   SNI R&D network                  
nerv            1222/udp   SNI R&D network                  
#                          Martin Freiss <[email protected]>
hermes            1248/tcp
hermes            1248/udp
#               1249-1312  Unassigned
bmc_patroldb    1313/tcp   BMC_PATROLDB
bmc-patroldb    1313/udp   BMC_PATROLDB
#                          Devon Shows <[email protected]>
pdps            1314/tcp   Photoscript Distributed Printing System
pdps            1314/udp   Photoscript Distributed Printing System
#                     Les Klein <[email protected]>
#               1315-1344  Unassigned  
vpjp            1345/tcp   VPJP
vpjp            1345/udp   VPJP
#                          Michael Collins <[email protected]>
alta-ana-lm     1346/tcp   Alta Analytics License Manager
alta-ana-lm     1346/udp   Alta Analytics License Manager
bbn-mmc            1347/tcp   multi media conferencing
bbn-mmc            1347/udp   multi media conferencing
bbn-mmx            1348/tcp   multi media conferencing
bbn-mmx            1348/udp   multi media conferencing
sbook           1349/tcp   Registration Network Protocol      
sbook           1349/udp   Registration Network Protocol      
editbench       1350/tcp   Registration Network Protocol      
editbench       1350/udp   Registration Network Protocol      
#               Simson L. Garfinkel <[email protected].us>
equationbuilder 1351/tcp   Digital Tool Works (MIT)            
equationbuilder 1351/udp   Digital Tool Works (MIT)            
#                          Terrence J. Talbot <[email protected]>
lotusnote       1352/tcp   Lotus Note                          
lotusnote       1352/udp   Lotus Note                          
#               Greg Pflaum <iris.com!Greg_Pflaum@uunet.uu.net>
relief          1353/tcp   Relief Consulting                  
relief          1353/udp   Relief Consulting                  
#                          John Feiler <[email protected]om>
rightbrain      1354/tcp   RightBrain Software              
rightbrain      1354/udp   RightBrain Software              
#                          Glenn Reid <[email protected]>
intuitive edge  1355/tcp   Intuitive Edge
intuitive edge  1355/udp   Intuitive Edge
#                          Montgomery Zukowski
#                          <[email protected]state.edu>
cuillamartin    1356/tcp   CuillaMartin Company
cuillamartin    1356/udp   CuillaMartin Company
pegboard        1357/tcp   Electronic PegBoard  
pegboard        1357/udp   Electronic PegBoard  
#                          Chris Cuilla
#                          <balr!vpnet!cuilla!chris@clout.chi.il.us>
connlcli        1358/tcp   CONNLCLI                            
connlcli        1358/udp   CONNLCLI                            
ftsrv           1359/tcp   FTSRV                                
ftsrv           1359/udp   FTSRV                                
#                          Ines Homem de Melo <[email protected]>
mimer           1360/tcp   MIMER                              
mimer           1360/udp   MIMER                              
#                          Per Schroeder  <[email protected]>
linx            1361/tcp   LinX                        
linx            1361/udp   LinX                        
#                          Steffen Schilke <---none--->
timeflies       1362/tcp   TimeFlies                          
timeflies       1362/udp   TimeFlies                          
#                          Doug Kent <mouthers@[email protected].com>
ndm-requester   1363/tcp   Network DataMover Requester
ndm-requester   1363/udp   Network DataMover Requester
ndm-server      1364/tcp   Network DataMover Server  
ndm-server      1364/udp   Network DataMover Server  
#                          Toshio Watanabe
#                          <[email protected]d.ricoh.co.j>
adapt-sna       1365/tcp   Network Software Associates
adapt-sna       1365/udp   Network Software Associates
#                          Jeffery Chiao <714-768-401>
netware-csp     1366/tcp   Novell NetWare Comm Service Platform
netware-csp     1366/udp   Novell NetWare Comm Service Platform
#                          Laurie Lindsey <[email protected]>
dcs             1367/tcp   DCS                            
dcs             1367/udp   DCS                            
#                          Stefan Siebert <[email protected]>
screencast      1368/tcp   ScreenCast                          
screencast      1368/udp   ScreenCast                          
#                          Bill Tschumy <[email protected]>
gv-us           1369/tcp   GlobalView to Unix Shell            
gv-us           1369/udp   GlobalView to Unix Shell            
us-gv           1370/tcp   Unix Shell to GlobalView            
us-gv           1370/udp   Unix Shell to GlobalView            
#               Makoto Mita <[email protected].co.jp>
fc-cli          1371/tcp   Fujitsu Config Protocol            
fc-cli          1371/udp   Fujitsu Config Protocol            
fc-ser          1372/tcp   Fujitsu Config Protocol            
fc-ser          1372/udp   Fujitsu Config Protocol            
#               Ryuichi Horie <[email protected]tsu.co.jp>
chromagrafx     1373/tcp   Chromagrafx                        
chromagrafx     1373/udp   Chromagrafx                        
#                          Mike Barthelemy <[email protected]>
molly           1374/tcp   EPI Software Systems        
molly           1374/udp   EPI Software Systems        
#                          Jim Vlcek <[email protected]>
bytex           1375/tcp   Bytex                            
bytex           1375/udp   Bytex                            
#               Mary Ann Burt <bytex!ws054!maryann@uunet.UU.NET>
ibm-pps         1376/tcp   IBM Person to Person Software    
ibm-pps         1376/udp   IBM Person to Person Software    
#                          Simon Phipps <[email protected]>
cichlid         1377/tcp   Cichlid License Manager      
cichlid         1377/udp   Cichlid License Manager      
#                          Andy Burgess <[email protected]>
elan            1378/tcp   Elan License Manager  
elan            1378/udp   Elan License Manager  
#                          Ken Greer <[email protected]>
dbreporter      1379/tcp   Integrity Solutions                
dbreporter      1379/udp   Integrity Solutions                
#                          Tim Dawson <tdawson%[email protected].NET>
telesis-licman  1380/tcp   Telesis Network License Manager    
telesis-licman  1380/udp   Telesis Network License Manager    
#                          Karl Schendel, Jr. <[email protected]>
apple-licman    1381/tcp   Apple Network License Manager
apple-licman    1381/udp   Apple Network License Manager
#                          Earl Wallace <[email protected]>
udt_os          1382/tcp  
udt_os          1382/udp  
gwha            1383/tcp   GW Hannaway Network License Manager
gwha            1383/udp   GW Hannaway Network License Manager
#                          J. Gabriel Foster <[email protected]>
os-licman       1384/tcp   Objective Solutions License Manager
os-licman       1384/udp   Objective Solutions License Manager
#               Donald Cornwell <[email protected]m>
atex_elmd       1385/tcp   Atex Publishing License Manager
atex_elmd       1385/udp   Atex Publishing License Manager
#                          Brett Sorenson <[email protected]>
checksum        1386/tcp   CheckSum License Manager            
checksum        1386/udp   CheckSum License Manager            
#                          Andreas Glocker <[email protected]>
cadsi-lm        1387/tcp   Computer Aided Design Software Inc LM
cadsi-lm        1387/udp   Computer Aided Design Software Inc LM
#                          Sulistio Muljadi
objective-dbc   1388/tcp   Objective Solutions DataBase Cache
objective-dbc   1388/udp   Objective Solutions DataBase Cache
#                          Donald Cornwell
iclpv-dm        1389/tcp   Document Manager                    
iclpv-dm        1389/udp   Document Manager                    
iclpv-sc        1390/tcp   Storage Controller                  
iclpv-sc        1390/udp   Storage Controller                  
iclpv-sas       1391/tcp   Storage Access Server              
iclpv-sas       1391/udp   Storage Access Server              
iclpv-pm        1392/tcp   Print Manager                      
iclpv-pm        1392/udp   Print Manager                      
iclpv-nls       1393/tcp   Network Log Server                  
iclpv-nls       1393/udp   Network Log Server                  
iclpv-nlc       1394/tcp   Network Log Client                  
iclpv-nlc       1394/udp   Network Log Client                  
iclpv-wsm       1395/tcp   PC Workstation Manager software    
iclpv-wsm       1395/udp   PC Workstation Manager software    
#               A.P. Hobson <[email protected]cl.co.uk>
dvl-activemail  1396/tcp   DVL Active Mail                    
dvl-activemail  1396/udp   DVL Active Mail                    
audio-activmail 1397/tcp   Audio Active Mail                  
audio-activmail 1397/udp   Audio Active Mail                  
video-activmail 1398/tcp   Video Active Mail                  
video-activmail 1398/udp   Video Active Mail                  
#                          Ehud Shapiro <[email protected]>
cadkey-licman   1399/tcp   Cadkey License Manager        
cadkey-licman   1399/udp   Cadkey License Manager        
cadkey-tablet   1400/tcp   Cadkey Tablet Daemon          
cadkey-tablet   1400/udp   Cadkey Tablet Daemon          
#                          Joe McCollough <[email protected]>
goldleaf-licman 1401/tcp   Goldleaf License Manager
goldleaf-licman 1401/udp   Goldleaf License Manager
#                          John Fox <---none--->
prm-sm-np       1402/tcp   Prospero Resource Manager
prm-sm-np       1402/udp   Prospero Resource Manager
prm-nm-np       1403/tcp   Prospero Resource Manager
prm-nm-np       1403/udp   Prospero Resource Manager
#                          B. Clifford Neuman <[email protected]>
igi-lm          1404/tcp   Infinite Graphics License Manager
igi-lm          1404/udp   Infinite Graphics License Manager
ibm-res         1405/tcp   IBM Remote Execution Starter
ibm-res         1405/udp   IBM Remote Execution Starter
netlabs-lm      1406/tcp   NetLabs License Manager
netlabs-lm      1406/udp   NetLabs License Manager
dbsa-lm         1407/tcp   DBSA License Manager        
dbsa-lm         1407/udp   DBSA License Manager        
#                          Scott Shattuck <[email protected]>
sophia-lm       1408/tcp   Sophia License Manager              
sophia-lm       1408/udp   Sophia License Manager              
#                          Eric Brown <[email protected].net>
here-lm         1409/tcp   Here License Manager            
here-lm         1409/udp   Here License Manager            
#                          David Ison  <[email protected]>
hiq             1410/tcp   HiQ License Manager              
hiq             1410/udp   HiQ License Manager              
#                          Rick Pugh <[email protected]>
af              1411/tcp   AudioFile                  
af              1411/udp   AudioFile                  
#                          Jim Gettys <[email protected]>
innosys         1412/tcp   InnoSys              
innosys         1412/udp   InnoSys              
innosys-acl     1413/tcp   Innosys-ACL          
innosys-acl     1413/udp   Innosys-ACL          
#                          Eric Welch <--none--->
ibm-mqseries    1414/tcp   IBM MQSeries                        
ibm-mqseries    1414/udp   IBM MQSeries                        
#                          Roger Meli <rmmeli%[email protected]m>
dbstar          1415/tcp   DBStar                          
dbstar          1415/udp   DBStar                          
#                          Jeffrey Millman <[email protected]>
novell-lu6.2    1416/tcp   Novell LU6.2        
novell-lu6.2    1416/udp   Novell LU6.2        
#                          Peter Liu <--none--->
timbuktu-srv1   1417/tcp   Timbuktu Service 1 Port            
timbuktu-srv1   1417/tcp   Timbuktu Service 1 Port            
timbuktu-srv2   1418/tcp   Timbuktu Service 2 Port            
timbuktu-srv2   1418/udp   Timbuktu Service 2 Port            
timbuktu-srv3   1419/tcp   Timbuktu Service 3 Port            
timbuktu-srv3   1419/udp   Timbuktu Service 3 Port            
timbuktu-srv4   1420/tcp   Timbuktu Service 4 Port            
timbuktu-srv4   1420/udp   Timbuktu Service 4 Port            
#                          Marc Epard <[email protected]>
gandalf-lm      1421/tcp   Gandalf License Manager
gandalf-lm      1421/udp   Gandalf License Manager
#                          [email protected]
autodesk-lm     1422/tcp   Autodesk License Manager  
autodesk-lm     1422/udp   Autodesk License Manager  
#                          David Ko <[email protected]>
essbase         1423/tcp   Essbase Arbor Software    
essbase         1423/udp   Essbase Arbor Software    
hybrid          1424/tcp   Hybrid Encryption Protocol  
hybrid          1424/udp   Hybrid Encryption Protocol  
#                          Howard Hart <[email protected]>
zion-lm         1425/tcp   Zion Software License Manager
zion-lm         1425/udp   Zion Software License Manager
#                          David Ferrero <[email protected]>
sais            1426/tcp   Satellite-data Acquisition System 1
sais            1426/udp   Satellite-data Acquisition System 1
#                          Bill Taylor <[email protected]>
mloadd          1427/tcp   mloadd monitoring tool    
mloadd          1427/udp   mloadd monitoring tool    
#                          Bob Braden <[email protected]>
informatik-lm   1428/tcp   Informatik License Manager
informatik-lm   1428/udp   Informatik License Manager
#                          Harald Schlangmann
#                          <[email protected]uenchen.de>
nms             1429/tcp   Hypercom NMS                      
nms             1429/udp   Hypercom NMS                      
tpdu            1430/tcp   Hypercom TPDU                    
tpdu            1430/udp   Hypercom TPDU                    
#                          Noor Chowdhury <[email protected]>
rgtp            1431/tcp   Reverse Gossip Transport
rgtp            1431/udp   Reverse Gossip Transport
#                          Ian Jackson  <[email protected]>
blueberry-lm    1432/tcp   Blueberry Software License Manager  
blueberry-lm    1432/udp   Blueberry Software License Manager  
#                          Steve Beigel <[email protected]>
ms-sql-s        1433/tcp   Microsoft-SQL-Server
ms-sql-s        1433/udp   Microsoft-SQL-Server
ms-sql-m        1434/tcp   Microsoft-SQL-Monitor
ms-sql-m        1434/udp   Microsoft-SQL-Monitor                
#                          Peter Hussey <[email protected]>
ibm-cics        1435/tcp   IBM CICS
ibm-cics        1435/udp   IBM CICS
#                          Geoff Meacock <[email protected]>
saism           1436/tcp   Satellite-data Acquisition System 2
saism           1436/udp   Satellite-data Acquisition System 2
#                          Bill Taylor <[email protected]>
tabula          1437/tcp   Tabula
tabula          1437/udp   Tabula
#                          Marcelo Einhorn
#                          <KGUNE%HUJIVM1.bitnet@taunivm.tau.ac.il>
eicon-server    1438/tcp   Eicon Security Agent/Server        
eicon-server    1438/udp   Eicon Security Agent/Server        
eicon-x25       1439/tcp   Eicon X25/SNA Gateway              
eicon-x25       1439/udp   Eicon X25/SNA Gateway              
eicon-slp       1440/tcp   Eicon Service Location Protocol    
eicon-slp       1440/udp   Eicon Service Location Protocol    
#                          Pat Calhoun <[email protected]>
cadis-1         1441/tcp   Cadis License Management      
cadis-1         1441/udp   Cadis License Management      
cadis-2         1442/tcp   Cadis License Management      
cadis-2         1442/udp   Cadis License Management      
#                          Todd Wichers <[email protected]>
ies-lm          1443/tcp   Integrated Engineering Software    
ies-lm          1443/udp   Integrated Engineering Software    
#                          David Tong <[email protected].ca>
marcam-lm       1444/tcp   Marcam  License Management    
marcam-lm       1444/udp   Marcam  License Management    
#                          Therese Hunt <[email protected]>
proxima-lm      1445/tcp   Proxima License Manager      
proxima-lm      1445/udp   Proxima License Manager      
ora-lm          1446/tcp   Optical Research Associates License Manager
ora-lm          1446/udp   Optical Research Associates License Manager
apri-lm         1447/tcp   Applied Parallel Research LM
apri-lm         1447/udp   Applied Parallel Research LM
#                          Jim Dillon <[email protected]>
oc-lm           1448/tcp   OpenConnect License Manager
oc-lm           1448/udp   OpenConnect License Manager
#                          Sue Barnhill <[email protected]>
peport          1449/tcp   PEport                              
peport          1449/udp   PEport                              
#                          Qentin Neill <[email protected]M>
dwf             1450/tcp   Tandem Distributed Workbench Facility
dwf             1450/udp   Tandem Distributed Workbench Facility
#                          Mike Bert <[email protected]>
infoman         1451/tcp   IBM Information Management
infoman         1451/udp   IBM Information Management
#                          Karen Burns <---none--->
gtegsc-lm       1452/tcp   GTE Government Systems License Man  
gtegsc-lm       1452/udp   GTE Government Systems License Man  
#               Mike Gregory <[email protected].gtegsc.com>
genie-lm        1453/tcp   Genie License Manager                
genie-lm        1453/udp   Genie License Manager                
#                          Paul Applegate <[email protected]om>
interhdl_elmd   1454/tcp   interHDL License Manager      
interhdl_elmd   1454/tcp   interHDL License Manager      
#                          Eli Sternheim [email protected]
esl-lm          1455/tcp   ESL License Manager          
esl-lm          1455/udp   ESL License Manager          
#                          Abel Chou <[email protected]>
dca             1456/tcp   DCA          
dca             1456/udp   DCA          
#                          Jeff Garbers <[email protected]>
valisys-lm      1457/tcp    Valisys License Manager
valisys-lm      1457/udp    Valisys License Manager
#               Leslie Lincoln <[email protected]m>
nrcabq-lm       1458/tcp    Nichols Research Corp.
nrcabq-lm       1458/udp    Nichols Research Corp.
#                           Howard Cole <[email protected]om>
proshare1       1459/tcp    Proshare Notebook Application
proshare1       1459/udp    Proshare Notebook Application
proshare2       1460/tcp    Proshare Notebook Application
proshare2       1460/udp    Proshare Notebook Application
#                           Robin Kar <[email protected]m>
ibm_wrless_lan  1461/tcp    IBM Wireless LAN
ibm_wrless_lan  1461/udp    IBM Wireless LAN
#                           <[email protected]>
world-lm        1462/tcp    World License Manager
world-lm        1462/udp    World License Manager
#                           Michael S Amirault <[email protected]>
nucleus         1463/tcp    Nucleus
nucleus         1463/udp    Nucleus
#                           Venky Nagar <[email protected]>
msl_lmd         1464/tcp    MSL License Manager
msl_lmd         1464/udp    MSL License Manager
#                           Matt Timmermans
pipes           1465/tcp    Pipes Platform
pipes           1465/udp    Pipes Platform  [email protected]
#                           Mark Farlin <[email protected]>
oceansoft-lm    1466/tcp    Ocean Software License Manager
oceansoft-lm    1466/udp    Ocean Software License Manager
#                           Randy Leonard <[email protected]>
csdmbase        1467/tcp    CSDMBASE  
csdmbase        1467/udp    CSDMBASE  
csdm            1468/tcp    CSDM      
csdm            1468/udp    CSDM      
#               Robert Stabl <[email protected]chen.de>
aal-lm          1469/tcp    Active Analysis Limited License Manager
aal-lm          1469/udp    Active Analysis Limited License Manager
#                           David Snocken  +44 (71)437-7009
uaiact          1470/tcp    Universal Analytics  
uaiact          1470/udp    Universal Analytics  
#                           Mark R. Ludwig <[email protected]>
csdmbase        1471/tcp    csdmbase  
csdmbase        1471/udp    csdmbase  
csdm            1472/tcp    csdm      
csdm            1472/udp    csdm      
#               Robert Stabl <[email protected]chen.de>
openmath        1473/tcp    OpenMath  
openmath        1473/udp    OpenMath  
#                           Garth Mayville <[email protected]>
telefinder      1474/tcp    Telefinder
telefinder      1474/udp    Telefinder
#                           Jim White <[email protected]m>
taligent-lm     1475/tcp    Taligent License Manager  
taligent-lm     1475/udp    Taligent License Manager  
#               Mark Sapsford <Mark_Sapsford@@taligent.com>
clvm-cfg        1476/tcp    clvm-cfg  
clvm-cfg        1476/udp    clvm-cfg  
#                           Eric Soderberg <[email protected]>
ms-sna-server   1477/tcp    ms-sna-server  
ms-sna-server   1477/udp    ms-sna-server  
ms-sna-base     1478/tcp    ms-sna-base    
ms-sna-base     1478/udp    ms-sna-base    
#                           Gordon Mangione <[email protected]>
dberegister     1479/tcp    dberegister  
dberegister     1479/udp    dberegister  
#                           Brian Griswold <[email protected]>
pacerforum      1480/tcp    PacerForum  
pacerforum      1480/udp    PacerForum  
#                           Peter Caswell <[email protected]>
airs            1481/tcp    AIRS        
airs            1481/udp    AIRS        
#                           Bruce Wilson, 905-771-6161
miteksys-lm     1482/tcp    Miteksys License Manager
miteksys-lm     1482/udp    Miteksys License Manager
#                           Shane McRoberts <[email protected]>
afs             1483/tcp    AFS License Manager  
afs             1483/udp    AFS License Manager  
#                           Michael R. Pizolato <[email protected]>
confluent       1484/tcp    Confluent License Manager
confluent       1484/udp    Confluent License Manager
#                           James Greenfiel <[email protected]>
lansource       1485/tcp    LANSource
lansource       1485/udp    LANSource
#                           Doug Scott <[email protected]>
nms_topo_serv   1486/tcp    nms_topo_serv  
nms_topo_serv   1486/udp    nms_topo_serv  
#                           Sylvia Siu <[email protected]>
localinfosrvr   1487/tcp    LocalInfoSrvr  
localinfosrvr   1487/udp    LocalInfoSrvr  
#               Brian Matthews <[email protected].com>
docstor         1488/tcp    DocStor  
docstor         1488/udp    DocStor  
#                           Brian Spears <[email protected]>
dmdocbroker     1489/tcp    dmdocbroker  
dmdocbroker     1489/udp    dmdocbroker  
#                           Razmik Abnous <[email protected]>
insitu-conf     1490/tcp    insitu-conf  
insitu-conf     1490/udp    insitu-conf  
#                           Paul Blacknell <[email protected]>
anynetgateway   1491/tcp    anynetgateway  
anynetgateway   1491/udp    anynetgateway  
#                           Dan Poirier <[email protected]>
stone-design-1  1492/tcp    stone-design-1  
stone-design-1  1492/udp    stone-design-1  
#                           Andrew Stone <[email protected]>
netmap_lm       1493/tcp    netmap_lm  
netmap_lm       1493/udp    netmap_lm  
#                           Phillip Magson <[email protected]>
ica             1494/tcp    ica  
ica             1494/udp    ica  
#                           John Richardson, Citrix Systems
cvc             1495/tcp    cvc  
cvc             1495/udp    cvc  
#                           Bill Davidson <[email protected]>
liberty-lm      1496/tcp    liberty-lm
liberty-lm      1496/udp    liberty-lm
#                           Jim Rogers <[email protected]>
rfx-lm          1497/tcp    rfx-lm
rfx-lm          1497/udp    rfx-lm
#                           Bill Bishop <[email protected]>
watcom-sql      1498/tcp    Watcom-SQL
watcom-sql      1498/udp    Watcom-SQL
#                           Rog Skubowius <[email protected].ca>
fhc             1499/tcp    Federico Heinz Consultora
fhc             1499/udp    Federico Heinz Consultora
#                           Federico Heinz <[email protected]>
vlsi-lm         1500/tcp    VLSI License Manager
vlsi-lm         1500/udp    VLSI License Manager
#                           Shue-Lin Kuo <[email protected].com>
saiscm          1501/tcp    Satellite-data Acquisition System 3
saiscm          1501/udp    Satellite-data Acquisition System 3
#                           Bill Taylor <[email protected]>
shivadiscovery  1502/tcp    Shiva
shivadiscovery  1502/udp    Shiva
#                           Jonathan Wenocur <[email protected]>
imtc-mcs        1503/tcp    Databeam
imtc-mcs        1503/udp    Databeam
#                           Jim Johnstone <[email protected]>
evb-elm         1504/tcp    EVB Software Engineering License Manager
evb-elm         1504/udp    EVB Software Engineering License Manager
#                           B.G. Mahesh < [email protected]>
funkproxy       1505/tcp    Funk Software, Inc.
funkproxy       1505/udp    Funk Software, Inc.
#                           Robert D. Vincent <[email protected]>
utcd            1506/tcp    Universal Time daemon (utcd)
utcd            1506/udp    Universal Time daemon (utcd)
#                           Walter Poxon <[email protected]>
symplex         1507/tcp    symplex
symplex         1507/udp    symplex
#                           Mike Turley <[email protected]>
diagmond        1508/tcp    diagmond
diagmond        1508/udp    diagmond
#                           Pete Moscatelli <[email protected]om>
robcad-lm       1509/tcp    Robcad, Ltd. License Manager
robcad-lm       1509/udp    Robcad, Ltd. License Manager
#                           Hindin Joseph <hindin%[email protected]t>
mvx-lm          1510/tcp    Midland Valley Exploration Ltd. Lic. Man.
mvx-lm          1510/udp    Midland Valley Exploration Ltd. Lic. Man.
#                           Neil Salter <[email protected]o.uk>Laszlo
3l-l1           1511/tcp    3l-l1
3l-l1           1511/udp    3l-l1
#                           Ian A. Young <[email protected]>
wins            1512/tcp    Microsoft's Windows Internet Name Service
wins            1512/udp    Microsoft's Windows Internet Name Service
#                           Pradeep Bahl <[email protected]>
fujitsu-dtc     1513/tcp    Fujitsu Systems Business of America, Inc
fujitsu-dtc     1513/udp    Fujitsu Systems Business of America, Inc
fujitsu-dtcns   1514/tcp    Fujitsu Systems Business of America, Inc
fujitsu-dtcns   1514/udp    Fujitsu Systems Business of America, Inc
#                           Charles A. Higgins <[email protected]>
ifor-protocol   1515/tcp    ifor-protocol
ifor-protocol   1515/udp    ifor-protocol
#                           Dr. R.P. Alston <[email protected]>
vpad            1516/tcp    Virtual Places Audio data
vpad            1516/udp    Virtual Places Audio data
vpac            1517/tcp    Virtual Places Audio control
vpac            1517/udp    Virtual Places Audio control
vpvd            1518/tcp    Virtual Places Video data
vpvd            1518/udp    Virtual Places Video data
vpvc            1519/tcp    Virtual Places Video control
vpvc            1519/udp    Virtual Places Video control
#                           Ehud Shapiro <[email protected]>
atm-zip-office  1520/tcp    atm zip office
atm-zip-office  1520/udp    atm zip office
#                           Wilson Kwan <wilsonk%[email protected]om>
ncube-lm        1521/tcp    nCube License Manager
ncube-lm        1521/udp    nCube License Manager
#                           Maxine Yuen <[email protected]>
ricardo-lm      1522/tcp    Ricardo North America License Manager
ricardo-lm      1522/udp    Ricardo North America License Manager
#                           Mike Flemming <[email protected]>
cichild-lm      1523/tcp    cichild
cichild-lm      1523/udp    cichild
#                           Andy Burgess <[email protected]>
ingreslock      1524/tcp    ingres
ingreslock      1524/udp    ingres
orasrv          1525/tcp    oracle
orasrv          1525/udp    oracle
prospero-np     1525/tcp    Prospero Directory Service non-priv
prospero-np     1525/udp    Prospero Directory Service non-priv
pdap-np         1526/tcp    Prospero Data Access Prot non-priv
pdap-np         1526/udp    Prospero Data Access Prot non-priv
#                           B. Clifford Neuman <[email protected]>
tlisrv          1527/tcp    oracle
tlisrv          1527/udp    oracle
mciautoreg      1528/tcp    micautoreg
mciautoreg      1528/udp    micautoreg
#                           John Klensin <[email protected].NET>
coauthor        1529/tcp    oracle
coauthor        1529/udp    oracle
rap-service     1530/tcp    rap-service
rap-service     1530/udp    rap-service
rap-listen      1531/tcp    rap-listen
rap-listen      1531/udp    rap-listen
#                           Phil Servita <meister@ftp.com>
miroconnect     1532/tcp    miroconnect
miroconnect     1532/udp    miroconnect
#                           Michael Fischer +49 531 21 13 0
virtual-places  1533/tcp    Virtual Places Software
virtual-places  1533/udp    Virtual Places Software
#                           Ehud Shapiro <[email protected]>
micromuse-lm    1534/tcp    micromuse-lm    
micromuse-lm    1534/udp    micromuse-lm    
#                           Adam Kerrison <[email protected]>
ampr-info       1535/tcp    ampr-info    
ampr-info       1535/udp    ampr-info    
ampr-inter      1536/tcp    ampr-inter
ampr-inter      1536/udp    ampr-inter
#                           Rob Janssen <[email protected]>
sdsc-lm         1537/tcp    isi-lm
sdsc-lm         1537/udp    isi-lm
#                           Len Wanger <[email protected]>
3ds-lm          1538/tcp    3ds-lm
3ds-lm          1538/udp    3ds-lm
#                           Keith Trummel <[email protected]>
intellistor-lm  1539/tcp    Intellistor License Manager
intellistor-lm  1539/udp    Intellistor License Manager
#                           Ron Vaughn <[email protected]>
rds             1540/tcp    rds
rds             1540/udp    rds
rds2            1541/tcp    rds2
rds2            1541/udp    rds2
#                           Sudhakar Rajamannar <[email protected]>
gridgen-elmd    1542/tcp    gridgen-elmd
gridgen-elmd    1542/udp    gridgen-elmd
#                           John R. Chawner +1 817 354-1004
simba-cs        1543/tcp    simba-cs
simba-cs        1543/udp    simba-cs
#                           Betsy Alexander +1 604-681-4549
aspeclmd        1544/tcp    aspeclmd
aspeclmd        1544/udp    aspeclmd
#                           V. Balaji <[email protected]>
vistium-share   1545/tcp    vistium-share
vistium-share   1545/udp    vistium-share
#             Allison Carleton <[email protected]eil.ncr.com>
abbaccuray      1546/tcp    abbaccuray
abbaccuray      1546/udp    abbaccuray
#                           John Wendt 614-261-2000
laplink         1547/tcp    laplink
laplink         1547/udp    laplink
#                        Michael Crawford <[email protected]>
axon-lm         1548/tcp    Axon License Manager
axon-lm         1548/udp    Axon License Manager
#   Mark Pearce <<Mark_A.._Pearce/AXON_Networks_Inc.[email protected]on.com>
shivahose       1549/tcp    Shiva Hose
shivasound      1549/udp    Shiva Sound
#                           Kin Chan <[email protected]>
3m-image-lm     1550/tcp    Image Storage license manager 3M Company
3m-image-lm     1550/udp    Image Storage license manager 3M Company
#                           J. C. Canessa <[email protected]>
hecmtl-db       1551/tcp    HECMTL-DB
hecmtl-db       1551/udp    HECMTL-DB
#                           Maxime Belanger <[email protected]>
pciarray        1552/tcp    pciarray
pciarray        1552/udp    pciarray
#                           Ron Folk <[email protected]>
sna-cs          1553/tcp    sna-cs
sna-cs          1553/udp    sna-cs
#                           Tony Sowter <[email protected]>
caci-lm         1554/tcp    CACI Products Company License Manager
caci-lm         1554/udp    CACI Products Company License Manager
#                           Erik Blume <[email protected]>
livelan         1555/tcp    livelan
livelan         1555/udp    livelan
#                    [email protected].com <Kaynam Hedayat>
ashwin          1556/tcp    AshWin CI Tecnologies
ashwin          1556/udp    AshWin CI Tecnologies
#                           Dave Neal <[email protected]>
arbortext-lm    1557/tcp    ArborText License Manager
arbortext-lm    1557/udp    ArborText License Manager
#                           David J. Wilson <[email protected]>
xingmpeg        1558/tcp    xingmpeg
xingmpeg        1558/udp    xingmpeg
#                           Howard Gordon <[email protected]om>
web2host        1559/tcp    web2host
web2host        1559/udp    web2host
#                           Stephen Johnson <[email protected]>
asci-val        1560/tcp    asci-val
asci-val        1560/udp    asci-val
#                           Brian Schenkenberger <[email protected]>
facilityview    1561/tcp    facilityview
facilityview    1561/udp    facilityview
#                           Ed Green <[email protected]>
pconnectmgr     1562/tcp    pconnectmgr
pconnectmgr     1562/udp    pconnectmgr
#                           Bob Kaiser <[email protected]>
cadabra-lm      1563/tcp    Cadabra License Manager
cadabra-lm      1563/udp    Cadabra License Manager
#                           Arthur Castonguay <[email protected]>
pay-per-view    1564/tcp    Pay-Per-View
pay-per-view    1564/udp    Pay-Per-View
#                           Brian Tung <[email protected]>
winddlb         1565/tcp    WinDD
winddlb         1565/udp    WinDD
#                           Kelly Sims <[email protected]>
corelvideo      1566/tcp    CORELVIDEO
corelvideo      1566/udp    CORELVIDEO
#                           Ming Poon <[email protected]>
jlicelmd        1567/tcp    jlicelmd
jlicelmd        1567/udp    jlicelmd
#                   Christian Schormann <[email protected]m>
tsspmap         1568/tcp    tsspmap
tsspmap         1568/udp    tsspmap
#                           Paul W. Nelson <[email protected]>
ets             1569/tcp    ets
ets             1569/udp    ets
#                           Carstein Seeberg <[email protected]>
orbixd          1570/tcp    orbixd
orbixd          1570/udp    orbixd
#                           Bridget Walsh <[email protected]>
rdb-dbs-disp    1571/tcp    Oracle Remote Data Base
rdb-dbs-disp    1571/udp    Oracle Remote Data Base
#                           <[email protected]>
chip-lm         1572/tcp    Chipcom License Manager
chip-lm         1572/udp    Chipcom License Manager
#                           Jerry Natowitz <Jerry Natowitz>
itscomm-ns      1573/tcp    itscomm-ns
itscomm-ns      1573/udp    itscomm-ns
#                           Rich Thompson <[email protected]>
mvel-lm         1574/tcp    mvel-lm
mvel-lm         1574/udp    mvel-lm
#                           David Bisset <[email protected]>
oraclenames     1575/tcp    oraclenames
oraclenames     1575/udp    oraclenames
#                           P.V.Shivkumar <[email protected]>
moldflow-lm     1576/tcp    moldflow-lm
moldflow-lm     1576/udp    moldflow-lm
#                           Paul Browne <[email protected]>
hypercube-lm    1577/tcp    hypercube-lm
hypercube-lm    1577/udp    hypercube-lm
#                           Michael Moller <[email protected]>
jacobus-lm      1578/tcp    Jacobus License Manager
jacobus-lm      1578/udp    Jacobus License Manager
#                           Tony Cleveland <[email protected]m>
ioc-sea-lm      1579/tcp    ioc-sea-lm
ioc-sea-lm      1579/tcp    ioc-sea-lm
#                           Paul Nelson <[email protected]>
tn-tl-r1        1580/tcp    tn-tl-r1
tn-tl-r2        1580/udp    tn-tl-r2
#                           Ed Kress <[email protected]>
vmf-msg-port    1581/tcp    vmf-msg-port
vmf-msg-port    1581/udp    vmf-msg-port
#                           Eric Whitehill <[email protected]>
msims           1582/tcp    MSIMS
msims           1582/udp    MSIMS
#                           Glenn Olander <[email protected]>
simbaexpress    1583/tcp    simbaexpress
simbaexpress    1583/udp    simbaexpress
#                           Betsy Alexander +1 604-681-4549
tn-tl-fd2       1584/tcp    tn-tl-fd2
tn-tl-fd2       1584/udp    tn-tl-fd2
#                           Ed Kress <[email protected]>
intv            1585/tcp    intv
intv            1585/udp    intv
#                           Dermot Tynand <[email protected]>
ibm-abtact      1586/tcp    ibm-abtact
ibm-abtact      1586/udp    ibm-abtact
#                           Sandeep K. Singhal <[email protected]>
pra_elmd        1587/tcp    pra_elmd
pra_elmd        1587/udp    pra_elmd
#                           Dennis Mastin <[email protected]m>
triquest-lm     1588/tcp    triquest-lm
triquest-lm     1588/udp    triquest-lm
#                           Nand Kumar <[email protected]>
vqp             1589/tcp    VQP
vqp             1589/udp    VQP
#                           Keith McCloghrie <[email protected]>
gemini-lm       1590/tcp    gemini-lm
gemini-lm       1590/udp    gemini-lm
#                           Tony Sawyer <[email protected]>
ncpm-pm         1591/tcp    ncpm-pm
ncpm-pm         1591/udp    ncpm-pm
#                           Ted Power <[email protected]>
commonspace     1592/tcp    commonspace
commonspace     1592/udp    commonspace
#                           Rob Chandhok <[email protected]>
mainsoft-lm     1593/tcp    mainsoft-lm
mainsoft-lm     1593/udp    mainsoft-lm
#                           Anand Gangadharan <[email protected]>
sixtrak         1594/tcp    sixtrak
sixtrak         1594/udp    sixtrak
#                           Bob Rennie <[email protected]>
radio           1595/tcp    radio
radio           1595/udp    radio
radio-sm        1596/tcp    radio-sm
radio-bc        1596/udp    radio-bc
#                           Ken Chapman <[email protected]>
orbplus-iiop    1597/tcp    orbplus-iiop
orbplus-iiop    1597/udp    orbplus-iiop
#                           Robert A. Kukura <[email protected]>
picknfs         1598/tcp    picknfs
picknfs         1598/udp    picknfs
#                           John Lombardo <[email protected]>
simbaservices   1599/tcp    simbaservices
simbaservices   1599/udp    simbaservices
#                           Betsy Alexander +1 604-681-4549
issd            1600/tcp
issd            1600/udp
aas             1601/tcp   aas
aas             1601/udp   aas
#                          Andy Schweig <[email protected]>
inspect         1602/tcp   inspect
inspect         1602/udp   inspect
#                          Frank O'Neill <[email protected]>
picodbc         1603/tcp   pickodbc
picodbc         1603/udp   pickodbc
#                          John Lombardo <[email protected]>
icabrowser      1604/tcp   icabrowser
icabrowser      1604/udp   icabrowser
#                          Brad Pedersen <[email protected]>      
slp             1605/tcp   Salutation Manager (Salutation Protocol)
slp             1605/udp   Salutation Manager (Salutation Protocol)
slm-api         1606/tcp   Salutation Manager (SLM-API)
slm-api         1606/udp   Salutation Manager (SLM-API)
#                          Tohru Mori <[email protected]>      
stt             1607/tcp   stt
stt             1607/udp   stt
#                          Ryan Bolz <[email protected]>
smart-lm        1608/tcp   Smart Corp. License Manager
smart-lm        1608/udp   Smart Corp. License Manager
#                          Connie Qiu <[email protected]>
isysg-lm        1609/tcp   isysg-lm
isysg-lm        1609/udp   isysg-lm
#                          Adam Curtin <[email protected]>
taurus-wh       1610/tcp   taurus-wh
taurus-wh       1610/udp   taurus-wh
#                          Jeff Moffatt <[email protected]>
ill             1611/tcp   Inter Library Loan
ill             1611/udp   Inter Library Loan
#                          Niall Murphy <[email protected]>

netbill-trans   1612/tcp   NetBill Transaction Server
netbill-trans   1612/udp   NetBill Transaction Server
netbill-keyrep  1613/tcp   NetBill Key Repository
netbill-keyrep  1613/udp   NetBill Key Repository
netbill-cred    1614/tcp   NetBill Credential Server
netbill-cred    1614/udp   NetBill Credential Server
netbill-auth    1615/tcp   NetBill Authorization Server
netbill-auth    1615/udp   NetBill Authorization Server
netbill-prod    1616/tcp   NetBill Product Server
netbill-prod    1616/udp   NetBill Product Server
#                          Marvin Sirbu <[email protected]>
nimrod-agent    1617/tcp   Nimrod Inter-Agent Communication
nimrod-agent    1617/udp   Nimrod Inter-Agent Communication
#                          Charles Lynn <[email protected]>
skytelnet       1618/tcp   skytelnet
skytelnet       1618/udp   skytelnet
#                          Byron Jones <[email protected]i.edu>
xs-openstorage   1619/tcp  xs-openstorage
xs-openstorage   1619/udp  xs-openstorage
#                          XuiS Software Ltd.
                                           <[email protected]m>
faxportwinport  1620/tcp   faxportwinport
faxportwinport  1620/udp   faxportwinport
#                          Chris Wells <[email protected]>
softdataphone   1621/tcp   softdataphone
softdataphone   1621/udp   softdataphone
#                          Dror Gill <[email protected]>n
ontime          1622/tcp   ontime
ontime          1622/udp   ontime
#                          Keith Rhodes 810-559-5955
jaleosnd        1623/tcp   jaleosnd
jaleosnd        1623/udp   jaleosnd
#                   Christian Schormann <[email protected]m>
udp-sr-port     1624/tcp    udp-sr-port
udp-sr-port     1624/udp    udp-sr-port
#                           Herb Jensen <[email protected]tt.com>
svs-omagent     1625/tcp    svs-omagent
svs-omagent     1625/udp    svs-omagent
#                           Alberto Berlen <[email protected]>
cncp            1636/tcp    CableNet Control Protocol
cncp            1636/udp    CableNet Control Protocol
cnap            1637/tcp    CableNet Admin Protocol
cnap            1637/udp    CableNet Admin Protocol
cnip            1638/tcp    CableNet Info Protocol
cnip            1638/udp    CableNet Info Protocol
#                           Damian Hamill <[email protected]>
cert-initiator  1639/tcp    cert-initiator
cert-initiator  1639/udp    cert-initiator
cert-responder  1640/tcp    cert-responder
cert-responder  1640/udp    cert-responder
#                           Tom Markson <[email protected]>
invision        1641/tcp    InVision
invision        1641/udp    InVision
#                           Christopher Davey <[email protected]>
isis-am         1642/tcp   isis-am
isis-am         1642/udp   isis-am
isis-ambc       1643/tcp   isis-ambc
isis-ambc       1643/udp   isis-ambc
#                          Ken Chapman <[email protected]>
saiseh          1644/tcp   Satellite-data Acquisition System 4
#                          Bill Taylor <[email protected]>
datametrics     1645/tcp   datametrics
datametrics     1645/udp   datametrics
#                          Jerry Jongerius <[email protected]>
sa-msg-port     1646/tcp   sa-msg-port
sa-msg-port     1646/udp   sa-msg-port
#                          Eric Whitehill <[email protected]>
rsap            1647/tcp   rsap
rsap            1647/udp   rsap
#                          Holger Reif
#                                <[email protected]menau.de>
concurrent-lm   1648/tcp   concurrent-lm
concurrent-lm   1648/udp   concurrent-lm
#                          Maggie Brinsford <[email protected]>
inspect         1649/tcp   inspect
inspect         1649/udp   inspect
#                          Frank da Cruz <[email protected]u>
nkd            1650/tcp
nkd            1650/udp
shiva_confsrvr  1651/tcp   shiva_confsrvr
shiva_confsrvr  1651/udp   shiva_confsrvr
#                          Mike Horowitz <[email protected]>
xnmp            1652/tcp   xnmp
xnmp            1652/udp   xnmp
#                          Ali Saleh <[email protected]>
alphatech-lm    1653/tcp   alphatech-lm
alphatech-lm    1653/udp   alphatech-lm
#                          Joseph Hauk <[email protected]>
stargatealerts  1654/tcp   stargatealerts
stargatealerts  1654/udp   stargatealerts
#                          Tim Coppernoll
#                          <[email protected]el.com>
dec-mbadmin     1655/tcp   dec-mbadmin
dec-mbadmin     1655/udp   dec-mbadmin
dec-mbadmin-h   1656/tcp   dec-mbadmin-h
dec-mbadmin-h   1656/udp   dec-mbadmin-h
#                          Nick Shipman <[email protected]c.com>
fujitsu-mmpdc   1657/tcp   fujitsu-mmpdc
fujitsu-mmpdc   1657/udp   fujitsu-mmpdc
#                          Katsumi Oomuro <[email protected]>
sixnetudr       1658/tcp   sixnetudr
sixnetudr       1658/udp   sixnetudr
#                          Bob Rennie <[email protected]>
sg-lm           1659/tcp   Silicon Grail License Manager
sg-lm           1659/udp   Silicon Grail License Manager
#                          William R Bishop <[email protected]>
skip-mc-gikreq  1660/tcp   skip-mc-gikreq
skip-mc-gikreq  1660/udp   skip-mc-gikreq
#                          Tom Markson <[email protected]>
netview-aix-1   1661/tcp   netview-aix-1
netview-aix-1   1661/udp   netview-aix-1
netview-aix-2   1662/tcp   netview-aix-2
netview-aix-2   1662/udp   netview-aix-2
netview-aix-3   1663/tcp   netview-aix-3
netview-aix-3   1663/udp   netview-aix-3
netview-aix-4   1664/tcp   netview-aix-4
netview-aix-4   1664/udp   netview-aix-4
netview-aix-5   1665/tcp   netview-aix-5
netview-aix-5   1665/udp   netview-aix-5
netview-aix-6   1666/tcp   netview-aix-6
netview-aix-6   1666/udp   netview-aix-6
netview-aix-7   1667/tcp   netview-aix-7
netview-aix-7   1667/udp   netview-aix-7
netview-aix-8   1668/tcp   netview-aix-8
netview-aix-8   1668/udp   netview-aix-8
netview-aix-9   1669/tcp   netview-aix-9
netview-aix-9   1669/udp   netview-aix-9
netview-aix-10  1670/tcp   netview-aix-10
netview-aix-10  1670/udp   netview-aix-10
netview-aix-11  1671/tcp   netview-aix-11
netview-aix-11  1671/udp   netview-aix-11
netview-aix-12  1672/tcp   netview-aix-12
netview-aix-12  1672/udp   netview-aix-12
#               Martha Crisson <[email protected].com>
proshare-mc-1   1673/tcp   Intel Proshare Multicast
proshare-mc-1   1673/udp   Intel Proshare Multicast
proshare-mc-2   1674/tcp   Intel Proshare Multicast
proshare-mc-2   1674/udp   Intel Proshare Multicast
#               Mark Lewis <[email protected]om>
pdp             1675/tcp    Pacific Data Products
pdp             1675/udp    Pacific Data Products
#                           Gary Morton <[email protected]>
netcomm1        1676/tcp    netcomm1
netcomm2        1676/udp    netcomm2
#                           Bulent Kasman <[email protected]>
groupwise       1677/tcp    groupwise
groupwise       1677/udp    groupwise
#                           Brent Bradshaw <[email protected]>
prolink         1678/tcp    prolink
prolink         1678/udp    prolink
#                           Brian Abramson <[email protected]>
darcorp-lm      1679/tcp    darcorp-lm
darcorp-lm      1679/udp    darcorp-lm
#                           <[email protected]>
microcom-sbp    1680/tcp    microcom-sbp      
microcom-sbp    1680/udp    microcom-sbp      
#                           Boris B. Maiden <[email protected]m.com>
sd-elmd         1681/tcp    sd-elmd
sd-elmd         1681/udp    sd-elmd
#                           Bryan Otey <[email protected]>
lanyon-lantern  1682/tcp    lanyon-lantern
lanyon-lantern  1682/udp    lanyon-lantern
#                           Robin Lewis <[email protected]>
ncpm-hip        1683/tcp    ncpm-hip
ncpm-hip        1683/udp    ncpm-hip
#                           Ken Hearn <[email protected]>
snaresecure     1684/tcp    SnareSecure
snaresecure     1684/udp    SnareSecure
#                           Marty Batchelder <[email protected]>
n2nremote       1685/tcp    n2nremote
n2nremote       1685/udp    n2nremote
#                           Kin Chan <[email protected]>
cvmon           1686/tcp    cvmon
cvmon           1686/udp    cvmon
#                           Carol Ann Krug <[email protected]om>
nsjtp-ctrl      1687/tcp    nsjtp-ctrl
nsjtp-ctrl      1687/udp    nsjtp-ctrl
nsjtp-data      1688/tcp    nsjtp-data
nsjtp-data      1688/udp    nsjtp-data
#                           Orazio Granato <[email protected]>
firefox         1689/tcp    firefox
firefox         1689/udp    firefox
#                           Mark S. Edwards <[email protected]>
ng-umds         1690/tcp    ng-umds
ng-umds         1690/udp    ng-umds
#                           Louis E. Simard <[email protected]>
empire-empuma   1691/tcp    empire-empuma
empire-empuma   1691/udp    empire-empuma
#                           Bobby Krupczak <[email protected]>
sstsys-lm       1692/tcp    sstsys-lm
sstsys-lm       1692/udp    sstsys-lm
#                           Yih-Wu Wang <[email protected]>
rrirtr          1693/tcp    rrirtr
rrirtr          1693/udp    rrirtr
rrimwm          1694/tcp    rrimwm
rrimwm          1694/udp    rrimwm
rrilwm          1695/tcp    rrilwm
rrilwm          1695/udp    rrilwm
rrifmm          1696/tcp    rrifmm
rrifmm          1696/udp    rrifmm
rrisat          1697/tcp    rrisat
rrisat          1697/udp    rrisat
#                           Allen Briggs <[email protected]>
rsvp-encap-1    1698/tcp    RSVP-ENCAPSULATION-1
rsvp-encap-1    1698/udp    RSVP-ENCAPSULATION-1
rsvp-encap-2    1699/tcp    RSVP-ENCAPSULATION-2
rsvp-encap-2    1699/udp    RSVP-ENCAPSULATION-2
#                           Bob Braden <[email protected]>
mps-raft        1700/tcp    mps-raft
mps-raft        1700/udp    mps-raft
#                           Jason Leupen <[email protected]>
l2f             1701/tcp    l2f
l2f             1701/udp    l2f
#                           Andy Valencia <[email protected]om>
deskshare       1702/tcp    deskshare
deskshare       1702/udp    deskshare
#                           Sarah Thompson <[email protected]
hb-engine       1703/tcp    hb-engine
hb-engine       1703/udp    hb-engine
#                           Charles C.L. Chou <[email protected]>
bcs-broker      1704/tcp    bcs-broker
bcs-broker      1704/udp    bcs-broker
#                           Andy Warner <[email protected]>
slingshot       1705/tcp    slingshot
slingshot       1705/udp    slingshot
#                           Paul Groarke <[email protected]>
jetform         1706/tcp    jetform
jetform         1706/udp    jetform
#                           gdeinsta <[email protected]>
vdmplay         1707/tcp    vdmplay
vdmplay         1707/udp    vdmplay
#                           Vadim Lebedev <[email protected]>
gat-lmd         1708/tcp    gat-lmd
gat-lmd         1708/udp    gat-lmd
#                           Igor Zaoutine <[email protected]>
centra          1709/tcp    centra
centra          1709/udp    centra
#                           Drew Wolff <[email protected]>
impera          1710/tcp    impera
impera          1710/udp    impera
#                           Kirmo Wilen <[email protected]>
pptconference   1711/tcp    pptconference
pptconference   1711/udp    pptconference
#                           John Tafoya <[email protected]>
registrar       1712/tcp    resource monitoring service
registrar       1712/udp    resource monitoring service
#                           Ron Lawson <[email protected]om>
conferencetalk  1713/tcp    ConferenceTalk
conferencetalk  1713/udp    ConferenceTalk
#                           George Kajos <[email protected].com>
sesi-lm         1714/tcp    sesi-lm
sesi-lm         1714/udp    sesi-lm
houdini-lm      1715/tcp    houdini-lm
houdini-lm      1715/udp    houdini-lm
#                           Paul Breslin <[email protected]>
xmsg            1716/tcp    xmsg
xmsg            1716/udp    xmsg
#                           Mark E. Fogle <[email protected]>
fj-hdnet        1717/tcp    fj-hdnet
fj-hdnet        1717/udp    fj-hdnet
#                           Manabu Makino <[email protected]p>
h323gatedisc    1718/tcp    h323gatedisc
h323gatedisc    1718/udp    h323gatedisc
h323gatestat    1719/tcp    h323gatestat
h323gatestat    1719/udp    h323gatestat
h323hostcall    1720/tcp    h323hostcall
h323hostcall    1720/udp    h323hostcall
#                           Jim Toga <[email protected]>
caicci          1721/tcp    caicci
caicci          1721/udp    caicci
#                           Sylvia Scheuren <[email protected]>
hks-lm          1722/tcp    HKS License Manager
hks-lm          1722/udp    HKS License Manager
#                           Michael Wood <[email protected]>
pptp            1723/tcp    pptp
pptp            1723/udp    pptp
#                           Ken Crocker <[email protected]>
csbphonemaster  1724/tcp    csbphonemaster
csbphonemaster  1724/udp    csbphonemaster
#                           Mark Kellerhuis <[email protected]>
iden-ralp       1725/tcp    iden-ralp
iden-ralp       1725/udp    iden-ralp
#                           Chris Stanaway <[email protected]>
iberiagames     1726/tcp    IBERIAGAMES
iberiagames     1726/tcp    IBERIAGAMES
#                           Jose Luis <[email protected]>
winddx          1727/tcp    winddx
winddx          1727/udp    winddx
#                           Bill Andrews <[email protected]>
telindus        1728/tcp    TELINDUS
telindus        1728/udp    TELINDUS
#                           Paul Pyck <[email protected]
citynl          1729/tcp    CityNL License Management
citynl          1729/udp    CityNL License Management
#                           CityDisc <[email protected]>
roketz          1730/tcp    roketz
roketz          1730/udp    roketz
#                           Ahti Heinla <[email protected]>
msiccp          1731/tcp    MSICCP
msiccp          1731/udp    MSICCP
#                           Max Morris <[email protected]>
proxim          1732/tcp    proxim
proxim          1732/udp    proxim
#                           Srinivas N. Mogalapalli <[email protected]>
sipat           1733/tcp    sipat
sipat           1733/udp    sipat
#                           Steve Ryckman <[email protected]>
cambertx-lm     1734/tcp    Camber Corporation License Management
cambertx-lm     1734/udp    Camber Corporation License Management
#                           Jeannie Burleson <[email protected]>
privatechat     1735/tcp    PrivateChat
privatechat     1735/udp    PrivateChat
#                           Louis E. Simard <[email protected]>
street-stream   1736/tcp    street-stream
street-stream   1736/udp    street-stream
#                           Glenn Levitt <[email protected]>
ultimad         1737/tcp    ultimad
ultimad         1737/udp    ultimad
#                           (Michael Lanzetta <[email protected]>
gamegen1        1738/tcp    GameGen1
gamegen1        1738/udp    GameGen1
#                           Glen Pearson <[email protected]>
webaccess       1739/tcp    webaccess
webaccess       1739/udp    webaccess
#                           Christian Saether <[email protected]>
encore          1740/tcp    encore
encore          1740/udp    encore
#                           Stuart Button <[email protected]>
cisco-net-mgmt  1741/tcp    cisco-net-mgmt
cisco-net-mgmt  1741/udp    cisco-net-mgmt
#                           John McCormack <[email protected]>
3Com-nsd        1742/tcp    3Com-nsd
3Com-nsd        1742/udp    3Com-nsd
#                           Nitza Steinberg <[email protected]>
cinegrfx-lm     1743/tcp    Cinema Graphics License Manager
cinegrfx-lm     1743/udp    Cinema Graphics License Manager
#                           Rodney Iwashina <[email protected]>
ncpm-ft         1744/tcp    ncpm-ft
ncpm-ft         1744/udp    ncpm-ft
#                           Ken Hearn <[email protected]>
remote-winsock  1745/tcp    remote-winsock
remote-winsock  1745/udp    remote-winsock
#                           Arnold Miller <[email protected]>
ftrapid-1       1746/tcp    ftrapid-1
ftrapid-1       1746/udp    ftrapid-1
ftrapid-2       1747/tcp    ftrapid-2
ftrapid-2       1747/udp    ftrapid-2
#                           Richard J. Williams <[email protected]>
oracle-em1      1748/tcp    oracle-em1
oracle-em1      1748/udp    oracle-em1
#                           Bob Purvy <[email protected]>
aspen-services  1749/tcp    aspen-services
aspen-services  1749/udp    aspen-services
#                           Mark B. Hurst <[email protected]>
sslp            1750/tcp    Simple Socket Library's PortMaster
sslp            1750/udp    Simple Socket Library's PortMaster
#                           Dr. Charles E. Campbell Jr.
#                           <[email protected]>
swiftnet        1751/tcp    SwiftNet
swiftnet        1751/udp    SwiftNet
#                           Terry Lim <[email protected]>
lofr-lm         1752/tcp    Leap of Faith Research License Manager
lofr-lm         1752/udp    Leap of Faith Research License Manager
#                          
translogic-lm   1753/tcp    Translogic License Manager
translogic-lm   1753/udp    Translogic License Manager
#                           Stan Dallas <[email protected]>
oracle-em2      1754/tcp    oracle-em2
oracle-em2      1754/udp    oracle-em2
#                           Bob Purvy <[email protected]>
ms-streaming    1755/tcp    ms-streaming
ms-streaming    1755/udp    ms-streaming
#                           Bret O'Rourke
capfast-lmd     1756/tcp    capfast-lmd
capfast-lmd     1756/udp    capfast-lmd
#                           Chuck Neal <[email protected]>
cnhrp           1757/tcp    cnhrp
cnhrp           1757/udp    cnhrp
#                           William Stoye <[email protected]>
tftp-mcast      1758/tcp    tftp-mcast
tftp-mcast      1758/udp    tftp-mcast
#                           Tom Emberson <[email protected]>
spss-lm         1759/tcp    SPSS License Manager
spss-lm         1759/udp    SPSS License Manager
#                           Tex Hull <[email protected]>
www-ldap-gw     1760/tcp    www-ldap-gw
www-ldap-gw     1760/udp    www-ldap-gw
#                           Nick Emery <[email protected]tal.com>
cft-0           1761/tcp    cft-0
cft-0           1761/udp    cft-0
cft-1           1762/tcp    cft-1
cft-1           1762/udp    cft-1
cft-2           1763/tcp    cft-2
cft-2           1763/udp    cft-2
cft-3           1764/tcp    cft-3
cft-3           1764/udp    cft-3
cft-4           1765/tcp    cft-4
cft-4           1765/udp    cft-4
cft-5           1766/tcp    cft-5
cft-5           1766/udp    cft-5
cft-6           1767/tcp    cft-6
cft-6           1767/udp    cft-6
cft-7           1768/tcp    cft-7
cft-7           1768/udp    cft-7
#                           Martine Marchand 16 1 46 59 24 84
bmc-net-adm     1769/tcp    bmc-net-adm
bmc-net-adm     1769/udp    bmc-net-adm
#                           Cameron Haight <[email protected]>
bmc-net-svc     1770/tcp    bmc-net-svc
bmc-net-svc     1770/udp    bmc-net-svc
#                           Cameron Haight <[email protected]>bmc-net-svc
vaultbase       1771/tcp    vaultbase
vaultbase       1771/udp    vaultbase
#                           Jose A. Sesin <[email protected]>
essweb-gw       1772/tcp    EssWeb Gateway
essweb-gw       1772/udp    EssWeb Gateway
#                           Bob Nattenberg <[email protected]>
kmscontrol      1773/tcp    KMSControl
kmscontrol      1773/udp    KMSControl
#                           Roy Chastain <[email protected]>
global-dtserv   1774/tcp    global-dtserv
global-dtserv   1774/udp    global-dtserv
#                           Nicholas Davies <[email protected]>
#               1775/tcp
199z
femis           1776/tcp    Federal Emergency Management Information System
femis           1776/udp    Federal Emergency Management Information System
#                           Larry Gerhardstein <[email protected]>
powerguardian   1777/tcp    powerguardian
powerguardian   1777/udp    powerguardian
#                           Charles Bennett <[email protected]>
prodigy-internet1778/tcp    prodigy-internet
prodigy-internet1778/udp    prodigy-internet
#                           Bob Dedrick <[email protected]>
pharmasoft      1779/tcp    pharmasoft
pharmasoft      1779/udp    pharmasoft
#                           Ola Strandberg <Ola.Strandberg@pharmasoft.se>
dpkeyserv       1780/tcp    dpkeyserv
dpkeyserv       1780/udp    dpkeyserv
#                           Yasunari Gon Yamasita <[email protected]>
answersoft-lm   1781/tcp    answersoft-lm
answersoft-lm   1781/udp    answersoft-lm
#                           James A. Brewster <[email protected]>
hp-hcip         1782/tcp    hp-hcip
hp-hcip         1782/udp    hp-hcip
#                           Allen Baker <[email protected]>
fjris           1783/tcp    Fujitsu Remote Install Service
fjris           1783/udp    Fujitsu Remote Install Service
#                           Naohito Nakamura
#                           <[email protected].co.jp>
finle-lm        1784/tcp    Finle License Manager
finle-lm        1784/udp    Finle License Manager
#                           Dongling Wang <[email protected]>
windlm          1785/tcp    Wind River Systems License Manager
windlm          1785/udp    Wind River Systems License Manager
#                           Will Dere <[email protected]>
funk-logger     1786/tcp    funk-logger
funk-logger     1786/udp    funk-logger
funk-license    1787/tcp    funk-license
funk-license    1787/udp    funk-license
#                           Cimarron Boozer <[email protected]>
#                           Eric Wilde <[email protected]>
psmond          1788/tcp    psmond
psmond          1788/udp    psmond
#                           Will Golson <[email protected]>
hello           1789/tcp    hello
hello           1789/udp    hello
#                           D. J. Bernstein <[email protected]>      
nmsp            1790/tcp    Narrative Media Streaming Protocol
nmsp            1790/udp    Narrative Media Streaming Protocol
#                           Paul Santinelli, Jr. <[email protected]>
ea1             1791/tcp    EA1
ea1             1791/udp    EA1
#                           Kirk MacLean <[email protected]>
ibm-dt-2        1792/tcp    ibm-dt-2
ibm-dt-2        1792/udp    ibm-dt-2
#                           Sam Borman <[email protected]>
rsc-robot       1793/tcp    rsc-robot
rsc-robot       1793/udp    rsc-robot
#                           Andrew Jay Schneider <[email protected]>
cera-bcm        1794/tcp    cera-bcm
cera-bcm        1794/udp    cera-bcm
#                           Leo Moesgaard <[email protected]>
dpi-proxy       1795/tcp    dpi-proxy
dpi-proxy       1795/udp    dpi-proxy
#                           Charles Gordon <[email protected]>
vocaltec-admin  1796/tcp    Vocaltec Server Administration
vocaltec-admin  1796/udp    Vocaltec Server Administration
#                           Scott Petrack <[email protected]m>
uma             1797/tcp    UMA
uma             1797/udp    UMA
#                           Martin Kirk <[email protected]>
etp             1798/tcp    Event Transfer Protocol
etp             1798/udp    Event Transfer Protocol
#                           Mike Wray <[email protected]>
netrisk            1799/tcp    NETRISK
netrisk            1799/udp    NETRISK
#                      Kevin Green <[email protected]>
ansys-lm      1800/tcp    ANSYS-License manager
ansys-lm      1800/udp    ANSYS-License manager
#                      Suzanne Lorrin <[email protected]>
msmq            1801/tcp    Microsoft Message Que
msmq            1801/udp    Microsoft Message Que
#                      Amnon Horowitz <[email protected]>
concomp1      1802/tcp    ConComp1
concomp1      1802/udp    ConComp1
#                      Ed Vincent <@[email protected]>
hp-hcip-gwy      1803/tcp    HP-HCIP-GWY
hp-hcip-gwy      1803/udp    HP-HCIP-GWY
#                      Allen Baker <[email protected]>
enl            1804/tcp    ENL
enl            1804/udp    ENL
#                      Brian Olson <[email protected].com>
enl-name      1805/tcp    ENL-Name
enl-name      1805/udp    ENL-Name
#                      Brain Olson <[email protected].com>
musiconline      1806/tcp    Musiconline
musiconline      1806/udp    Musiconline
#                      Craig Weeks <[email protected]>
fhsp            1807/tcp    Fujitsu Hot Standby Protocol
fhsp            1807/udp    Fujitsu Hot Standby Protocol
#                      Eiki Iwata ([email protected]>
oracle-vp2      1808/tcp    Oracle-VP2
oracle-vp2      1808/udp    Oracle-VP2
#                           Craig Fowler <[email protected]>
oracle-vp1      1809/tcp    Oracle-VP1
oracle-vp1      1809/udp    Oracle-VP1
#                           Craig Fowler <[email protected]>
jerand-lm       1810/tcp    Jerand License Manager
jerand-lm      1810/udp    Jerand License Manager
#                           Robert Monat <[email protected]>
scientia-sdb    1811/tcp    Scientia-SDB
scientia-sdb      1811/udp    Scientia-SDB
#                           Ian Miller <[email protected]>
radius          1812/tcp    RADIUS
radius          1812/udp    RADIUS
#                           Carl Rigney <[email protected]>
radius-acct     1813/tcp    RADIUS Accounting
radius-acct     1813/udp    RADIUS Accounting
#                           Carl Rigney <[email protected]>
tdp-suite       1814/tcp    TDP Suite
tdp-suite       1814/udp    TDP Suite
#                           Rob Lockhart <[email protected]>
mmpft            1815/tcp    MMPFT
mmpft            1815/udp    MMPFT
#                      Ralf Muckenhirn <FAX: 49-7622-398200>
#                           <Phone: 49-7622-3980>
#               1814-1817   Unassigned
etftp           1818/tcp    Enhanced Trivial File Transfer Protocol
etftp           1818/udp    Enhanced Trivial File Transfer Protocol
#                           William Polites <[email protected]>
plato-lm        1819/tcp    Plato License Manager
plato-lm        1819/udp    Plato License Manager
#                           Mark Morris <[email protected]>
mcagent         1820/tcp    mcagent
mcagent         1820/udp    mcagent
#                           Ryoichi Shinohara <[email protected]>
donnyworld      1821/tcp    donnyworld
donnyworld      1821/udp    donnyworld
#                           Don Oliver <[email protected]>
es-elmd         1822/tcp    es-elmd
es-elmd         1822/udp    es-elmd
#                           David Duncan <[email protected]>
unisys-lm       1823/tcp    Unisys Natural Language License Manager
unisys-lm       1823/udp    Unisys Natural Language License Manager
#                           Raymond A. Diedrichs <[email protected]>
metrics-pas     1824/tcp    metrics-pas
metrics-pas     1824/udp    metrics-pas
#                           Tom Haapanen <[email protected]>
#               1825-1900   Unassigned
fjicl-tep-a     1901/tcp    Fujitsu ICL Terminal Emulator Program A
fjicl-tep-a     1901/udp    Fujitsu ICL Terminal Emulator Program A
#                           Bob Lyon <[email protected]>
fjicl-tep-b     1902/tcp    Fujitsu ICL Terminal Emulator Program B
fjicl-tep-b     1902/udp    Fujitsu ICL Terminal Emulator Program B
#                           Bob Lyon <[email protected]>
linkname        1903/tcp    Local Link Name Resolution
linkname        1903/udp    Local Link Name Resolution
#                           Dan Harrington <[email protected]>
fjicl-tep-c     1904/tcp    Fujitsu ICL Terminal Emulator Program C
fjicl-tep-c     1904/udp    Fujitsu ICL Terminal Emulator Program C
#                           Bob Lyon <[email protected]>
sugp               1905/tcp    Secure UP.Link Gateway Protocol
sugp            1905/udp    Secure UP.Link Gateway Protocol
#                      Peter King <[email protected]>
tpmd            1906/tcp    TPortMapperReq
tpmd            1906/udp    TPortMapperReq
#                       Sheila Devins <[email protected]M>
intrastar      1907/tcp    IntraSTAR
intrastar      1907/udp    IntraSTAR
#                      Peter Schoenberger <[email protected]>
dawn            1908/tcp    Dawn
dawn            1908/udp    Dawn
#                      Michael Crawford <[email protected]>
global-wlink      1909/tcp    Global World Link
global-wlink      1909/udp    Global World Link
#                      Nicholas Davies <[email protected]>
#               1908-1910   Unassigned
mtp             1911/tcp    Starlight Networks Multimedia Transport Protocol
mtp             1911/tcp    Starlight Networks Multimedia Transport Protocol
#                           Bruce Lieberman <[email protected].com>
                1912        Unassigned
#                           Tom Lake <[email protected]>
armadp          1913/tcp    armadp
armadp          1913/udp    armadp
#                           Kevin Welton <[email protected]>
elm-momentum    1914/tcp    Elm-Momentum
elm-momentum    1914/udp    Elm-Momentum
#                           Willie Wu <[email protected]>
facelink        1915/tcp    FACELINK
facelink        1915/udp    FACELINK
#                           J.H. Hermans <[email protected]>
persoft         1916/tcp    Persoft Persona
persoft         1916/udp    Persoft Persona
#                           Tom Spidell <[email protected]>
noagent            1917/tcp    nOAgent
noagent            1917/udp    nOAgent
#                      Martin Bestman <[email protected]>
can-nds         1918/tcp    Candle Directory Service - NDS    
can-nds            1918/udp    Candle Directory Service - NDS
can-dch            1919/tcp    Candle Directory Service - DCH
can-dch         1919/udp    Candle Directory Service - DCH
can-ferret      1920/tcp    Candle Directory Service - FERRET
can-ferret      1920/udp    Candle Directory Service - FERRET
#                      Dannis Yang <[email protected]>
#               1921-1943  Unassigned
close-combat    1944/tcp   close-combat
close-combat    1944/udp   close-combat
#                          David Hua <[email protected]>
dialogic-elmd   1945/tcp   dialogic-elmd
dialogic-elmd   1945/udp   dialogic-elmd
#                          Roger Kay <[email protected]>
tekpls          1946/tcp   tekpls
tekpls          1946/udp   tekpls
#                          Brian Abramson <[email protected]>
hlserver        1947/tcp   hlserver
hlserver        1947/udp   hlserver
#                          Michael Zzunke <[email protected]>
eye2eye         1948/tcp   eye2eye
eye2eye         1948/udp   eye2eye
#                          Trevor Bell <[email protected].com>
ismaeasdaqlive  1949/tcp   ISMA Easdaq Live
ismaeasdaqlive  1949/udp   ISMA Easdaq Live
ismaeasdaqtest  1950/tcp   ISMA Easdaq Test
ismaeasdaqtest  1950/udp   ISMA Easdaq Test
#                          Stephen Dunne <[email protected]>
bcs-lmserver    1951/tcp   bcs-lmserver
bcs-lmserver    1951/udp   bcs-lmserver
#                          Andy Warner <[email protected]>
#               1952-1972  Unassigned
dlsrap          1973/tcp   Data Link Switching Remote Access Protocol
dlsrap          1973/udp   Data Link Switching Remote Access Protocol
#                          Steve T. Chiang <[email protected]>
#               1974-1984  Unassigned              
foliocorp       1985/tcp   Folio Remote Server
foliocorp       1985/udp   Folio Remote Server
#                          Eric Isom <[email protected]>
licensedaemon   1986/tcp   cisco license management
licensedaemon   1986/udp   cisco license management
tr-rsrb-p1      1987/tcp   cisco RSRB Priority 1 port
tr-rsrb-p1      1987/udp   cisco RSRB Priority 1 port
tr-rsrb-p2      1988/tcp   cisco RSRB Priority 2 port
tr-rsrb-p2      1988/udp   cisco RSRB Priority 2 port
tr-rsrb-p3      1989/tcp   cisco RSRB Priority 3 port
tr-rsrb-p3      1989/udp   cisco RSRB Priority 3 port
#PROBLEMS!===================================================
mshnet          1989/tcp   MHSnet system
mshnet          1989/udp   MHSnet system
#               Bob Kummerfeld <[email protected]>
#PROBLEMS!===================================================
stun-p1         1990/tcp   cisco STUN Priority 1 port
stun-p1         1990/udp   cisco STUN Priority 1 port
stun-p2         1991/tcp   cisco STUN Priority 2 port
stun-p2         1991/udp   cisco STUN Priority 2 port
stun-p3         1992/tcp   cisco STUN Priority 3 port
stun-p3         1992/udp   cisco STUN Priority 3 port
#PROBLEMS!===================================================
ipsendmsg       1992/tcp   IPsendmsg
ipsendmsg       1992/udp   IPsendmsg
#               Bob Kummerfeld <[email protected]>
#PROBLEMS!===================================================
snmp-tcp-port   1993/tcp   cisco SNMP TCP port
snmp-tcp-port   1993/udp   cisco SNMP TCP port
stun-port       1994/tcp   cisco serial tunnel port
stun-port       1994/udp   cisco serial tunnel port
perf-port       1995/tcp   cisco perf port
perf-port       1995/udp   cisco perf port
tr-rsrb-port    1996/tcp   cisco Remote SRB port
tr-rsrb-port    1996/udp   cisco Remote SRB port
gdp-port        1997/tcp   cisco Gateway Discovery Protocol
gdp-port        1997/udp   cisco Gateway Discovery Protocol
x25-svc-port    1998/tcp   cisco X.25 service (XOT)
x25-svc-port    1998/udp   cisco X.25 service (XOT)
tcp-id-port     1999/tcp   cisco identification port
tcp-id-port     1999/udp   cisco identification port
callbook        2000/tcp
callbook        2000/udp
dc            2001/tcp
wizard            2001/udp    curry
globe            2002/tcp
globe            2002/udp
mailbox            2004/tcp
emce            2004/udp    CCWS mm conf
berknet            2005/tcp
oracle            2005/udp
invokator      2006/tcp
raid-cc            2006/udp    raid
dectalk            2007/tcp
raid-am            2007/udp
conf            2008/tcp
terminaldb      2008/udp
news            2009n/tcp
whosockami      2009/udp
search            2010/tcp
pipe_server      2010/udp
raid-cc            2011/tcp    raid
servserv      2011/udp
ttyinfo            2012/tcp
raid-ac            2012/udp
raid-am            2013/tcp
raid-cd            2013/udp
troff            2014/tcp
raid-sf            2014/udp
cypress            2015/tcp
raid-cs            2015/udp
bootserver      2016/tcp
bootserver      2016/udp
cypress-stat      2017/tcp
bootclient      2017/udp
terminaldb      2018/tcp
rellpack      2018/udp
whosockami      2019/tcp
about            2019/udp
xinupageserver      2020/tcp
xinupageserver      2020/udp
servexec      2021/tcp
xinuexpansion1      2021/udp
down            2022/tcp
xinuexpansion2      2022/udp
xinuexpansion3      2023/tcp
xinuexpansion3      2023/udp
xinuexpansion4      2024/tcp
xinuexpansion4      2024/udp
ellpack            2025/tcp
xribs            2025/udp
scrabble      2026/tcp
scrabble      2026/udp
shadowserver      2027/tcp
shadowserver      2027/udp
submitserver      2028/tcp
submitserver      2028/udp
device2            2030/tcp
device2            2030/udp
blackboard      2032/tcp
blackboard      2032/udp
glogger            2033/tcp
glogger            2033/udp
scoremgr      2034/tcp
scoremgr      2034/udp
imsldoc            2035/tcp
imsldoc            2035/udp
objectmanager      2038/tcp
objectmanager      2038/udp
lam            2040/tcp
lam            2040/udp
interbase      2041/tcp
interbase      2041/udp
isis            2042/tcp   isis
isis            2042/udp   isis
isis-bcast      2043/tcp   isis-bcast
isis-bcast      2043/udp   isis-bcast
#                          Ken Chapman <[email protected]
rimsl            2044/tcp
rimsl            2044/udp
cdfunc            2045/tcp
cdfunc            2045/udp
sdfunc            2046/tcp
sdfunc            2046/udp
dls            2047/tcp
dls            2047/udp
dls-monitor      2048/tcp
dls-monitor      2048/udp
#                         <== NOTE Conflict on 2049 !
shilp            2049/tcp
shilp            2049/udp
nfs             2049/tcp Network File System - Sun Microsystems
nfs             2049/udp Network File System - Sun Microsystems
#                        Brent Callaghan <[email protected]>
dlsrpn          2065/tcp   Data Link Switch Read Port Number
dlsrpn          2065/udp   Data Link Switch Read Port Number
dlswpn          2067/tcp   Data Link Switch Write Port Number
dlswpn          2067/udp   Data Link Switch Write Port Number
zephyr-srv      2102/tcp   Zephyr server
zephyr-srv      2102/udp   Zephyr server
zephyr-clt      2103/tcp   Zephyr serv-hm connection
zephyr-clt      2103/udp   Zephyr serv-hm connection
zephyr-hm       2104/tcp   Zephyr hostmanager
zephyr-hm       2104/udp   Zephyr hostmanager
#                          Greg Hudson <[email protected]>
minipay            2105/tcp   MiniPay
minipay            2105/udp   MiniPay
#                     Amir Herzberg <[email protected]>
#            2106-2200  Unassigned
ats             2201/tcp   Advanced Training System Program
ats             2201/udp   Advanced Training System Program
#
imtc-map      2202/tcp   Int. Multimedia Teleconferencing Cosortium
imtc-map      2202/udp   Int. Multimedia Teleconferencing Cosortium
#                     Pat Galvin <[email protected]>
kali            2213/tcp   Kali
kali            2213/udp   Kali
#                          Jay Cotton <[email protected]>
unreg-ab1      2221/tcp   Allen-Bradley unregistered port
unreg-ab1      2221/udp   Allen-Bradley unregistered port
unreg-ab2       2222/tcp   Allen-Bradley unregistered port
unreg-ab2       2222/udp   Allen-Bradley unregistered port
inreg-ab3      2223/tcp   Allen-Bradley unregistered port
inreg-ab3      2223/udp   Allen-Bradley unregistered port
#
ivs-video       2232/tcp   IVS Video default
ivs-video       2232/udp   IVS Video default
#                  Thierry Turletti <[email protected]nria.fr>
infocrypt      2233/tcp   INFOCRYPT
infocrypt      2233/udp   INFOCRYPT
#                     Erica Liu <[email protected]>
directplay      2234/tcp   DirectPlay
directplay      2234/udp   DirectPlay
#                          Ajay Jindal <[email protected]>
sercomm-wlink      2235/tcp   Sercomm-WLink
sercomm-wlink   2235/udp   Sercomm-WLink
#                     Melinda Tsao <[email protected].tw>
nani            2236/tcp   Nani
nani            2236/udp   Nani
#                     Steve Benoit <[email protected]>
optech-port1-lm 2237/tcp   Optech Port1 License Manager
optech-port1-lm 2237/udp   Optech Port1 License Manager
#                      Gerard Cannie <[email protected]>
aviva-sna      2238/tcp   AVIVA SNA SERVER
aviva-sna      2238/udp   AVIVA SNA SERVER
#                     Vick Keshishian <[email protected]>
imagequery      2239/tcp   Image Query      
imagequery      2239/udp   Image Query
#                     Charles Jacobs <[email protected]>
#               2240        Unassigned
ivsd            2241/tcp   IVS Daemon
ivsd            2241/udp   IVS Daemon
#       Thierry Turletti <[email protected]nria.fr>

#               2242-2278  Unassigned
xmquery         2279/tcp   xmquery
xmquery         2279/udp   xmquery
#                          Niels Christiansen <[email protected]>
lnvpoller       2280/tcp   LNVPOLLER
lnvpoller       2280/udp   LNVPOLLER
lnvconsole      2281/tcp   LNVCONSOLE
lnvconsole      2281/udp   LNVCONSOLE
lnvalarm        2282/tcp   LNVALARM
lnvalarm        2282/udp   LNVALARM
lnvstatus       2283/tcp   LNVSTATUS
lnvstatus       2283/udp   LNVSTATUS
lnvmaps         2284/tcp   LNVMAPS
lnvmaps         2284/udp   LNVMAPS
lnvmailmon      2285/tcp   LNVMAILMON
lnvmailmon      2285/udp   LNVMAILMON
#                          Andrew MacKeith <[email protected]>
nas-metering    2286/tcp   NAS-Metering
nas-metering    2286/udp   NAS-Metering
#                          Steven Sawkins <[email protected]>    
dna            2287/tcp   DNA
dna            2287/udp   DNA
#                     Tung Nguyen <[email protected]>
netml            2288/tcp   NETML
netml            2288/udp   NETML
#                     Jochen Hansmeyer <[email protected]>
#               2289-2306  Unassigned
pehelp          2307/tcp   pehelp
pehelp          2307/udp   pehelp
#                          Jens Kilian <[email protected]>
#            2308-2400  Unassigned
cvspserver      2401/tcp   cvspserver
cvspserver      2401/udp   cvspserver
#                          Jim Kingdon <[email protected]>
rtsserv         2500/tcp   Resource Tracking system server
rtsserv         2500/udp   Resource Tracking system server
rtsclient       2501/tcp   Resource Tracking system client
rtsclient       2501/udp   Resource Tracking system client
#                          Aubrey Turner
#               <S95525ta%etsuacad.bitnet@ETSUADMN.ETSU.EDU>
hp-3000-telnet  2564/tcp   HP 3000 NS/VT block mode telnet
netrek          2592/tcp   netrek
netrek          2592/udp   netrek
tqdata          2700/tcp   tqdata
tqdata          2700/udp   tqdata
#                          Al Guetzlaff <[email protected]>

#                          Unasigned

www-dev         2784/tcp   world wide web - development
www-dev         2784/udp   world wide web - development
aic-np          2785/tcp   aic-np
aic-np          2785/udp   aic-np
#                          Brad Parker <[email protected]>
aic-oncrpc      2786/tcp   aic-oncrpc - Destiny MCD database
aic-oncrpc      2786/udp   aic-oncrpc - Destiny MCD database
#                          Brad Parker  <[email protected]>
piccolo         2787/tcp   piccolo - Cornerstone Software
piccolo         2787/udp   piccolo - Cornerstone Software
#                          Dave Bellivea <[email protected]>
fryeserv        2788/tcp   NetWare Loadable Module - Seagate Software
fryeserv        2788/udp   NetWare Loadable Module - Seagate Software
#               Joseph LoPilato <[email protected]eagate.com>
media-agent     2789/tcp   Media Agent
media-agent     2789/udp   Media Agent
#                     Nitzan Daube <[email protected]>
#               2789-2907  Unasigned
mao             2908/tcp   mao
mao             2908/udp   mao
#                          Marc Baudoin <[email protected]>
#               2909-2999  Unasigned

hbci            3000/tcp   HBCI
hbci            3000/udp   HBCI
#                          Kurt Haubner <[email protected]>
redwood-broker  3001/tcp   Redwood Broker
redwood-broker  3001/udp   Redwood Broker
#                     Joseph Morrison <[email protected]>
exlm-agent      3002/tcp   EXLM Agent
exlm-agent      3002/udp   EXLM Agent
#                     Randy Martin <[email protected]>
#               3003-3009  Unassigned
gw              3010/tcp   Telerate Workstation
ping-pong       3010/udp   Telerate Workstation
#                          Timo Sivonen <[email protected]nes.com>
trusted-web      3011/tcp   Trusted Web
trusted-web      3011/udp   Trusted Web
#                     Alex Duncan <[email protected]>
#               3012-3046  Unassigned
hlserver        3047/tcp   Fast Security HL Server
hlserver        3047/udp   Fast Security HL Server
#                          Michael Zunke <[email protected]>
pctrader        3048/tcp   Sierra Net PC Trader
pctrader        3048/udp   Sierra Net PC Trader
#                          Chris Hahn <[email protected]>
NSWS            3049/tcp
NSWS            3049/udp
vmodem          3141/tcp   VMODEM
vmodem          3141/udp   VMODEM
#                          Ray Gwinn <[email protected]>
rdc-wh-eos      3142/tcp   RDC WH EOS
rdc-wh-eos      3142/udp   RDC WH EOS
#                     Udi Nir <[email protected]>
seaview            3143/tcp   Sea View
seaview            3143/udp   Sea View
#                     Jim Flaherty <[email protected]ate.com>
tarantella      3144/tcp   Tarantella
tarantella      3144/udp   Tarantella
#                     Roger Binns <[email protected]>
csi-lfap      3145/tcp   CSI-LFAP
csi-lfap      3145/udp   CSI-LFAP
#                     Paul Amsden <[email protected]>
#            3146-3263  Unassigned
ccmail          3264/tcp   cc:mail/lotus
ccmail          3264/udp   cc:mail/lotus
dec-notes       3333/tcp   DEC Notes
dec-notes       3333/udp   DEC Notes
#                          Kim Moraros <[email protected]>
mapper-nodemgr    3984/tcp     MAPPER network node manager
mapper-nodemgr    3984/udp     MAPPER network node manager
mapper-mapethd    3985/tcp     MAPPER TCP/IP server
mapper-mapethd    3985/udp     MAPPER TCP/IP server
mapper-ws_ethd    3986/tcp     MAPPER workstation server
mapper-ws_ethd    3986/udp     MAPPER workstation server
#                 John C. Horton <[email protected]om>
bmap            3421/tcp   Bull Apprise portmapper
bmap            3421/udp   Bull Apprise portmapper
#                          Jeremy Gilbert <[email protected]>
#
mira            3454/tcp   Apple Remote Access Protocol
#                          Mike Alexander <[email protected]>
prsvp           3455/tcp   RSVP Port
prsvp           3455/udp   RSVP Port
#               Bob Braden <[email protected]>
vat             3456/tcp   VAT default data
vat             3456/udp   VAT default data
#               Van Jacobson <[email protected]>
vat-control     3457/tcp   VAT default control
vat-control     3457/udp   VAT default control
#               Van Jacobson <[email protected]>
#            3458-3899  Unassigned
udt_os          3900/tcp   Unidata UDT OS
udt_os          3900/udp   Unidata UDT OS
#                          James Powell <[email protected]m>
netcheque       4008/tcp   NetCheque accounting
netcheque       4008/udp   NetCheque accounting
#                          B. Clifford Neuman <[email protected]>
chimera-hwm     4009/tcp   Chimera HWM
chimera-hwm      4009/udp   Chimera HWM
#                     Ken Anderson <[email protected]DU>
#            4010-4131  Unassigned
nuts_dem        4132/tcp   NUTS Daemon
nuts_dem        4132/udp   NUTS Daemon
nuts_bootp      4133/tcp   NUTS Bootp Server
nuts_bootp      4133/udp   NUTS Bootp Server
#                          Martin Freiss <freiss.pad@sni.>
nifty-hmi      4134/tcp   NIFTY-Serve HMI protocol
nifty-hmi      4134/udp   NIFTY-Serve HMI protocol
#                     Ryuichi Suzuki <[email protected]>
rwhois          4321/tcp   Remote Who Is
rwhois          4321/udp   Remote Who Is
#                          Mark Kosters  <[email protected]>
unicall         4343/tcp   UNICALL
unicall         4343/udp   UNICALL
#                          James Powell <[email protected]>
krb524          4444/tcp   KRB524
krb524          4444/udp   KRB524
#                          B. Clifford Neuman <[email protected]>
# PROBLEM krb524 assigned the port,
# PROBLEM nv used it without an assignment
nv-video        4444/tcp   NV Video default
nv-video        4444/udp   NV Video default
#               Ron Frederick <[email protected]>
upnotifyp      4445/tcp   UPNOTIFYP
upnotifyp       4445/udp   UPNOTIFYP
#                     Mark Fox <[email protected]>
n1-fwp            4446/tcp   N1-FWP
n1-fwp            4446/udp   N1-FWP
n1-rmgmt      4447/tcp   N1-RMGMT
n1-rmgmt      4447/udp   N1-RMGMT
#                     Lori Tassin <[email protected]>
asc-slmd      4448/tcp   ASC Licence Manager
asc-slmd      4448/udp   ASC Licence Manager
#                     Casper Stoel <[email protected]>
arcryptoip      4449/tcp   ARCrypto IP
arcryptoip      4449/udp   ARCrypto IP
#                     Uri Resnitzky <[email protected]>
camp            4450/tcp   Camp
camp            4450/udp   Camp
ctisystemmsg    4451/tcp   CTI System Msg
ctisystemmsg    4451/udp   CTI System Msg
ctiprogramload  4452/tcp   CTI Program Load
ctiprogramload  4452/udp   CTI Program Load
#                     Steven Cliff <sbcliff@controltechnology.com>
nssalertmgr       4453/tcp   NSS Alert Manager
nssalertmgr      4453/udp   NSS Alert Manager
nssagentmgr      4454/tcp   NSS Agent Manager
nssagentmgr       4454/udp   NSS Agent Manager
#                     Jim Hill<[email protected]>
#            4455-4499  Unassigned
sae-urn         4500/tcp   sae-urn
sae-urn         4500/udp   sae-urn
urn-x-cdchoice  4501/tcp   urn-x-cdchoice
urn-x-cdchoice  4501/udp   urn-x-cdchoice
#                          Paul Hoffman <[email protected]>
rfa             4672/tcp   remote file access server
rfa             4672/udp   remote file access server
commplex-main      5000/tcp
commplex-main      5000/udp
commplex-link      5001/tcp
commplex-link      5001/udp
rfe             5002/tcp   radio free ethernet
rfe             5002/udp   radio free ethernet
claris-fmpro    5003/tcp   Claris FileMaker Pro
claris-fmpro    5003/udp   Claris FileMaker Pro
#                          Jon Thatcher <[email protected]m>
avt-profile-1   5004/tcp   avt-profile-1
avt-profile-1   5004/udp   avt-profile-1
avt-profile-2   5005/tcp   avt-profile-2
avt-profile-2   5005/udp   avt-profile-2
#                          Henning Schulzrinne <[email protected]>
telelpathstart  5010/tcp   TelepathStart
telelpathstart  5010/udp   TelepathStart
telelpathattack 5011/tcp   TelepathAttack
telelpathattack 5011/udp   TelepathAttack
#               Helmuth Breitenfellner <[email protected]>
zenginkyo-1     5020/tcp    zenginkyo-1
zenginkyo-1     5020/udp    zenginkyo-1
zenginkyo-2     5021/tcp    zenginkyo-2
zenginkyo-2     5021/udp    zenginkyo-2
#                           Masashi Suzaki <[email protected]>
mmcc            5050/tcp   multimedia conference control tool
mmcc            5050/udp   multimedia conference control tool
#               Steve Casner <[email protected]>
rmonitor_secure      5145/tcp
rmonitor_secure      5145/udp
atmp            5150/tcp   Ascend Tunnel Management Protocol
atmp            5150/udp   Ascend Tunnel Management Protocol
#                          Kory Hamzeh <[email protected]>
aol             5190/tcp   America-Online
aol             5190/udp   America-Online
#                          Marty Lyons <[email protected]>
aol-1           5191/tcp   AmericaOnline1
aol-1           5191/udp   AmericaOnline1
aol-2           5192/tcp   AmericaOnline2
aol-2           5192/udp   AmericaOnline2
aol-3           5193/tcp   AmericaOnline3
aol-3           5193/udp   AmericaOnline3
#                          Bruce Mackey <[email protected]>
padl2sim      5236/tcp
padl2sim      5236/udp

hacl-hb            5300/tcp      # HA cluster heartbeat
hacl-hb            5300/udp      # HA cluster heartbeat
hacl-gs            5301/tcp      # HA cluster general services
hacl-gs            5301/udp      # HA cluster general services
hacl-cfg      5302/tcp      # HA cluster configuration
hacl-cfg      5302/udp      # HA cluster configuration
hacl-probe      5303/tcp      # HA cluster probing
hacl-probe      5303/udp      # HA cluster probing
hacl-local      5304/tcp        # HA Cluster Commands
hacl-local      5304/udp        
hacl-test       5305/tcp        # HA Cluster Test                    
hacl-test       5305/udp                            
#                               Eric Soderberg <[email protected]>
#                               Edward Yim <[email protected]>
excerpt            5400/tcp   Excerpt Search
excerpt            5400/udp   Excerpt Search
excerpts      5401/tcp   Excerpt Search Secure
excerpts      5401/udp   Excerpt Search Secure
#                     John Hinsdale <[email protected]>
personal-agent  5555/tcp   Personal Agent
personal-agent  5555/udp   Personal Agent
#                     Jackie Wu <[email protected]>
pcanywheredata  5631/tcp   pcANYWHEREdata
pcanywheredata  5631/udp   pcANYWHEREdata
pcanywherestat  5632/tcp   pcANYWHEREstat
pcanywherestat  5632/udp   pcANYWHEREstat
#                          Jon Rosarky <[email protected]>
rrac            5678/tcp   Remote Replication Agent Connection  
rrac            5678/udp   Remote Replication Agent Connection  
dccm            5679/tcp   Direct Cable Connect Manager
dccm            5679/udp   Direct Cable Connect Manager
#                          Mark Miller <[email protected]>
proshareaudio   5713/tcp   proshare conf audio
proshareaudio   5713/udp   proshare conf audio
prosharevideo   5714/tcp   proshare conf video
prosharevideo   5714/udp   proshare conf video
prosharedata    5715/tcp   proshare conf data
prosharedata    5715/udp   proshare conf data
prosharerequest 5716/tcp   proshare conf request
prosharerequest 5716/udp   proshare conf request
prosharenotify  5717/tcp   proshare conf notify
prosharenotify  5717/udp   proshare conf notify
#                          <[email protected]>
openmail        5729/tcp   Openmail User Agent Layer
openmail        5729/udp   Openmail User Agent Layer
openmailg       5755/tcp   OpenMail Desk Gateway server
openmailg       5755/udp   OpenMail Desk Gateway server
x500ms          5757/tcp   OpenMail X.500 Directory Server
x500ms          5757/udp   OpenMail X.500 Directory Server
openmailns      5766/tcp   OpenMail NewMail Server
openmailns      5766/udp   OpenMail NewMail Server
s-openmail      5767/tcp   OpenMail Suer Agent Layer (Secure)
s-openmail      5767/udp   OpenMail Suer Agent Layer (Secure)
#                          OpenMail Encyclopedia <[email protected]>
#                          Don Loughry <DON_LOUGHRY@hp-cupertino-om4.om.hp.com>
fcopy-server    5745/tcp   fcopy-server
fcopy-server    5745/udp   fcopy-server
#                          Moshe Leibovitch <[email protected]>
x11             6000-6063/tcp   X Window System
x11             6000-6063/udp   X Window System
#               Stephen Gildea <[email protected]>
softcm          6110/tcp   HP SoftBench CM
softcm          6110/udp   HP SoftBench CM
spc             6111/tcp   HP SoftBench Sub-Process Control
spc             6111/udp   HP SoftBench Sub-Process Control
#                          Scott A. Kramer <[email protected]>
dtspcd          6112/tcp   dtspcd
dtspcd          6112/udp   dtspcd  
#                          Doug Royer <[email protected]>
backup-express  6123/tcp   Backup Express
backup-express  6123/udp   Backup Express
#                     Chi Shih Chang <[email protected]>
meta-corp       6141/tcp   Meta Corporation License Manager
meta-corp       6141/udp   Meta Corporation License Manager
#                          Osamu Masuda <--none--->
aspentec-lm     6142/tcp   Aspen Technology License Manager
aspentec-lm     6142/udp   Aspen Technology License Manager
#                          Kevin Massey <[email protected]>
watershed-lm    6143/tcp   Watershed License Manager
watershed-lm    6143/udp   Watershed License Manager
#                          David Ferrero <[email protected]>
statsci1-lm     6144/tcp   StatSci License Manager - 1
statsci1-lm     6144/udp   StatSci License Manager - 1
statsci2-lm     6145/tcp   StatSci License Manager - 2
statsci2-lm     6145/udp   StatSci License Manager - 2
#                          Scott Blachowicz <[email protected]>
lonewolf-lm     6146/tcp   Lone Wolf Systems License Manager
lonewolf-lm     6146/udp   Lone Wolf Systems License Manager
#                          Dan Klein <[email protected]>
montage-lm      6147/tcp   Montage License Manager
montage-lm      6147/udp   Montage License Manager
#                          Michael Ubell <[email protected]>
ricardo-lm      6148/tcp   Ricardo North America License Manager
ricardo-lm      6148/udp   Ricardo North America License Manager
#                          M Flemming <[email protected]>
tal-pod         6149/tcp    tal-pod
tal-pod         6149/udp    tal-pod
#                           Steven Loomis <[email protected]>
crip            6253/tcp    CRIP
crip            6253/udp    CRIP
#                           Mike Rodbell <[email protected]>
clariion-evr01  6389/tcp    clariion-evr01
clariion-evr01  6389/udp    clariion-evr01
#                           Dave DesRoches <[email protected]>
skip-cert-recv  6455/tcp   SKIP Certificate Receive
skip-cert-send  6456/tcp   SKIP Certificate Send
#                          Tom Markson <[email protected]>
xdsxdm            6558/tcp      
xdsxdm            6558/udp      
vocaltec-gold   6670/tcp   Vocaltec Global Online Directory
vocaltec-gold   6670/udp   Vocaltec Global Online Directory
#                          Scott Petrack <[email protected]m>
vision_server   6672/tcp   vision_server
vision_server   6672/udp   vision_server
vision_elmd     6673/tcp   vision_elmd
vision_elmd     6673/udp   vision_elmd
#                          Chris Kramer <[email protected]>
ambit-lm        6831/tcp   ambit-lm
ambit-lm        6831/udp   ambit-lm
#                          Don Hejna <[email protected]>
acmsoda         6969/tcp   acmsoda
acmsoda         6969/udp   acmsoda
#                          Daniel Simms <[email protected]>
afs3-fileserver      7000/tcp   file server itself
afs3-fileserver      7000/udp   file server itself
afs3-callback      7001/tcp   callbacks to cache managers
afs3-callback      7001/udp   callbacks to cache managers
afs3-prserver      7002/tcp   users & groups database
afs3-prserver      7002/udp   users & groups database
afs3-vlserver      7003/tcp   volume location database
afs3-vlserver      7003/udp   volume location database
afs3-kaserver      7004/tcp   AFS/Kerberos authentication service
afs3-kaserver      7004/udp   AFS/Kerberos authentication service
afs3-volser      7005/tcp   volume managment server
afs3-volser      7005/udp   volume managment server
afs3-errors      7006/tcp   error interpretation service
afs3-errors      7006/udp   error interpretation service
afs3-bos      7007/tcp   basic overseer process
afs3-bos      7007/udp   basic overseer process
afs3-update      7008/tcp   server-to-server updater
afs3-update      7008/udp   server-to-server updater
afs3-rmtsys      7009/tcp   remote cache manager service
afs3-rmtsys      7009/udp   remote cache manager service
ups-onlinet     7010/tcp   onlinet uninterruptable power supplies
ups-onlinet     7010/udp   onlinet uninterruptable power supplies
#                       Brian Hammill <[email protected]>
lazy-ptop       7099/tcp   lazy-ptop
lazy-ptop       7099/udp   lazy-ptop
#                          Guy Keren <[email protected]x.com>
font-service    7100/tcp   X Font Service
font-service    7100/udp   X Font Service
#                     Stephen Gildea <[email protected]>
virprot-lm      7121/tcp   Virtual Prototypes License Manager
virprot-lm      7121/tcp   Virtual Prototypes License Manager
#               Victor Galis <[email protected]otypes.ca>
clutild            7174/tcp   Clutild
clutild         7174/tcp   Clutild
#                     Cheryl Stoutenburg <[email protected]>
fodms           7200/tcp   FODMS FLIP  
fodms           7200/udp   FODMS FLIP  
#           David Anthony <[email protected]p.rockwell.com>
dlip            7201/tcp   DLIP
dlip            7201/udp   DLIP
#           Albert Manfredi <[email protected]ckwell.com>
winqedit        7395/tcp    winqedit
winqedit        7395/udp    winqedit
#                           David Greer <[email protected]>
telops-lmd      7491/tcp    telops-lmd
telops-lmd      7491/udp    telops-lmd
#                           David Spencer <[email protected]>
pafec-lm        7511/tcp    pafec-lm
pafec-lm        7511/udp    pafec-lm
#                           Billy Dhillon <[email protected]>
cbt             7777/tcp    cbt
cbt             7777/udp    cbt
#                           Tony Ballardie <[email protected]>
accu-lmgr       7781/tcp    accu-lmgr
accu-lmgr       7781/udp    accu-lmgr
#                           Moises E. Hernandez <[email protected]>
irdmi2          7999/tcp    iRDMI2
irdmi2          7999/udp    iRDMI2
irdmi           8000/tcp    iRDMI
irdmi           8000/udp    iRDMI
#                           Gil Shafriri <[email protected].com>
pro-ed            8032/tcp    ProEd
pro-ed            8032/udp    ProEd
#                      L.S. Tusoni <[email protected]>
npmp            8450/tcp    npmp
npmp            8450/udp    npmp
#                           Ian Chard <[email protected]>
ddi-tcp-1       8888/tcp    NewsEDGE server TCP (TCP 1)
ddi-udp-1       8888/udp    NewsEDGE server UDP (UDP 1)
ddi-tcp-2       8889/tcp    Desktop Data TCP 1
ddi-udp-2       8889/udp    NewsEDGE server broadcast
ddi-tcp-3       8890/tcp    Desktop Data TCP 2
ddi-udp-3       8890/udp    NewsEDGE client broadcast
ddi-tcp-4       8891/tcp    Desktop Data TCP 3: NESS application
ddi-udp-4       8891/udp    Desktop Data UDP 3: NESS application
ddi-tcp-5       8892/tcp    Desktop Data TCP 4: FARM product
ddi-udp-5       8892/udp    Desktop Date UDP 4: FARM product
ddi-tcp-6       8893/tcp    Desktop Data TCP 5: NewsEDGE/Web application
ddi-udp-6       8893/udp    Desktop Date UDP 5: NewsEDGE/Web application
ddi-tcp-7       8894/tcp    Desktop Data TCP 6: COAL application
ddi-udp-7       8894/udp    Desktop Date UDP 6: COAL application
#                           Fred Yao <[email protected]data.com>
cslistener      9000/tcp    CSlistener
cslistener      9000/udp    CSlistener
#                           David Jones <[email protected]>
man            9535/tcp
man            9535/udp
sd              9876/tcp    Session Director
sd              9876/udp    Session Director
#                           Van Jacobson <[email protected]>
#            9877-9991   Unassigned
palace          9992/tcp    Palace
palace          9992/udp    Palace
palace          9993/tcp    Palace
palace          9993/udp    Palace
palace          9994/tcp    Palace
palace          9994/udp    Palace
palace          9995/tcp    Palace
palace          9995/udp    Palace
palace          9996/tcp    Palace
palace          9996/udp    Palace
palace            9997/tcp    Palace
palace            9997/udp    Palace
#                      Michael Melo <[email protected]>
distinct32      9998/tcp    Distinct32
distinct32      9998/udp    Distinct32
distinct        9999/tcp   distinct
distinct        9999/udp   distinct
#                          Anoop Tewari <[email protected]>
ndmp            10000/tcp  Network Data Management Protocol
ndmp            10000/udp  Network Data Management Protocol
#                          Brian Ehrmantraut <[email protected]>
tsaf            12753/tcp  tsaf port  
tsaf            12753/udp  tsaf port  
#                          Andreas Fehr <[email protected]M>

isode-dua      17007/tcp
isode-dua      17007/udp
biimenu         18000/tcp Beckman Instruments, Inc.
biimenu         18000/udp Beckman Instruments, Inc.
                     R. L. Meyering <[email protected]MAN.COM>
webphone        21845/tcp webphone
webphone        21845/udp webphone
netspeak-is     21846/tcp NetSpeak Corp. Directory Services
netspeak-is     21846/udp NetSpeak Corp. Directory Services
netspeak-cs     21847/tcp NetSpeak Corp. Connection Services
netspeak-cs     21847/udp NetSpeak Corp. Connection Services
netspeak-acd    21848/tcp NetSpeak Corp. Automatic Call Distribution
netspeak-acd    21848/udp NetSpeak Corp. Automatic Call Distribution
netspeak-cps    21849/tcp NetSpeak Corp. Credit Processing System
netspeak-cps    21849/udp NetSpeak Corp. Credit Processing System
#                         Shane D. Mattaway <[email protected]>
wnn6            22273/tcp wnn6
wnn6            22273/udp wnn6
#                         Yasunari Gon Yamasita <[email protected]
vocaltec-wconf  22555/tcp Vocaltec Web Conference
vocaltec-phone  22555/udp Vocaltec Internet Phone
#                         Scott Petrack <[email protected]m>
aws-brf         22800/tcp Telerate Information Platform LAN
aws-brf         22800/udp Telerate Information Platform LAN
#                         Timo Sivonen <[email protected]nes.com>
brf-gw          22951/tcp Telerate Information Platform WAN
brf-gw          22951/udp Telerate Information Platform WAN
#                         Timo Sivonen <[email protected]nes.com>
icl-twobase1    25000/tcp icl-twobase1
icl-twobase1    25000/udp icl-twobase1
icl-twobase2    25001/tcp icl-twobase2
icl-twobase2    25001/udp icl-twobase2
icl-twobase3    25002/tcp icl-twobase3
icl-twobase3    25002/udp icl-twobase3
icl-twobase4    25003/tcp icl-twobase4
icl-twobase4    25003/udp icl-twobase4
icl-twobase5    25004/tcp icl-twobase5
icl-twobase5    25004/udp icl-twobase5
icl-twobase6    25005/tcp icl-twobase6
icl-twobase6    25005/udp icl-twobase6
icl-twobase7    25006/tcp icl-twobase7
icl-twobase7    25006/udp icl-twobase7
icl-twobase8    25007/tcp icl-twobase8
icl-twobase8    25007/udp icl-twobase8
icl-twobase9    25008/tcp icl-twobase9
icl-twobase9    25008/udp icl-twobase9
icl-twobase10   25009/tcp icl-twobase10
icl-twobase10   25009/udp icl-twobase10
#               J. A. (Tony) Sever <[email protected]l.co.uk>
vocaltec-hos    25793/tcp Vocaltec Address Server      
vocaltec-hos    25793/udp Vocaltec Address Server
#                         Scott Petrack <[email protected]m>
quake           26000/tcp quake
quake           26000/tcp quake
wnn6-ds         26208/tcp wnn6-ds
wnn6-ds         26208/udp wnn6-ds
#                         Yasunari Gon Yamasita <[email protected]>

dbbrowse        47557/tcp Databeam Corporation
dbbrowse        47557/udp Databeam Corporation
#                         Cindy Martin <[email protected]>

ap              47806/tcp ALC Protocol
ap              47806/udp ALC Protocol
#                         Andrew Newton <[email protected]om>
bacnet          47808/tcp Building Automation and Control Networks
bacnet          47808/udp Building Automation and Control Networks
#                         H. Michael Newman <[email protected]>


DYNAMIC AND/OR PRIVATE PORTS

The Dynamic and/or Private Ports are those from 49152 through 65535


REFERENCES

[RFC768] Postel, J., "User Datagram Protocol", STD 6, RFC 768,
         USC/Information Sciences Institute, August 1980.

[RFC793] Postel, J., ed., "Transmission Control Protocol - DARPA
         Internet Program Protocol Specification", STD 7, RFC 793,
         USC/Information Sciences Institute, September 1981.


 
 
     

This website is copyright ) 2003 Good Stuff IT Services
 
 

Random Solutions  
 
programming4us programming4us