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 6200237
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T04:19:50+00:00 2026-05-24T04:19:50+00:00

I am working on a project that will utilize a client device on a

  • 0

I am working on a project that will utilize a client device on a bandwidth constrained network (cellular). I am not very familiar with socket communications, but I have figured out how to use Java as the server (from this tutorial), and Python is the language on the client.

I will be sending from a limited number of commands (less than 50) that say to “do command”, but I will also on occasion need to send a longer set that gives the client a future rule/condition. My thinking is to send a single byte for each of the commands, with one of the bytes signifying there is more to come. Would that be the proper way to do it, or should I continue writing to the socket output (I’m guessing it is utf-8, which is 3bytes/char if I’m not mistaken).

Thanks for the input,
James

  • 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-05-24T04:19:50+00:00Added an answer on May 24, 2026 at 4:19 am

    There are two things you aught to keep in mind when trying to optimize network bandwidth.

    The first is that you have to transfer about 40 bytes of overhead every time you want to talk to the peer. That’s just inherent in IP. Trying to get communication down to a single byte is often a false economy. What you should be doing is making the best of the round trip: combine the message with as much additional data as the peer might later need. To a limited extent, the Nagle algorithm already takes care of this for naive services, delaying the packet until the peer actually indicates that it’s ready for more data, and that’s usually sufficient.

    The second is that, at typical MTU scales, it’s almost impossible to design an uncompressed, binary protocol that’s more space efficient than a simpler protocol that is tunneled using general purpose compression. There is no “packed binary http” because the gzipped ascii transfer encoding would beat it anyways. When bandwidth is a concern, always include compression. All that’s left is to make sure that your protocol is “easy” to compress.

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

Sidebar

Related Questions

I'm working on a project with a friend that will utilize Hbase to store
I'm working on a project that will involve creating a subdomain for each client's
I'm working on a project that will be distributed with GNU autoconf/automake, and I
I am working on a project that will require internationalisation support down the track.
I'm working on a project that will require me to implement a calendar. I'm
I'm working on a project that will require me to take various .vbproj and
I'm working on a project that will have a single table holding lots and
I am currently working on a project that will store specific financial information about
I am going to be working on a project that will heavily involve indexing
I´m working on a project that basically will show some data collected from hardware

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.