1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Explain what Traffic Types are.
Category of data transmitted through a network: Voice, Video, or Data.
Traffic Types can be directed through networks using: Single Endpoint, Multiple Endpoints, or All Endpoints.
Explain Unicast data transmission.
One-to-One Communication: Sends packets to a single specified host.
Each host on a network receives a unique Unicast address.
Used in both IPv4 and IPv6.
Explain Multicast data transmission.
One-to-Many Communication: Sends packets to devices with an I.P. multicast group address.
Multiple recipients receive specified packers without sending the same packet to all network connected devices.
IPv4 Multicast Address Range: 244.0.0.0 to 239.255.255.255
IPv6 Multicast Address Range: ff00::/8
Explain Anycast data transmission.
One-to-One-of-Many or One-to-Nearest Communication: Sends packet(s) to the IPv6 Anycast address with shortest routing distance.
Assigned to multiple interfaces
Only the closest interface in routing distance will receive the packet(s).
IPv6 Address Range: ff00::/8
Explain Broadcast data transmission.
One-to-All Communication: Sends a packet(s) to all network attached devices.
IPv4 broadcast address is always the latest address in the subnet.
IPv6 does not use Broadcast Addressing, instead uses Anycast Addressing.