Skip to main content

HOW CAN SO MANY COMPUTERS CONNECT TOGETHER?

Computers are networked together and sharing of resources is a fame today. Many of you out there are speculating on, how can these so many computers in a home, office, society and even a nation can connect the computers together without any flaw.  There are billions of computer out there working all around the world.  How can this be?

 

THE RATIONAL OF TOPOLOGY

A topology describes how the part of the whole work together.  When studying networking, it is important to understand both the physical topology and the logical topology of a network.

PHYSICAL TOPOLOGY

This refers to a network's hardware & how computers, other devices and cables fit together to form a physical network.

LOGICAL TOPOLOGY

This type of topology approach has a lot to do with software, how access to the network is controlled, including how users and programs initially gain access to the network and how specific resources such as applications and databases are shared on the network.


THE TOPOLOGIES THAT MAKE THINGS HAPPEN

Small workgroup local area networks (LANs) whose computers are connected using a thinnet cable. Trunk cables connecting hubs or switches of departmental LANs to form a larger LAN. Backboning, by joining switches and routers to form campus-wide networks.

Depending on the type of computer network card, a coaxial cable or an RJ-45 network cable is used to connect them together.


RING TOPOLOGY




ring topology is a network configuration where device connections create a circular data path. Each networked device is connected to two others, like points on a circle. Together, devices in a ring topology are referred to as a ring network.

In a ring network, packets of data travel from one device to the next until they reach their destination. Most ring topologies allow packets to travel only in one direction, called a unidirectional ring network. Others permit data to move in either direction, called bidirectional.

The major disadvantage of a ring topology is that if any individual connection in the ring is broken, the entire network is affected.

Depending on the network card used in each computer of the ring topology, a coaxial cable or an RJ-45 network cable is used to connect computers together.


STAR TOPOLOGY





star topology is a topology for a Local Area Network (LAN) in which all nodes are individually connected to a central connection point, like a hub or a switch. A star takes more cable than, but the benefit is that if a cable fails, only one node will be brought down.

Twisted-pair cables with modular plugs are used to connect the computers and other networking devices.  At the center of a star network is either a switch or a hub. This connects the network devices and facilitates the transfer of data.

 A hub is a multiport repeater, meaning the data it receives is broadcast and seen by all devices connected to its ports. 

To minimize unnecessary data traffic and isolate sections of the network, a switch can  be used at the center of a star network. Each networking device, such as a computer, has a hardware or physical address. 




Reference: Computerhope.com





Exclusive e-book by GetResponse and Joanna Wiebe

Comments

Popular posts from this blog

THE OSI MODEL: THE 7 LAYERS IN NETWORKING EXPLAINED

 The Open Systems Interconnection (OSI)  was developed by the International Organization for Standardization in 1984 to enable different types of networks to be linked together.  The model contains seven layers, as shown in the Figure below. These layers describe networking functions from the physical network interface to the software applications interfaces. The intent of the OSI model is to provide a framework for networking that ensures compatibility in the network hardware and software and to accelerate the development of new networking technologies.  Physical layer Provides the electrical and mechanical connection to the network. Examples of technologies working in this layer are Electronic Industries Alliance/Telecommunications Industry Association (EIA/TIA)–related technologies, UTP, fiber, and network interface cards (NICs).  It uses topologies: BUS, STAR, RING, MESH Communication modes: Simplex, Half Duplex, Full Duplex Hardware including ne...

NETWORKING: PACKET TRACER - IoT

In simple terms the IoT is a connection of :  networked sensors, actuators, and smart devices that collect and share data.   Packet Tracer 7 contains many new features to support the IoT.  This includes the addition of IoT devices that can be configured to react to certain environmental values such as sun, wind, rain, and humidity. These devices can be configured to take actions based on the changing environmental values, such as turning on lights or closing garage doors.  The next parts of learning will include instructions to locate the IoT devices, to connect them to your network, to configure and modify scripts to make them function, and to control these devices remotely. Packet Tracer provides everything you need to create simulated smart homes, smart cities, and smart factories. CONFIGURE IoT DEVICES USING PACKET TRACER Packet Tracer has a wide variety of sensors and smart devices that will allow you to design smart homes, smart cities, smart factorie...

PEER TO PEER NETWORK MODEL: HOW CAN IT MAKE A DIFFERENCE IN YOUR EVERYDAY TASK?

When using  peer-to-peer network model, the operating system of each computer on the network is responsible for controlling access to its resources without centralized control.  The computers are known as nodes or hosts on the network, form a logical group of computers and users that share resources.  Each computer using peer-to-peer network controls its own administration, resources and security.  Basically, it functions without any intermediary.   The types of operating system that can be installed on computers in a peer to peer network are Windows, Linux and macOS. You can also be more open to knowing how this Peer-to-peer settings can help you in your studies as well as in the future. Keep in mind that the connecting lines describes the logical arrangement or topology of the group of computers. THE ADVANTAGES OF USING PEER-TO-PEER NETWORKS: They are simple to configure. For these reason, this network type can be used where technical assistants ar...