I am using SQL Server 2012. I found that, MSSQLSERVER is a default instance which has 1433 as a default port number.
Now, I create a new instance named "INSTANCE1". "Do I have to specify separate port number for this instance or INSTANCE1 uses 1433 port by default?"
Is port number Instance specific or it have some other explanation for ports usability?