Networking Devices Flashcards
in sits simplest form, what is a host?
Hosts are ANY device which Sends Or receives traffic
Name 5 different examples of Hosts
Computers, laptops, phones, printers, servers, cloud servers are hosts
Also any Internet of Things (IOT) device is considered a host
TVs, Smart Watches, Smart Fridges, Smart Lights, Thermometers, anything that sends or receives traffic over a network is considered a host
what is a “client” in networking?
A “Client” is a host that initiates requests over a network
What is a “server” in networking?
A Server is simpiliy and computer with a software installed to respond to specific requests. any device can be turned into a server, just with the proper software.
What is the purpose of a IP Address?
An IP Address is the identity of each host. If you intend to send anything over the internet network, you need an IP device. IP addresses will be stamped on packets you receive or send.
What does The SRC abbreviation mean?
“Source” as in Source IP Address or Source Mac Address
what does DST Mean?
DST means destination, as in destination IP address or Destination Mac address
How do we read/convert IP Addresses?
Every IP Address is made up of 32 1s and 0s (Bits) that we break down into 4 octets and then translate into a decimal number
What is a bit?
A Bit is a 1 or a 0
what is an octet?
Octet is a group of 8
What process is used to assign IP Addresses?
Subnetting
What is a Network?
A Network is what transports traffic between hosts. any time 2 hosts are connected, you have a network
More Specific Definition: A Grouping of hosts which require similar connectivity.
what is ISP and what is the purpose of it/them?
ISP stands for Internet Service Provider, and the ISPs job is to connect networks together
What are Repeaters? What are their purpose?
A Repeater is something that helps regenerate the signal from the computer. Think Red Stone Repeaters in Minecraft. After a certian Distance the connection fades so you need a repeater. same thing here.
The Repeaters Purpose is to connect computers over longer distances
What is a Hub? What is its purpose? and whats its flaw?
A Hub is a Receiver but with multiple multiple ports. its purpose is to make adding new hosts infinitly easier, as they just connect to the hub rather than directly to each computer
the “Flaw” With Just Hubs, is when it recieves data, it amplifies it through all its ports. basically, everyone gets everyone elses data.