Module 4: Networking Flashcards
Network
Two or more computer linked together in order to share resources/information
Client
A machine on a network that RECEIVES resources from a server.
Server
A machine on a network that contains resources that other machines on the network wish to access.
Local Area Network
A network of devices that is contained within a small geographic location (a house, small business, office, etc.)
Wide Area Network
A network that covers a large geographic area (such as a city, state, country). Can be used to connect smaller networks together.
Node/Host
Anything connected to the network
Protocol
A set of rules for communicating across a network
Packet
A bit of information sent over the network. Data is broken into pieces called packets for transmission over the network.
Header (packet structure)
A packet header contains the source address, the destination address, and the protocol used (as well as other information like Time to Live, etc.)
Payload (packet structure)
The actual data being sent over the network
TCP/IP
A set of protocols used to send information over the Internet.
Router
A device that is responsible for sending packets between networks.
Link/Network Layer (TCP/IP)
Refers to the actual physical connection between a host and the network (wired or wireless).
Internet Layer (TCP/IP)
Deals with the routing of packets between networks.
Transport Layer (TCP/IP)
Deals with whether the communications are using TCP (for reliability) or UDP (for speed)
Application Layer (TCP/IP)
Deals with the actual applications that the user interacts with (HTTP, etc.).
IP (protocol)
Internet Protocol - the protocol that deals with the routing of packets between networks.
Datagram
The basic unit of data that is transmitted across a network. Contains a header and payload. Sometimes used interchangeably with the word “packet”
IP address
A series of (up to) three-digit numbers from 0-255 separated by dots. An IP address is associated with a specific network host (but can change).
Network prefix
The portion of the IP address that refers to the network segment.
Subnet mask
Determines which part of the IP address that makes up the network prefix. For example, if the network prefix was the first three numbers of the IP address, the subnet mask would be 255.255.255.0
MAC address
A unique hardware identifier given to a network adapter. This is most often represented using six sets of two hexadecimal digits separated by colons. (56:A7:3F:2D:68:76)
ARP
Address Resolution Protocol - associates a MAC address (which is unique and doesn’t change*) with an IP address (which can change)
Default gateway
Term used to refer to the router on a LAN. Packets that are meant to go to other networks (not local) are sent to the Default gateway.
DNS
Domain Name Service - the service that associates the IP address of a website with an easy-to-remember domain name (www.google.com)
Hostname
A label that is assigned to a device and used for identification on a network.
FQDN
Fully Qualified Domain Name - the complete domain name for a specific host, containing the hostname, domain name, and top-level domain (www.google.com)
URL
Uniform Resource Locator - a web address
HTTP
Hypertext Transfer Protocol - the method by which Web pages are transferred from a server to a client machine. Contains no security features.
SSL
Secure Sockets Layer - a method of encryption for HTTP
TLS
Transport Layer Security - a method of encryption for HTTP.
HTTPS
HTTP Secure - HTTP with the addition of security (SSL or TLS)
Digital certificate
an electronic “key” that allows a site to transmit information securely across the internet. (proves the website is legitimately who they say they are).