Network Concepts: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Linux Network Concepts =Bridge= A bridge is a link layer device that forwards traffic between network segments. A bridge ca...") |
(→Bridge) |
||
Line 5: | Line 5: | ||
=Bridge= | =Bridge= | ||
A bridge is a link layer device that forwards traffic between network segments. A bridge can be a hardware device or a software device running within a host machine's kernel. | A bridge is a link layer device that forwards traffic between network segments. A bridge can be a hardware device or a software device running within a host machine's kernel. On Linux, [[brctl]] is used to set up, maintain, and inspect the ethernet bridge configuration in the linux kernel. |
Latest revision as of 17:25, 1 May 2018
Internal
Bridge
A bridge is a link layer device that forwards traffic between network segments. A bridge can be a hardware device or a software device running within a host machine's kernel. On Linux, brctl is used to set up, maintain, and inspect the ethernet bridge configuration in the linux kernel.