SQL Ports & Protocols

Does anyone know what ports and protocols Microsoft SQLServer JDBC Driver users to talk with SQL?
Thanks

Default port is 1433 and the default protocol used by the SQLServer JDBC driver is probably TDS.

https://msdn.microsoft.com/en-us/library/ee210043(v=sql.105).aspx

Thanks for the info Kevin