Thursday, 27 October 2011

type of computer network tropology


What is a Network topology

A topology – is the characteristic of a communication network that is concern both with the physical configuration of the cabling that is used to inter connect communicating system and the logical way in which system view the structure of the network. Topology is the therefore physical or logical arrangement of computers
Factors to consider when selecting a topology
  1. Cost – whatever transmission medium is chosen for a Local Area Network has to be physically installed in the building, this maybe a lengthy process including the installation cables and raceways. For a Network to be cost effective one would strive to minimize installation cost. This may be achieved by using the proper hardware linking the cables, good modems, cost effective computers to reduced cost
  2. Flexibility – one of the main benefit of a local Area Network is it ability to have the data processing and peripheral nodes distributed around a given area. This means that the computing power and equipment can be located close to the ultimate users. Because the arrangements of furniture, internal walls etc in the offices is often subject to change. The topology should allow for easy reconstruction of the network which involves moving existing nodes and adding new nodes
  3. Reliability – The topology chosen for the network can help by allowing the location of the fault to be detected and to provide some means of isolating the faults

Diagramatic explanation of star topology

Types of Network Topologies

Network star topology also known as Radial topology
This topology consist of a central nodes to which all other nodes are connected, star topology is used in most existing information network involving data processing and voice communication. In many cases when a building is wired with a star topology, faced cables radiate out from the centre to intermediate connection point to wiring cables. This allows sufficient connection point to be provided for one sub – area, while providing flexibility in their allocation within that area
Advantages of star topology
  • Diagnostic and isolation of problem is easy
  • Easy to add a new computer system to the network
  • Failure of one workstation does not affect the entire network
  • Uses a single access protocols
  • Provide ease of service
  • Is very fast
Disadvantages of star topology
  • There is central node dependency
  • Becomes expensive when purchasing the nodes
  • Always requires very long cable length when connecting many nodes

bus topology diagram

Bus Topology also known as Linear Topology

It is the simplest method of networking computers. It consists of a single cable known as a trunk, backbone or segment that connects all the computers in the network. Each system is directly attached to a common communication channel. Signal that is transmitted over the channel makes up the messages.  As each message passes along the channel each system receives it, after receiving the message each system examine the destination address contained in the message, if the destination address tells a particular system that the message is addressed to it, that system accepts and process the message, if the message address tells the computer that the message is intended for another system, that computer will ignore the message
On a bus topology signals are send to all the computers in the network to keep the signal from bouncing back and forth along the cable a terminator (British Naval Connector) is placed at the end of the cable. In a bus topology only one computer can send data at a time, therefore the more computers in a bus the slower data transmission in the network
Advantages of Bus topology
  • Cheap because of its simplicity
  • Requires a short cable length
  • Easy to expand the network
  • Simple to setup compared to Star and Ring topology
  • There is no chances of data collision since one computer transmit at a time
  • Locating cable fault in a bus topology is relatively easy
  • Bus topology is ideal for one to many data transmission
  • Signal on the cable are bidirectional hence reaches all the nodes
Disadvantages of Bus topology
·         Fault diagnosis is difficult in a bus topology – detection of fault may have to be performed from any point in the network
·         Fault isolation is difficult – if fault in the node is detected  the node can simply be removed but if the fault is in network medium itself and entire segment of the Bus must be disconnected to isolate the fault
·         Repeater configuration – When a Bus type  network has its backbone intended for using a repeater, configuration maybe necessary thus may involve tailoring cable length, adjusting terminator etc
·         Computer nodes must be intelligence – each node on the network is directly connected to the central Bus. This means that each node must have method of deciding and detecting its own data

Ring topology diagram

Ring Topology

In Ring topology each node is connected to form a single, closed data path. Data from one node is passed along to the next node from which it will be examined, and if that node is not the intended destination, then it is transmitted to the next node until the destination is reached. Token ( a special bit pattern) is circulated in the network to enable a node to capture the data. Ring topology might be structured so that there are a number of information frames or slot in construct circulation. Node wishing to transmit first detects the arrival of an empty slot then inserts the data it wishes to send, and mark the frame as full. The receiving node takes the data and then marks the frame as empty. In implementation one particular node has the responsibility for generating the token or slot when the network is first constituted
Advantages of ring Topology
  • The ability to achieve transmission rates of the order of 10 million bits per second
  • Provision of local communication via a single channel
  • No central server which reduces the cost of establishing the ring topology
