Match each application protocol in List-I with its default (well-known) port…
2019
Match each application protocol in List-I with its default (well-known) port number in List-II.
List-I (Protocol) | List-II (Port number) |
|---|---|
K. HTTPS | P. 25 |
L. SMTP | Q. 53 |
M. DNS | R. 443 |
Select the correct combination.
Answer: B. K-R, L-P, M-Q — Concept. A port number is a 16-bit transport-layer address that tells a host which application process an arriving segment belongs to. The numbers 0–1023 form…
- A.
K-R, L-Q, M-P
- B.
K-R, L-P, M-Q
- C.
K-P, L-Q, M-R
- D.
K-Q, L-R, M-P
Attempted by 37 students.
Show answer & explanation
Correct answer: B
Concept. A port number is a 16-bit transport-layer address that tells a host which application process an arriving segment belongs to. The numbers 0–1023 form the well-known range, which IANA assigns permanently to standard services, so a given service is reached on the same number on every host. Deciding which port belongs to which protocol is therefore recall of a fixed registration, not a calculation.
Applying it here.
HTTPS is HTTP carried inside a TLS session. IANA registers it on TCP 443, so K pairs with 443, which List-II labels R.
SMTP is the protocol that relays outgoing mail to and between mail servers. IANA registers it on TCP 25, so L pairs with 25, which List-II labels P.
DNS resolves names to addresses. IANA registers it on 53 — UDP for ordinary queries, TCP for zone transfers and oversized responses — so M pairs with 53, which List-II labels Q.
Cross-check. The three registrations use each port exactly once, so the mapping is one-to-one: mail takes 25, name resolution takes 53 and secure web traffic takes 443, leaving no protocol without a port and no port claimed twice.
Protocol | Default port | Pair |
|---|---|---|
HTTPS | 443 | K-R |
SMTP | 25 | L-P |
DNS | 53 | M-Q |
Result. The correct combination is K-R, L-P, M-Q.