Data Encoding

Course - Networking Fundamental

Published on 5 Dec 2020 at 04:67
about_image_text

DATA ENCODING

Now in a network message is always travel in a transmission medium, every node send data to one another node. So if there is no proper method in a network to protect the message so it can be read by any one in a network. So thus to prevent this and to make network secure, the message is encoded or encrypted so no one other than an addressed receiver can read that message.

Here, the path of data signal is something like -

  1. Message send by - Sender end
  2. Go through Encoder - to encode our data, then its goes to,
  3. Transmitter - to transmit our data, and for transmission they need.
  4. Transmission medium - which helps data in moving, then its reaches to Receiver end.
  5. Decode - Here, data will be decode back to original form
And thus message reached to addressed node.

Formatting and Encapsulation of Data –

There is a format of everything, like when we write a letter to anyone then there is a proper format of writing letter (like content of letter, ending indication of letter and a signature of sender etc.) and then on an envelope we write our address (sender address) and a destination addressed (receiver addressed). So it goes to a right place. Similarly while sending message to anyone in a network there is a format like,

  • Sender location
  • Receiver location
  • Message content
  • Source identifier
  • Acknowledgement of receiving message.

DATA SIZE

Size of Data

When you send the message to any node (host) on a network, the data is break in a small pieces known as segment. Then every pieces of data are encapsulated in a separate frame. At the receiver end data is de-capsulated and put back together so that receiver can read it.

Delivery of Data

  1. In a network message can be send in three ways, Unicast, Multicast or Broadcast.
  2. Unicast Message is deliver from sender to receiver (one to one).
  3. Multicast Message is send from sender to more than one receiver (one to many).
  4. Broadcast Message is send from sender to all the nodes present in a network (one to all).
Share Your Knowledge
A Campaign to Learn

If you know something well enough, share it with others.Mail us your own written article and we share it with other students, on our portal with your name !!

Read More

Is this helpful ?

Give us your feedback, review or rate us so, we can improve ourself in order to gives you Best !!