Question 85
85. Consider the following two statements with respect to IPv4 in computer networking:
P: The loopback(IP) address is a member of class B network
Q: The loopback(IP) address is used to send a packet from host to itself
What can you say about the statements P and Q?
Answer : 2. P-False; Q-True P: The loopback(IP) address is a member of class B network
Q: The loopback(IP) address is used to send a packet from host to itself
What can you say about the statements P and Q?
Previous | Next |
UGC NET CS 2018 July - II Question 84 | UGC NET CS 2018 July - II Question 86 |
-
P: The loopback(IP) address is a member of class B network. Statement P is Flase.
-
Q: The loopback(IP) address is used to send a packet from host to itself. Statement Q is True.
So, option 2 is correct answerExplanation: The loopback(IP) address is a member of class A network. Any address between the range 127 . 0. 0. 0 to 127.255.255.255 can be used a loopback address but we can’t use 127 . 0. 0. 0 and 127.255.255.255 as loopback addresses.
Explanation: IPv4 network standards reserve the entire address block 127.0.0.0/8 (more than 16 million addresses) for loopback purposes. That means any packet sent to any of those addresses is looped back. A loopback address is a special IP address, 127.0.0.1, reserved by InterNIC for use in testing network cards.It also allows information technology professionals to test IP software without worrying about broken or corrupted drivers or hardware.
Reference : localhost - loopback(IP) address
Reference 2 : What is a loopback address?