Protocols Flashcards
What is IP?
Internet Protocol is the principal communications protocol for relaying datagrams across network boundaries.
What does IP do?
IP delivers packets of information from the source host to the destination host solely based on the IP addresses in the packet headers.
What is UDP?
User Datagram Protocol is one of the core members of the IP suite. UDP uses a simple connection less transmission model.
What is TCP?
Transmission Control Protocol is a core protocol of Internet Protocol. It provides reliable, ordered and error-checked delivery of a stream of octets between applications over an IP network.
What are the 4 TCP/IP protocol layers?
Application, transport, Internet and network interface.