In: Computer Science
A new colony have been established on the moon. The colony must maintain constant communication from the Moon Base to the Earth ground control
A,) We can use the bit-rate reduction to the data over the network which will ease our work of compressing the bandwidth while trasnmitting the same amount of the data over the network. Using tnormal or original representation would means that we are sending all the data as usual over the network. using the bit rate reduction would result in encoding the data with fewer bits and transmit it over the network. here we are representing the data that is most frequently occuring to the few bits by replacing it with the encoding method to represent the same bit using fewer bits.
B.)To avoid the hacking , eavesdropping etc of the data we should be using the proper connection protocol like TCP/IP protocol that ensure the connection is safe and we should use the technique like the encryption or hashing to scramble the data being send so that no one can understand other than the one it is meant to be . Using the proper secure channel and authentication method to access the data should be implemented.