(Accenture)1. Write a distance vector algoritam
2. TCP/IP 3 way hand shake
Answers were Sorted based on User's Feedback
Answer / dev kumar
Distance vector-based routing algorithms (also known as
Bellman-Ford algorithms) pass periodic copies of a routing
table from router to router.
When the topology in a distance vector protocol
internetwork changes, routing table updates must occur. As
with the network discovery process, topology change updates
proceed step-by-step from router to router.
When maintaining the routing information, inconsistencies
can occur if the internetwork’s slow convergence on a new
configuration causes incorrect routing entries.
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / ba
Distance vector protocol uses the bellman-fort algorithm.
it has 6 steps
1.increments the materic of the incoming route in the
advertisement.(counts the hops values)
2.Compare the n/w address in routing updaate from the
neighbor to wt the router has in the routing table.
3.if the neighbor information is better. it places the new
update in routing table, and delete the old entry.
4.if neighbor's information is worse, it ignors that.
5.if the neighbor update same as in routing table it resets
the timer for entry in the routing table.
6. if the neighbor's information is different path to same
destination, it stores the route in the routing table.
in the distance RIP doesnt support the un-equal paths.
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / amrendra kumar
1.distance vector protocol work on Bellman–Ford algorithm,
2. SYN,SYN-ACK,ACK
| Is This Answer Correct ? | 1 Yes | 0 No |
You have a class C subnet. You would like divide it up into 30 more subnets by "subnetting" ? What would be the subnet mask?
FQDN stands for ?
Which of the following methods are used as flow control ? Choose 3 a. Acknowledgements b. Windowing c. Traceroute d. TTL e. Sliding windows
Port is where upper layer protocols access which layer ? a. data-link b. network c. transport d. session
what is the purpose of activ directory in windows2003
What is firewall ?
Which file is used to define host-wide aliases ?
What resolves the differences in data byte ordering, data type size, representation and alignment between architecture.
At which layer does DHCP work at ?
You have a class B subnet. You would like to divide it up into 12 more subnets by "subnetting". However you also have to have at least 4000 hosts per subnet. Can you do it?
What IP network addresses are set aside for class A (for private use)? a. 1.0.0.0 (mask 255.0.0.0) b. 10.0.0.0 (mask 255.0.0.0) c. 10.0.0.0 (mask 255.255.0.0) d. 100.0.0.0 (mask 255.0.0.0) e. 100.0.0.0 (mask 255.255.0.0)
Internet layer is the same as which layer in OSI ?