1,289 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 ?

2 Answers

1 votes
1 votes
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

1 votes
1 votes
2 answers
1
5 votes
5 votes
4 answers
2
Don't you worry asked Jun 15, 2016
23,167 views
A .Presentation LayerB .Transport LayerC .Network LayerD .Datalink LayerE .Application LayerF .Physical LayerG .Session Layer
1 votes
1 votes
2 answers
3
hacker16 asked Mar 24, 2018
3,547 views
Encode / Decode data for physical transmission is done by which layer of OSI reference model?
0 votes
0 votes
1 answer
4
Chhotu asked Dec 18, 2017
604 views
Hi Guys,Can anyone please list Essential and Optional functionality of each layer in TCP/IP 7-Layer model ?If some functionality is optional then which other layer/layer...