Things to look at in Network Design
Identify Organizational Requirements in relation to network design.
Talking to clients to discuss such things as:
The needs and requirements of the business, (email, database access, permissible shares)
The geographical distance to cover in the network and possible future network growth,
Number of users and devices incorporated into growth as well as present numbers,
Security issues and the need for remote resource access.
The best way to determine these variable factors is usually in person with face to face interviews, and on site walkthrou's. During interviews you should engage in active listing and take notes from interviews and or any walkthrough's / demonstrations.
Following Industry Standard
It is important to follow the industry standard when building and configuring a network for a client this way any future re design, inter connection with other networks or a general upgrade has the best chance of running smoothly without complication.
Connectivity to the network
Will outside access to the network be needed? And who will be accessing the network from the outside world just trusted staff members, or a mix of customers, and different security level staff member this is a very important part of network design. You should also consider this when looking at the security needs of the network as there may be a need for Secure internet and remote access to be employed as well as possible DMZ(de militarized zones or safe zones) or hardware and software based firewalls.
Compatibility of existing hardware and software
You also need to make sure that any current or existing technology on site is compatible with any new hardware and software, for example if the site is running all Mac based computer hardware and software but you feel that a Windows based Network solution would best fit the problem then this would need to be fully and specifically researched to ensure complete compatibility between the two different systems. This would prevent future problems and possible loss of business from computer down time. Possible locations for research on all network design would be the hardware Vendors, colleagues or co workers and internet forums with some credibility or cross referencing.
Defining Network Technical Requirements
This can be broken down into two main parts these are Protocols and hardware
Networking protocols are rules that the network works by, these set standards for things like
Error detection
Control sequences
Message lengths
Media access and more
All networks need a protocol to work and it is in most cases the protocol is comment to all nodes of the network.
The protocols will be selected again by the needs of the network and the client here are some of the common protocols in use today.
NetBEUI (NetBIOS Extended User Interface)
This protocol is an enhanced version of the (Network Basic Input/output System) and was designed when a network usually consisted of a local area network with a limit of 200 computers on it and was designed to incorporate the communication of one network to another (2 total) through routing. This protocol is a good choice for smaller networks that didn’t need outside or internet connectivity or for systems running older Operating systems such as windows 98, Windows 2000 or Windows XP. It has good error correction and is useful over slow links or transition media, is very easy to configure and uses a small amount of memory.
IPX/SPX (Internet Packet Exchange/Sequenced Packet Exchange)
This is called a protocol stack this means that has several layers of software to define the protocol and is the primary protocol stack for Novell Netware networks. The first advantage over netBEUI is that it is routable this means data can be passed not only from one network to another but across multiple networks, SPX is a communication protocol that allows for greater reliability in application data exchange. Other protocols included in this stack are NCP (NetWare core protocol) and ODI (Open Data-Link Interface).
The IPX/SPX protocol can be deployed on windows and Unix systems and is needed for a Netware server.
TCP/IP (Transmission Control Protocol/Internet Protocol)
This is another protocol stack and is the communication protocol of the internet, this is the protocol needed to allow internet access to a network. The two types of addressing for TCP/IP are dynamic or static IP addresses. Other protocols included in the TCP/IP stack are UDP (User Datagram Packet), ARP (Address Resolution Protocol), DNS (Domain Name System), FTP (File Transfer Protocol) and IPSec (Internet Protocol Security Protocol). This protocol stack is routable and is best suited for medium to large networks although this is a large protocol stack it makes it hard to implement on older technology such as MS-DOS based machines and it is also a bit slower because of its size.
Network Hardware Selection
The devices includes in the network hardware selection can include a wide range of devices such as hubs, routers, switches etc
NIC or Network interface card contains the electronic components that establish and control network communications and all workstations on the network must have one to communicate. Transition media can normally be thought of as cables such as
Cat5, Cat6, UTP or Twisted pair cable, it can run as far as 100 m and can achieve transmission speeds of up 100 Mbps.
Coaxial cable, or ‘coax’, can transmit data at speeds up to 10 Mbps (million bits per second) and over distances as great as 185 m.
Fibre Optic cable carries light pulse signals through a glass core. There are two types available: multimode or single mode, transmission speeds up to 200,000 Mbps. Note that it is also expensive to terminate. (Join)
Wireless networks use radio signals or microwaves the standards set 2 transition speeds (LOS only) 54Mbs and 108Mpbs
Hubs
Physically a hub is a box with a number of RJ45 that allows you to connect several networking devices together using twisted pair network cables
Routers, Switches and Bridges
Unlike hubs, network switches are capable of inspecting the data packets as they are received, determining the source and destination device of that packet( this can cut down on network traffic and performance
Bridges are devices that allow you to segment a large network into two, this can be useful if you are adding to an older network, and a bridge can connect the two networks old and new. (Bridges listen to the network to pass on the information and can be used to interconnect two networks with different media but a common protocol)
Routers translate information from one network to another, routers select the best path depending on source and destination, and can also remember best paths or previous routes used. Some routers also come with a built in firewall to only accept pre determined IP addresses and domains.
Gateways are able to connect networks that use completely different protocols or data formats, normally a combination of hardware and software capable of doing protocol conversions
Modems (MODulator DEModulator) convert data between the analogue form used on telephone lines and the digital form used on computers, ASDL modems or routers are still widely used to connect to the internet, and can also provide other network services such as a DCHP server, firewall and wireless access.
Practical Task: DHCP server and an IP Scope setup in windows 2000 server edition
We looked into the DHCP (Dynamic Host Configuration Protocol) about how it works and what it does, Firstly all network devices on a TCP/IP network must have a unique address to communicate the types of address are a static or fixed IP address or a dynamic IP address that changes as needed. This is useful for quick setup of multiple devices and also allows 2 devices to share the same address at different time, this is achieved by a DHCP Leasing Process this basically sets up rules and leaces IP addresses to devices acording to that rule ( can include IP number range and time limit for address).
When the devices on the TCP/IP network start up they send out a DHCP discover packet the DHCP server then sends back an address to that device whilst with holding it from all other devices on the network, this message from the DHCP server will also include any gateway address requested aswell. The device then broadcasts back that it accepts the IP address and any other DHCP server that may have also sent an address can return that to there free pool of addresses.
TO INSTALL DHCP SERVER
Install windows server 2000 following previous steps
Install DHCP from the configure your server page
From the start menu chose administrative tools then DHCP
Select the server from the left side pannel and select the action menu and choose New scope
Enter a name for the IP scope and a description
In the IP address range box enter the start IP address (131.107.2.200) and
Ending IP Address: (131.107.2.255)
Enter a subnet mask for the IP range (255.255.0.0)
Enter in any exclusions you will need (static IP address for servers, printers etc)
Enter in the lease time duration (8 hours)
Click Yes and Next
Enter in the IP address of the routers on the subnet in the Gateway address box
Enter in any of the parent domains or DNS names and IP address
Enter the name of any wins server and IP addresses in the WINS server dialogue box
Click yes and next to finish the wizard
The DHCP address leasing policy is now deployed!! yay