Hi,
Can someone explain to me more detail about the difference between Inbound and Outbound (Traffic/Bandwith).
And on the DO’s Storage, what does “1TB of outbound transfer” means?
Let say my 2 web users are watching the videos that are stored on my DO’s Storage, each one of them are watching 1Gb video, does it means that the “Outbound Transfer is 2Gb?” or it’s “Inbound Transfer is 2Gb”?
Thank You
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Correct.
Outbound transfer = data leaving DigitalOcean’s network.
Inbound transfer = data entering DigitalOcean’s network.
So if you have 2 web users watching a 1gb video served from a DigitalOcean Droplet or Storage, that will show up as 2GB Outbound transfer
If you have 2 web users uploading 1gb video to a DigitalOcean Droplet or Storage, that will not count against your outbound transfer because it is all inbound.
Thank You for the clarify :)