Difference between network bridge and ICS?
This is a discussion about Difference between network bridge and ICS? in the Windows Networking category; I was wondering what the difference was between a network bridge in XP and ICS??
I was wondering what the difference was between a network bridge in XP and ICS??
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Responses to this topic
As far as I know bridge connects two networks together (e.g. two lan adapters) where ICS (Internet Connection Sharing) is something different.
a network bridge enables two (or more) networks (of same/different kind) to interface. ICS does what is stands for, it shares the bandwidth of your internet connection among the computers of a network.
A network bridge connects 2 dissimilar networks together, like from token ring to ethernet, or, more commmonly now, WIFI (Wireless) to a Cat 5(Wired) network.
A repeater amplifies and resends what you've already got.
A gateway connects dissimilar protocals (IPX > TCP/IP) etc. (This is different from an IP "Default Gateway.")
A repeater amplifies and resends what you've already got.
A gateway connects dissimilar protocals (IPX > TCP/IP) etc. (This is different from an IP "Default Gateway.")
OK I might as well toss in my $.02 in. Now I am not a network major but this is what I remember when I asked a simular question.
A network bridge connects two networks of ANY kind (WIFI, ethernet, tokenring) with a router. This router just passes the packets along and does not do anything to them. This is how the internet is connected now. For example AT&T network backbone is bridged with Sprint.
ICS (NAT) is a type of router but it spoofs, masqerades, hides your private(non public) IP of 10.*.*.* or 192.168.*.* and passes the packet along to the internet with your public IP attached to the front.
A network bridge connects two networks of ANY kind (WIFI, ethernet, tokenring) with a router. This router just passes the packets along and does not do anything to them. This is how the internet is connected now. For example AT&T network backbone is bridged with Sprint.
ICS (NAT) is a type of router but it spoofs, masqerades, hides your private(non public) IP of 10.*.*.* or 192.168.*.* and passes the packet along to the internet with your public IP attached to the front.
OP
ah ok cool, thanks for the reply. I understand a little bit better now.