Networking Fundamentals (THM) Flashcards
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
What are the 4 steps of DHCP?
1)DHCP Discover
2)DHCP Offer
3)DHCP Request
4)DHCP Ack
What does DHCP Discover attempt to do?
Connect to a DHCP server
What is an OSI model?
Open Systems Interconnection model
What are the 7 steps in an OSI model?
1)Physical
2)Data Link
3)Network
4)Transport
5)Session
6)Presentation
7)Application
What is encapsulation? What does it have to do with the OSI model?
Information being added to data.
Encapsulation occurs at every step of the OSI model.
What is the Physical layer of the OSI model?
Devices use electrical signals to transfer data between each other in a binary numbering system.
What is the Data Link layer of the OSI model?
Physical addressing of devices and presenting that data in suitable formats.
What is a NIC? What does it have? Which layer of the OSI model is it involved in?
1) Network Interface Card.
2) The MAC address physically burned into it.
3) The Data Link layer.
What is the Network layer of the OSI model?
Where routing and re-assembly of data occurs.
Name 2 different protocols in the Network layer of the OSI model
OSPF
RIP
What is OSPF? (Network layer)
Open Shortest Path First
What is RIP? (Network layer)
Routing Information Protocol
What do devices in the Network layer of the OSI model use to communicate? What do they send and receive?
IP addresses
Packets
What is the Transport layer of the OSI model?
How data is transmitted in a network and connection type
What are 2 different protocols in the Transport layer of the OSI model?
TCP & UDP
What is TCP? Which layer does it fit in the OSI model?
Transmission Control Protocol
Transport
What is UDP? Which layer does it fit in the OSI model?
User Datagram Protocol
Transport
What is the Session layer of the OSI model?
When a connection between 2 devices is made.
What is a technical term for an established connection? Which layer of the OSI model does this correspond to?
Session
Session
What is the Presentation layer of the OSI model?
Translates software data from the application layer so that it’s usable by the other OSI layers.