1-8 INTERNET PROTOCOL NUMBER AND TRAFFIC TYPES Flashcards
What are the types of Internet Protocol (IP)?
• Internet Control Message Protocol (ICMP)
• Internet Group Management Protocol (IGMP)
• Transmission Control Protocol (TCP)
• User Datagram Protocol (UDP)
• Generic Routing Encapsulation (GRE)
• Internet Protocol Security (IPSec)
IP types are essential for understanding different communication protocols within networking.
What is the IP Protocol ID for Internet Control Message Protocol (ICMP)?
1
ICMP is used for error messages and operational information in network communications.
What is the IP Protocol ID for Internet Group Management Protocol (IGMP)?
2
IGMP is used for managing the membership of Internet Protocol multicast groups.
What is the IP Protocol ID for Transmission Control Protocol (TCP)?
6
TCP is a connection-oriented protocol that ensures reliable communication.
What is the IP Protocol ID for User Datagram Protocol (UDP)?
17
UDP is a connectionless protocol that allows for faster transmission without reliability.
What is the IP Protocol ID for Authentication Header (AH) in IPSec?
51
AH provides connectionless integrity and authentication for IP packets.
What is the IP Protocol ID for Encapsulating Security Payload (ESP) in IPSec?
50
ESP provides confidentiality, along with integrity and authentication for IP packets.
What are the types of traffic in networking?
• Unicast
• Multicast
• Broadcast
• Anycast
These traffic types define how data is transmitted across a network.
Define Unicast traffic.
one-to-one communication
Unicast sends data from one sender to one specific receiver.
Define Multicast traffic.
one-to-many communication
Multicast sends data from one sender to multiple specific receivers.
Define Broadcast traffic.
one-to-all communication
Broadcast sends data from one sender to all possible receivers in a network.
Define Anycast traffic.
one-to-the-best communication
Anycast sends data from one sender to the nearest or best receiver in a group.
What is the IP Protocol ID for Generic Routing Encapsulation (GRE)?
47
GRE is used to encapsulate a wide variety of network layer protocols.