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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:15:50+00:00 2026-05-16T17:15:50+00:00

If we: 1) Count bytes/bits at the network adapter level (raw # of bits

  • 0

If we:
1) Count bytes/bits at the network adapter level (raw # of bits through the NIC) and,
2) Count bytes in all HTTP/S request/responses.

Assuming only HTTP/S traffic is on the box, and assuming a statistically relevant amount of “typical” web traffic:

I want to know about how much more traffic will be counted at the NIC level than at the HTTP/S level (counting http headers and all) because of the extra network overhead.

  • 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-16T17:15:51+00:00Added an answer on May 16, 2026 at 5:15 pm

    You have zero knowledge about the layers below HTTP. You can’t even assume the HTTP request will be delivered over TCP/IP. Even if it is, you have zero knowledge about the overhead added by the network layer. Or what the reliability of the route will be and what overhead will be due to dropped/resent packets.

    Update: Based on your comment, here are some back-of-the-napkin estimates:

    The maximum segment size (which does not include the TCP or IP headers) is typically negotiated between the layers to the size of the MTU minus the headers size. For Ethernet MTU is usually configured at 1500 bytes. The TCP header is 160 bits, or 20 bytes. The fixed part of the IPv4 header is 160 bits, or 20 bytes as well. The fixed part of the IPv6 header is 320 bits, or 40 bytes. Thus:

    • for HTTP over TCP/IPv4

    overhead = TCP + IP = 40 bytes

    payload = 1500 – 40 = 1460 bytes

    overhead % = 2.7% (40 * 100 / 1460)

    • for HTTP over TCP/IPv6

    overhead = TCP + IP = 60 bytes

    payload = 1500 – 60 = 1440 bytes

    overhead % = 4.2% (60 * 100 / 1440)

    Here are the assumptions:

    • Amazon counts the NIC payload without the Ethernet headers, not the whole NIC packet
    • your HTTP responses are fully utilizing the TCP/IP packet – your typical page size + HTTP headers results in one or more full TCP/IP packets and one with more than 50% used payload
    • you set explicit expiration date on cached content to minimize 302 response
    • you avoid redirects or your URLs are long enough to fill the payload
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 542k
  • Answers 542k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Some very few applications are recordable: that is, they'll send… May 17, 2026 at 3:10 am
  • Editorial Team
    Editorial Team added an answer Before deciding on the best way forward, we need to… May 17, 2026 at 3:10 am
  • Editorial Team
    Editorial Team added an answer You can run an anonymous block, CALL is not in… May 17, 2026 at 3:10 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I have read through this SO question about 32-bits, but what about 64-bit numbers?
would someone please explain why select len(0x0a000b) returns 3? does len count bytes? and
I have an array of 128 booleans that represent bits. How can I convert
Assume that you're working a x86 32-bits system. Your task is to implement the
I have a ushort that consists of two bytes. 15 14 13 12 11
So at work yesterday, I had to write an application to count the pages
Commonly used ofc, Klingon doesnt count :-) thanks, guys, let me run willItFit() testcases
I noticed while making a program that a lot of my int type variables
Assumption: Converting a byte[] from Little Endian to Big Endian means inverting the order
I'm trying to write a bit rotator function and I'm trying to get more

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.