IPv6 Addressing - Unicast Addressing =========================================== .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **What is Unicast Addressing?** Unicast addressing is a method of communication where data is sent from one source device to one specific destination device over a network. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **Why is Unicast Addressing useful?** Unicast is the most common form of network communication. It is efficient for one-to-one data exchanges like web browsing, file transfers, and emails. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **How it works?** In unicast communication, each packet contains the unique IP address of the destination device. Routers forward the packet based on this address to reach the correct recipient. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **Where is Unicast Addressing used?** Unicast is used in most standard internet and network communications, including HTTP, FTP, SSH, VoIP, and more. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **Which OSI layer does this protocol belong to?** Unicast addressing operates at the Network Layer (Layer 3) of the OSI model, using IP for addressing and routing. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **Is Unicast Addressing Windows specific?** No, unicast addressing is not Windows specific. It is universally supported across all platforms that implement the IP protocol. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **Is Unicast Addressing Linux specific?** No, unicast addressing is not Linux specific. It is supported by all network-capable operating systems, including Linux, Windows, and macOS. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **Which Transport Protocol is used by Unicast Addressing?** Unicast can use both TCP and UDP transport protocols depending on the application requirements. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **Which Port is used by Unicast Addressing?** Unicast addressing itself does not define any specific port. The port number depends on the application or service being used (e.g., HTTP uses port 80). .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **Is Unicast Addressing using client-server model?** Yes, unicast is often used in client-server communication, where a client sends requests to a specific server, and the server responds directly to that client. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow Topics in this section, * :ref:`Learnings in this section ` * :ref:`Terminology ` * :ref:`Version Info ` * :ref:`Unicast_Addressing Version&IEEE Details ` * :ref:`Unicast_Addressing Basic Setup on Ubuntu using IPv4 ` * :ref:`Unicast_Addressing Basic Setup on Ubuntu using IPv6 ` * :ref:`Unicast_Addressing Protocol Packet Details ` * :ref:`Unicast_Addressing Usecases ` * :ref:`Unicast_Addressing Basic Features ` * :ref:`Reference links ` .. _Unicast_Addressing_step1: .. tab-set:: .. tab-item:: Learnings in this section * In this section, you are going to learn .. _Unicast_Addressing_step2: .. tab-set:: .. tab-item:: Terminology * Terminology .. _Unicast_Addressing_step3: .. tab-set:: .. tab-item:: Version Info * Version Info .. _Unicast_Addressing_step5: .. tab-set:: .. tab-item:: Unicast_Addressing Version&RFC Details * rfc details .. _Unicast_Addressing_step18: .. tab-set:: .. tab-item:: Unicast_Addressing Basic Setup on Ubuntu using IPv4 * setup .. _Unicast_Addressing_step19: .. tab-set:: .. tab-item:: Unicast_Addressing Basic Setup on Ubuntu using IPv6 * setup .. _Unicast_Addressing_step6: .. tab-set:: .. tab-item:: Unicast_Addressing Protocol Packet Details * packet details .. _Unicast_Addressing_step7: .. tab-set:: .. tab-item:: Unicast_Addressing Usecases * usecases .. _Unicast_Addressing_step8: .. tab-set:: .. tab-item:: Unicast_Addressing Basic Features * features .. _Unicast_Addressing_step17: .. tab-set:: .. tab-item:: Reference links * Reference links