Help Index & Glossary

Thumbnail image of Port Forward Staff
Port Forward Staff
July 18, 2017 (Last Updated: ) | Reading Time: 4 minutes

How to send us screenshots!

If you have any problems with a virus or spyware please visit www.PcHell.com.
You might be there, but at least your stay will be short.

Networking Help


Binary Numbers
Can't Find Server?
Common DNS Servers
Find a MAC address
Alternatives to Port Forwarding
What is Port Forwarding?
What is a Firewall?
What is Port Triggering?
Configuring a Static IP Address
Port Forwarding Behind Two Routers?
Subnetting
The Basics of Wireshark(formerly Ethereal)
Understanding DHCP
What is an IP Address?
What is a Port?

Terms You Need to Know


DNS - Domain Name Service. The dns server basically translates a URL into the ip address of the server hosting the URL. If you type PortForward.com in your web browser, your computer needs to know what ip address corresponds to portforward.com. Your computer contacts the dns server, and "tells" it PortForward.com. The dns server then "tells" your computer 216.104.71.5. If you ping PortForward.com, the first line should be something that includes PortForward.com [216.104.71.5]. This basically tells you if the dns server was able to find the ip address for the domain name you submitted.

Domain Name - A domain name is what you usually type into the web browser when you want to view a page without the www part. This site's domain name is PortForward.com. Others you may be familiar with are google.com, yahoo.com...

Dynamic IP Address - The dynamic ip address is not really a type of ip address. The dynamic only relates to how an ip address is assigned. Your router hands out these ip addresses to computers every time they are rebooted. This means that every time your computer is rebooted, its ip address can change. You should have a static, not dynamic ip address if you are trying to do port forwarding. In a port forwarding configuration you must specify an ip address to forward the ports to. Let's say you do that, and then your ip address changes. The ports are now forwarded to the wrong ip address, so your port forwarding configuration just quit working.

Gateway - Usually this is your router. When you talk about your gateway, generally you are talking about the ip address your router uses. When you specify gateway in your TCP/IP properties you are entering the ip address of your router. If you enter your gateway into the browser bar, you get the web interface of your router. That's assuming your router has a web interface.

NAT - Network Address Translation. When your router is using nat, it is taking data from one Public IP address, and breaking that data into multiple private ip addresses. Data is sent to your network on a public ip address, from the internet. Using nat your router then directs that data, to multiple internal private ip addresses. Nat basically breaks one ip into many. There is a problem with it though. When a computer on the internet wants to retrieve data from a computer on your network, your router can't figure out which internal computer to get the data from. This is where port forwarding comes in. Port forwarding tells your router which internal computer to get the data from when it sees data on certain ports.

NIC - Network Interface Card. This is a card in your computer that allows you to connect to routers/hubs/modems via ethernet. It's the thing your network cable plugs into.

Port Forwarding - Allowing your router to direct ports to a private ip address. The data on these ports is always incoming data, and always originates on an external public ip address.

Port Triggering - Allowing your router to dynamically open up ports, when it sees data on other ports. Port triggering allows you to do port forwarding, but only have the ports open when you are running the application. So you open up a program. That program then sends data out on outgoing ports called trigger ports. Your router sees data leaving your network on these ports. The router then allows incoming data on the ports specified in your port triggering configuration. When the router no longer sees data going out on the trigger ports, it turns off access to the incoming ports.

Private(internal) IP Address - If you are using NAT, every computer on your network has one of these ip addresses. These IP addresses are provided by your router. Your entire network can see this ip address. Computers on the outside of your network can not, because your router "hides" private ip addresses.

Public(external) IP Address - Every computer/server that has a public ip address is directly connected to the internet. Usually DLS/cable routers are assigned a public ip address by the ISP they are connecting to.

Static IP Address - Static doesn't really refer to the type of ip address. It refers to how your computer obtains that ip address. Static ip addresses are hard coded into your computer by you, by hand. If you assign a computer on your network a static ip address, all the other computers on the network must have a static ip address. For more information on assigning static ip addresses visit our Static IP's page.

Subnet Mask - The subnet mask is part of your ip address configuration. The subnet tells your computer which group of ip addresses you belong to. For more information on subnet masks visit our Subnetting page.

TCP/IP - This is the protocol your computer uses to communicate with other computers on the internet, and within your network. In windows this portion of your network properties, allows you to define an ip address, subnet mask, gateway, and dns servers.

More From Portforward