Networking transport layer: Difference between revisions

From wikinotes
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Directs traffic to specific applications using '''ports''' or '''socket''' files.<br>
The transport layer is generally multiplexed.


 
= Tools =
= Debug Tools =
<blockquote>
<blockquote>
{| class="wikitable"
{| class="wikitable"
Line 12: Line 13:
|-
|-
|}
|}
</blockquote><!-- Debug Tools -->
</blockquote><!-- Tools -->
 
= Protocols =
<blockquote>
{| class="wikitable"
|-
| [[tcp]]
|-
| [[udp]]
|-
|}
</blockquote><!-- Protocols -->

Latest revision as of 05:11, 8 August 2021

Directs traffic to specific applications using ports or socket files.
The transport layer is generally multiplexed.

Tools

netstat
netcat
tcpdump

Protocols

tcp
udp