Sat, Feb 19 2011 23:12
bradley
So what are those things?

So when you open up the IIS console of a SBS 2011 we have these things that look weird.
What the heck is net.tcp? Windows communication foundation - or WCF - is what that new stuff is
http://msdn.microsoft.com/en-us/library/ms734772.aspx
This topic outlines the basic steps required to create a Windows Process Activation Services (also known as WAS) hosted Windows Communication Foundation (WCF) service. WAS is the new process activation service that is a generalization of Internet Information Services (IIS) features that work with non-HTTP transport protocols. WCF uses the listener adapter interface to communicate activation requests that are received over the non-HTTP protocols supported by WCF, such as TCP, named pipes, and Message Queuing.
http://msdn.microsoft.com/en-us/library/ms733109.aspx
So what's the basic bindings on a SBS 2011?
Companyweb is
Type Host Name Port IP Address
http Companyweb 80
Default web site is
Type Port IP Address Binding Information
http 80 *
http 80 127.0.0.1
https 443 *
https 443 127.0.0.1
net.tcp 808:*
net.pipe *
SBS Client Deployment Applications
Type Host Name Port IP Address Binding Information
Http *:80:connect (1)
http SBSConnectComputer 80 *
(1) in reality it's no http designated, with a host name of connect which makes it look like that until you click edit
SBS SharePoint
Type Host Name Port IP Address Binding Information
https 987 *
SharePoint Central Administration
Type Host Name Port IP Address Binding Information
http 26181 (2)
(2) This may be a different port based on random port chosen
SharePoint Web Services
Type Host Name Port IP Address Binding Information
http 32843 *
https 32844 *
net.tcp 32845:*
net.pipe *
WSUS Administration
Type Host Name Port IP Address Binding Information
http 8530
https 8531
Filed under: sbs 2011