0
What is port forwarding?
4 RĂ©ponses
+ 4
In computer networking, port forwarding or port mapping is an application of network address translation (NAT) that redirects a communication request from one address and port number combination to another while the packets are traversing a network gateway, such as a router or firewall. This technique is most commonly used to make services on a host residing on a protected or masqueraded (internal) network available to hosts on the opposite side of the gateway (external network), by remapping the destination IP address and port number of the communication to an internal host.
https://en.m.wikipedia.org/wiki/Port_forwarding
+ 1
I would suggest asking Google. I'm fairly certain that that question has already been answered on there...
+ 1
Ayush Dixit basically it's a way to allow communication through security systems such as firewalls. A common example is port forwarding is needed when hosting a Minecraft server on your own computer and you want people outside of your network to be able to login to your server. Without the port forwarding, they would be unable to join your server because they would be blocked by the firewall.
0
basically what is the need of port forwarding