How does Linux actually perform protocol data unit (PDU) encapsulation?












-1















I understand that as data goes from the upper layers (Application Layer) to the lower layers (Physical/Link Layer(s)), the data is encapsulated. When it goes back up the layers, it is decapsulated.



enter image description hereenter image description here



However, most articles about data encapsulation are very conceptual. What I want to know is how Linux actually perform en/decapsulation - what utilities are used? Or is it done by the kernel? If so, is it in the core, or some kernel modules?



To make potential answers more concrete, let's suppose we are talking about data that is sent from a Google Chrome web browser on a Linux machine to a remote API server. I assume the web browser is responsible for encapsulating the data into HTTP packets, but what is responsible for encapsulating the HTTP packet into a TCP segment, and then an IP datagram, and then the Ethernet frame (the network interface driver?)





I posted this on Network Engineering but it was deemed off-topic. I also considered posting this on Server Fault but think this SE site is the best fit.










share|improve this question























  • Kernel. It happens that IP cannot be built as a loadable module (and TCP cannot be disabled separately from IP). CONFIG_INET is boolean - which means y/n only, cannot be set to "m". You don't suggest that this would make any difference for what you want to know though. It doesn't actually matter that much whether you load the code in separately or not. CONFIG_IP_SCTP is a tristate, so it can be set to "m". I don't see how that makes any difference to TCP v.s. SCTP en/decapsulation.

    – sourcejedi
    14 hours ago
















-1















I understand that as data goes from the upper layers (Application Layer) to the lower layers (Physical/Link Layer(s)), the data is encapsulated. When it goes back up the layers, it is decapsulated.



enter image description hereenter image description here



However, most articles about data encapsulation are very conceptual. What I want to know is how Linux actually perform en/decapsulation - what utilities are used? Or is it done by the kernel? If so, is it in the core, or some kernel modules?



To make potential answers more concrete, let's suppose we are talking about data that is sent from a Google Chrome web browser on a Linux machine to a remote API server. I assume the web browser is responsible for encapsulating the data into HTTP packets, but what is responsible for encapsulating the HTTP packet into a TCP segment, and then an IP datagram, and then the Ethernet frame (the network interface driver?)





I posted this on Network Engineering but it was deemed off-topic. I also considered posting this on Server Fault but think this SE site is the best fit.










share|improve this question























  • Kernel. It happens that IP cannot be built as a loadable module (and TCP cannot be disabled separately from IP). CONFIG_INET is boolean - which means y/n only, cannot be set to "m". You don't suggest that this would make any difference for what you want to know though. It doesn't actually matter that much whether you load the code in separately or not. CONFIG_IP_SCTP is a tristate, so it can be set to "m". I don't see how that makes any difference to TCP v.s. SCTP en/decapsulation.

    – sourcejedi
    14 hours ago














-1












-1








-1








I understand that as data goes from the upper layers (Application Layer) to the lower layers (Physical/Link Layer(s)), the data is encapsulated. When it goes back up the layers, it is decapsulated.



enter image description hereenter image description here



However, most articles about data encapsulation are very conceptual. What I want to know is how Linux actually perform en/decapsulation - what utilities are used? Or is it done by the kernel? If so, is it in the core, or some kernel modules?



To make potential answers more concrete, let's suppose we are talking about data that is sent from a Google Chrome web browser on a Linux machine to a remote API server. I assume the web browser is responsible for encapsulating the data into HTTP packets, but what is responsible for encapsulating the HTTP packet into a TCP segment, and then an IP datagram, and then the Ethernet frame (the network interface driver?)





I posted this on Network Engineering but it was deemed off-topic. I also considered posting this on Server Fault but think this SE site is the best fit.










share|improve this question














I understand that as data goes from the upper layers (Application Layer) to the lower layers (Physical/Link Layer(s)), the data is encapsulated. When it goes back up the layers, it is decapsulated.



enter image description hereenter image description here



However, most articles about data encapsulation are very conceptual. What I want to know is how Linux actually perform en/decapsulation - what utilities are used? Or is it done by the kernel? If so, is it in the core, or some kernel modules?



To make potential answers more concrete, let's suppose we are talking about data that is sent from a Google Chrome web browser on a Linux machine to a remote API server. I assume the web browser is responsible for encapsulating the data into HTTP packets, but what is responsible for encapsulating the HTTP packet into a TCP segment, and then an IP datagram, and then the Ethernet frame (the network interface driver?)





I posted this on Network Engineering but it was deemed off-topic. I also considered posting this on Server Fault but think this SE site is the best fit.







linux networking kernel kernel-modules internet






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 15 hours ago









dayulolidayuloli

226110




226110













  • Kernel. It happens that IP cannot be built as a loadable module (and TCP cannot be disabled separately from IP). CONFIG_INET is boolean - which means y/n only, cannot be set to "m". You don't suggest that this would make any difference for what you want to know though. It doesn't actually matter that much whether you load the code in separately or not. CONFIG_IP_SCTP is a tristate, so it can be set to "m". I don't see how that makes any difference to TCP v.s. SCTP en/decapsulation.

    – sourcejedi
    14 hours ago



















  • Kernel. It happens that IP cannot be built as a loadable module (and TCP cannot be disabled separately from IP). CONFIG_INET is boolean - which means y/n only, cannot be set to "m". You don't suggest that this would make any difference for what you want to know though. It doesn't actually matter that much whether you load the code in separately or not. CONFIG_IP_SCTP is a tristate, so it can be set to "m". I don't see how that makes any difference to TCP v.s. SCTP en/decapsulation.

    – sourcejedi
    14 hours ago

















Kernel. It happens that IP cannot be built as a loadable module (and TCP cannot be disabled separately from IP). CONFIG_INET is boolean - which means y/n only, cannot be set to "m". You don't suggest that this would make any difference for what you want to know though. It doesn't actually matter that much whether you load the code in separately or not. CONFIG_IP_SCTP is a tristate, so it can be set to "m". I don't see how that makes any difference to TCP v.s. SCTP en/decapsulation.

– sourcejedi
14 hours ago





Kernel. It happens that IP cannot be built as a loadable module (and TCP cannot be disabled separately from IP). CONFIG_INET is boolean - which means y/n only, cannot be set to "m". You don't suggest that this would make any difference for what you want to know though. It doesn't actually matter that much whether you load the code in separately or not. CONFIG_IP_SCTP is a tristate, so it can be set to "m". I don't see how that makes any difference to TCP v.s. SCTP en/decapsulation.

– sourcejedi
14 hours ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f495114%2fhow-does-linux-actually-perform-protocol-data-unit-pdu-encapsulation%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f495114%2fhow-does-linux-actually-perform-protocol-data-unit-pdu-encapsulation%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Loup dans la culture

How to solve the problem of ntp “Unable to contact time server” from KDE?

Connection limited (no internet access)