create account

Data Communication: A Closer look into Computer Networking by olajidekehinde

View this thread on: hive.blogpeakd.comecency.com
· @olajidekehinde · (edited)
$66.70
Data Communication: A Closer look into Computer Networking
Communication, no doubt plays a key role in being productive in our daily activities. Banks, companies, organisations and individuals share information or data, communicating for various purposes to achieve a goal.

But have you ever wondered how group of computers communicates with one another and other computer hardware devices, why not let me have some of your time to take you through basics of how these communication processes are achieved regarding computer network communication.

<center><img src="https://cdn.steemitimages.com/DQmdhcwrTbmXQZMeke1PxTN7twtrwSdTziZTotGkAqb7Qbu/business-3370832_1280.jpg" /><br/><br/><sup><sup><a href="https://pixabay.com/en/business-computer-office-laptop-3370832/">Image Credit: Pixabay</a></sup></sup></center>

Without taking much time, just in a simple way, I'd describe data communication as the exchange of data between devices via some form of transmission medium. A group of computers and other devices (such as printer)  connected by communication links forms a network. A link thus, is a physical communication pathway that transfers data from one device to another.

Data flow occur in different forms, defining the directions of flow of signal between linked devices. Data flow can occur in;

<div class="pull-right"><center><img src="https://cdn.steemitimages.com/DQmfMCNo8r2jBoaz8LvMaKKmnLZsdt64J1tQq1exHmr3ZfU/Simplex-duplex.png"/><br/><br/><sup><sup><a href="https://commons.m.wikimedia.org/wiki/File:Simplex-duplex.png"> Wikimedia Creative Commons BY-SA 3.0 License: Transmission Mode</a></sup></sup></center></div>

I, Simplex: This is way in which communication is only unidirectional. One transmits while other can only receive, signal transmission does not occur simultaneously.

II, Half Duplex: Each device can both transmit and receive but not at the same time. One can only send while the other receive.

III, Full Duplex: Device on full duplex transmission mode can transmit and receive at the same time.


