S13 - Network Configurations Flashcards
stand for TCP/IP
Transmission Control Protocol / Internet Protocol
Define Link/Network interface layer
Puts frames in the physical network’s transmission media (copper wires/WI-FI)
Where can the data get to on the Link/Network Layer
Through the Local Area Network
Define Internet Layer
Used to address packets and router them across the network, where to send the packets
Common Protocols in Transport layer
TCP & UDP
Define Transport layer
Shows how to send the packets
Define Application layer
contains all the protocols that perform higher level functions (e.g. email, encryption etc) Which format the data should be sent as
What do the 0s in the subnet mask refer to
Host bits
What do the 1s in the subnet mask refer to
Network bits
Define classful mask
A network class being aligned with perfect
Define classless inter-domain routing (CIDR)
Allows for borrowing of some host bits and reassigning them to the network portion
What does the /24 after an IP refer to
the amount of network bits e.g. (255.255.255.0 = 24 bits to network and 8 to host)
2 types of IPv4 IPs
Public (Routable), Private (Non-routable)
Define Public IP
Can be accessed over the internet and is assigned to the network by an internet service provider
Define Private IPs
Can be used by anyone at any time, only within LAN
Define Network Address Translation (NAT)
Allows for less IP consumption, translates public to private and vice versa
Define Automatic Private IP addresses (APIPA)
Used when a device doesn’t have a static IP or cannot reach a DHCP address 169.254.0.0 - 169.254.255.255
DHCP proccess
DORA - Discover, Offer, Request, Acknowledge
What is static assignment
Manually typing the Ip for the host, subnet mask, default gateway, DNS server
What are the components of a fully configured host
IP, subnet mask, default gateway, server address
Define domain name system (DNS)
Translates the domain names used by the website into the IP address of its server. Names to numbers, numbers to names
Define Windows Internet name service (WINS)
Identifies NetBIOS systems on a TCP/IP network and convert those NetBIOS names to IP addresses
4 protocols for dynamic assignment of critical info
BOOTP, DHCP, APIPA, ZeroConf
Define BOOTP
legacy method of dynamically assigning IPs and allow workstation to load a copy of boot image over network
What is the modern version of BOOTP
DHCP
Benefit of IPIPA
Allows for quick config of a LAN without need for DHCP server
Drawback of APIPA in terms of communication
IPIPA devices can’t be routed outside of network, can only communicate with IPIPA devices
Define Zero-Conf
New version of APIPA
Define DHCP reservation
Excludes some IP addresses from being handed to devices unless they meet a certain condition (e.g. assigning printers to having a certain IP)
Define Fully-Qualified Domain Name (FQDN)
Domain name under a top-top level provider (www/ftp/etc)
Define Uniform Resource Locator (URL)
Contains he FQDN with the method of accessing information (https://, http:/, ftp://)
Define Sender Policy Framework (SPF)
Method of configuring who can send emails to host
Define DomainKeys Identified Mail (DKIM)
provides the cryptographic authentication mechanism using a public key published as a DNS record
Define domain-based message authentication, reporting & conformance (DMARC)
Framework that is used for proper application of SPF and DKIM, using a policy that is published as a public DNS record
Define internal DNS
allows cloud instances on the same network access each other using internal DNS names
Define External DNS
records created around the domain names from a central authority and used on the public internet
Define Time to live (TTL)
tells the DNS resolver how long to cache a query before requesting a new one