An address is made up of several standard components that describe a location from the most specific (house/apartment) up to the largest area (country). The exact pieces and their types can vary by country and by context (postal vs. database vs. navigation), but the core ideas stay similar.

Core components of a typical address

Most modern postal addresses (for example, in the US or Europe) follow this basic structure:

  1. Recipient / addressee
    • Person or organization name (e.g., “Jane Doe”, “ABC Ltd.”).
 * Not strictly a geographic component, but essential for mail delivery.
  1. House number / building identifier
    • Identifies the specific building on a street (e.g., 221B, 742).
 * May include building names in some countries (e.g., “Sunrise Towers”).
  1. Street (route)
    • The road name where the building is located (e.g., “Baker Street”).
 * Can include prefixes/suffixes: “North”, “Ave”, “Rd” etc.
  1. Secondary unit information (optional but common)
    • Apartment, suite, floor, room, PO Box, etc. (e.g., “Apt 5C”, “Suite 300”, “PO Box 123”).
 * Further pinpoints a sub‑unit inside a building or complex.
  1. Locality level
    • City / town: Main inhabited place (e.g., “New York”).
 * District / suburb (optional): Smaller entity within a city (e.g., “Brooklyn”).
 * Subdistrict / neighborhood (optional): Even more fine-grained (e.g., “Williamsburg”).
  1. Administrative areas
    • State / first‑level subdivision: e.g., “California”, “Bavaria”, “Ontario”.
 * Province / second‑level subdivision: e.g., “county”, “region”, “district”, depending on country.
  1. Postal code (ZIP code)
    • Code used by postal systems to route mail (e.g., “10001”, “SW1A 1AA”).
 * Variants:
   * Basic postal code (US 5‑digit ZIP).
   * Extended code (e.g., US ZIP+4 like “10001‑1234”) for more precise targeting.
  1. Country
    • Name of the country or its code (e.g., “United States”, “DE”, “IN”).
 * Essential for international mail and global databases.

Types of address components (conceptual view)

You can think of address components as belonging to a few types/categories :

  1. Geopolitical components
    • Country, state, province, county, district, city.
    • These follow administrative or political boundaries.
  2. Thoroughfare components
    • Street/route name, house number, pre/post direction (N, S, E, W), street suffix (St, Rd, Ave).
 * These describe the path/road and the specific point along it.
  1. Premise / sub‑premise components
    • Building name, building number, apartment, suite, floor, unit, PO Box.
 * Used to identify a specific structure and then a specific unit within it.
  1. Postal/routing components
    • Postal code / ZIP, ZIP+4, postal town.
 * Primarily used by postal and logistics systems for efficient routing.
  1. Descriptive/optional components
    • Landmarks, neighborhoods, additional instructions (e.g., “near central park”, “gate 2”).
 * Helpful for humans or local services but often ignored by strict geocoding systems.

“Mandatory” vs “optional” elements

Address standards often split elements into mandatory (needed to deliver) and optional (nice to have).

  • Typically mandatory (for postal delivery):
    • Recipient name (for mail).
* House/building number and street.
* City/town (or postal town).
* State/region (in countries that use them).
* Postal/ZIP code.
  • Typically optional:
    • Apartment/suite/floor (only needed if relevant).
* District/subdistrict/neighborhood.
* ZIP+4 extension or similar high‑precision add‑ons.
* Landmarks, additional directions.

Some national standards explicitly list mandatory and optional elements and emphasize that optional locality details can add clarity but also complexity if overused.

How these components differ from each other

Here’s a compact view of their differences in purpose and scale:

Component Type Main purpose Scale
Recipient name Person/organization Identifies who receives the item Individual
House/building number Premise Pinpoints a specific building on a street Single building
Street name Thoroughfare Identifies the road/route Segment or line
Apartment/suite/floor Sub‑premise Identifies a unit inside a building Part of building
City/town Geopolitical Groups addresses into an urban area Local area
District/suburb Geopolitical (local) Further refines area inside a city Sub‑city
State/province Geopolitical (regional) Places city within a larger administrative region Region
Postal/ZIP code Postal routing Supports machine sorting & routing Postal zone
Country Geopolitical (national) Places address within a national system Nation

Example to tie it together

Consider:

Ms Jane Doe
Apt 5C, 221B Baker Street
London NW1 6XE
United Kingdom

  • Ms Jane Doe → recipient.
  • 221B → house/building number.
  • Baker Street → street.
  • Apt 5C → sub‑premise.
  • London → city/postal town.
  • NW1 6XE → postal code.
  • United Kingdom → country.

Each component is a different “type” (person vs premise vs street vs administrative vs postal code), and together they uniquely identify one physical location suitable for human use and postal or geocoding systems.

TL;DR:
An address is a structured set of components—premise (house/building + unit), street, locality (city/district), administrative areas (state/province), postal code, and country, plus the recipient name. These components differ by their role (who vs where), scale (room → building → street → city → region → country), and function (human readability vs postal routing vs administrative classification).

Information gathered from public forums or data available on the internet and portrayed here.