Changes between Version 4 and Version 5 of tsvart-common-issues
- Timestamp:
- 14/01/22 16:55:39 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
tsvart-common-issues
v4 v5 61 61 == Port Number Use == 62 62 63 See BCP165, composed of RFC6335 and RFC7605. In particular, it is useful to avoid multiple ports for a single service, avoid deployingnew insecure services (i.e., all services really ought to have security or at least optional security when deployed), etc.63 See BCP165, composed of RFC6335 and RFC7605. In particular, it is expect that protocols avoid multiple ports for a single service, do not deploy new insecure services (i.e., all services really ought to have security or at least optional security when deployed), etc. 64 64 65 If one during protocol design phase thinks one have a need for assigned port, it is recommended to request early feedback on this aspect. 65 If one during protocol design phase thinks one have a need for assigned port, it is recommended to request early feedback on this aspect. It is also recommended that the document authors provides answer to the questions asked for an IANA port request listed at https://www.iana.org/form/ports-services. This helps the IETF community in the review of the port assignment request. 66 66 67 67 == TSVART guideline regarding use of _tcp and _udp in SRV ==