Term
|
Definition
Transmission Control Protocol
TCP provides the service of exchanging data reliably directly between two network hosts
TCP provides reliable, ordered delivery of a stream of bytes from a program on one computer to another program on another computer. |
|
|
Term
|
Definition
Internet Protocol is a protocol used for communicating data across a packet-switched internetwork using the Internet Protocol Suite, also referred to as TCP/IP.
IP is the primary protocol in the Internet Layer of the Internet Protocol Suite and has the task of delivering distinguished protocol datagrams (packets) from the source host to the destination host solely based on their addresses. For this purpose the Internet Protocol defines addressing methods and structures for datagram encapsulation. The first major version of addressing structure, now referred to as Internet Protocol Version 4 (IPv4) is still the dominant protocol of the Internet, although the successor, Internet Protocol Version 6 (IPv6) is being deployed actively worldwide. |
|
|
Term
|
Definition
Establishes the physical interface and mechanisms for placing a raw stream of data bits onto the wire |
|
|
Term
|
Definition
Provides error-free transfer of data frames from one computer to another over the physical layer |
|
|
Term
|
Definition
Determines the physical path of the data to be transmitted based on the network conditions, the priority of service, and other factors |
|
|
Term
|
Definition
Ensures that data delivered in the order in which it is sent and without loss of duplication |
|
|
Term
|
Definition
Enables two applications to create a persistent communications connection |
|
|
Term
|
Definition
translates data between different computing systems on a network. this layer translates the data generated by the application layer from its own syntax to a common transport syntax suitable for transmission over a network |
|
|
Term
|
Definition
Provides an entrance point for programs to gain access to network services |
|
|