Numerical Problems
Numerical Problems
Solution:
Length of the packet/Bandwidth of the channel= Length of the Network(D)/ Velocity of the data
5Bytes/ 10 Mbps = D/ 2.1 * 10^8 m/s gives you the length of the network
Q. For the above question if the bandwidth is 24 Mbps then evaluate the length of the channel. Also
state the relation between bandwidth and length of the channel.
Solution: Use above concept and solve this. Compare the answers for both the questions and you
will be able find the relation between length and bandwidth.
Q. ITER wants to deploy 800 cameras at Bhubaneswar. These cameras are IP enabled must have
unique IPv4 addresses for proper communication. Design a network model to satisfy above
requirement (Class of network, Supernetting/Subnetting, etc.)
Solution: Apply the above data and find the answer and observe from your end.
1. ITER wants to deploy 800 cameras. These cameras are IP enabled must have unique IPv4
addresses for proper communication. Design a network model to satisfy above requirement
(Class of network, Supernetting/Subnetting, etc.)
Also learn the concept of subnetting with the help of any suitable example, where there is
need to divide a network into multiple parts. Also go through variable subnetting.
Q.One IoT application uses Ethernet 802.3 for connection. If the bandwidth of the channel is 4 Mbps
and RTT is 45 microseconds then recommend the maximum frame length in bytes.
Solution: In ethernet. For proper operation the JAM signal must reach to the sender before
transmission delay, hence;
L/B=RTT
L/4Mbps= 45 microseconds
Q. In a smart healthcare IoT application, the bandwidth of the channel is 12 Mbps. For reliable
communication, TCP is used. Calculate the wrap around time (in hours) of sequence number.
Solution:
In TCP, each byte is associated with a unique sequence number i.e 32 bits long
The wrap around time is the time needed when the sequence number will restart with 0
Q. One big data application sends the packet with the speed of 70% of the light. Let us assume that
the central control room is 100 kilometers far away. Calculate the time required for a packet to
reach to the control room. Also compute the round-trip time.
Solution:
Q. If the disk block size is 512 bytes and the record length is 100 bytes. Assume that there are 2000
records in relation. Evaluate the number of disk blocks access in worst case.
Solution:
How many blocks needed to store the data: 2000/5= 400 Blocks
In works case all 400 blocks needed to scan if the data is not at all available in database.
Q. In above question, if primary indexing is used (where the index record size is 20 bytes) then
compute the number of disk block access in worst case.
Solution: Check class notes or take help of your DBMS text book
Q. Read two phase locking protocol, its variants and time stamp ordering protocol with suitable
example. Also read the problems associated with concurrent transactions and 2PL protocol.
Refer internet
Q. Solve questions on B and B+ Trees. Create B and B+ tree. Delete items from b and B+ Tree.
Refer internet