Network Layer And Data Link Layer

AI Thread Summary
In a four-node network consisting of A, B, C, and D, messages sent from A to B and from B to D via the data link layer are guaranteed to arrive, but the network layer may fail to deliver a message from A to D due to potential issues like differing addressing schemes between nodes. The network layer is responsible for routing data across different networks, while the data link layer handles communication within a single network. Factors such as misconfigured routers or incompatible protocols can hinder successful delivery at the network layer. Understanding the distinction between these layers is crucial for troubleshooting communication failures. Proper configuration and compatibility are essential for reliable message delivery across the network.
wany
Messages
72
Reaction score
0

Homework Statement


If the network layer is sending a message from A to D via B, it can be sure that a message sent by the data link layer from A to B will always arrive at B, and from B to D will always get to D. How is it possible for the network layer not to be able to correctly deliver a message from A to D.

Assume this 4-node network:

A---B----D
|...|...|
|---C ----|

ignore the periods! Basically A is connected with B and C; B is connected with A, C and D; C is connected with A, B, D; D is connected with B and C

Homework Equations


The Attempt at a Solution



I am not sure about this one. Could it be if the two nodes arent using the same addressing scheme? Any help would be appreciated.
 
Physics news on Phys.org
Network layer is basically used when we send data from one network to another,... It usually involves routers etc.

for sending data within one network, data link layer is used.
 
Network layer is basically used when we send data from one network to another,... It usually involves routers etc.

for sending data within one network, data link layer is used.
 
Back
Top