in Computer Networks
1,255 views
2 votes
2 votes
Network layer is used when data is to be delivered across network. So, for delivering within a network, there is no need for network layer (Ref: Pg-49, Computer Networks, Forouzan, 2 Edition). So in that case will Transport layer directly communicate with Data Link layer ? Or will Network layer be in picture, but do nothing other than simply passing data to Transport layer ?
in Computer Networks
1.3k views

2 Comments

You meant in a LAN?
0
0
yes I meant that
0
0

2 Answers

1 vote
1 vote
ACTUALLY without network layer we cant say that destination is present in our won network or in some other network so..

when message reach network layer first of all it is checked by using default subnet mask of host...hence if destination is present in same network then it is directly sent to destination otherwise sent to default gateway.
0 votes
0 votes

Network layer is the glue due which all the networked application can communicate within a given network or internet it is essentially the backbone of internet so it is required for reliable end to end delivery and all of the networked applications need it , also the network layered provides services to the application layered and well the link layer , OSI is one of the theoretical model , The four layered (Application,Transport,Network,Link) is the one commonly used by all applications and network layer is the most important layer for this . Here is the link which can help in understanding this better (https://www.youtube.com/watch?v=_BC5ALTJDXo&index=3&list=PLegVVnqIQKAaGYvbwi6hy5tCdQt64nN_M)

Related questions