Question:

Computer networking - connectionless routing?

by  |  earlier

0 LIKES UnLike

in this form of routing, the packet will not be routed back to a visited node right?

e.g. Source 1, Destination 6

invalid route : 1-2-3-2-5-6

 Tags:

   Report

1 ANSWERS


  1. No

    In connectionless routing, each packet is treated separately, making its way through the network independently.

    Each individual packet may take different routes through the network depending on the type of routing protocol used and the amount of traffic on the network. As the packets travel along varying routes, they may not necessarily arrive at the designated location in sequence.

    To overcome this problem, the sending computer will assign a sequence number to each of the packet along with information regarding the message stream to which the packet belongs. The network layer on the receiving computer would then reassemble the packets in the correct sequence prior to passing the packets to the application layer.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.