Well, i'm studying to a test, based on the following layers: link, internet, transport and application (Architecture TCP-IP) i would like to know which layer or layers "routers" work and why it can't work in another layers.
Asked
Active
Viewed 3.7k times
2
-
Not quite sure what you mean by, "why can't it work" in other layers. – HAL May 29 '14 at 21:03
-
I would like to know why router can't work in link or application layer. – Mr.Lanhellas May 29 '14 at 21:11
2 Answers
6
Generally speaking, routers utilize the IP protocol (i.e. IP addresses) to make decisions while directing traffic and do not care about the transport protocol. The IP protocol would map to the internet layer.
The TCP or UDP protocols would operate at the transport layer. Typically a device that would direct traffic based on transport layer protocols (or application layer) would include proxies, load balancers, or shaping devices depending on its exact function.
Devices that operate at the link layer (most often Ethernet today) would include switches or bridges.

YLearn
- 27,141
- 5
- 59
- 128
0
Routers operate on the Internet layer of the TCP-IP model. The Internet layer is synonymous with the Network layer of the OSI model.

HAL
- 1,679
- 1
- 13
- 23
-
Routers operate in some process of "Transport" layer ? Or just INTERNET ? – Mr.Lanhellas May 29 '14 at 21:05
-
Routers are layer 3 devices and primarily operate in Network layer of the OSI model. – drek May 29 '14 at 22:11
-