Skip to main content

Posts

Web Design

CHAPTER 1   1. Introduction  1.1 TCP/IP Overview Computer network protocols are formal rules of behavior that govern network communications. The Transmission Control Protocol (TCP) and Internet Protocol (IP) are just two of the data communication protocols encompassed by the Internet Protocol Suite. This protocol suite is usually referred to as TCP/IP partly because TCP and IP are two of the most important protocols of the collection. TCP/IP includes a set of standards that specify how networked computers communicate and how data is routed through the interconnected computers. TCP/IP provides the application programmer with two primary services: connectionless packet delivery and reliable stream transport. TCP/IP has several distinguishing features that have led to its popularity, including: ·          Network Topology Independence - TCP/IP is used on bus, ring, and star networks. It’s used in local-area networks...