Network Fundamentals Flashcards
What is a Network?
Networks are simply things that are connected, in terms of computing, a network can be formed between 2 - 1,000,000,000 devices
What is the Internet?
The Internet is actually a massive network thats formed by a bunch of smaller networks within itself
What are networks that make up the Internet?
Private Networks are the smaller networks that actually form the internet, while the public networks are the networks that connect the private networks to each other
What are the two forms of Identification for a device?
A device has an IP address which stands for Internet Protocol Address, these address are used for identifying a Host on a Network for a time. While the MAC address which stands for Media Access Control, can be considered a serial number that acts as a unique address for a device
Whats an IP address look like?
10.10.109.20
Whats a MAC address look like?
c2:h1:23:j9:o0:mm
Whats the Ping command do?
Ping is a very fundamental network tool thats meant to determine the connection between devices, also Ping can only be done on devices that are connected to a network
Whats LAN?
LAN stands for Local Area Network
Whats topology in reference to computing?
Topology in computing is referred to the structure of different networks, examples include: star, ring, and bus topology
Whats Subnetting?
Subnetting is the process of cutting bigger networks into smaller networks, this is primarily done to section off different networks mostly off purpose of the allotted network
Whats ARP Protocol?
ARP Protocol stands for Address Resolution Protocol an its used when devices identify themselves on a network; It allows devices on a network to associate their MAC address with an IP address on the same network
What makes up ARP Protocol?
ARP Protocol is broken into two types of message types: ARP Request and ARP Responses
ARP Request
An ARP Request can be sent by any device, once sent, a copy of that response is sent to every device on the network, it would like: “Hi. My MAC is MAC, and I’m looking for IP. Anyone have it?”
ARP Response
An ARP Response is sent back by the device that has a matching IP address to the one requested by the device making the ARP request, the response would look like: “Hi. I have that IP address, this is my MAC as well.”
What are Frames and Packets?
Frames and Packets are small pieces of data that when forming together make a larger piece of information