Showing posts with label computer networking. Show all posts
Showing posts with label computer networking. Show all posts

Thursday, August 2, 2012

Designing the Local Area Network


Network Scale:
  • How many clients do you have?
  • How far apart are the computers?
  • What software are you using?
  • What software will you use?
  • What special requirements do you have?
  • How much can you spend?

How many computers do you have?
  • The number of client computers you have is the most important factor in network design
  • You all other design factors are affected by the size of your network

Peer Network (2-10 Users):
  • A peer network provides basic connectivity between computers but does not set apart any central computer as a server or provide many of the security features of a centralized client server network.
  • If you have only a few users and security is not a major concern, consider suing a peer network.

Peer networks are good for:
-File sharing
-Printer sharing
-E-mail
-Tight budget
-Easy installation

 They are not good for:
               -Security
               -Backup
               -Organization of data
               -Database application
               -Large networks
               -Simple administration
               -Internet/WAN access

Single-Server Network (10-50 users):
  • If you have fewer than about 50 people, you can run your entire organization with a single server.
  • This allows you to centralize a number of services and maintain strong control over your network environment.

Single server nets are good for:
-Centralized file services
-Network printing
-E-mail
-Work flow and groupware
-Login security
-Archiving
-Organizing data
-Easy installation
-Simple administration

They are not good for:
               -Application serving
               -Distributed organizations
               -Large organization

Multiserver Networks (50-250 Users):
As your network grows, however, a point will come when you need to begin adding more servers.

Multiserver nets are good for:
-Centralized file services
-Networking printing
-E-mail
-Workflow and groupware
-Login security
-Application services
-Large database
-Internet/WAN access

They are not good for:
               -Tight budgets
               -Easy installation
               -Organizing data
               -Simple administration

Multiserver High Speed Backbone Networks (250-1000 Users):
  • With more than 250 clients, network planning becomes a lot more challenging.
  • This number of clients tends to be spread out over larger areas than can be supported from a central computer room.
  •  This geographic aspect requires both a distributed network and a lot of servers.
  • A network of this size will be connected with a high speed backbone that runs between servers.

It is good for:
-Centralized file services
-Networking printing
-E-mail
-Workflow and groupware
-Login security
-Application services
-Client-server database
-Internet/WAN access

It is not good for:
               -Tight budgets
               -Easy installation
               -Organizing data
               -Speed

Enterprise Networks (1000+ Users):
  • Enterprise networks are so large they are no longer really considered a single network.
  • With more than 1000 users, it’s best to break down the network into multiple connected networks that have different directory services and are split along some natural boundary.
  • These smaller networks are then designed according to the criteria presented above smaller networks and then connected with the network and internetwork connectivity services.

It is good for:
-Networking printing
-E-mail
-Workflow and groupware
-Login security
-Application services
-Client-server database
-Internet access

It is not good for:
               -Tight budgets
               -Easy installation
               -Centralized file services
               -Organizing data
               -Speed

How far Apart Are the Computers?
  • The distance to the most distant client computer is important; it will help you determine which network protocol you should use and what type of cabling will work for your situation.
  • Walking Rule: If you are less than 6 ft  tall, multiply the number of paces by 2 ft. If you are over 6 ft, multiply the number of paces by 30 inches; then divide by 12 to get the number of feet. Add 20 ft for vertical rise to the ceiling and back down. The result will be a good estimate of the number of cable-feet between your most distant client and your network equipment area.

What software are you using?    
  • Software and files are the data that flows over a network, so knowing what type of software is in use will give you a good estimate of how much data per client will traverse the network.
  • Word processors and Spreadsheets, Graphics and CAD, Database software

What software will you use?    
  • An important software consideration in addition to the software currently in use is the software you will add once your network is up and running.
  • Networks naturally improve the communications processes in networked organizations with tools such as e-mail, internet connectivity and groupware.
What Special Requirement do you have?       
  • Do you have some special need for security on your network?
  • Are any of your computers more than 100 m from where you will locate your hub?
  • Have there been any problems with electrical interference that you know about?
  • These issues will play a part in determing what sort of cabling and network devices you will need to install.

How much can you spend?
  • The amount of money you can spend is a factor that will determine which solutions are available to you.
  • Be sure to take the time to determine how much money you will be able to justify spending on your network.

Monday, July 23, 2012

Introduction to Computer Networks(Part 1)

Network and networking:
A group of computers and other devices connected together is called network and the concept of connected computers sharing resources is called networking. The computers can be geographically located anywhere.

LAN: Network in small geographical Area (Room, Building or a Campus) is called LAN (Local Area Network)

MAN: Network in a City is call MAN (Metropolitan Area Network)

WAN: Network spread geographically (Country or across Globe) is called WAN (Wide Area Network)


Applications of Networks:
   Resource Sharing
  • Hardware (computing resources, disks, printers)
  • Software (application software)                
   Information Sharing
  • Easy accessibility from anywhere (files, databases)
  • Search Capability (WWW)
   Communication
  • Email
  • Message broadcast
 Remote computing
 Distributed processing (GRID Computing)
 Preserving information
 Protecting information

There are three roles for computers in LAN:
  •  Clients- which use but do not provide network resources
  •  Peers- which both use and provide network resources
  •  Server- which provide network resources         
 Based on the roles of the computers attached, networks are divided into three types:
  •  server-based/client-server: containing clients and the servers that support them
  •  Peer /peer-to-peer: which have no servers and use the network to share resources among independent peers.
  •  Hybrid network: which is a client-server network that also has peers sharing resources.
Server-based: Sever based networks are defined by the presence of servers on the network that provide security and administration of the network. Server-based networks divide processing tasks between clients and servers. Clients request services  and servers deliver them. Server computers are more powerful than client computers.

Advantages:
  • strong central security
  • Central file storage
  • Ability to share expensive equipment
  • Optimized dedicated server
  • Less intrusive security
  • Free of users from the task of sharing
  • Easy manageability of large number of users
Disadvantages:
  •  Expensive dedicated hardware
  • Expensive network OS software and client licenses
  •  A dedicated network administrator
Peer Networks: Peer networks are defined by a lack of central control over the network. Users simply share disk space and resources Peer networks are organized into workgroups. Workgroups have very little security control.

Advantages:
  • No extra investment in server hardware or software is required
  • Easy setup
  • No network administrator required
  • Ability of users to control resources sharing
  • No reliance on other computers for their operation
  • Lower cost for small networks
Disadvantages:
  • Additional load on computers because of resource sharing
  • Inability of peers to handle as many network connections as servers
  • Lack of central organization
  • No central point of storage
  • Weak and intrusive security
  • Lack of central management