Monthly Archives: February 2017


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 […]


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 […]

J15P3Q68A

HOW TO FIND TAG FIELD , CACHE SIZE , BLOCK SIZE AND NUMBER OF SET IN COMPUTER ORGANISATION?

QUESTION:   A CPU generates 32-bit addresses. The block size is 4 K Bytes. The processor has a Cache which can hold a total of 128 blocks and is 4-way set associative. The minimum size of the cache tag is: ANSWER: Firstly, write given information in the question. CPU generates 32-bit […]