All Other Information Flashcards
Order of Layers and their purpose
P - Physical (bits on a wire)
L - Link (Data transferring between neighboring devices [ethernet, WiFi, etc.])
N - Network (Routing protocols [OSPF, RIP, BGP])
T - Transport (Process - Process [TCP/UDP])
A - Application (HTTP, DNS, SMTP, etc.)
MAC Address Description
For the individual network card/physical hardware. Identifies network interface on a device. WiFi would have different MAC address than computer.
IP Address Information
Uses 4 octets
127.0.0.1 - local host
Subnet Mask
Used to mask off bits to indicate which part is the network and which part is the individual host.
Hub VS Switch
A hub connects multiple other devices via Ethernet cable. A switch is the more secure version of a hub as the switch learns which devices are on which ports so it only sends data to the right one instead of constantly blasting data.
WiFi information
Does not stand for anything.
Is not the internet.
Just connects your network.
What does DHCP do?
Gets IP address
What does DNS do?
Type in DNS name and it automatically resolves to the IP address. Don’t need to know specific IP
What are the DNS Records and what do they do?
A - Address record. Resolves to an IP address
CNAME - Canonical name. Alias to another name; used if you want multiple names to point to the same place
MX - Mail exchanger. The machine responsible for receiving emails.
What does NTP do?
Used to synchronize clocks on computers.
NTP servers use physical atomic clocks.
What does SMTP do?
For transporting messages. Gets emails from one place to another.
DOES NOT read email or do anything else apart from, transporting.
What does IMAP do?
This is used to fetch emails off the machine.
Reads emails, marks them as read, etc.
Can create and manage boxes/folders, labels, do searches, etc.
What does Telnet do and what are its weaknesses?
Used to login to remote servers and get a virtual terminal.
Everything is sent in plain text (no encryption), so it’s susceptible to man-in-the-middle attacks and snooping.
What does SSH do?
Secure version of Telnet.
What does FTP do and what are its weaknesses?
The transfer of files between devices over a network.
Data is not encrypted. All data is sent in clear/plain text.