![u7rR1iU.png](https://cdn.steemitimages.com/DQmXPujsMDZRzqttqArZG9MuAdQN4597mXdbiTi6cxxbGP9/u7rR1iU.png)

Network of computers are available in different forms, a simple form can have it as a peer-to-peer network where every computer communicate with each other directly with no computer having higher authority than another, it can also exist in a  Client-server form of network which involve the use of a central server to facilitate communication and resource sharing between other computers on the network.
The Client-server form of network supports larger network, provides stronger security,  more flexible as compared to peer-to-peer but comes more expensive.

However, there are various ways in which network of computers are laid out, one which is referred to as Network Topology. Network Topology gives a representation of all links and linking devices to each other forming the network. It can be simply referred to as the physical or logical layout of links in a network.

<center><h2> TYPES OF TOPOLOGY</h2></center>
<div class="pull-left"><center><img src="https://cdn.steemitimages.com/DQmTjrpfP2iWHjLnxeRX1XLP7pafddy2YAGTNZs987RYjx1/800px-Bus_Network_Topology.png"/><br/><br/><sup><sup><a href="https://commons.m.wikimedia.org/wiki/File:Bus_Network_Topology.png"> Wikimedia Creative Commons BY-SA 3.0 License: Bus Topology</a></sup></sup></center></div>

• Bus Topology: this is a configuration that connects all nodes to a single communication line carrying message in all direction. It is cheap and easy to install and as seen in the picture beside, it comes with the disadvantage of loss in transmission if a break in bus cable occur.

<div class="pull-right"><center><img src="https://cdn.steemitimages.com/DQmdgqBRdsVbGiPFq5H2ewAJUusmyZ6ZxAhb7L84CSWmRbf/Intercpunetstar.png"/><br/><br/><sup><sup><a href="https://commons.m.wikimedia.org/wiki/File:Intercpunetstar.png"> Wikimedia Creative Commons BY-SA 3.0 License: Star Topology</a></sup></sup></center></div>

• ‎Star Topology: As the name suggests, star configuration is one in which that centers around one major device to which all others are connected and through which coordination of messages are done. Here, Fault is easy to identify and isolate, failure of one does not affect the other but are found mor expensive to install compared to that of Bus.

<div class="pull-left"><center><img src="https://cdn.steemitimages.com/DQmVEHZaGMiR6Qsj6aCuVWakVb4Xcv87bGmqbPEA1R5m5xn/NetworkTopology-Ring.png"/><br/><br/><sup><sup><a href="https://commons.m.wikimedia.org/wiki/File:NetworkTopology-Ring.png
"> Wikimedia Creative Commons BY-SA 3.0 License: Ring Topology</a></sup></sup></center></div>

• ‎Ring Topology: Here, we have the configuration in form of ring where all nodes are connected in a closed loop on which messages travel in one direction. This is very easy to install but a break in the ring can disable the entire network.
<div class="pull-right"><center><img src="https://cdn.steemitimages.com/DQmVfNU5Ed8AdxF6iXRL6mUN8uJ6LvrHCswRCWHDcH6vqrm/NetworkDecentral.svg.png"/><br/><br/><sup><sup><a href="https://commons.m.wikimedia.org/wiki/File:NetworkDecentral.svg
"> Wikimedia Creative Commons BY-SA 3.0 License: Mesh Topology</a></sup></sup></center></div>

• ‎Mesh Topology: This Topology is the best logical topology wen it comes to data flow but very complex in terms of physical design. Here, each device is connected to every other device, giving the most fault tolerant of all.

*The type of Topology to be chosen depend mainly on number of users, the purpose of the topology, and it's reliability.*

Network of computer thus come in different categories which is determined by size, distance covered or physical architecture

•  Local Area Network (LAN): Local area network is a type of network designed to allow resources to be shared between devices in an office, often limited to few kilometers which are mostly privately owned.

• ‎Metropolitan Area Network (MAN): It is a computer network larger than LAN, it covers area of few city buildings of surrounding areas.

• ‎Wide Area Network: This network connects two or more LAN over a large distance, it provides long distance transmission over a large area.


![DQmSJFCmiPGGtTrvw93vM77RZsA56t47xh9DbFpbqJxfgoA_1680x8400.png](https://cdn.steemitimages.com/DQmTTonVbYYMNewGRJVpJUhz9Ji9n43zYT9Ne6u8EdkEwTM/DQmSJFCmiPGGtTrvw93vM77RZsA56t47xh9DbFpbqJxfgoA_1680x8400.png)

**Let's now take a little dig into Networking proper**

Here, we would look at how internetwork is formed, the collection of individual networks functioning as a single large network. This concept of internetworking involves the technique of connecting different networks by using intermediary devices (the gateway devices). Internetworking helps in data communication among  different networks coupled with the use the internet Routing protocol.

<center><h2>THE GATEWAY DEVICE</h2></center>

Gateway Devices are data communication devices  such as routers that provides a remote network with connectivity to host a network. But before we talk about routers, let's have a look at hubs and switches.

<div class="pull-left"><center><img src="https://cdn.steemitimages.com/DQmSHpS1r7e7vcHXPeyXre4HzRGoQhPeEcvrbQayxNv3cXQ/800px-Knams-15-knsq-14.jpg"/><br/><br/><sup><sup><a href="https://commons.m.wikimedia.org/wiki/File:Knams-15-knsq-14.jpg
"> Wikimedia Creative Commons BY-SA 3.0 License: Hub</a></sup></sup></center></div>

• Hub: Hub is one of the devices used for connecting multiple computers together in a Local area network (LAN) for the purpose of resource sharing. Hub was one of the firstly introduced networking device by the Institution of Electrical and electronics engineering (IEEE), Hub works by receiving information  from a node and forwarding to other nodes. Hub was the first to be introduced, it works in such an old fashioned way. Hubs are unable to tell one device to the other, hub receives information from one port of the device and sends to all other ports neglecting the fact that maybe the information is meant for those connecting computers or not. For instance, if you intend sending information across a LAN to one major computer connected by a hub, the information will all be received by all other computers connected to the hub. However, Hub is characterized with the simplest and cheapest way to create a network but it has a way of wasting the rate at which data is sent, causes unnecessary traffic and it operates at half-duplex i.e. cannot at the same time, send and receive data.

![u7rR1iU.png](https://cdn.steemitimages.com/DQmXPujsMDZRzqttqArZG9MuAdQN4597mXdbiTi6cxxbGP9/u7rR1iU.png)

<div class="pull-right"><center><img src="https://cdn.steemitimages.com/DQmYRVRKSUuM5dtMgtyAkkQvAV3HrhUsepHVqvKFiwrhPdW/network-197300_1280.jpg"/><br/><br/><sup><sup><a href="https://pixabay.com/en/network-connection-pc-web-address-197300
"> Pixabay: Switch</a></sup></sup></center></div>

• Switch: This is neither the electrical nor mechanical switches this time, but computer networking switches. It was the second developed by IEEE, definitely expecting some level of development on the firstly introduced device right? Okay, let's keep following. Switches are able to connect multiple computers together in a Local area network i.e. provided with more ports to accommodate more computer devices, but not just that. Unlike hub, switches creates a switch table ( that's where the name comes in) to match ports to which information is intended to be delivered to. Switches are able to differentiate between computers and stores up the layout in its address book. Switches helps in managing bandwidth usage, minimizes traffic and optimized it's performance operating in full-duplex.

<div class="pull-left"><center><img src="https://cdn.steemitimages.com/DQmQMDwiwVnmjyLHw3EqQYqhufbTKZa2Vgup9a25QuxzT1L/router-157597_1280.png"/><br/><br/><sup><sup><a href="https://pixabay.com/en/router-wireless-network-connection-157597/
"> Pixabay: Router</a></sup></sup></center></div>

• ‎Router: Here comes the big boss, 'Router'. Routers are gateway devices used to send data or technically speaking, routes packet of data between different networks. Unlike Switches and hub, instead of facilitating communication just between local computers, router also works to routes data to other networks, thereby allowing internetwork communication including the internet.

>For data communication to be achieved within network of devices with the help of the gateway devices, a special set of rules are used in communication between the endpoints. Network protocol is it that defines conventions for communication between devices, it is a widely agreed upon format for data transmission between devices, specifying how data is sent and received as messages.

A reference model of networking protocol was developed by Open System Interconnection [(OSI)](https://en.m.wikipedia.org/wiki/OSI_model)  defining networking framework to implement protocols in seven layers. This layers having their distinct function in achieving data communication

<center><img src="https://cdn.steemitimages.com/DQmVsxD6LbJYXUjTYYbvPem8WksQwJwSDQRUBnVW3Z2EsnG/Osi-model.png"/><br/><br/><sup><sup><a href="https://commons.m.wikimedia.org/wiki/File:Osi-model.png">Wikimedia Creative Commons BY-SA 3.0 License: OSI Reference Model</a></sup></sup></center>

As shown in the figure above, the model comprises seven layers; 

Layer 7 - Application layer
Layer 6-  Presentation layer
Layer 5-  Session layer
Layer 4- Transport layer
Layer 3-  Network Layer
Layer 2-  Data link Layer
Layer 1-  Physical Layer

Here's a simple way you could code these layers:

All people seem to need data processing (taking from top-bottom)

The [OSI](https://en.m.wikipedia.org/wiki/OSI_model) reference model helps us understand better the networking concept and how hardware and software interacts. To get a full gist of how this works, do check this [post]( https://steemit.com/steemstem/@henrychidiebere/osi-model-demystifying-the-internet) by @henrychidiebere which focus on the OSI reference model.


<center><h2>NETWORK SECURITY </h2></center>

There are various levels of security installed or configured on system network to ensure the restriction of unauthorized access to the network. A weakly protected network leave hackers finding their way into the network, overriding the whole operation of a system.

<center><img src="https://cdn.steemitimages.com/DQmarMWk5nf8jVEitaoFunuNAa9r44HHbNQnw4Ua9eXxuZz/internet-1971623_1280.jpg" /><br/><br/><sup><sup><a href="https://pixabay.com/en/internet-security-network-privacy-1971623/">Image Credit: Pixabay</a></sup></sup></center>

Network security i'd  say is one of the most important aspect of computer networking. A network of system left unprotected is prone to attack, either to the software or hardware part of the system. Network security is such an essential part of computer networking designed to protect and manage access to network and data. Network Security ensures defense against external forces interfering with the network.

![DQmSJFCmiPGGtTrvw93vM77RZsA56t47xh9DbFpbqJxfgoA_1680x8400.png](https://cdn.steemitimages.com/DQmTTonVbYYMNewGRJVpJUhz9Ji9n43zYT9Ne6u8EdkEwTM/DQmSJFCmiPGGtTrvw93vM77RZsA56t47xh9DbFpbqJxfgoA_1680x8400.png)

Firewall is one of the security mechanism used in securing the network, it acts like a physical structure that stands between user information and external interference. Firewalls are set of programmes that keeps networks secured by restricting permission of unauthorized member. They are automatically built into gateway devices like switches and routers operating in conjunction with both software and hardware to carry out these set of rules.

Cryptography is another mechanism used in network security involving the process of encryption and decryption of messages in order to be safely transferred from sender to receiver.
‎
*The principles of network security ensure efficient network security such as:*

I, Message Integrity: Network security ensures message arrived at the receiver end exactly the way it has been sent, maintaining the integrity of the message. Message integrity is extremely important especially when it takes place over the internet.

II, Entity Authentication: This ensures the origin of the message is rightfully identified, helping in establishment of proof of identities.

III, Message Confidentiality: This ensures that only  the sender and the intended recipient should only
be able to access the content of the message, to all others, the message must be garbage.

IV, Message Non-repudiation: This ensures sender not being able to deny sending a message that he has sent ( i.e. a situation where a user denies a message she had sent). Non- repudiation helps by not allowing sender of a message to refute the claim of not sending the message.

V, The principle of network security also determines who should access the network and ensure available of resources to authorized parties at all times.


<center><h2>CONCLUSION </h2></center>

Data communication helps in resource sharing across different ends and has been very vital in getting information across to people, making day-to-day activities easily performed and achieved. Data communication within a network of computer are achieved in different ways depending on the purpose and number of users in the network.
Effective data communication is thereby required in achieving seamless communication between network of devices and it's characterized by its accuracy, timeless and ragged delay in delivery of data. Data shouldn't just be communicated but also prevented from attacks from external forces which makes network security an important aspect of computer networking. Providing security for Network ensures the reliability and integrity of the network, protecting network from being a victim of online hackers.

#### REFERENCES


+  [Network Security](https://en.m.wikipedia.org/wiki/Network_security)

+  ‎[Computer Networking communication](http://ecomputernotes.com/computernetworkingnotes/communication-networks/what-is-data-communication)

+  [Computer Studies](https://peda.net/kenya/ass/subjects2/computer-studies/form-4/itcn)

+  [Wikipedia](https://en.m.wikipedia.org/wiki/OSI_model)


<sub>If you write STEM (Science, Technology, Engineering, and Mathematics) related posts, consider joining [#steemSTEM](https://steemit.com/trending/steemstem) on steemit chat or discord [here](https://discord.gg/vwzWz3Z). If you are from Nigeria, you may want to include the [#stemng](https://steemit.com/trending/stemng) tag in your post. You can visit this [blog](https://steemit.com/@stemng) by @stemng for more details.</sub> ![SteemSTEM](https://steemitimages.com/0x0/https://i.imgur.com/WhYkkh9.gif) <hr /> <sup>I'm a proud member of @promo-mentors where you get mentored and guided on how to make quality posts on steemit amongst other benefits. Do join us on [discord](https://discord.gg/jza4pJS). We anticipate your arrival.</sup> <center>![](https://steemit-production-imageproxy-upload.s3.amazonaws.com/DQmTDLNSwrxM4R85rA2qsR18pugncTy5FDhVf5gJBoW5vLm)</center> <hr>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 190 others
properties (23)
authorolajidekehinde
permlinkdata-communication-a-closer-look-into-computer-networking
categorystemng
json_metadata{"tags":["stemng","steemstem","computer","wafrica","nigeria"],"users":["henrychidiebere","stemng","promo-mentors"],"image":["https://cdn.steemitimages.com/DQmdhcwrTbmXQZMeke1PxTN7twtrwSdTziZTotGkAqb7Qbu/business-3370832_1280.jpg","https://cdn.steemitimages.com/DQmfMCNo8r2jBoaz8LvMaKKmnLZsdt64J1tQq1exHmr3ZfU/Simplex-duplex.png","https://cdn.steemitimages.com/DQmXPujsMDZRzqttqArZG9MuAdQN4597mXdbiTi6cxxbGP9/u7rR1iU.png","https://cdn.steemitimages.com/DQmTjrpfP2iWHjLnxeRX1XLP7pafddy2YAGTNZs987RYjx1/800px-Bus_Network_Topology.png","https://cdn.steemitimages.com/DQmdgqBRdsVbGiPFq5H2ewAJUusmyZ6ZxAhb7L84CSWmRbf/Intercpunetstar.png","https://cdn.steemitimages.com/DQmVEHZaGMiR6Qsj6aCuVWakVb4Xcv87bGmqbPEA1R5m5xn/NetworkTopology-Ring.png","https://cdn.steemitimages.com/DQmVfNU5Ed8AdxF6iXRL6mUN8uJ6LvrHCswRCWHDcH6vqrm/NetworkDecentral.svg.png","https://cdn.steemitimages.com/DQmTTonVbYYMNewGRJVpJUhz9Ji9n43zYT9Ne6u8EdkEwTM/DQmSJFCmiPGGtTrvw93vM77RZsA56t47xh9DbFpbqJxfgoA_1680x8400.png","https://cdn.steemitimages.com/DQmSHpS1r7e7vcHXPeyXre4HzRGoQhPeEcvrbQayxNv3cXQ/800px-Knams-15-knsq-14.jpg","https://cdn.steemitimages.com/DQmYRVRKSUuM5dtMgtyAkkQvAV3HrhUsepHVqvKFiwrhPdW/network-197300_1280.jpg","https://cdn.steemitimages.com/DQmQMDwiwVnmjyLHw3EqQYqhufbTKZa2Vgup9a25QuxzT1L/router-157597_1280.png","https://cdn.steemitimages.com/DQmVsxD6LbJYXUjTYYbvPem8WksQwJwSDQRUBnVW3Z2EsnG/Osi-model.png","https://cdn.steemitimages.com/DQmarMWk5nf8jVEitaoFunuNAa9r44HHbNQnw4Ua9eXxuZz/internet-1971623_1280.jpg","https://steemitimages.com/0x0/https://i.imgur.com/WhYkkh9.gif","https://steemit-production-imageproxy-upload.s3.amazonaws.com/DQmTDLNSwrxM4R85rA2qsR18pugncTy5FDhVf5gJBoW5vLm"],"links":["https://pixabay.com/en/business-computer-office-laptop-3370832/","https://commons.m.wikimedia.org/wiki/File:Simplex-duplex.png","https://commons.m.wikimedia.org/wiki/File:Bus_Network_Topology.png","https://commons.m.wikimedia.org/wiki/File:Intercpunetstar.png","https://commons.m.wikimedia.org/wiki/File:NetworkTopology-Ring.png\n","https://commons.m.wikimedia.org/wiki/File:NetworkDecentral.svg\n","https://commons.m.wikimedia.org/wiki/File:Knams-15-knsq-14.jpg\n","https://pixabay.com/en/network-connection-pc-web-address-197300\n","https://pixabay.com/en/router-wireless-network-connection-157597/\n","https://en.m.wikipedia.org/wiki/OSI_model","https://commons.m.wikimedia.org/wiki/File:Osi-model.png","https://steemit.com/steemstem/@henrychidiebere/osi-model-demystifying-the-internet","https://pixabay.com/en/internet-security-network-privacy-1971623/","https://en.m.wikipedia.org/wiki/Network_security","http://ecomputernotes.com/computernetworkingnotes/communication-networks/what-is-data-communication","https://peda.net/kenya/ass/subjects2/computer-studies/form-4/itcn","https://steemit.com/trending/steemstem","https://discord.gg/vwzWz3Z","https://steemit.com/trending/stemng","https://steemit.com/@stemng","https://discord.gg/jza4pJS"],"app":"steemit/0.1","format":"markdown"}
created2018-06-03 17:33:33
last_update2018-06-03 23:02:39
depth0
children17
last_payout2018-06-10 17:33:33
cashout_time1969-12-31 23:59:59
total_payout_value50.255 HBD
curator_payout_value16.449 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17,133
author_reputation2,442,451,147,399
root_title"Data Communication: A Closer look into Computer Networking"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,076,272
net_rshares18,136,845,735,863
author_curate_reward""
vote details (254)
@adeosunadeyinka ·
as far as i don't like electrical engineering (pardon me bro). I love networking only that i missed out when its learning mattered most. Skipping outside engineering. Networking is the beat way to survive in our country (laugh). So i am not surprise in its vital role in data communication. Always good reading from you
properties (22)
authoradeosunadeyinka
permlinkre-olajidekehinde-data-communication-a-closer-look-into-computer-networking-20180605t222606570z
categorystemng
json_metadata{"tags":["stemng"],"app":"steemit/0.1"}
created2018-06-05 22:26:24
last_update2018-06-05 22:26:24
depth1
children0
last_payout2018-06-12 22:26:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length319
author_reputation692,781,149,725
root_title"Data Communication: A Closer look into Computer Networking"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,438,868
net_rshares0
@henrychidiebere ·
>Hub was the first gateway device introduced by the Institution of Electrical and electronics engineering (IEEE), Hub works by receiving information from a node and forwarding to other nodes.

Hubs and switches are never gateway devices and shouldn't be listed as one. You have so much information packed here and that's nice but I have to point out some few things.
properties (22)
authorhenrychidiebere
permlinkre-olajidekehinde-201863t20273134z
categorystemng
json_metadata{"tags":["stemng","steemstem","computer","wafrica","nigeria"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"}
created2018-06-03 19:27:36
last_update2018-06-03 19:27:36
depth1
children2
last_payout2018-06-10 19:27:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length366
author_reputation9,134,455,926,449
root_title"Data Communication: A Closer look into Computer Networking"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,090,757
net_rshares0
@olajidekehinde · (edited)
Oh! My Baad, that's  definately an error ...thanks for the check, adjusted. *I appreciate*
properties (22)
authorolajidekehinde
permlinkre-henrychidiebere-re-olajidekehinde-201863t20273134z-20180603t222631877z
categorystemng
json_metadata{"tags":["stemng"],"app":"steemit/0.1"}
created2018-06-03 22:26:27
last_update2018-06-03 22:53:27
depth2
children1
last_payout2018-06-10 22:26:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length90
author_reputation2,442,451,147,399
root_title"Data Communication: A Closer look into Computer Networking"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,111,165
net_rshares0
@henrychidiebere ·
Alright, looks better now. I'd say it was a nice read. Keep it up man
👍  
properties (23)
authorhenrychidiebere
permlinkre-olajidekehinde-201864t165955965z
categorystemng
json_metadata{"tags":"stemng","app":"esteem/1.6.0","format":"markdown+html","community":"esteem"}
created2018-06-04 16:00:00
last_update2018-06-04 16:00:00
depth3
children0
last_payout2018-06-11 16:00:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation9,134,455,926,449
root_title"Data Communication: A Closer look into Computer Networking"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,226,663
net_rshares924,864,931
author_curate_reward""
vote details (1)
@ibk-gabriel ·
Data communication is of no doubt an essential part of networking. 
Kudos bro
properties (22)
authoribk-gabriel
permlinkre-olajidekehinde-data-communication-a-closer-look-into-computer-networking-20180603t180715069z
categorystemng
json_metadata{"tags":["stemng"],"app":"steemit/0.1"}
created2018-06-03 18:07:21
last_update2018-06-03 18:07:21
depth1
children0
last_payout2018-06-10 18:07:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length77
author_reputation1,082,157,435,673
root_title"Data Communication: A Closer look into Computer Networking"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,080,718
net_rshares0
@kingsyrus ·
Aside from making money in this platform i think this is also a place for knowledge acquisition. Reading stuff like this helps to expand my mental capacity
properties (22)
authorkingsyrus
permlinkre-olajidekehinde-data-communication-a-closer-look-into-computer-networking-20180604t205910282z
categorystemng
json_metadata{"tags":["stemng"],"app":"steemit/0.1"}
created2018-06-04 20:59:33
last_update2018-06-04 20:59:33
depth1
children1
last_payout2018-06-11 20:59:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length155
author_reputation16,587,861,850
root_title"Data Communication: A Closer look into Computer Networking"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,265,807
net_rshares0
@olajidekehinde ·
I'm happy I'm able to impact some knowledge
Thanks for stopping-by @kingsyrus
properties (22)
authorolajidekehinde
permlinkre-kingsyrus-re-olajidekehinde-data-communication-a-closer-look-into-computer-networking-20180605t000829674z
categorystemng
json_metadata{"tags":["stemng"],"users":["kingsyrus"],"app":"steemit/0.1"}
created2018-06-05 00:08:30
last_update2018-06-05 00:08:30
depth2
children0
last_payout2018-06-12 00:08:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length77
author_reputation2,442,451,147,399
root_title"Data Communication: A Closer look into Computer Networking"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,286,138
net_rshares0
@michaelwrites ·
Thank you for sharing how my computer and other devices gossip behind my back. 

The article wowed me.
properties (22)
authormichaelwrites
permlinkre-olajidekehinde-data-communication-a-closer-look-into-computer-networking-20180606t022722275z
categorystemng
json_metadata{"tags":["stemng"],"app":"steemit/0.1"}
created2018-06-06 02:28:27
last_update2018-06-06 02:28:27
depth1
children1
last_payout2018-06-13 02:28:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length102
author_reputation1,800,562,580,325
root_title"Data Communication: A Closer look into Computer Networking"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,461,248
net_rshares0
@olajidekehinde ·
You much welcome @michaelwrites
properties (22)
authorolajidekehinde
permlinkre-michaelwrites-re-olajidekehinde-data-communication-a-closer-look-into-computer-networking-20180607t171850784z
categorystemng
json_metadata{"tags":["stemng"],"users":["michaelwrites"],"app":"steemit/0.1"}
created2018-06-07 17:18:51
last_update2018-06-07 17:18:51
depth2
children0
last_payout2018-06-14 17:18:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation2,442,451,147,399
root_title"Data Communication: A Closer look into Computer Networking"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,720,555
net_rshares0
@obamike ·
You made me remember my N+ networking course at NIIT about a decade ago. Thanks for refreshing my memory
properties (22)
authorobamike
permlinkre-olajidekehinde-data-communication-a-closer-look-into-computer-networking-20180604t192254711z
categorystemng
json_metadata{"tags":["stemng"],"app":"steemit/0.1"}
created2018-06-04 19:23:06
last_update2018-06-04 19:23:06
depth1
children0
last_payout2018-06-11 19:23:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length104
author_reputation1,248,370,140,928
root_title"Data Communication: A Closer look into Computer Networking"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,253,774
net_rshares0
@sunkanmi02 ·
I smell CSC here. Thanks for the reminder sir
properties (22)
authorsunkanmi02
permlinkre-olajidekehinde-data-communication-a-closer-look-into-computer-networking-20180603t183658788z
categorystemng
json_metadata{"tags":["stemng"],"app":"steemit/0.1"}
created2018-06-03 18:37:09
last_update2018-06-03 18:37:09
depth1
children0
last_payout2018-06-10 18:37:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation4,091,002,957,045
root_title"Data Communication: A Closer look into Computer Networking"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,084,438
net_rshares0
@temitayo-pelumi ·
The transfer of information is one vital way of life and the advent of information technology has revolutionized that. You have done more that well to give us a comprehensive writeup on data communication. You remind me of an electrical and electronic engineering  course I took during undergraduate days.

Kudos pal!
properties (22)
authortemitayo-pelumi
permlinkre-olajidekehinde-data-communication-a-closer-look-into-computer-networking-20180605t131705814z
categorystemng
json_metadata{"tags":["stemng"],"app":"steemit/0.1"}
created2018-06-05 13:17:06
last_update2018-06-05 13:17:06
depth1
children2
last_payout2018-06-12 13:17:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length317
author_reputation3,862,857,831,871
root_title"Data Communication: A Closer look into Computer Networking"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,371,196
net_rshares0
@olajidekehinde ·
I'm happy you could get a few thing from the post...Thanks for stopping-by
properties (22)
authorolajidekehinde
permlinkre-temitayo-pelumi-re-olajidekehinde-data-communication-a-closer-look-into-computer-networking-20180605t181425490z
categorystemng
json_metadata{"tags":["stemng"],"app":"steemit/0.1"}
created2018-06-05 18:14:30
last_update2018-06-05 18:14:30
depth2
children1
last_payout2018-06-12 18:14:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length74
author_reputation2,442,451,147,399
root_title"Data Communication: A Closer look into Computer Networking"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,410,561
net_rshares0
@temitayo-pelumi ·
Always a pleasure sir.
properties (22)
authortemitayo-pelumi
permlinkre-olajidekehinde-re-temitayo-pelumi-re-olajidekehinde-data-communication-a-closer-look-into-computer-networking-20180605t221421905z
categorystemng
json_metadata{"tags":["stemng"],"app":"steemit/0.1"}
created2018-06-05 22:14:27
last_update2018-06-05 22:14:27
depth3
children0
last_payout2018-06-12 22:14:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation3,862,857,831,871
root_title"Data Communication: A Closer look into Computer Networking"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,437,609
net_rshares0
@utopian-io ·
#### Hi @olajidekehinde!

Your post was upvoted by utopian.io in cooperation with steemstem - supporting knowledge, innovation and technological advancement on the Steem Blockchain.

#### Contribute to Open Source with utopian.io
Learn how to contribute on <a href="https://join.utopian.io">our website</a> and join the new open source economy.

**Want to chat? Join the Utopian Community on Discord https://discord.gg/h52nFrV**
properties (22)
authorutopian-io
permlink20180604t171554441z
categorystemng
json_metadata{"tags":["utopian.tip"],"app":"utopian-io"}
created2018-06-04 17:15:54
last_update2018-06-04 17:15:54
depth1
children0
last_payout2018-06-11 17:15:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length428
author_reputation152,955,367,999,756
root_title"Data Communication: A Closer look into Computer Networking"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,237,099
net_rshares0
@wafrica.curators ·
# CONGRATULATIONS your post got mentioned in the @wafrica daily curation
https://steemit.com/africa/@wafrica/9yh6k-daily-wafrica-curation

Signed @jeaniepearl
properties (22)
authorwafrica.curators
permlinkre-olajidekehinde-data-communication-a-closer-look-into-computer-networking-20180604t071108573z
categorystemng
json_metadata{"tags":["stemng"],"users":["wafrica","jeaniepearl"],"links":["https://steemit.com/africa/@wafrica/9yh6k-daily-wafrica-curation"],"app":"steemit/0.1"}
created2018-06-04 07:11:12
last_update2018-06-04 07:11:12
depth1
children0
last_payout2018-06-11 07:11:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length158
author_reputation628,951,378,373
root_title"Data Communication: A Closer look into Computer Networking"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,161,772
net_rshares0
@wafrica ·
Hello! I find your post valuable for the wafrica community! Thanks for the great post! @wafrica is now following you! ALWAYs follow @wafrica and use the wafrica tag!
properties (22)
authorwafrica
permlinkre-data-communication-a-closer-look-into-computer-networking-20180603t183931
categorystemng
json_metadata""
created2018-06-03 18:39:33
last_update2018-06-03 18:39:33
depth1
children0
last_payout2018-06-10 18:39:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length165
author_reputation38,945,611,432,157
root_title"Data Communication: A Closer look into Computer Networking"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,084,733
net_rshares0