Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. IT & Infrastructure
  4. TCP/IP Reliable Enough?

TCP/IP Reliable Enough?

Scheduled Pinned Locked Moved IT & Infrastructure
sysadminalgorithmshelpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Ri Qen Sin
    wrote on last edited by
    #1

    As far as byte ordering is concerned, everything is fine. I'm worried that the error checking capabilities are somewhat deficient: a 16-bit checksum for the IP layer, and another one for the TCP layer. I believe this might cause occasional kinks for a high throughput server, but is it worth the complexity of adding error-checking to the application layer?

    ROFLOLMFAO

    D 1 Reply Last reply
    0
    • R Ri Qen Sin

      As far as byte ordering is concerned, everything is fine. I'm worried that the error checking capabilities are somewhat deficient: a 16-bit checksum for the IP layer, and another one for the TCP layer. I believe this might cause occasional kinks for a high throughput server, but is it worth the complexity of adding error-checking to the application layer?

      ROFLOLMFAO

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Not really. What would you do with the error in this extra layer?? You would probably just handle it the same way as you would for an invalid message anyway - request a resend of the message. So why put the processor through the extra work of generating yet another check value?

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups