Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
ip specified that datagram can arrive in a different order than they were sent if a fragment from one datagram arrives at a destination before all
why is tcp called end-to-end protocoltcp is termed as an end-to-end protocol as this provides a connection directly by an application in one computer
how do you make an image clickable in html give an exampleto create an image or text clickable hyperlinks are used that use the lt a gt and lt a gt
explain the characteristics of program interpretation modelthe program interpretation model characteristics are the source program is retained into
explain characteristics of program translation modelthe program translation model characteristics are a program should be translated before this can
arrays- to execute a stack we need a variable called top that holds the index of the top element of stack and an array to hold the part of the stack
implementation of stack -stacks can be executed in the 2 waysa arraysb linked
representation of linked list in memory- each node has an info part and a pointer to the next node also known as link the number of pointers is two
a linked list can be of the following types- linear linked list or one way listdoubly linked list or two way listcircular linked listheader linked
linked list a linked list is a linear collection of data elements called nodes the linear order is given by pointer every node is divided into 2
midsquare method- this operates in 2 steps in the first step the square of the key value k is taken in the 2nd step the hash value is obtained by
describe arp message format in brief describe arp message format in brief
multiplication method the multiplication method operates in 2 steps in the 1ststep the key value k is multiplied by a constant a in the range oltalt1
explain division methoddivision method- in this method key k to be mapped into single of the m states in the hash table is divided by m and the
what is the advantage or disadvantage of using inaddrany instead of the ip address of the computer running on the serverthe format of tcpip structure
can a queue be shown by circular linked list with only single pointer pointing to the tail of the queueyes a queue can be shown by a circular linked
method to measure address of any element of a matrix stored in memorylet us consider 2 dimensional array a of size mn further consider that the lower
could tcp allow ip to checksum the datatcp cannot permit ip to checksum data yet ip has its own checksum for its header ip layer is fundamentally
is the tcp checksum necessaryyes tcp checksum is essentialtcp layer is liable for error detection transmission of packets if needed error control
triangular matricestiangular matrices is of 2 typesa lower triangularb upper
the space - time trade offthe best algorithm to solve a given problem is one that needs less space in memory and takes less time to complete its
explain space complexityspace complexity - the space complexity of an algorithm is the amount of memory it requires to run to completion some of the
time complexity- the time complexity of an algorithm is the amount of time it requires to run to completion some of the reasons for studying time
complexity of an algorithm an algorithm is a sequence of steps to solve a problem there may be more than one algorithm to solve a problem the choice
list the major activities of an operating system with respect to memory management secondary storage management and process managementoperating