What do you mean by static routing and dynamic routing?
Answer Posted / ravikumar
static roting: static routing is not a protocol application and its only a process of updating routing table manually and if any changes is occurred means change the routing table manually.
whereas
Dynamic routing: Dynamic routing is a protocol application and
update the routing table value automatically through the route discovery mechanism.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
A bar of steel 24 mm in diameter was subjected to a tensile load of 60 kNs and measured extension on a 20-cm gauge length was 0.009 cm and the change in diameter was 0.00375 cm. Calculate the Bulk modulus?
sir ,,kindly provide me 10 year old solved question papers of gate ,i am from CS. branch...
what is difference between shell commands and shell scripting commands or both r same?
I have attended offcampus conducted by polaris chennai.And i have cleared all rounds on 10th June 2014.They collected all my marksheet xerox and address proof and said that they will send me offer letter in 3 days.. But more than 15days passed but still i didnt receive any information. I am lot depend on this offer... so when can i expect offer letter?? will they surely send me offer letter?
what's the difference between windows serevr 2003 or windows XP.
What have you done to improve or develop your knowledge / professional qualifications in the last year?
write an algorithm in O(n) time for finding the kth smaalest element form an array of n elements , where n and k are entered by user
in which website , i can able to get the electrical basics.?????????????
What is the instruction to load the register B?
why we select you?
Explain how to share outlook calenders and the type of permissions you need to assign?
What is the difference between command line argument and input taking from the user?
how to convert postfix notation into prefix in data structures. please send me algo of taha
Define function ? Explain arguments in functions ?
95) func(a,b) int a,b; { return( a= (a==b) ); } main() { int process(),func(); printf("The value of process is %d ! ",process(func,3,6)); } process(pf,val1,val2) int (*pf) (); int val1,val2; { return((*pf) (val1,val2)); please help me in detail ....with flowchart