What is a server?
A host/program that provides a service:
What is a client?
A program that makes use of a service:
What is a FQDN?
Fully Qualified Domain Name
e.g. www.cs.st-andrews.ac.uk
complete domain name for a specific computer or host on the internet - specifies location in DNS.
What is an IPv4 address?
Unique address/number in a network for a specific computer/host.
Uses dotted decimal notation
e.g. 138.251.10.53
What is DNS?
Domain Name System.
Mapping of FQDN to address.
(or address lookup from IP address to FQDN)
Properties of TCP port numbers