Networking 101 Flashcards
What is an IP Address
Internet Protocol is the principle set of digital message formats and rules for exchanging messages between computers across a single network of a series of interconnected networks
An Internet Protocol Address is a logical numeric address that is assigned to every single computer, printer, switch, router or an other device that is apart of TCP/IP-based network
Name the three different network configuration concepts
IP Addressing
DNS
DHCP
Name the Two different types of Network Ports an Protocols
TCP and UDP
IPV4 Address Basics
Defined in RFC 791 in 1981
Internet Assigned Number Authority (IANA)
32-bits - 4.2 Billion Addresses
Subnet Mask
Used to Determine what subnet a host is on.
Subnet = Sub Network
Parts of the IP Address used for network and host are not fixed.
Subnet Mask is a 32-bit Number
What is Classless Inter-Domain Routing
255.0.0.0 /8 A
255.255.0.0 /16 B
225.225.225.0 /24 C
What is NAT (Network Address Translation)?
NAT on router will remap (translate) to a public IP Address as we go onto the internet.
What is the Automatic Private IP Addressing (APIPA)
APIPA assigns an IP address if DHCP is not available, also called local-link address
Domain Name System
Core component of every network, Translates Domain Names to IP addresses
Pluralsight.com > 35.161.255.88
Gateway
Device Located at the boundary of a network
Transfers communication between your local network and the internet
The router on a home network
What is TCP and UDP
Both Protocols Send information from one device to another, They both work on top of the IP Protocol
TCP - Transmission Control Protocol
Connection-oriented protocol
It establishes a connection in which data can be sent both ways
TCP is all about reliability, built-in systems to check for errors, and guaranteed that data will be delivered in the right order
TCP is great for images, data files, web pages and emails
UDP - User Datagram Protocol
Connectionless Protocol
Data is continuously sent to the recipient, whether or not they receive it, no error checking or conformation
Great for real-time communications, Live broadcast, Online Multiplayer games
Network Ports
A network port is a process-specific or an application specific software construct serving as a communication endpoint, which is used by the Transport Layer Protocols of Internet Protocol Suite, such as UDP and TCP.
What is FTP and what Port does it run on?
One of the most used file transfer protocols
Moves files from one system to another
Uses TCP 20/21