5,170 views

5 Answers

4 votes
4 votes
Loop Back testing means Source and Destination should be same.

So I suggest ANS is 1.
3 votes
3 votes

1 is the answer. 127.XXX are reserved for loopback though 127.0.0.1 is the usual implemented one (just a convention). 

http://en.utrace.de/whois/127.100.100.100

2 choice is broadcasting and hence cannot be the answer. 

1 votes
1 votes
as there is given  for loopback testing then 3)127.1.100.1 is the right answer.

let me describe this in brief.

a. if u developed a software that is having client and server mechanism and u want test that on ur computer than  u can put loopback address at the destination and check for it without having any internet connection.

b.loopback address is done to check ur tcp/ip protocol and that works till network layer only.In this... packet is send by the network layer and received by that network layer only of the host .to make software to believe that they are connected to internet without actual connection.this is used to check proper functioning of upper layers only.

c.this loopback testing is done at ur computer so this destination address never ever be able to leave ur computer or host.

answer 1) is wrong as by this u can only test the internet connectivity of ur computer and u cant do loopback testing through this.
edited by
0 votes
0 votes
the answer is c . a can be the answer according to the definition of loopback . if u think loopback is going to the router and coming back then a will be the answer but in normal sense and actual practise the loopback is just making the  packet go and come back ut not to send to the link. so answer is c. in a packet will go to the router and then come back which may not be called loopback.

Related questions

0 votes
0 votes
2 answers
3