<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TCP/IP Archives - Blog IT</title>
	<atom:link href="https://blogit.create.pt/tag/tcpip/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogit.create.pt/tag/tcpip/</link>
	<description>Create IT blogger community</description>
	<lastBuildDate>Thu, 10 Jan 2019 12:46:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>SharePoint 2016 &#8211; TCP/IP Ports</title>
		<link>https://blogit.create.pt/fabiocarvalho/2017/02/14/sharepoint-2016-tcpip-ports/</link>
					<comments>https://blogit.create.pt/fabiocarvalho/2017/02/14/sharepoint-2016-tcpip-ports/#respond</comments>
		
		<dc:creator><![CDATA[Fábio Carvalho]]></dc:creator>
		<pubDate>Tue, 14 Feb 2017 09:07:35 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[SharePoint 2013]]></category>
		<category><![CDATA[SharePoint 2016]]></category>
		<category><![CDATA[TCP/IP]]></category>
		<guid isPermaLink="false">http://blogit.create.pt/fabiocarvalho/?p=1841</guid>

					<description><![CDATA[<p>Hey Everyone!!! Today i will show you the full list of TCP/IP Ports that you must consideration on your SharePoint 2016 Farm. Full list of ports used by SharePoint 2016: Protocol Port Usage Comment TCP 80 http Client to SharePoint web server traffic (SharePoint &#8211; Office Online Server/Office Web Apps communication) TCP 443 https/ssl Encrypted [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/fabiocarvalho/2017/02/14/sharepoint-2016-tcpip-ports/">SharePoint 2016 &#8211; TCP/IP Ports</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hey Everyone!!!</p>
<p>Today i will show you the full list of <strong>TCP/IP Ports</strong> that you must consideration on your<strong> SharePoint 2016 Farm</strong>.</p>
<p>Full list of ports used by <strong>SharePoint 2016:</strong></p>
<table class="tableizer-table">
<thead>
<tr class="tableizer-firstrow">
<th>
<h6><span style="color: #800000">Protocol</span></h6>
</th>
<th>
<h6><span style="color: #800000">Port</span></h6>
</th>
<th>
<h6><span style="color: #800000">Usage</span></h6>
</th>
<th>
<h6><span style="color: #800000">Comment</span></h6>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>TCP</td>
<td>80</td>
<td>http</td>
<td>Client to SharePoint web server traffic<br />
(SharePoint &#8211; Office Online Server/Office Web Apps communication)</td>
</tr>
<tr>
<td>TCP</td>
<td>443</td>
<td>https/ssl</td>
<td>Encrypted client to SharePoint web server traffic<br />
(Encrypted SharePoint &#8211; Office Online Server/Office Web Apps communication)</td>
</tr>
<tr>
<td>TCP</td>
<td>1433</td>
<td>SQL Server default communication port.</td>
<td>May be configured to use custom port for increased security</td>
</tr>
<tr>
<td>UDP</td>
<td>1434</td>
<td>SQL Server default port used to establish connection</td>
<td>May be configured to use custom port for increased security</td>
</tr>
<tr>
<td>TCP</td>
<td>445</td>
<td>SQL Server using named pipes</td>
<td>When SQL Server is configured to listen for incoming client connections by using named pipes over a NetBIOS session, SQL Server communicates over TCP port 445</td>
</tr>
<tr>
<td>TCP</td>
<td>25</td>
<td>SMTP for e-mail integration</td>
<td>Cannot in 2016 be configured (Use SMTP ports other than the default (25).)</td>
</tr>
<tr>
<td>TCP</td>
<td>16500-16519</td>
<td>Ports used by the search index component</td>
<td>Intra-farm only<br />
Inbound rule Added to Windows firewall by SharePoint. (GPO may override this change)</td>
</tr>
<tr>
<td>TCP</td>
<td>22233-22236</td>
<td>Ports required for the AppFabric Caching Service</td>
<td>Used by the Distributed Cache&#8230;</td>
</tr>
<tr>
<td>TCP</td>
<td>808</td>
<td>Search &#8211; Query processing component<br />
Windows Communication Foundation communication</td>
<td>Search &#8211; Query processing component<br />
(WCF)</td>
</tr>
<tr>
<td>TCP</td>
<td>32843</td>
<td>Communication between Web servers and service applications</td>
<td>http (default) To use custom port, see references section<br />
Inbound rule Added to Windows firewall by SharePoint</td>
</tr>
<tr>
<td>TCP</td>
<td>32844</td>
<td>Communication between Web servers and service applications</td>
<td>https<br />
Inbound rule Added to Windows firewall by SharePoint</td>
</tr>
<tr>
<td>TCP</td>
<td>32845</td>
<td>net.tcp binding: TCP 32845 (only if a third party has implemented this option for a service application)</td>
<td> Custom Service Applications<br />
Inbound rule Added to Windows firewall by SharePoint</td>
</tr>
<tr>
<td>TCP</td>
<td>32846</td>
<td>Microsoft SharePoint Foundation User Code Service (for sandbox solutions)</td>
<td> Inbound on all Web Servers<br />
Inbound rule Added to Windows firewall by SharePoint<br />
Outbound on all Web and App servers with service enabled.</td>
</tr>
<tr>
<td>TCP</td>
<td>636</td>
<td>User Profile Synchronization Service/Active Directory Import</td>
<td>Synchronizing profiles between SharePoint 2016 and AD using SLDAP (Secure LDAP)</td>
</tr>
<tr>
<td>TCP</td>
<td>5725</td>
<td>User Profile Synchronization Service</td>
<td>Synchronizing profiles between SharePoint 2016 and Active Directory Domain Services (AD DS)</td>
</tr>
<tr>
<td>TCP + UDP</td>
<td>389</td>
<td>User Profile Synchronization Service</td>
<td>LDAP Service</td>
</tr>
<tr>
<td>TCP + UDP</td>
<td>88</td>
<td>User Profile Synchronization Service</td>
<td>Kerberos</td>
</tr>
<tr>
<td>TCP + UDP</td>
<td>53</td>
<td>User Profile Synchronization Service</td>
<td>DNS</td>
</tr>
<tr>
<td>UDP</td>
<td>464</td>
<td>User Profile Service</td>
<td>Kerberos change password</td>
</tr>
<tr>
<td>TCP</td>
<td>809</td>
<td>Office Online Server/Office Web Apps</td>
<td>Office Online Server/Office Web Apps intra-farm communication.</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p><strong>Reference Links:</strong></p>
<p><a href="https://technet.microsoft.com/en-us/library/mt683473(v=office.16).aspx"><strong>Security for SharePoint Server 2016</strong></a><br />
<a href="http://technet.microsoft.com/en-us/library/ff607922.aspx"><strong>Set-SPServiceHostConfig</strong></a><br />
<a href="http://msdn.microsoft.com/en-us/library/ee790914(v=azure.10).aspx"><strong>TCP/IP Communications (Windows Server AppFabric Caching)</strong></a></p>
<p>Thanks</p>
<p><strong>Fábio Carvalho</strong><br />
SharePoint Consultant<br />
<strong>|create|</strong><span style="color: #ff0000"><strong>it</strong></span><strong>|</strong></p>
<p>The post <a href="https://blogit.create.pt/fabiocarvalho/2017/02/14/sharepoint-2016-tcpip-ports/">SharePoint 2016 &#8211; TCP/IP Ports</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/fabiocarvalho/2017/02/14/sharepoint-2016-tcpip-ports/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
