1.0 Network+ Certification Cram Notes : Networking Fundamentals
1.5 Common ports and protocols, their application, and encrypted alternatives
Explain the following IP protocol types
1. Internet Control Message Protocol (ICMP) - ICMP is a network protocol used to send error messages or to provide information about network conditions. It is commonly used for diagnosing network problems and measuring network performance.
2. Transmission Control Protocol (TCP) - TCP is a reliable, connection-oriented protocol that is used to transmit data over a network. It establishes a reliable, two-way communication channel between two applications and ensures that data is delivered accurately and in the correct order.
3. User Datagram Protocol (UDP) - UDP is a simple, connectionless protocol that is used to send data over a network. Unlike TCP, it does not guarantee the delivery of data or guarantee that data will be received in the correct order.
4. Generic Routing Encapsulation (GRE) - GRE is a protocol that is used to create a virtual private network (VPN) over an IP network. It enables data to be transmitted securely between remote networks by encapsulating the original data within a GRE packet.
5. Internet Protocol Security (IPSec) - IPSec is a set of protocols that provide security for IP-based networks. It includes two main protocols: Authentication Header (AH) and Encapsulating Security Payload (ESP). AH provides authentication for the data being transmitted and ESP provides both authentication and encryption for the data.
1. Authentication Header (AH) - AH is a protocol used in IPSec to provide data authentication. It ensures that the data being transmitted has not been altered in transit and that it came from the original sender.