Disadvantages
·         Failure of one node result into entire network failure
·         Detection of fault is very difficult in ring topology
·         Isolation of fault is not easy in this topology

Thursday, 20 October 2011

type of network

One way to categorize the different types of computer network designs is by their scope or scale. For historical reasons, the networking industry refers to nearly every type of design as some kind of area network. Common examples of area network types are:
  • LAN - Local Area Network
  • WLAN - Wireless Local Area Network
  • WAN - Wide Area Network
  • MAN - Metropolitan Area Network
  • SAN - Storage Area Network, System Area Network, Server Area Network, or sometimes Small Area Network
  • CAN - Campus Area Network, Controller Area Network, or sometimes Cluster Area Network
  • PAN - Personal Area Network
  • DAN - Desk Area Network
LAN and WAN were the original categories of area networks, while the others have gradually emerged over many years of technology evolution.
Note that these network types are a separate concept from network topologies such as bus, ring and star.

LAN - Local Area Network

LAN connects network devices over a relatively short distance. A networked office building, school, or home usually contains a single LAN, though sometimes one building will contain a few small LANs (perhaps one per room), and occasionally a LAN will span a group of nearby buildings. In TCP/IP networking, a LAN is often but not always implemented as a single IPsubnet.
In addition to operating in a limited space, LANs are also typically owned, controlled, and managed by a single person or organization. They also tend to use certain connectivity technologies, primarily Ethernet and Token Ring.

WAN - Wide Area Network

As the term implies, a WAN spans a large physical distance. The Internet is the largest WAN, spanning the Earth.
A WAN is a geographically-dispersed collection of LANs. A network device called a routerconnects LANs to a WAN. In IP networking, the router maintains both a LAN address and a WAN address.
A WAN differs from a LAN in several important ways. Most WANs (like the Internet) are not owned by any one organization but rather exist under collective or distributed ownership and management. WANs tend to use technology like ATMFrame Relay and X.25 for connectivity over the longer distances.

LAN, WAN and Home Networking

Residences typically employ one LAN and connect to the Internet WAN via an Internet Service Provider (ISP) using a broadband modem. The ISP provides a WAN IP address to the modem, and all of the computers on the home network use LAN (so-called private) IP addresses. All computers on the home LAN can communicate directly with each other but must go through a central gateway, typically a broadband router, to reach the ISP.

Other Types of Area Networks

While LAN and WAN are by far the most popular network types mentioned, you may also commonly see references to these others:
  • Wireless Local Area Network - a LAN based on WiFi wireless network technology
  • Metropolitan Area Network - a network spanning a physical area larger than a LAN but smaller than a WAN, such as a city. A MAN is typically owned an operated by a single entity such as a government body or large corporation.
  • Campus Area Network - a network spanning multiple LANs but smaller than a MAN, such as on a university or local business campus.
  • Storage Area Network - connects servers to data storage devices through a technology like Fibre Channel.
  • System Area Network - links high-performance computers with high-speed connections in a cluster configuration. Also known as Cluster Area Network

Wednesday, 19 October 2011

computer crime

Computer Crime, E-Crime, Hi-Tech Crime or Electronic Crime is a crime in which a computer plays an essential part.

This type of crime is the illegal exploitation of computer technologies, usually involving the Internet, to support crimes such as fraud, identity theft, sharing of information, and embezzlement.

Exactly what is illegal varies greatly from territory to territory. Consequently, the growth of international data communications and in particular the Internet has made these crimes both more common and more difficult to police. Luckily there are people fighting computer crime and it is taken very seriously by government agencies. See below for a link to the U.S. Department of Justice's website about e-crime and their computer forensics activities.

Examples of computer crime are:

* Fraud achieved by the manipulation of computer records.
* Spamming wherever outlawed completely or where regulations controlling it are violated.
* Deliberate circumvention of computer security systems.
* Unauthorised access to or modification of
o programs (see software cracking and hacking).
o data.
* Intellectual property theft, including software piracy.
* Industrial espionage by means of access to or theft of computer materials.
* Identity theft where this is accomplished by use of fraudulent computer transactions.
* Writing or spreading computer viruses or worms.
* Salami slicing is the practice of stealing money repeatedly in extremely small quantities
* Denial-of-service attack, where company websites are flooded with service requests and their website is overloaded and either slowed or crashes completely
* Making and digitally distributing child pornography