Network Project
Network Project
NETWORK PROJECT
(MULTIPLATFORM NETWORK)
MOSCOW 2015
Table of Contents
1. Project Task......................................................................................................................................................3
2. THE REFERENCES REVIEW....................................................................................................................................5
2.1 Benefits.....................................................................................................................................................5
2.2 Standard Features....................................................................................................................................5
2.3 Requirements...........................................................................................................................................6
3. BASIC SOFTWARE CONFIGURATION.....................................................................................................................6
3.1 The IP Address..........................................................................................................................................6
3.2 The Subnet Mask......................................................................................................................................7
3.3 Domain.....................................................................................................................................................7
3.4 DNS (Domain Name System)....................................................................................................................8
3.5 DHCP (Dynamic Host Configuration Protocol)..........................................................................................8
4. NETWORK PLANNING...........................................................................................................................................9
4.4 Calculation of the cabling system...........................................................................................................11
4.5 Fast Ethernet calculations......................................................................................................................13
4.6 Is the Preplanned LAN Adequate?..........................................................................................................13
5. Choosing Network Components.........................................................................................................................14
5.1 Network architecture.............................................................................................................................14
5.2 Operating System...................................................................................................................................14
5.3 Cabling....................................................................................................................................................15
5.4 Network Adapter Card............................................................................................................................16
5.5 Switch.....................................................................................................................................................16
5.6 The Network Protocols...........................................................................................................................17
6. CONNECTING LAN TO THE INTERNET.................................................................................................................17
6.1 ANALOG CONNECTIVITY.........................................................................................................................17
6.2 DIGITAL CONNECTIVITY..........................................................................................................................18
6.3 PACKET SWITCHING NETWORKS............................................................................................................18
7. Network Architecture.....................................................................................................................................19
8. Conclusion..........................................................................................................................................................21
9. References:.........................................................................................................................................................21
1. Project Task
MULTIPLATFORM NETWORK
There are two Intel 2 GHz computers in the office 1 and eleven Intel 3 GHz
computers in the office 2 (fig. 1-3). Two databases have to be installed on office 1:
SQL server 2000 (Windows 2000 platform) and Informix (UNIX platform). Two
computers placed in the office 1 have 200 Gb HDD and 1 Gb RAM. All other
computers have 4 Gb HDD and 2 Gb RAM. All computers must have an access to
these databases. All computers have to be connected to the internet. You have 6 IP
addresses (191.201.99.1 – 191.201.99.6). Two remote users must have an access to
the SQL database from home notebooks. There are two HP LJ 1100 printers in the
office 2.
200 m
Office 1 Office 2
100 m
Fig. 2. Office 1
40 m 40 m 60 m
50m
50m
50m
Fig. 3. Office 2.
2. THE REFERENCES REVIEW
The designed network has to contain SQL server and Informix databases, so therefore it
is necessary to install two operating systems: UNIX and Windows 2000 platforms.
2.1 Benefits
Access to resources is easier. Seamless integration with the Windows 2000 graphical
user interface allows users in a mixed Windows 2000 and UNIX environment to easily
access disk resources across platforms. Administration is easier. Support for remote
administration of Windows 2000 Server and UNIX systems via Telnet allow easy
administration of a mixed environment. Supporting mixed environments is easier.
Password synchronization eases user management, and with Windows 2000 Services for
UNIX shell and commands you can run many UNIX scripts and commands on Windows
2000.
a. Resource sharing
b. Remote Administration
c. Cross-platform scripting and utilities
d. Password synchronization
2.3 Requirements
The 32-bit IP address is often depicted as a dot address (also called dotted quad
notation) - that is, four groups of decimal digits (each group representing a quad or
eight bits) separated by periods. Here's an example:
130.5.5.25
Each of the decimal digits represents a string of four binary digits. Thus, the above IP
address really is this string of 0s and 1s:
10000010.000000101.00000101.00011001
As you can see, we inserted periods between each eight-digit sequence just as we
did for the decimal version of the IP address. Obviously, the decimal version of the IP
address is easier to read and that's the form most commonly used.
Some portion of the IP address represents the network number or address and some
portion represents the local machine address (also known as the host number or
address). IP addresses can be one of several classes, each determining how many
bits represents the network number and how many represent the host number. The
most common class used by large organizations (Class B) allows 16 bits for the
network number and 16 for the host number. Using the above example, here's how
the IP address is divided:
130.5.5.25
If you wanted to add sub netting to this address, then some portion (in this example,
eight bits) of the host address could be used for a subnet address. Thus:
130.5.5.25
To simplify this explanation, we've divided the subnet into a neat eight bits but an
organization could choose some other scheme using only part of the third quad or
even part of the fourth quad.
Once a packet has arrived at an organization's gateway or connection point with its
unique network number, it can be routed within the organization's internal gateways
using the subnet number as well. The way the router knows which bits to look at
(and which not to look at) is looking at a subnet mask. A mask is simply a screen of
numbers that tells you which numbers to look at underneath. In a binary mask, a "1"
over a number says "Look at the number underneath"; a "0" says "Don't look." Using
a mask saves the router of having to handle the entire 32 bit address; it can simply
look at the bits selected by the mask.
Using the previous example (which is a very typical case), the combined network
number and subnet number occupy 24 bits or three of the quads. The appropriate
subnet mask carried along with the packet would be:
255.255.255.0
Or a string of all 1's for the first three quads (telling the router to look at these) and
0's for the host number (which the router doesn't need to look at). Subnet masking
allows routers to move the packets on more quickly.
If you have the job of creating subnets for an organization (an activity called
subnetting) and specifying subnet masks, your job may be simple or complicated
depending on the size and complexity of your organization and other factors. Some
of the "Additional Information" we list below may help.
3.3 Domain
The domain name system (DNS) is the way that Internet domain names are located and
translated into IP addresses. A domain name is a meaningful and easy-to-remember
handle for an Internet address.
Because maintaining a central list of domain name/IP address correspondences would
be impractical, the lists of domain names and IP addresses are distributed throughout
the Internet in a hierarchy of authority. There is probably a DNS server within close
geographic proximity to your access provider that maps the domain names in your
Internet requests or forwards them to other servers in the Internet.
4. NETWORK PLANNING
However, this type of research and planning is not usually successful because it:
• Takes an enormous amount of time.
• Is expensive.
• Does not always result in the best possible LAN implementation.
This is because there are so many variables involved in every aspect of a LAN.
Components Implementation
Topology Star bus
This default configuration was chosen because it is the most common and easy to
implement. Also, finding resources for supporting this type of network is not
difficult. As you gain experience you may develop your own default configuration
which might differ from what is here. Because changing market conditions and
many other factors affect what is installed, keeping up with current technology is
a must for a networking professional.
As the plans materialize, draw a picture of the network. It will help you visualize what
your system will need.
It may be a good idea to draw an actual picture of the physical layout of the company
including different departments. This will help clarify the topology and any cabling
challenges. If nothing else, this will help create a realistic picture of the implementation.
For example, if the organization occupies more than one building, you may have to start
thinking in terms of a WAN.
Fast Ethernet network uses star topology and UTP cable category 5. The rule '5-4-
3' is not working for Fast Ethernet. Instead this rule you have to use 'one hub' rule:
100 Base TX collision domains can contain only one hub. To built complex large
Fast Ethernet LAN you have to use switches for network segmentation. You can
connect only one hub to each port of the switch. Instead table 1 for 10 Mbps
Ethernet IEEE committee suggests next table for time calculations:
The size of T has to be less than 5, 75 s, because the shortest packet for 100
Base TX equals 5, 75 s - in 10 times shorter than for 10 Base T).
The preplanned network is adequate for most networks. However, there may
reasons why it will not work for your site including:
• Speed
• Security
• The number of servers
• The number and type of printers
• Non-standard software requirements
• Cost
If the preplanned network does not provide the specifications or the detail you
need, continue the planning of your own original network.
Since there are no special requirements for speed or long distance, ETHERNET is best
suitable for this project task.
UNIX and Windows 2000 based databases have to act in the designed network, thus
it is necessary to install two operating systems: UNIX onto the server with Informix
database and Windows 2000 onto the server with SQL Server database.
The most productivity computers must to be used as servers. We have two such
computers: computer1 and computer2 with 200 Gb HDD and 1 Gb RAM in office 1.
Windows 2000 Server 5.0 will be installed onto computer1 and Informix will be
installed onto computer2.
Windows 2000 computers have to interact with UNIX server. That is possible because
Microsoft Corporation recently have developed Windows service for UNIX. Windows
2000 Services for UNIX is an add-on product that makes it easier for customers to
integrate Windows 2000 Server into their existing UNIX environments. It provides a
set of core technologies that improves resource sharing, administration and security
between Windows 2000 in a UNIX environment. Installation and configuring
instructions are supplied by Microsoft together the software.
5.3 Cabling
Star bus topology is used in the both offices, Computers 1 and 2 are connected to
Hub1 in office 1 and computers 3, 4 and 5 are connected to Hub2 by UTP cable
category 5, computers 6 and 7 are connected to Hub3 by UTP cable category 5,
computers 8, 9 and 10 are connected to Hub4 by UTP cable category 5 and
computers 11, 12 and 13 are connected to Hub5 by UTP cable category 5.
Hub2 and Hub3 are connected by thin coaxial cable RG58 also Hub4 and Hub5 are
connected by thin coaxial cable RG58 because the distance between hubs more than
100 meters.
The distance between the offices is 200 meters, so therefore it uses fiber-optic cable
between Hub1 and Hub2.
Hub1 must have 4 RJ45 ports for connecting computers 1, 2, router and AUI port for
connecting the transceiver for fiber-optic cable.
Hub2 must have 5 RJ45 ports for connecting computers 3, 4, 5 and AUI port for
connecting the transceiver for fiber-optic cable.
Hub3 must have 4 RJ45 ports for connecting computers 6, 7, and 2 AUI ports for
connecting the transceivers for thin coaxial cable RG58.
Hub4 must have 5 RJ45 ports for connecting computers 8, 9, 10 and 2 AUI port for
connecting the transceiver for thin coaxial cable RG58.
Hub5 must have 4 RJ45 ports for connecting computers 11, 12, 13 and AUI port for
connecting the transceiver for thin coaxial cable RG58.
Ts calculations
Segmen Segment Segment Segment Ts, s
t description type length,
number m
The network adapter card with AUI connector for computers are needed It may be
SMS8416BTA Ether EZ Adapter Ethernet card with RJ45/BNC/AUI connectors.
These cards are Plug &Play and all the setup is done automatically for Microsoft
operating system it is necessary to choose free IRQ (3, 5, 11 or other), Base I/O port
address (300H - 30FH, 310H-31FH), Base RAM address ( D8000H typically).
5.5 Switch
Switches map the Ethernet addresses of the nodes residing on each network segment
and then allow only the necessary traffic to pass through the switch. When a packet is
received by the switch, the switch examines the destination and source hardware
addresses and compares them to a table of network segments and addresses. If the
segments are the same, the packet is dropped or "filtered"; if the segments are
different, then the packet is "forwarded" to the proper segment.
Two printers in the office 2 are connected to LPT ports of computers 5 and 10.
This printers are located an equal distance from segment's computers. Computers 2
and 4 have access to the printer connected with computer 5 and computers 8 and 9
have access to the printer connected with computer 10.
OFFICE 1 WAN
Frame relay
ROUTER
1 2
10 base T 10 base T
3 6 8
4 7 9 11
HUB 2 HUB 3 HUB 4 HUB 5
5 10 12
USB cable USB cable
13
HP LJ 1100 HP LJ 1100
The equipment list
In this project task, two Data bases are installed on office 1 and all computers in
offices 1 and office 2 are connected to the internet, two remote users from home
notebooks are connected to the SQL database. The setup of the network is achieved
with very affordable cost and all the conditions required for network to function
properly are fulfilled. Users are able to access files and data on the computers on the
network and they can make use of the two printers on the network.
DHCP server is installed on one of the computers on the network to assign IP addresses
dynamically to other computers on the network because the number of the computers
on the network (13 computers) is more than the number of IP addresses available (6 IP
addresses).
9. References:
1. Lectures on Computer Networks by Prof M. A. Ozhogin, Department of Computer
Systems and Network.
2. The Wikipedia encyclopedia (http://www.wikipedia.org).
3. Network Essentials (http://www.microsoft.com).
4. Multiplatform Network (http://www.lynda.com ).