1.4 Network Communication Flashcards
N10-009 Obj. 1.4 Explain common networking ports, protocols, services, and traffic types (10 cards)
What is unicast communication?
Unicast is a one-to-one communication method where data is sent from one device directly to another and not shared with other devices on the network.
Transcript: “It is when one station sends information directly to another station… nothing within that conversation is ever sent to anyone else on the network.” (0:06–0:19)
What are common use cases for unicast communication?
Unicast is typically used for web browsing, file transfers, and email communication—any scenario involving direct communication between two devices.
Transcript: “Any time you’re connecting to a website, you’re transferring files, or you’re checking your email…” (0:28–0:34)
What is a major disadvantage of unicast when communicating with multiple recipients?
Each recipient must receive a separate stream, making unicast inefficient for sending the same data to multiple devices simultaneously.
Transcript: “You would have to build separate one-to-one communications… send separate data for each…” (0:48–0:57)
What is multicast communication?
Multicast is a one-to-many-of-many communication model where data is sent once and received by multiple devices that are subscribed to a multicast group.
Transcript: “Multicast is a one-to-many-of-many communication… subscribed to your multicast feed.” (1:15–1:28)
What are common use cases for multicast communication?
Multicast is used for streaming multimedia, distributing stock data, and sending routing updates to multiple devices simultaneously.
Transcript: “Trying to receive multimedia… receiving stock exchange information… routing updates…” (1:29–1:38)
Why isn’t multicast used across the public internet?
Multicast requires network infrastructure that understands multicast traffic, making it impractical for use across large or public networks.
Transcript: “Requires that equipment understand and recognize how to deal with multicast… we don’t use multicast… across… the internet.” (1:41–1:54)
What is anycast communication?
Anycast is a one-to-one-of-many communication method where data is sent to one of many devices with the same destination address, usually the nearest one.
Transcript: “One device needs to send to one of many devices… the closest is going to receive that traffic.” (2:12–2:46)
What is a common application of anycast?
Anycast is commonly used in DNS, where a query is answered by the closest DNS server using the same IP address.
Transcript: “A good use case for anycast would be… anycast DNS… the closest data center will be able to respond…” (2:48–2:58)
What is broadcast communication?
Broadcast is a one-to-all method where a single message is sent to all devices in the local broadcast domain.
- routing updates, ARP requests
Transcript: “Send a frame to everyone… one-to-all relationship… everyone on the network receives…” (3:01–3:15)
Is broadcast supported in IPv6?
No. IPv6 removed broadcast entirely and replaced it with multicast communication.
“With IPv6… remove broadcast completely and go to a multicast form…” (3:35–3:42)