Routing table and forwarding module
# the routing table is used by forwarding module to determine the nrxt-hop address of the packet
# forwarding module receives an IP packet from the processing module. If the packet is to be forwarded, it is passed to this module. The module finds the IP address of the next station along with the interface number to which the packet should be sent. It then sends the packet with this information to the fragmentation module