What are the differences between tunneling and regulare encapsulation?how to block ssh tunneling traffic?Difference between RREQ ID and DestSeqNum in RREQ packet of AODV protocol?What is the difference between Ethernet II and 802.3 Ethernet?explanation of ssh tunnel and forwarding optionsWhat are currently used L2 and L3 protocols? (other than ethernet and ip4/6)PPP, VPN, Tunneling and OSI modelWhat is the difference between TCP/IP protocol and TCP model?What are the correct protocol versions (v4 vs v6) for packets inside DS-Lite tunnels?Do protocols ever have standards that affect multiple layers of networking?Does “tunnel” here mean the same as tunnelling as in SSH?

CLI: Get information Ubuntu releases

Unfrosted light bulb

Would this string work as string?

Determine voltage drop over 10G resistors with cheap multimeter

Recursively updating the MLE as new observations stream in

Why are there no stars visible in cislunar space?

Nested Dynamic SOQL Query

How are passwords stolen from companies if they only store hashes?

Extraneous elements in "Europe countries" list

Pre-Employment Background Check With Consent For Future Checks

Do I need an EFI partition for each 18.04 ubuntu I have on my HD?

How can I create URL shortcuts/redirects for task/diff IDs in Phabricator?

Air travel with refrigerated insulin

Why didn’t Eve recognize the little cockroach as a living organism?

Was World War I a war of liberals against authoritarians?

Have any astronauts/cosmonauts died in space?

Does fire aspect on a sword, destroy mob drops?

How to balance a monster modification (zombie)?

Help with identifying unique aircraft over NE Pennsylvania

Homology of the fiber

is this saw blade faulty?

Is xar preinstalled on macOS?

If I cast the Enlarge/Reduce spell on an arrow, what weapon could it count as?

Do people actually use the word "kaputt" in conversation?



What are the differences between tunneling and regulare encapsulation?


how to block ssh tunneling traffic?Difference between RREQ ID and DestSeqNum in RREQ packet of AODV protocol?What is the difference between Ethernet II and 802.3 Ethernet?explanation of ssh tunnel and forwarding optionsWhat are currently used L2 and L3 protocols? (other than ethernet and ip4/6)PPP, VPN, Tunneling and OSI modelWhat is the difference between TCP/IP protocol and TCP model?What are the correct protocol versions (v4 vs v6) for packets inside DS-Lite tunnels?Do protocols ever have standards that affect multiple layers of networking?Does “tunnel” here mean the same as tunnelling as in SSH?













1















