dataforwarding
Data forwarding is the process by which a network device transfers a data unit from its input port to an appropriate output port. It is a core function of routers and switches, enabling packets or frames to move toward their destination. Forwarding is distinct from routing: routing determines the path through the network, while forwarding implements that path on each hop by selecting the correct output interface.
In IP networks, forwarding relies on a forwarding information base (FIB) or routing table that maps destination
Forwarding can be unicast (to a single destination), multicast (to multiple recipients), or broadcast (to all
Modern networks separate the control plane (decision making) from the forwarding plane (packet processing). In software-defined