Basic Guide to Networking
IntroductionThis document should help introduce the fundamentals of networking technologies to a new user. Explanation of terms and technologies WANWide Area Network - For the purposes of this document you can substitute WAN for Internet, as in WAN (Internet) side of your router. LANLocal Area Network - Local network of PCs and network devices. To be used as LAN side of your router. PortsInternet traffic travels though ports. This method is used, as it can identify what sort of data the TCP packet is carrying. For instance web browsing uses port 80, email uses port 25 etc. TCPTransmission Control Protocol - The protocol used to guarantee that packets of data get to the correct destination, and that they are received in the correct order. ADSL / Cable ModemThese are usually USB devices that the computer sees as a traditional dial up connection. The PC has to "dial" the Internet connection, the connection is always available, but not always connected. ADSL Modem Router (Gateway)These are becoming more and more common. Most ISPs now give the user a router rather than a modem. Routers are usually connected to your computer via an Ethernet cable. A router is a device that sits between a LAN (Local Area Network) and the Internet. Routers are far more advanced that ADSL modems, and offer the following benefits: Enhanced Security via a hardware firewall Improved connections speeds Always on Internet connection Superior reliability FirewallEither a piece of hardware (usually part of a router) or software used to limit unauthorized network connections into a network or computer. Port ForwardingPort Forwarding can also be referred to as Port Redirection, Virtual Servers or NAT (Network Address Translation). They all fundamentally do the same thing. The reasons why port forwarding is necessary, is that behind one router, there may be several PCs running several services, for instance one PC may be an email server, one may be a webcam video server etc. With port forwarding we can tell the router to forward IP traffic to different LAN PCs based on the port the IP traffic is using. (WAN) IP address that the web page is running on. Useful tools The following tools are run from the command prompt. To access the command prompt, you need to do the following: Select Run from the Start Menu Once at the command prompt you can run the following commands. NB to cancel a command you can press <CTRL> + <X>. This may not always work, some commands you will have to wait for them to timeout Ping Used to define whether an IP address is alive. For instance if there is a GeoVision system on your network that is not accessible via the WebCam the first thing to check is that the other network PCs can communicate with the GeoVision PC on a basic (ping) level. Usage Request timed out and Reply from <IP ADDRESS>: bytes=32 time<1ms TTL=128 <or similar> Telnet Telnet can be used to determine, whether you can communicate through a specified port. This can be very useful in troubleshooting WebCam issues. The four ports used by GeoVision as standard are 80, 4550, 5550 and 6550. This can be used over a LAN to check for software firewalls, or over a WAN to test router configurations Usage A blank screen with a flashing prompt. This means that the port was open and a connection has been successful. And Connecting to <ip address>…Could not open connection to the host, on port <port number> Connect failed Trace Route (TRACERT) Used to map a path from one computer to another, useful if you are experiencing problems with your WebCam connection. It will give you a list of all the router you pass through. Usage
TRACE COMPLETE IPCONFIG This command will show you your current LAN IP address. This is essential when configuring port forwarding on a router. Usage A website you can visit that will give you your perminter WAN IP address, usually the external IP address of your router. |