What are the difference between tunneling (https://en.wikipedia.org/wiki/Tunneling_protocol) and regular encapsulation (e.g. TCP/UDP over IP, HTTP/SSH over TCP)?



Is TCP/UDP over IP considered tunneling?



Is HTTP/SSH over TCP considered tunneling?



Thanks.










share|improve this question




























    1















    What are the difference between tunneling (https://en.wikipedia.org/wiki/Tunneling_protocol) and regular encapsulation (e.g. TCP/UDP over IP, HTTP/SSH over TCP)?



    Is TCP/UDP over IP considered tunneling?



    Is HTTP/SSH over TCP considered tunneling?



    Thanks.










    share|improve this question


























      1












      1








      1








      What are the difference between tunneling (https://en.wikipedia.org/wiki/Tunneling_protocol) and regular encapsulation (e.g. TCP/UDP over IP, HTTP/SSH over TCP)?



      Is TCP/UDP over IP considered tunneling?



      Is HTTP/SSH over TCP considered tunneling?



      Thanks.










      share|improve this question
















      What are the difference between tunneling (https://en.wikipedia.org/wiki/Tunneling_protocol) and regular encapsulation (e.g. TCP/UDP over IP, HTTP/SSH over TCP)?



      Is TCP/UDP over IP considered tunneling?



      Is HTTP/SSH over TCP considered tunneling?



      Thanks.







      protocol-theory tunnel






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 3 hours ago









      Zac67

      31.3k21961




      31.3k21961










      asked 4 hours ago









      TimTim

      428416




      428416




















          2 Answers
          2






          active

          oldest

          votes


















          2














          Encapsulation is the normal method of using a lower layer mechanism for moving your data. E.g. HTTP is encapsulated by TCP, TCP is encapsulated by IPv4, IPv4 is encapsulated by an Ethernet frame.



          Encapsulating backwards or at the same layer - IP in GRE, IP in IPsec, IP in UDP, Ethernet in L2TP, ... is called tunneling. It somewhat ties a knot in your layering model.



          The most common use for tunneling is to allow you to pass packets/frames across a network that doesn't support the protocol or addressing scheme. You can tunnel private IP address packets across a public IP network, IPv4 over an IPv6 network or vice versa, Ethernet frames across a layer-3 connection, and so on.






          share|improve this answer























          • Thanks. What does "It somewhat ties a knot in your layering model" mean?

            – Tim
            3 hours ago











          • He means that tunneling does not fit into the OSI or TCPIP model very well.

            – Ron Trunk
            53 mins ago


















          1














          For me tunnelling is when you have another level of routing and once you reach one destination of one of the layers the datagram progress to another destination, for example when you have two IP layers on the same datagram, and encapsulation is just put information over TCP/UDP, that basically is put information to be read on the destination. Probably other users have better responses and with more detail






          share|improve this answer






















            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "496"
            ;
            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
            ,
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f57738%2fwhat-are-the-differences-between-tunneling-and-regulare-encapsulation%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2














            Encapsulation is the normal method of using a lower layer mechanism for moving your data. E.g. HTTP is encapsulated by TCP, TCP is encapsulated by IPv4, IPv4 is encapsulated by an Ethernet frame.



            Encapsulating backwards or at the same layer - IP in GRE, IP in IPsec, IP in UDP, Ethernet in L2TP, ... is called tunneling. It somewhat ties a knot in your layering model.



            The most common use for tunneling is to allow you to pass packets/frames across a network that doesn't support the protocol or addressing scheme. You can tunnel private IP address packets across a public IP network, IPv4 over an IPv6 network or vice versa, Ethernet frames across a layer-3 connection, and so on.






            share|improve this answer























            • Thanks. What does "It somewhat ties a knot in your layering model" mean?

              – Tim
              3 hours ago











            • He means that tunneling does not fit into the OSI or TCPIP model very well.

              – Ron Trunk
              53 mins ago















            2














            Encapsulation is the normal method of using a lower layer mechanism for moving your data. E.g. HTTP is encapsulated by TCP, TCP is encapsulated by IPv4, IPv4 is encapsulated by an Ethernet frame.



            Encapsulating backwards or at the same layer - IP in GRE, IP in IPsec, IP in UDP, Ethernet in L2TP, ... is called tunneling. It somewhat ties a knot in your layering model.



            The most common use for tunneling is to allow you to pass packets/frames across a network that doesn't support the protocol or addressing scheme. You can tunnel private IP address packets across a public IP network, IPv4 over an IPv6 network or vice versa, Ethernet frames across a layer-3 connection, and so on.






            share|improve this answer























            • Thanks. What does "It somewhat ties a knot in your layering model" mean?

              – Tim
              3 hours ago











            • He means that tunneling does not fit into the OSI or TCPIP model very well.

              – Ron Trunk
              53 mins ago













            2












            2








            2







            Encapsulation is the normal method of using a lower layer mechanism for moving your data. E.g. HTTP is encapsulated by TCP, TCP is encapsulated by IPv4, IPv4 is encapsulated by an Ethernet frame.



            Encapsulating backwards or at the same layer - IP in GRE, IP in IPsec, IP in UDP, Ethernet in L2TP, ... is called tunneling. It somewhat ties a knot in your layering model.



            The most common use for tunneling is to allow you to pass packets/frames across a network that doesn't support the protocol or addressing scheme. You can tunnel private IP address packets across a public IP network, IPv4 over an IPv6 network or vice versa, Ethernet frames across a layer-3 connection, and so on.






            share|improve this answer













            Encapsulation is the normal method of using a lower layer mechanism for moving your data. E.g. HTTP is encapsulated by TCP, TCP is encapsulated by IPv4, IPv4 is encapsulated by an Ethernet frame.



            Encapsulating backwards or at the same layer - IP in GRE, IP in IPsec, IP in UDP, Ethernet in L2TP, ... is called tunneling. It somewhat ties a knot in your layering model.



            The most common use for tunneling is to allow you to pass packets/frames across a network that doesn't support the protocol or addressing scheme. You can tunnel private IP address packets across a public IP network, IPv4 over an IPv6 network or vice versa, Ethernet frames across a layer-3 connection, and so on.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 3 hours ago









            Zac67Zac67

            31.3k21961




            31.3k21961












            • Thanks. What does "It somewhat ties a knot in your layering model" mean?

              – Tim
              3 hours ago











            • He means that tunneling does not fit into the OSI or TCPIP model very well.

              – Ron Trunk
              53 mins ago

















            • Thanks. What does "It somewhat ties a knot in your layering model" mean?

              – Tim
              3 hours ago











            • He means that tunneling does not fit into the OSI or TCPIP model very well.

              – Ron Trunk
              53 mins ago
















            Thanks. What does "It somewhat ties a knot in your layering model" mean?

            – Tim
            3 hours ago





            Thanks. What does "It somewhat ties a knot in your layering model" mean?

            – Tim
            3 hours ago













            He means that tunneling does not fit into the OSI or TCPIP model very well.

            – Ron Trunk
            53 mins ago





            He means that tunneling does not fit into the OSI or TCPIP model very well.

            – Ron Trunk
            53 mins ago











            1














            For me tunnelling is when you have another level of routing and once you reach one destination of one of the layers the datagram progress to another destination, for example when you have two IP layers on the same datagram, and encapsulation is just put information over TCP/UDP, that basically is put information to be read on the destination. Probably other users have better responses and with more detail






            share|improve this answer



























              1














              For me tunnelling is when you have another level of routing and once you reach one destination of one of the layers the datagram progress to another destination, for example when you have two IP layers on the same datagram, and encapsulation is just put information over TCP/UDP, that basically is put information to be read on the destination. Probably other users have better responses and with more detail






              share|improve this answer

























                1












                1








                1







                For me tunnelling is when you have another level of routing and once you reach one destination of one of the layers the datagram progress to another destination, for example when you have two IP layers on the same datagram, and encapsulation is just put information over TCP/UDP, that basically is put information to be read on the destination. Probably other users have better responses and with more detail






                share|improve this answer













                For me tunnelling is when you have another level of routing and once you reach one destination of one of the layers the datagram progress to another destination, for example when you have two IP layers on the same datagram, and encapsulation is just put information over TCP/UDP, that basically is put information to be read on the destination. Probably other users have better responses and with more detail







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 4 hours ago









                camp0camp0

                13111




                13111



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Network Engineering 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%2fnetworkengineering.stackexchange.com%2fquestions%2f57738%2fwhat-are-the-differences-between-tunneling-and-regulare-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

                    名間水力發電廠 目录 沿革 設施 鄰近設施 註釋 外部連結 导航菜单23°50′10″N 120°42′41″E / 23.83611°N 120.71139°E / 23.83611; 120.7113923°50′10″N 120°42′41″E / 23.83611°N 120.71139°E / 23.83611; 120.71139計畫概要原始内容臺灣第一座BOT 模式開發的水力發電廠-名間水力電廠名間水力發電廠 水利署首件BOT案原始内容《小檔案》名間電廠 首座BOT水力發電廠原始内容名間電廠BOT - 經濟部水利署中區水資源局

                    Prove that NP is closed under karp reduction?Space(n) not closed under Karp reductions - what about NTime(n)?Class P is closed under rotation?Prove or disprove that $NL$ is closed under polynomial many-one reductions$mathbfNC_2$ is closed under log-space reductionOn Karp reductionwhen can I know if a class (complexity) is closed under reduction (cook/karp)Check if class $PSPACE$ is closed under polyonomially space reductionIs NPSPACE also closed under polynomial-time reduction and under log-space reduction?Prove PSPACE is closed under complement?Prove PSPACE is closed under union?

                    Is my guitar’s action too high? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Strings too stiff on a recently purchased acoustic guitar | Cort AD880CEIs the action of my guitar really high?Μy little finger is too weak to play guitarWith guitar, how long should I give my fingers to strengthen / callous?When playing a fret the guitar sounds mutedPlaying (Barre) chords up the guitar neckI think my guitar strings are wound too tight and I can't play barre chordsF barre chord on an SG guitarHow to find to the right strings of a barre chord by feel?High action on higher fret on my steel acoustic guitar