Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:guide-developer:networking:start [2018/03/04 11:46] – ↷ Links adapted because of a move operation | docs:guide-developer:networking:start [2021/08/10 18:03] (current) – update links, formatting vgaetera | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Networking ====== | ====== Networking ====== | ||
| - | + | ===== Theory | |
| - | ===== Theorie | + | |
| ==== Networking... is packet based ==== | ==== Networking... is packet based ==== | ||
| - | + | Information (data) is broken into packets prior to being transported to its destination(s). | |
| - | Information (data) is broken into packets prior to being transported to its destination(s). [[docs: | + | [[docs: |
| ===== Praxis ===== | ===== Praxis ===== | ||
| + | ==== Networking in the Linux kernel === | ||
| + | Above we read merely about the theory of networking, about the basic ideas, about communication protocols and standards. | ||
| + | [[docs: | ||
| - | ==== Networking in the Linux Kernel === | + | ===== Network |
| - | + | ||
| - | Above we read merely about the theory of networking, about the basic ideas, about communication protocols and standards. [[docs: | + | |
| - | + | ||
| - | ===== Network | + | |
| ==== Types of network interfaces ==== | ==== Types of network interfaces ==== | ||
| - | + | GNU/Linux universally distinguishes two types of network interfaces: | |
| - | GNU/Linux universally distinguishes two types of network interfaces: [[docs: | + | [[docs: |
| ===== Applications ===== | ===== Applications ===== | ||
| ==== Routing ==== | ==== Routing ==== | ||
| - | + | Routing is the process of selecting paths in a network along which to send network traffic. | |
| - | Routing is the process of selecting paths in a network along which to send network traffic. [[docs: | + | [[docs: |
| ==== Netfilter ==== | ==== Netfilter ==== | ||
| - | + | Well, let's consider what you already know, that data communication, | |
| - | Well, let's consider what you already know, that data communication, | + | [[docs: |
| You find the sources for this functionality '' | You find the sources for this functionality '' | ||
| - | ==== Traffic | + | ==== Traffic |
| - | Traffic | + | Traffic |
| + | [[docs: | ||
| You find the sources for this functionality '' | You find the sources for this functionality '' | ||
| - | |||
| * '' | * '' | ||
| * '' | * '' | ||
| * '' | * '' | ||
| * '' | * '' | ||
| + | |||