InterviewSolution
Saved Bookmarks
| 1. |
The following is a 32-bit binary number usually represented as 4 decimal values, each representing 8 bits, in the range 0 to 255 (known as octets) separated by decimal points. 140.179.220.200 What is it? What is its importance? |
|
Answer» It is an IP Address. It is used to identify the computers on a network. |
|