Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 1
    Correct - the first version of TCP included the functionality of IP. Maybe another reason why people say "TCP/IP" is that the vast majority of the time when you're sending data over IP, you want to guarantee that all of it gets delivered and in the right order, so you use TCP. For instance, all HTTP and FTP traffic uses TCP. One category of exceptions is real-time data; Skype, for instance, uses UDP, because you'd rather get the latest packet in a conversation than stop everything to get one that you missed. Commented Jul 21, 2012 at 15:42