Monday, October 14, 2013
What are secret-key and public-key signatures?
Posted by
Sunflower
at
10/14/2013 08:07:00 PM
0
comments
Labels: Algorithm, Application, Asymmetric, Authorization, Cryptography, digital, Encrypt, Encryption, Key, Message, Performance, Private, Public-key, Secret-key, Signals, Signature, Symmetric, System
![]() | Subscribe by Email |
|
Friday, August 16, 2013
What is meant by flow based routing?
- Maximum information routing
(MIR) and
- Conditional maximum
information routing (CMIR)
About MREP Algorithm
About MIR Algorithm
About CMIR Algorithm
Posted by
Sunflower
at
8/16/2013 03:37:00 PM
0
comments
Labels: Algorithm, Application, Flow based routing, Flows, Information, Links, Network, Networking, Nodes, optimization, Packets, Paths, Performance, Process, Protocols, Route, Router, Routing, Shortest, traffic
![]() | Subscribe by Email |
|
Saturday, August 10, 2013
Shortest Path Routing - a type of routing algorithm
Posted by
Sunflower
at
8/10/2013 03:40:00 PM
0
comments
Labels: Algorithm, Aspects, Configurable, Data, Importance, Information, Network, Nodes, Performance, Process, Protocols, Quality, Resources, Route, Router, Routing, Routing algorithm, Service, Shortest Path Routing, Topology
![]() | Subscribe by Email |
|
Tuesday, August 6, 2013
What is meant by an optimal route?
- Throughput or the Quantity
of service: This includes the amount of data that is transmitted and time
it takes to transfer.
- Average packet delay or Quality of service: This includes the time taken by a packet to arrive at its destination and
the response of the system to the commands entered by the user.
- Adaptive Algorithms: These algorithms are
meant for the networks in which the routes change in a dynamic manner.
Here the information regarding the route to be followed is obtained at the
run time itself from adjacent as well as the all other routers. The routes
change whenever there is a change in the load, change in the topology and
every delta T seconds.
- Non – adaptive algorithms: These algorithms
the same routes cannot be followed every time. Therefore the measurements
that were made for the previous condition cannot be used for the current
condition. The routes thus obtained are called static routes and are
computed at the boot time.
Posted by
Sunflower
at
8/06/2013 09:29:00 PM
0
comments
Labels: Algorithm, Computer Network, Information, Memory, Metrics, Network, Networking, Nodes, Optimal, Optimal Route, Paths, Performance, Protocols, Quality, Quantity, Routes, Routing, Testing
![]() | Subscribe by Email |
|
Monday, August 5, 2013
What is optimality principle?
These algorithms have been classified in to two major types:
- Non
– adaptive or static algorithms
- Adaptive
or dynamic algorithms
Concept of Optimality Principle
Posted by
Sunflower
at
8/05/2013 08:27:00 PM
0
comments
Labels: Algorithm, Application, Communication, Cost, Data, Efficiency, Input, Link, Network, Nodes, Optimal, Optimality Principle, Principle, Process, Router, Routes, Routing, States, Techniques, Transmit
![]() | Subscribe by Email |
|
Wednesday, June 19, 2013
Explain the Priority CPU scheduling algorithm
- Internally defined
priorities: These priorities make use of some quantities that can be
measured for computing a process’s priority. These quantities include
memory requirements, time limits, ration of the I/O burst and CPU burst,
number of files and so on.
- Externally defined
priorities: These priorities are defined by some criteria that are
external to the operating system. Such factors include political factors,
department leading the work; importance of the process, amount of money
paid and so on.
Posted by
Sunflower
at
6/19/2013 01:18:00 PM
0
comments
Labels: Algorithm, CPU, Execution, Non-preemptive, Operating System, Preemptive, Priority, Priority CPU Scheduling Algorithm, Process, Processor, Resources, Schedule, Scheduling, Shortest Job First, Waiting
![]() | Subscribe by Email |
|
Monday, June 17, 2013
Explain the Round Robin CPU scheduling algorithm
How to implement Round Robin CPU scheduling algorithm
- The ready queue is maintained as the FIFO
(first in first out) queue of the processes.
- Addition of new processes is made at the rear
end of the ready queue and selection of the process for execution by the
processor is made at the front end.
- The process first in the ready queue is thus
picked by the CPU scheduler. A timer is set that will interrupt the
processor when the time slice elapses. When this happens the process will
be dispatched.
- In some cases the CPU burst of some processes
may be less than the size of the time slice. If this is the case, the
process will be voluntarily released by the CPU. The scheduler will then
jump to the process next in the ready queue and fetch it for execution.
- While in other cases the CPU burst for some
processes might be higher than the size of the time slice. In this case
the timer set will send an interrupt to the processor, thus dispatching
the process and putting it at the rear end of the ready queue. The
scheduler will then jump to the next process in the queue.
Posted by
Sunflower
at
6/17/2013 04:47:00 PM
0
comments
Labels: Algorithm, Conditions, CPU, Implementation, Operating System, Preemption, Processes, Processor, Queue, Ready, Round Robin, Scheduling, Scheduling algorithm, System, Time, Time sharing, Waiting
![]() | 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 |
|