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

  • Home
  • SEARCH
  • 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

Related Questions

Suppose I want to count the lines of code in a project. If all
I'm using System.IO.Stream.Read(byte[] buffer, int offset, int count) . Is there an alternative to
Python uses the reference count method to handle object life time. So an object
When we execute select count(*) from table_name it returns the number of rows. What
How can I count the number of elements in an array, because contrary to
How can I count operations in C++? I'd like to analyze code in a
How can I count how many previous FootNoteReference nodes there are in an xml
In this query: SELECT COUNT(*) AS UserCount, Company.* FROM Company LEFT JOIN User ON
Essentially I need a count of each Entries Comments: SELECT e.*, COUNT(c.id) as comments
I need a function count_permutations() that returns the number of permutations of a given

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.