Thursday, October 3, 2013
What is Traditional Cryptography?
Posted by
Sunflower
at
10/03/2013 08:15:00 PM
0
comments
Labels: Algorithms, Application, Authentication, Cryptography, Data, Encrypt, Encryption, Information, Message, Modern, Protection, Protocols, Secure, Security, System, Techniques, traditional
|
| Subscribe by Email |
|
Thursday, September 19, 2013
What is fragmentation?
- First
approach: The sender must transmit an IP datagram of size as same as that
of the first hop’s MTU.
- Second
approach: Running the path MTU discovery algorithm.
Posted by
Sunflower
at
9/19/2013 03:41:00 PM
0
comments
Labels: Data, Datagrams, Destination, Fragmentation, Fragments, Host, Hosts, IP, Layers, Messages, Packets, Paths, Protocols, Receiver, Router, Sender, Source, Techniques, transmission, Transport
|
| Subscribe by Email |
|
Sunday, August 25, 2013
What is the concept of flow control?
- The feedback is sent to the sending node by
the receiving node.
- The feedback is not sent to the sending node
by the receiving node.
Posted by
Sunflower
at
8/25/2013 03:09:00 PM
0
comments
Labels: Acknowledgement, Channels, Communication, Congestion, Control, Data, Defects, Errors, Flow control, Frames, Inefficient, Message, Process, Receiver, Sender, Techniques, transmission
|
| Subscribe by Email |
|
Saturday, August 24, 2013
How can the problem of congestion be controlled?
- Exponential back off (used
in CSMA/ CA protocols and Ethernet.)
- Window reduction (used in
TCP)
- Fair queuing (used in
devices such as routers)
- The implementation of the
priority schemes is another way of avoiding the negative effects of this
very common problem. Priority schemes let the network transmit the packets
having higher priority over the others. This way only the effects of the
network congestion can be alleviated for some important transmissions.
Priority schemes alone cannot solve this problem.
- Another method is the
explicit allocation of the resources of the network to certain flows. This
is commonly used in CFTXOPs (contention – free transmission opportunities)
providing very high speed for LAN (local area networks) over the coaxial
cables and phone lines that already exist.
Ways to Classify Congestion Control Algorithm
- Amount as well as type of
feedback: This classification involves judging the algorithm on the basis
of multi-bit or single bit explicit signals, delay, loss and so on.
- The performance aspect taken
for improvement: Includes variable rate links, short flow advantage, fairness,
links that can cause loss etc.
- Incremental deployability: Modification is the need of sender only, modification is required by
receiver and the sender, modification is needed only by the router, and modification
is required by all three i.e., the sender, receiver and the router.
- Fairness criterion being
used: It includes minimum potential delay, max – min, proportional and so
on.
- End to end flow control
mechanism: This mechanism has been designed such that it can respond well
to the congestive collapse and thus behave accordingly.
- Mechanism in routers: This
mechanism is used for dropping or reordering packets under the condition
of overload.
Posted by
Sunflower
at
8/24/2013 11:25:00 PM
0
comments
Labels: Algorithms, Congestion, Congestion control, Control, Flow control, Network Congestion, Networking, Networks, Packets, Performance, Priority, Resources, Signals, Techniques, traffic, transmission, Transmit
|
| 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 |
|
Friday, June 28, 2013
Give advantages of frame relay over a leased phone line?
Posted by
Sunflower
at
6/28/2013 12:00:00 PM
0
comments
Labels: Advantages, Communication, Connection, Data, Frame Relay, Frames, Layers, Leased phone line, Network, Process, Protocols, Route, Services, System, Techniques, Technology, Telecommunication, User
|
| Subscribe by Email |
|
Tuesday, June 25, 2013
Explain about demand paging and page replacements
- An
attempt is made for accessing the page.
- If
page is present in the memory the usual instructions are followed.
- If
page is not there i.e., is invalid then a page fault is generated.
- Memory
reference to a location in the virtual memory is checked if it is valid or
not. If it’s an illegal memory access then the process is terminated. If
not the requested page has to be paged in.
- The
disk operations are scheduled for reading the requested page in to the
physical memory.
- Restarting
the instruction that raised the page fault trap.
Posted by
Sunflower
at
6/25/2013 11:49:00 AM
0
comments
Labels: Algorithms, Data, Demand Paging, Logical, Management, Memory, Operating System, Page Replacement, Page table, pages, Paging, Physical, Process, Request, Strategy, Systems, Techniques, Virtual Memory
|
| Subscribe by Email |
|
Friday, June 21, 2013
Explain about the Paged Memory and Segmentation techniques?
What is Paging?
- Determining the location of
the requested data from the auxiliary storage.
- Obtaining a page frame in
the main memory that is empty to be used for storing the requested data.
- Loading the data requested
in to the empty page obtained above.
- Making updates to the page
table so that new data is only available.
- Returning the control
interrupting program and retrying to execute the same instruction that
caused the fault.
What is Segmentation?
Posted by
Sunflower
at
6/21/2013 08:51:00 PM
0
comments
Labels: Address, Contiguous, Control, Data, Design, Flags, Memory, Modules, Object, Operating System, Page Fault, Paged, Paging, Primary, Secondary, Segmentation, Segments, System, Techniques, Virtual
|
| Subscribe by Email |
|