Assume a host with IP address 10.1.1.10 wants to request web services from a server at 10.1.1.254. Which of the following would display the correct socket pair?
- 1099:10.1.1.10, 80:10.1.1.254
- 10.1.1.10:80, 10.1.1.254:1099
- 10.1.1.10:1099, 10.1.1.254:80
- 80:10.1.1.10, 1099:10.1.1.254
Explanation: The socket pair for a host with IP address 10.1.1.10 requesting web services from a server at 10.1.1.254 would be 10.1.1.10:1099, 10.1.1.254:80.
Exam with this question: 14.4.5 Check Your Understanding - Port Numbers
Exam with this question: 11.3.6 Check Your Understanding - Port Numbers
Please login or Register to submit your answer