Networking Fundamentals (THM) Flashcards
(112 cards)
What is computer networking?
Connecting devices so that they can share data.
If Humans have 1)Names and 2) fingerprints, what do computers have?
1) IP Addresses
2) MAC Addresses
What does IP and MAC stand for?
Internet Protocol and Media Access Control
What are 2 IP addressing schemes and their respective number systems?
1) IPV4 (2^32)
2) IPV6 (2^128)
What is an IP address divided by?
4 Octets
What is Ping and what does it use?
Ping is a networking tool that uses ICMP packets to verify network connection and performance.
What is ICMP?
Internet Control Message Protocol
What is LAN?
Local Area Network
What is a LAN Topology?
The configuration of a LAN.
What are the 3 types of Lan Topologies?
Star
Bus
Ring
What is the most efficient LAN topology? Give a positive and negative.
Star
Scalable and most efficient
Expensive
What is the cheapest LAN topology? Positive and Negative?
Bus
Easy set up and cost efficient
Can bottleneck and slowdown, dependent on backbone cable
What is the easiest LAN topology to fix? Positive and Negative?
Ring
Easy set up, more efficient than Bus topology
Dependent on every connected device and cable
What is a switch?
A device that connects other devices and tracks which port those devices are connected to.
What is a router?
A device that connects and passes data between networks.
Device that configures port forwarding.
What is routing?
Process of data travelling across networks.
What is ARP?
Address Resolution Protocol
What is a cache?
A ledger of addresses
What does ARP do?
Allows devices to connect to networks by associating their MAC to an IP. Each device on a network will track the MAC addresses associated to IPs on a network.
How does ARP work?
1)ARP Request
2)ARP Reply
What is an ARP Request?
Message sent on a network requesting the MAC address associated with a known IP address.
What is an ARP Reply?
If the MAC address associated with a known IP address is known by the device, it sends the MAC address to the device that made the ARP Request.
What does a device do after receiving an ARP Reply?
Stores the MAC address associated with an IP into its cache.
What is DHCP?
Dynamic Host Configuration Protocol