NETW1 Logs
Unicast (one-to-one), multicast (one-to-many), and anycast (one-to-nearest) — there is NO broadcast in IPv6.
* The three address categories, with unicast's three sub-types and their prefixes. *
IPv6 Address Types:
Type
Description
Equivalent in IPv4
Unicast
One-to-one; id...
Q What is a Unique Local Address (ULA), and what is a common misconception about it?
A ULA (fc00::/7) is used for local addressing within or between a limited number of sites — like IPv4 RFC 1918 private addresses — and is never globally routed or translated to a GUA.
Unique Local Addresses (ULA):
Property
Detail
Range
fc00::/7 (in practice fd00::/8, the h...
Q What are the three characteristics of IP, and what does each mean?
Connectionless (no connection set up first), best effort (delivery not guaranteed), and media independent (runs over any medium) — all chosen to keep IP overhead low.
IP is designed with low overhead and has three characteristics:
Characteristic
Description
Connectionless...
Q What is a default gateway and what are its requirements?
A default gateway is a router (or Layer 3 switch) on the LAN that serves as the door to other networks; it must have an IP in the LAN's range and be able to forward traffic off the LAN.
Default Gateway (DGW):
A router or Layer 3 switch that acts as the "door" to other networks.
R...
Q What is the difference between a server and a client in a network?
A server provides information/services; a client requests them — and the same device can play either role depending on the exchange.
Server and client are roles in a conversation, not fixed kinds of hardware. A computer is a server whenever it runs software that answers requests,...
Q What is bandwidth and what are the common units of measurement?
Bandwidth is a medium's capacity to carry data — how many bits can move per second — measured in bps and scaled up as Kbps, Mbps, Gbps, and Tbps.
Bandwidth is the capacity at which a medium can carry data - how many bits can flow from one place to another in a given amount of tim...
Q What organizations establish UTP standards and what are the cable categories?
The cabling categories (Cat 3–7) are defined by TIA/EIA (ANSI/TIA-568) and ISO/IEC — not by IEEE. IEEE defines the Ethernet signalling standards (802.3) that run over those cables, which is a different thing.
It is easy to mix up two different sets of standards bodies here, so ke...
Q How can you identify single-mode vs multimode fiber patch cords by color?
Yellow jackets are single-mode fiber; orange (or aqua) jackets are multimode fiber.
Fiber patch cords are color-coded for easy identification:
Jacket Color
Fiber Type
Yellow
Single-mode fiber (SMF)
Orange or Aqua
Multimode fiber (MMF)
Common patch cord types:
SC-SC M...
Q What are the three message delivery options and how do they differ?
Unicast is one-to-one, multicast is one-to-a-group, broadcast is one-to-all — broadcast exists only in IPv4; IPv6 drops it and adds anycast instead.
* The four delivery options compared from a single sender. *
Delivery Option
Description
Unicast
One-to-one communication -...
Q What are the key Internet standards organizations and their responsibilities?
ISOC, IAB, IETF, and IRTF develop and maintain Internet/TCP-IP standards; ICANN and IANA coordinate IP address, domain name, and protocol-number allocation.
Organization
Responsibility
ISOC (Internet Society)
Promotes open development and evolution of the Internet
IAB (I...