nikhilarora


Monoalphabetic Substitution Ciphers

  Monoalphabetic Substitution Cipher: It also known as substitution cipher. Replacement of alphabets or digits are fixed for each letter. For example: Plain text : nikhilarora Cipher text: OJLIMBSPSB In the above example, the value of  ‘a’ is fixed for every time as ‘B’ and every alphabet is fixed for separate […]

qqq

HOW TO FIND WINDOW SIZE IN SLIDING WINDOW PROBLEM 1

Sliding Window: In sliding window method, Sender can sent multiple frames at a time before needing an acknowledgment from receiver’s side. The maximum window size for data transmission using the selective reject protocol with n-bit frame sequence numbers is  2^(n-1) The maximum window size for data transmission using the SR […]


J15P3Q68A

TRANSPORTATION PROBLEM 1

Transportation problem is very well known problem which is asked in CBSE NET exam. Computer students are very worry about this subject because Operational research is not computer subject but simple trick can make your task easy. let’s see Transportation problem deals with supply of product  is available and destinations […]