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 trial

Digital Literacy How the Internet Works The Internet TCP/IP

yaseen kabeer
yaseen kabeer
700 Points

when we send a request to some server say google , does that request is also sent by TCP/IP in the form of data packets

I need some clarification.

when we send any request to server , is that request also considered as data and sent as data packets to the server by TCP/IP ?

1 Answer

Steven Parker
Steven Parker
229,771 Points

Yes, everything is "data" to TCP/IP.

The idea of a "request" only exists at the application layer. At more primitive communication layers (like where TCP/IP is) everything is just data to be collected into packets and sent or received.