Pages

Friday, 6 April 2012

The Difference Between a Computer Virus, Worm and Trojan Horse


 

Networking Hardware?

Did you know what it is? this is another entry that i want to share who do not know or who already know about it...


there are several parts of the network hardware that we should know:
  • file server
  • workstations
  • network internet cards
  • switches
  • repeaters
  • bridges
  • routers 
  • firewall

    Servers

    One or more network servers is a part of nearly every local area network.These are very fast computers with a large amount of RAM and storage space, along with a one or more fast network interface card(s). The network operating system provides tools to share server resources and information with network users. A sophisticated permissions-handling system is included, so that access to sensitive information can be carefully tailored to the needs of the users. For small networks, a singe network server may provide access control, file sharing, printer sharing, email, database, and other services

    Workstations

    Computers that humans use are broadly categorized as workstations. A typical workstation is a computer that is configured with a network interface card, networking software, and the appropriate cables. Workstations do not necessarily need large storage hard drives, because files can be saved on the file server. Almost any computer can serve as a network workstation.


    Network Interface Cards

    Often abbreviated as NIC, an expansion board you insert into a computer so the computer can be connected to a network. Most NICs are designed for a particular type of network, protocol, and media, although some can serve multiple networks.   

     
    A Wi-Fi network card with an external aerial for the signal

    Switches

    A network cable can only have one data packet in it at any instant.
    So if two or more computers want to place a data packet on to the network at exactly the same time, then a 'data collision' will take place. 
    The network protocol is set up to deal with this. Basically it declares the collided data as unusable and forces the two computers to re-send their data packets at a slightly different time.

     Repeaters

    All signals fade as they travel from one place to another. 


    Each type of network cable has a maximum useable length. If you go beyond that length, the signal will be too weak to be useful.
    Of course, computers on a real network can easily be more than 200 metres apart. Therefore the network cable is split up into segments. Each segment is less than the maximum length allowed. Joining the segments together is a device known as a 'Repeater'.

    A Repeater boosts the signal back to its correct level.
    Here are some typical maximum cable lengths:
    • Copper cable - 100m
    • Thick Ethernet - 500m
    • Thin Ethernet - 185m


    Bridges

    A Bridge does just what you would expect it to do - it joins two networks together so as far as data packets are concerned it looks like one large network
    A bridge is not as capable as a Router - but it is less expensive.
    Both networks have to be using the same protocol

    bridge

    Routers

    A Router is a device that transfers data from one network to another in an intelligent way. It has the task of forwarding data packets to their destination by the most efficient route.
    When a data packet arrives, the router does the following:-
    - Reads the data packet's destination address
    - Looks up all the paths it has available to get to that address
    - Checks on how busy each path is at the moment
    - Sends the packet along the least congested (fastest) path

    Other tasks the Router can perform:
    - Exchange protocol information across networks
    - Filter traffic - helps prevent unathorised intrusion by malware

Saturday, 31 March 2012

Computer Networking

Computer networks are interconnections of many computers. Computers in a network share resources such as electronic mail, bulletin boards, and access to unique databases. Think of them as information highways for data. Networks are changing the computing paradigm from "number-crunching" to communicating. They have spawned a number of industries and helped organizations provide information and communication services to remote customers. In a computer network the individual stations, called nodes, may be computers, terminals, or communication units of various kinds. Networks that are contained within a building or a small geographical area are called local area networks. The largest network connecting computers spread across the globe, is yes, the Internet. Know all the little things you should, about computer networking.

Just for fun...


Advantages and Disadvantages of Different Network Topologies

Network topologies describe the ways in which the elements of a network are mapped. They describe the physical and logical arrangement of the network nodes. Let us look at the advantages the different network topologies offer and get to know their shortfalls.


Bus Topology

Advantages of Bus Topology
It is easy to handle and implement.
It is best suited for small networks.

Disadvantages of Bus Topology
The cable length is limited. This limits the number of stations that can be connected.
This network topology can perform well only for a limited number of nodes.

Ring Topology

Advantage of Ring Topology
The data being transmitted between two nodes passes through all the intermediate nodes. A central server is not required for the management of this topology.

Disadvantages of Ring Topology
The failure of a single node of the network can cause the entire network to fail.
The movement or changes made to network nodes affects the performance of the entire network.

