Apr 8, 2012

Reflection #4

This week, we are introduced deeper to three integral part in networking:


  • Topology
  • Protocol
  • Architecture



Network Topology is the study of the mapping of elements of a network between nodes


This includes the physical and logical interconnection of the network. Topology is divided into two type:
  • Physical Topology (real)
  • Logical Topology (virtual)
Physical Topology is the way devices are arranged and communicate with each other.

Logical Topology, on the other hand, is the mapping of the flow of data between the nodes in the network determines the logical topology of the network.


There are many types of topology but for now, we had learned few of them:
  • Linear bus
  • Star
  • Ring
  • Tree








Linear bus topology consists of a main run cable with terminator at each end. In this type of topology, the nodes are connected to linear cable. The Ethernet and LocalTalk networks usually use this type of topology.

Star topology connecting each nodes directly to a central network hub or concentrator. The data on a star networking will passes through the hub or the concentrator. These hub and concentrator are also known as repeater for the data flow.

Now, let see how the ring topology works. Each of the system in ring topology is connected to its respective neighbour thus forming a ring. On the diagram above, we can see how all the nodes are connected in a form of circular motion. The ring topology does not require termination because all nodes connected in a loop, which means no beginning and no end point.

The tree topology is a combination of star topology that connected to a linear bus backbone cable. It is also known as hybrid. This type of topology will allows the expansion of an existing network.

Protocol
It is a set of rules that governs the communications between computers on a network.


There are many types of protocol:
  • Ethernet - Logical linear bus topology protocol
  • LocalTalk - Star topology protocol
  • Token Ring - Ring topology protocol
  • TCP/IP and WAP
  • WiFi
  • Bluetooth



Asynchronous Transfer Mode (ATM)

  • It is a standard switching technique to unify telecommunication and computer networks.

  • ATM is quite different than Ethernet that used variable size of frames, it uses asynchronous time division multiplexing that will encode data into small and fixed-sized cells.

No comments:

Post a Comment