Sunday, October 13, 2013
What are two fundamental cryptography principles?
Posted by
Sunflower
at
10/13/2013 06:00:00 AM
0
comments
Labels: attacks, Authenticate, Cryptography, Encrypt, Encryption, Errors, Fundamental, Host, Information, Integrity, Intruder, Messages, Principles, Recipient, Redundancy, System, update, Valid
|
| 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, 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 |
|
Saturday, September 14, 2013
Explain Border Gateway Protocol (BGP)?
Posted by
Sunflower
at
9/14/2013 08:57:00 AM
0
comments
Labels: BGP, Border gateway protocol, Domain, Exterior, Gateway, Interior, Internet, Messages, Network, Networking, Policies, Process, Protocol, Reach-ability, Route, Routing, Rules, System, Users, Uses
|
| Subscribe by Email |
|
Saturday, August 24, 2013
Explain multicast routing?
- Receiver
driven tree creation
- Multicast
distribution tree
- IP
multicast group address
- SM
or sparse mode
- DM
or dense mode
- SSM
or source specified mode
- SDM
or sparse – dense mode or bidirectional mode (bidir)
Posted by
Sunflower
at
8/24/2013 12:30:00 AM
0
comments
Labels: Address, Application Development, Communication, Data grams, Destination, Infrastructure, IP, Messages, Multicast Routing, Network, Packets, Protocol, Receiver, Route, Router, Routing, Sender, Source, transmission
|
| Subscribe by Email |
|
Monday, August 19, 2013
What is meant by multi-destination routing?
- Effective routing algorithms have been developed that are capable of routing the messages from one source node to a number of receiving nodes i.e., the multiple destination nodes.
- These algorithms are termed as the multi – destination routing algorithms and the process is therefore called as the multi – destination routing.
- This type of routing has been developed for the minimization of the cost of the network i.e., NC (network cost).
- Network cost can be defined as the sum of all the links’ weights that consist of the routing path.
- There are many heuristic algorithms available for determining the NC min path.
- This problem falls under the category of the NP – complete problems.
- Heuristics are available for the traveling salesman problem and MST (minimum spanning tree) variations.
- Global information is used by both of them.
- Another set of such heuristics is available that uses only shortest paths for reaching the destinations.
- The best worst case performance is exhibited by the MST algorithm.
- However, one study revealed that effectiveness of the simpler heuristics is higher.
- The network cost (NC) is often compared with the destination cost (DC).
- Destination cost is the sum of the cost of all the shortest paths that lead to the destination.
- A scheme of algorithms has been developed for trading off between these two costs i.e., the NC and DC.
- The sender of the transmitted data cannot be taken as a single node in a network where the cooperative communication is supported.
- This asks for the re-investigation of the traditional link concept.
- Any routing scheme thus depending up on this link concept needs to be reconsidered.
- Also, the potential performance gain resulting because of the cooperative communication needs to be exploited.
- Routing often gets complicated for some networks where the selection of the paths is no longer the job of a single entity.
- Rather, a number of entities are involved in the selection of the paths.
- Multiple entities can even select specific parts of a path.
- If these selected paths are chosen by the entities for their own objectives optimization then it can lead to inefficiency or serious complications in the network since they may or may not conflict with the other entities’ objectives.
- This would become clear from the following example, consider traffic moving in a system of roads.
- Now here each driver selects a path that would minimize only his/her traveling time.
- In this kind of routing, there are longer equilibrium routes (i.e., longer than the optimal.) for almost all other drivers.
- This is often termed as the Braess paradox.
- Another example is of the routing the AGVs (automated guided vehicles) by a model on some terminal.
- For prevention of the simultaneous usage of the infrastructure’s same part reservations are made. - This is called as the context – aware routing.
- The internet is divided in to a number of divisions which are nothing but Ass i.e., the autonomous system like ISPs.
- All these systems have control over the routes that lie in their own network at various different levels.
Following steps are involved in multi – destination routing:
1. The BGP protocol is used for selecting the AS – level paths.
2. A sequence of autonomous systems is produced by the BGP protocol via which the packet flow will take place.
3. The neighboring Ass offer multiple paths for each of the AS from which it can choose. Paths are selected based up on the relationships between the neighboring systems.
4. Each selected path refers to multiple corresponding router level paths.
Posted by
Sunflower
at
8/19/2013 04:53:00 PM
0
comments
Labels: Algorithms, Communication, Cost, Destination, Entity, Links, Messages, Multi-destination Routing, Multiple, Network, Nodes, optimization, Paths, Performance, Process, Receive, Route, Routing, Source
|
| Subscribe by Email |
|
Friday, August 9, 2013
What are applications of flooding algorithm?
Applications of Flooding Algorithm
Posted by
Sunflower
at
8/09/2013 03:07:00 PM
0
comments
Labels: Address, Algorithms, Applications, Data, files, Flood, Flooding Algorithm, Graph, Hosts, Links, Messages, Nodes, Packets, Parameters, Receiver, Route, Routing, Schema, Similarity Algorithm, Transmitter
|
| Subscribe by Email |
|
Thursday, August 8, 2013
Flooding - a kind of static algorithm
- Systems that require bridging, systems
like use net.
- Peer to peer file
sharing.
- Used as a part of the
routing protocols such as the DVMRP, OSPF etc.
- Used in protocols used for
the adhoc wireless networks.
- Each node in the network
might act as both receiver and the transmitter.
- The incoming message is
forwarded by the receiving node to each of its neighboring nodes except
the one which is the source code.
Advantages and Disadvantages of Flooding Algorithm
- If it is possible for
delivering the packet, it will be delivered but a number of times.
- In flooding algorithm every
path in the network is naturally utilized and so the shortest path is also
used.
- The implementation of the
flooding algorithm is quite simple.
- The cost of the flooding
algorithm can be very high because a lot of bandwidth is wasted. Even if
there is one destination of the message, it will be sent to all the hosts
on the network unnecessarily. If in case there occurs a denial of service
attack or a ping flood, the reliability of the whole network will be
affected badly.
- In the computer network, the
message might get duplicated. This in turn can increase the load on the bandwidth
of the network. This will call for increasing the complexity of the
processing for rejecting the duplicates of the messages.
- The packets that are
duplicate might keep on circulating forever, if the following precautions
are not taken:
Posted by
Sunflower
at
8/08/2013 11:33:00 PM
0
comments
Labels: Advantages, Algorithms, Application, Code, Design, Destination, Disadvantages, Flooding Algorithm, Graph, Links, Message, Messages, Network, Packets, Routers, Routing, Source, Static, System
|
| Subscribe by Email |
|
Thursday, July 18, 2013
What is a routing algorithm in network layer?
- Administrative
distance: This basis is valid when different routing protocols are being
used. It prefers a lower distance.
- Metric: This basis is valid when only one routing protocol is being used
throughout the networks. It prefers a low cost route.
- Prefix-length: This basis does not depends on whether the same protocol is being used or there are many different protocols involved. It prefers the longer subnet masks.
Posted by
Sunflower
at
7/18/2013 08:46:00 PM
0
comments
Labels: Address, Algorithms, Data, Destination, Forwarding, Information, Input, Memory, Messages, Network, Networking, Nodes, Operation, Packets, Path, Process, Records, Route, Routing, Source
|
| Subscribe by Email |
|