Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialVaidehi S
5,731 PointsTCCP/IP breaks Data into small packets. Why?
I dont understand why they have to be broken into pieces? How is that helpful?
2 Answers
Daniel Montgomery
Treehouse StaffFrom my understanding, this is the most optimized method for sending data. Small packets are easier to send/transfer and normally ensure a more even flow of data, preventing data from getting stuck or slowing down. (Although, this isn't always the case though). They have a greater chance of getting multiple smaller packets through an unreliable connection than one larger packet as well. Another bonus with sending multiple small packets versus one large one is you avoid hitting any max data caps.
I hope this helps somewhat. :-)
Vaidehi S
5,731 PointsThanks for the reply however if my content in say email or page is split in pieces then how is it stored and will that cos data breech? Do you have more detailed video on this?