On a host, you start a tibrvlisten using tibrvlisten -daemon tcp:7500 -service 8500 A.B. Which two tibrvsend commands on the same host will successfully send "HELLO" message to tibrvlisten? (Choose two.)
Select all that apply, then click Submit answer.
-
○
tibrvsend -daemon 7500 -service 8500 A.B HELLO
-
○
tibrvsend -service 8500 A.B HELLO
-
○
tibrvsend -daemon 7500 -service 7500 A.B HELLO
-
○
tibrvsend -daemon 8500 -service 8500 A.B HELLO