This small tutorial will be an on going project.
The internet to your location is provided by your ISP. Generally a router is supplied but a ‘heavier’ router may be required by your organization (i.e. Cisco)
Several static ip addresses should be supplied to your organization for remote logins or for webservers.
A load balancer can be used to have dual ISP lines for redundancy and increased bandwidth.
Load balancers will have more than one IP address (load balancers are NOT used at all locations)
A firewall (hardware) should be put into place.
Firewalls will have more than one IP address. Generally a firewall will have a public and a private IP address.
Managed Switches should be put into place to monitor and control computers. (Cisco) Manage switches allow ports to be turned on or off and network traffic and utilization to be montiored.
A Small Tutorial on Networking
The server room is environmentally controlled and should be secured both physically and logically.
DHCP Servers give out IP addresses to your network. Generally through a process of Network Address Translation and private networking, DHCP Servers give out IPs in the 10.x.x.x or 172.16.x.x or 192.168.x.x range. Each of these IP address ranges can give out 16 million, 65,000 or 254 ip addresses(in the order found above).
The DHCP server should have a static IP address and hand out a group of IP addresses beginning several numbers ‘up’ the ip addresses. Example: If your network has several switches, servers, critical comptuers, wireless access points or printers that need an IP address, the DHCP server on a 172.16 network should begin handing out numbers (presuming you have a network that requires 50 static ip addresses) around 172.16.0.100 – 172.16.254.254 Workstations booting up will begin receiving the ip address of 0.100 and continue through 31.254.
The DHCP Server should also give out 172.16.0.1 as the gateway (called your router in DHCP, this item will be your firewall), the DNS numbers supplied to you by your ISP and the WINS server address.
WINS Servers help to hold down network traffic and relate NetBIOS names to IP addresses. When your computer boots up, the wins server address is given to your computer. Thus your computer will not broadcast across the network. A network with many computers would be ‘busy’ broadcasting and affecting network throughput and bandwidth.
Active Directory Servers help to manage policies on a network. Client computers logging into Active Directory are controlled by Active Directory Servers.
File Servers are Windows Server 2003 or Windows Server 2008. Folders and Resources are shared for end-users on these servers.
SQL (database) Servers are Windows Server 2003 or Windows Server 2008 and require the installation of SQL. Generally Microsoft’s SQL 2005 or 2008 is installed as a package. Databases are developed and front end software is installed on each client computer to access the database.
Although there are Exchange Servers, Web Servers (IIS or Apache), these are used for public access to a website (and should have dedicated IP addresses from your ISP) or for sending email and generally connect directly to the firewall’s DMZ.
Generally network cable (CAT 5 or CAT 6) interconnect each server via the switch. The switch in turn has a cable going to the firewall. The firewall is then connects to the load balancer. The load balancer is then connected to two or more ISP routers.
A long stretch of cable (backbone) will run from the switch to another switch in a room where computers are connected. Workstations are then wired into this switch using CAT 5 or CAT 6 cabling. As they boot up, the grab IP information from the DHCP server, are generally required to login to the Active Directory Server (Domain) and then can use network resources.
Connecting to the LAN (Local Area Network) can be backbones from the server room to Wireless Access Points (WAPS). These devices allow wireless devices on a network to use the network and internet.
While this is a very simple breakdown, there are hundreds of other devices and roles that computers take on in the workplace.