Match the elements in the URL ftp://xyz-company.com:2457/support/file;id=65?name=intro&r=true to the description.
- xyz-company.com ==> host
- 2457 ==> port
- support/file ==> path
- ftp ==> scheme
- name=intro&r=true ==> query-string
- id=65 ==> path-segment-params
Explanation & Hint: Place the options in the following order:
|