Mesh Topology

Advantage of Mesh Topology
The arrangement of the network nodes is such that it is possible to transmit data from one node to many other nodes at the same time.

Disadvantage of Mesh Topology
The arrangement wherein every network node is connected to every other node of the network, many of the connections serve no major purpose. This leads to the redundancy of many of the network connections.

Star Topology

Advantages of Star Topology
Due to its centralized nature, the topology offers simplicity of operation.
It also achieves an isolation of each device in the network.

Disadvantage of Star Topology
The network operation depends on the functioning of the central hub. Hence, the failure of the central hub leads to the failure of the entire network.

Topology


What is a network topology? In communication networks, a topology is a usually schematic description of the arrangement of a network, including its nodes and connecting lines. There are two ways of defining network geometry: the physical topology and the logical (or signal) topology.


The Physical Topology...
           The physical layout of devices on a network. Every LAN has a topology, or the way that the devices on a network are arranged and how they communicate with each other. The way that the workstations are connected to the network through the actual cables that transmit data -- the physical structure of the network -- is called the physical topology. The logical topology, in contrast, is the way that the signals act on the network media, or the way that the data passes through the network from one device to the next without regard to the physical interconnection of the devices.

 The Logical Topology...
            Also called signal topology. Every LAN has a topology, or the way that the devices on a network are arranged and how they communicate with each other. The way that the workstations are connected to the network through the actual cables that transmit data -- the physical structure of the network -- is called the physical topology. The logical topology, in contrast, is the way that the signals act on the network media, or the way that the data passes through the network from one device to the next without regard to the physical interconnection of the devices.
Logical topologies are bound to the network protocols that direct how the data moves across a network. The Ethernet protocol is a common logical bus topology protocol. LocalTalk is a common logical bus or star topology protocol. IBM's Token Ring is a common logical ring topology protocol.




     Types of Network Topologies

Bus Topology: In this type of network topology, all
     the nodes of a network are connected to a common transmission medium having two endpoints. All the data that travels over the network is transmitted through a common transmission medium known as
     the bus or the backbone of the network. When the transmission medium has exactly two endpoints, the network topology is known by the name, 'linear bus topology'. In case the transmission medium, also
     called the network backbone, has more than two endpoints, the network is said to have a distributed
     bus topology. Bus topology is easy to handle and implement and is best suited for small networks. But the downside of this topology is that the limited cable length limits the number of stations, thus limiting the performance to a less number of nodes.

Ring Topology: In a ring topology, every node in the network is connected to two other nodes and the first and the last nodes are connected to each other. The data that are transmitted over the network pass through each of the nodes in the ring until they reach the destination node. In a ring network, the data and the signals that pass over the network travel in a single direction. The dual ring topology varies in having two connections between each of the network nodes. The data flow along two directions in the two rings formed thereby. The ring topology does not require a central server to manage connectivity between the nodes and facilitates an orderly network operation. But, the failure of a single station in the network can render the entire network inoperable. Changes and moves in the stations forming the network affect the network operation.

Mesh Topology: In a full mesh network, each network node is connected to every other node in the network. Due to this arrangement of nodes, it becomes possible for a simultaneous transmission of signals from one node to several other nodes. In a partially connected mesh network, only some of the network nodes are connected to more than one node. This is beneficial over a fully connected mesh in terms of redundancy caused by the point-to-point links between all the nodes. The nodes of a mesh network require possessing some kind of routing logic so that the signals and the data traveling over the network take the shortest path during each of the transmissions.

Star Topology: In this type of network topology, each node of the network is connected to a central node, which is known as a hub. The data that is transmitted between the network nodes passes across the central hub. A distributed star is formed by the interconnection of two or more individual star networks. The centralized nature of a star network provides a certain amount of simplicity while also achieving isolation of each device in the network. However, the disadvantage of a star topology is that the network transmission is largely dependent on the central hub. The failure of the central hub results renders the entire network inoperable.


Tree Topology: It is also known as a hierarchical topology and has a central root node that is connected to one or more nodes of a lower hierarchy. In a symmetrical hierarchy, each node in the network has a specific fixed number of nodes connected to those at a lower level.





Wifi.,.