Can a proxy server perform the same function that of ICS as in NAT and DHCP?
I mean if I had ICS on my home network and had software that can log all the actions of everyone who is accessing the internet, wouldn't that be a proxy?
ytrav4 wrote: So routers only forward packets , proxys save the packets and then forward them right? OK, do you know any freeware software that can replace ICS, with a proxy server? Oh one another question Can a proxy server replace a router? If not what function can't it replicate?
So routers only forward packets , proxys save the packets and then forward them right?
OK, do you know any freeware software that can replace ICS, with a proxy server?
Can a proxy server replace a router?
If not what function can't it replicate?
Webmaster wrote: A proxy server cannot replace a router used in a routed connection. Actually, one of the most common configuration mistakes on a proxy server is enabling routing. If a router isn't actually 'routing' but translating (nat), you could use a dual-homed proxy server. A proxy is not the same as a NAT, it's very different actually. And the one doesn't need the other. With NAT the ip packet's address headers are modified, and this is transparent to the user. Proxy servers such as web proxy servers work on a higher layer, in software, regardless of the underlying network protocols. Proxy also does 'not' refer to any type of caching, but if you understand what a proxy is, it also becomes logical why different type of proxy servers often do support caching (because the can act as a proxy for multiple entities, who may have request the same information (web page in case of http proxy, or dns-ip mapping in case of dns proxy).
Webmaster wrote: NAT, ICS, proxy, packet filtering, routers, and firewalls are all different services and features, which often are combined in a single hardware appliance or software package. One does not replace the other, they perform different functions and compliment each other.
ytrav4 wrote: In your example of a LAN with 400 computers the router would only do work when any computer needed to access the Internet or a computer from the outside made a request to the network. So is the purpose of the router to route incoming/outgoing Internet traffic independent of internal traffic handled by switches with the exception of a router that is dividing two networks on one large LAN? Or does the router touch everything?
sprkymrk wrote: ytrav4 wrote: In your example of a LAN with 400 computers the router would only do work when any computer needed to access the Internet or a computer from the outside made a request to the network. So is the purpose of the router to route incoming/outgoing Internet traffic independent of internal traffic handled by switches with the exception of a router that is dividing two networks on one large LAN? Or does the router touch everything? The router only handles traffic cossing it. Internal traffic between computers on the same subnet is handles by the switches/hubs. However, this is also true of whatever you may use to divide your network at layer 3. Whether a firewall, proxy, router, etc., it only handles routing between the networks, not within.
ytrav4 wrote: Oh thanks that clears things up, so lets say with your example again a LAN with 400 workstations only use the internet for Email, since the traffic is not used heavly could a workstation connected directly to the internet be configured to have a proxy server that uses NAT and DHCP replace the need for a router? Except for connecting networks of a larger LANS that is. And is the only unique function of router is to join networks in a larger LAN? What is it about NAT that requires special hardware on large networks?
ytrav4 wrote: sprk, you live in Charleston SC, nice. I visited there a few times I wish I was by the cost, beautiful place too. I live in Columbia SC so were not too far apart.
ytrav4 wrote: Is NAT the only way multiple computers can share one IP? Is there another scheme? I think Microsoft ICS uses NAT too.