Ask Question Forum:
Model Library:2025-02-08 Updated:A.I. model is online for auto reply question page
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by cur
at 2024-07-17 00:26:44
Point:300 Replies:4 POST_ID:828998USER_ID:10
Topic:
Network Routers;;Network Switches & Hubs
what is the different layer 3 switch and router ? please give me the clear definition and the real world mapping example
Accepted Solution
Expert: Akinsd replied at 2024-07-17 23:17:24
100 points EXCELLENT
Switch = Roadpath
Router = Navigator
Layer 3 Switch = Roadpath + Navigator
Layer 3 switches generally routes faster than Routers (ASIC ability)
Routers have more robust routing functions
Layer 3 switches have layer 3, 4, 5, 6 or 7 (content) switching capability
Routers may have switchports also
Router = Navigator
Layer 3 Switch = Roadpath + Navigator
Layer 3 switches generally routes faster than Routers (ASIC ability)
Routers have more robust routing functions
Layer 3 switches have layer 3, 4, 5, 6 or 7 (content) switching capability
Routers may have switchports also
Assisted Solution
Expert: Don Johnston replied at 2024-07-17 05:57:35
100 points EXCELLENT
what is the different layer 3 switch and router
From a functional perspective, there is none. They both do the exact same thing. Which is to route packets from one network to another.
That said, there are some pretty significant operational differences.
Routers support dissimilar layer 1 and 2 protocols where layer 3 switches are ethernet only.
Routers typically have more features than layer 3 switches (VPN, NAT, etc.).
Switches are significantly faster than traditional routers.
Switches typically have a LOT more ports than routers.
There are many more differences but those are (IMO) the biggest.
If you need to connect for Ethernet LAN to another site over a T1 leased line or Frame-Relay, you will need a router.
If you have a large number of Ethernet LANs that need to be interconnected locally and speed is important, Layer-3 switch.
If you have to connect to the internet with an ISP provided Ethernet service but you will need NAT, you'll probably need to use a router as NAT usually isn't available on Layer-3 switches.
Expert: John Hurst replied at 2024-07-17 04:55:36
A content-free blind link above was deleted. Please write answers in your own words and use links for support.
A reminder to everyone about blind links :
http://support.experts-exchange.com/customer/portal/articles/1162518
Thank you. Thinkpads_User, Topic Advisor.
A reminder to everyone about blind links :
http://support.experts-exchange.com/customer/portal/articles/1162518
Thank you. Thinkpads_User, Topic Advisor.
Assisted Solution
Expert: duncanb7 replied at 2024-07-17 02:25:18
100 points EXCELLENT
Let me to do summary between Hub, switch, router
Hub, that is device to connect all computers into network and data sent from one computer is transmitted to all other computers regardless of data target destination.It is inexpensive cost, and it operates in OSI model layer 1
Switch, that it s device appearance is like hub but more intelligent, forward data to the destination that is a need to be connected to the network so that it will help to reduce network traffic in full-duplex mode. it is a little more expensive. and it operates in OSI model layer 2 with MAC address
Router that is one of example devices you can find it at your home router connecting to your computer through ISP to network. Also it acts as small computer and a lot feature inside.
You might try login the router webpage by typing 192.168.0.10 on IE/Chrome browser and try its function such port forwarding and disallow unauthorized access to the computers in the LAN from the outside Main difference on router to switch or hub.
In general,a router is explicitly designed to connect two networks together(LAN and WAN). A router also has additional "smart" software with security features that disallow unauthorized access to the computers in the LAN from the outside.When computer node is connected to network, it will broadcast its existing to the network and switch will pass what broadcast packet they have received to network, but Router won't do that
Without the specific address of another destination device, Router will not let the data packet pass through. Router operates in OSI model layer 3
There is a lot of articles about the difference hub, switch, router in google, and I just include those one that are easier to be understand and one link also including picture of the device
http://gonda.nic.in/swangonda/pdf/0789732556.pdf
http://www.webopedia.com/DidYouKnow/Hardware_Software/router_switch_hub.asp
http://askleo.com/whats_the_difference_between_a_hub_a_switch_and_a_router/
Example image to the role of switch and router:
http://3.bp.blogspot.com/_xh791ExUbh4/TTBG7885-cI/AAAAAAAAACo/mlxNgOZ6Qec/s1600/unmanaged_switch_and_hub.gif
Hope understand your question completely.If not, please pt it out
Duncan
Hub, that is device to connect all computers into network and data sent from one computer is transmitted to all other computers regardless of data target destination.It is inexpensive cost, and it operates in OSI model layer 1
Switch, that it s device appearance is like hub but more intelligent, forward data to the destination that is a need to be connected to the network so that it will help to reduce network traffic in full-duplex mode. it is a little more expensive. and it operates in OSI model layer 2 with MAC address
Router that is one of example devices you can find it at your home router connecting to your computer through ISP to network. Also it acts as small computer and a lot feature inside.
You might try login the router webpage by typing 192.168.0.10 on IE/Chrome browser and try its function such port forwarding and disallow unauthorized access to the computers in the LAN from the outside Main difference on router to switch or hub.
In general,a router is explicitly designed to connect two networks together(LAN and WAN). A router also has additional "smart" software with security features that disallow unauthorized access to the computers in the LAN from the outside.When computer node is connected to network, it will broadcast its existing to the network and switch will pass what broadcast packet they have received to network, but Router won't do that
Without the specific address of another destination device, Router will not let the data packet pass through. Router operates in OSI model layer 3
There is a lot of articles about the difference hub, switch, router in google, and I just include those one that are easier to be understand and one link also including picture of the device
http://gonda.nic.in/swangonda/pdf/0789732556.pdf
http://www.webopedia.com/DidYouKnow/Hardware_Software/router_switch_hub.asp
http://askleo.com/whats_the_difference_between_a_hub_a_switch_and_a_router/
Example image to the role of switch and router:
http://3.bp.blogspot.com/_xh791ExUbh4/TTBG7885-cI/AAAAAAAAACo/mlxNgOZ6Qec/s1600/unmanaged_switch_and_hub.gif
Hope understand your question completely.If not, please pt it out
Duncan