Friday, October 4, 2013
What is a substitution cipher method?
Posted by
Sunflower
at
10/04/2013 08:10:00 PM
0
comments
Labels: Alphabets, Cipher, Cryptography, Encoded, Frequency, Letters, Methods, Process, Protection, Receiver, Secure, Security, Sender, Sequence, Substitution Cipher, System, Text, Types, Units
![]() | Subscribe by Email |
|
Wednesday, September 25, 2013
What is meant by multiplexing?
Posted by
Sunflower
at
9/25/2013 02:58:00 PM
0
comments
Labels: Analog, Channels, Communication, Data, Demultiplexing, digital, Frequency, Messages, Multiple, Multiplexing, Multitasking, Networks, Performance, Physical, Process, Resources, Signals, Types
![]() | Subscribe by Email |
|
Thursday, August 22, 2013
What is a spanning tree?
What is Spanning Forest?
Posted by
Sunflower
at
8/22/2013 11:09:00 PM
0
comments
Labels: Connected, Cycle, Cycles, Edges, Fundamental, Graphs, Loops, optimization, Partition, Properties, Spanning Forest, Spanning Tree, Tree, Types, Vertex, Vertices
![]() | Subscribe by Email |
|
Saturday, July 13, 2013
Sliding Window Protocols? - Part 3
- The
above types of the sliding window protocols don’t talk about reordering
the packets after receiving them all. This will ensure that they don’t
appear in wrong order. If the long distance can be bounded, the protocols
can be extended to support this feature. The maximum mis- ordering
distance can be used to expand the sequence number modulus N.
- Not
acknowledging every packet is also possible after the sending an ACK up on
not receiving packets. For example, every 2nd packet is
acknowledged in TCP.
- Informing
the transmitter immediately about the presence of gap in the packet
sequence is quite common and so HDLC uses a packet called REJ packet for
this purpose.
- During
the communication, the window sizes may change if their sum remains in the
limit defined by N. usually the transmit window size is reduced for
slowing down the transmission in order to keep with the speed of the links
and preventing congestion or saturation.
Posted by
Sunflower
at
7/13/2013 02:00:00 PM
0
comments
Labels: Acknowledge, Communication, Control, Data, Detection, Errors, Operate, Operation, Packets, Process, Protocols, Receiver, Sender, Sliding Window Protocol, transmission, Transmit, Types, Variable, Window
![]() | Subscribe by Email |
|
Sunday, June 2, 2013
Explain the various Disk Allocation methods? – Part 2
What is a Linked Allocation?
- Simplicity and
- Non – requirement of disk
compaction
Disadvantages of Linked Allocation
What is Indexed allocation?
- First level index is used for searching the index of second level and the second one is used for searching the third one and the process may continue till the fourth level.
Advantages and Disadvantage of Indexed Allocation
Posted by
Sunflower
at
6/02/2013 03:44:00 PM
0
comments
Labels: Allocation, Blocks, Contagious, Devices, Disk, Disk Allocation, files, Indexed, Input, Linked, Memory, Methods, Non-Contagious, Output, Primary, Records, Secondary, Storage, System, Types
![]() | Subscribe by Email |
|
Saturday, June 1, 2013
Explain the various Disk Allocation methods? – Part 1
Types of Disk Allocation Methods
Posted by
Sunflower
at
6/01/2013 10:26:00 PM
0
comments
Labels: Allocation, Blocks, Contagious, Devices, Disk, Disk Allocation, files, Indexed, Input, Linked, Memory, Methods, Non-Contagious, Output, Primary, Records, Secondary, Storage, System, Types
![]() | Subscribe by Email |
|
Tuesday, May 28, 2013
Concept of page fault in memory management
Classification of Page Faults
Posted by
Sunflower
at
5/28/2013 03:00:00 PM
0
comments
Labels: Address, Fault, Hardware, Invalid, Main Memory, Major, Memory, Memory management, Minor, Operating System, Page Fault, pages, Physical, Processor, program, Software, Types, Virtual Memory
![]() | Subscribe by Email |
|
Thursday, May 2, 2013
What is a CPU Scheduler?
- Throughput: It is the ratio of total number of
processes executed to a given amount of time.
- Latency: This factor can be sub – divided in
to two namely response time and the turnaround time. Response time is the
time taken from the submission of the process till its output is produced
by the processor. The latter i.e., the turnaround time is the time period
elapsed between the process submission and its completion.
- Waiting/ fairness time: This is the equal CPU
time given to each process or we can say that the time is allocated as
per the priority of the processes. The time for which the processes wait
in the ready queue is also counted in this.
Types of CPU Schedulers
Posted by
Sunflower
at
5/02/2013 05:28:00 PM
0
comments
Labels: Algorithm, Communication, CPU, CPU Scheduling, Data, Latency, Memory, Methods, Multi-tasking, Operating System, Resources, Scheduling, System, Tasks, Throughput, Transmit, Types, Waiting time
![]() | Subscribe by Email |
|
Sunday, April 28, 2013
What is fragmentation? What are different types of fragmentation?
What is Fragmentation?
- The external fragmentation
- Internal fragmentation and
- Data fragmentation
Types of Fragmentation
Posted by
Sunflower
at
4/28/2013 10:13:00 PM
0
comments
Labels: Algorithms, Allocation, Chunk, CPU, Data, External, Fragmentation, Inefficient, Internal, Memory, Performance, Principle, program, Space, Storage, System, Types, Wastage
![]() | Subscribe by Email |
|