WHATPORT(2638) whatport.net WHATPORT(2638)
2638

SAP SQL Anywhere (Sybase) database server

A SQL Anywhere database engine — the embedded Sybase database inside a lot of shipped software.

TCP UDP IANA: sybaseanywhere

Description

SQL Anywhere's database server binds TCP 2638 by default and also listens on UDP 2638 so clients can find servers by broadcast, including on other subnets. If the port is taken the engine picks another, starting at 49152, so 2638 is the common but not guaranteed case. It usually appears not because someone chose Sybase but because a vendor embedded it — backup products, point-of-sale, MDM and monitoring suites all ship SQL Anywhere underneath.

Exposed to the internet?

Do not expose

A database engine reachable from the internet is a credential-guessing target, and the UDP side answers discovery probes that tell a scanner the server and database names.

Check it yourself

$ nc -vz -w 3 TARGET 2638

See also

Seen this on your network? Beige Box scans your Wi-Fi and shows every open port on every device — and its Ports tool links straight back here.

Get Beige Box →

also available as JSON · Markdown

Corrections or a missing port? Reply @rimrocksystems.