• rtxn@lemmy.world
      link
      fedilink
      English
      arrow-up
      22
      arrow-down
      1
      ·
      10 months ago

      The internet layer of the TCP/IP network stack is where the packets are routed between hosts. It operates between devices that have their own logical (IP) addresses, such as computers, routers, modems, or network bridges. It is the layer where the packet finds its way from the sender to the destination. Its most common protocols are IPv4, IPv6, and ICMP.

    • rockSlayer@lemmy.world
      cake
      link
      fedilink
      arrow-up
      11
      arrow-down
      1
      ·
      edit-2
      10 months ago

      It’s been a few years since my networking course, but I believe it refers to DNS it refers to stuff like IP addresses. DNS is related to the Internet layer, but it’s not correct to call it the Internet layer

      • thisisnotgoingwell@programming.dev
        link
        fedilink
        arrow-up
        14
        ·
        10 months ago

        This meme is kind of wrong though, because it’s mixing the OSI model with the TCP/IP model, which are different representations of the same thing, but in either model the “link layer”, ie layer 2 switching would never hand over to the “internet” layer without going through network first. So if you’re confused, it’s because it’s wrong.

        Application, transport, session, transport, network, data, physical (OSI) Application, transport, internet, network (TCP/IP)

        • Grabthar@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          10 months ago

          First mention of Transport should be Presentation for OSI. All People Seem To Need DP. Dr. Pepper? Data Processing? Remember it as you will.

        • rockSlayer@lemmy.world
          cake
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          10 months ago

          Appreciate it! Yea something seemed off about the meme in general, but I couldn’t put my finger on it

        • rockSlayer@lemmy.world
          cake
          link
          fedilink
          arrow-up
          4
          ·
          10 months ago

          Yep now I remember. You’re right, it’s the IP addresses. DNS just maps those addresses to URLs

          • Aceticon@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            10 months ago

            DNS is an application layer on top of the Internet layer that lets you have host names (i.e. “www.google.com”) towards the user side instead of IP addresses (i.e. 127.0.0.1).

            However the internet layer only understands IP addresses so any application that is using hostnames internally and for displaying to the user has to translate them into IP addresses (using DNS) as it has to use those for the internet layer to know which hosts it wants to talk to.

            URLs are yet something else: they’re a text format for encoding protocol, host if applicable (in name or in IP address), IP port if applicable and protocol specific stuff (i.e. the page address on a website) to form an application level “address”, which is more than just the host address (as that’s only a machine on the network, not a service hanging from an IP port on that machine waiting for requests).

            People are so used to web URLs that they often don’t know URLs can encode more than just pages in what they think as “normal” web addresses (such as http://www.google.com/ and https://www.google.com/) and can actually support the same protocol in a different port (http://www.google.com:8080/ - note that this one probably doesn’t work because google just uses the default port for HTTP which is 80 and doesn’t have an HTTP server running in 8080), host identification by IP address instead of hostname (i.e. http://127.0.0.1) and even different protocols (i.e. ftp://127.0.0.1).

  • roon@lemmy.ml
    link
    fedilink
    English
    arrow-up
    20
    ·
    10 months ago

    This meme took up a lot of vertical space on my feed, like this cat

  • JoYo@lemmy.ml
    link
    fedilink
    English
    arrow-up
    7
    ·
    10 months ago

    this is what I’ll post whenever I get that fucking stupid interview question.