Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8828201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T07:33:09+00:00 2026-06-14T07:33:09+00:00

I’ve seen posts that say that TCP’s throughput lessens when you break info up

  • 0

I’ve seen posts that say that TCP’s throughput lessens when you break info up into smaller packets. But I’m making a game server that really only needs to send tiny bits of information. It’s a turnbased strategy game so the number of players I can support with 1 server is more important than latency, having said that I want to learn about controlling latency for future projects anyway.

So for lots of small packets is UDP a better choice? I do need them to be reliable though so if I lose packets I’ll have to resend… Also what’s the the actual loss rate of UDP packets? Say the server is running in normal conditions would it be as high as 5-10%? I should mention the client will be on mobile devices… their loss rate is probably much higher than a pc?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T07:33:10+00:00Added an answer on June 14, 2026 at 7:33 am

    No matter what the protocol – TCP, UDP or anything else – many smaller packets will be less efficient than fewer larger packets. Each packet has a fixed size header (or more properly, a header that has a minimum size but might be larger in certain circumstances) and possibly a trailer as well, so for a network pipe with a limited throughput, filling it with packets that are header + trailer + 1 byte payload means that almost the entire capacity is being used by metadata, not by actual data. Sending larger chunks of data in each packet improves efficiency. That said, sometimes your application architecture just doesn’t have much data to send, so your options are either small packets, or larger delays while you aggregate a bunch of packets to send at once. Figuring out which approach to take (or something in between, even) is part of designing your application. In your particular case, with a turn-based approach, if I understand what you mean by that correctly, the time period in between subsequent packets is already going to be significant (by a network time scale anyway), so small packets are probably the best route. With larger delays between packets, the impact your stream of small packets will have on overall throughput is probably negligible.

    Reliability certainly adds to the complexity. Using TCP would make reliability “easy” from a coding standpoint, but depending on actual characteristics of the network, writing your own re-sending UDP code might end up being the better route, especially as the overall reliability of the channel decreases. TCP will recover in most cases, but the various timeouts and the way they are adjusted due to certain events can be problematic over less reliable channels (one of the main reasons many VPN solutions are UDP-based).

    Predicting actual loss rate is highly network-dependent, but you’re probably right that losses traversing LAN - internet - LAN - mobile network (or some similar topology) are significantly higher than local LAN losses.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a French site that I want to parse, but am running into
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
Let's say I'm outputting a post title and in our database, it's Hello Y’all
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want to count how many characters a certain string has in PHP, but
this is what i have right now Drawing an RSS feed into the php,
I've got a string that has curly quotes in it. I'd like to replace
I have a small JavaScript validation script that validates inputs based on Regex. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.