HW #2.2 Flashcards
- What is a server? How is it different than a desktop computer?
A server is similar to a computer in structure, except that it is much more powerful; able to handle more data, users, applications and support enterprise-level activities, communications and data transfers.
- What is an IP address?
An IP address is an identifier of computers/devices.
- What is the idea behind DNS? Why would you give a server a domain name?
The purpose of DNS is to translate human-readable domain names into IP addresses. Giving a server a domain name makes it easier for people to access websites and services without needing to remember complex IP addresses.
- How do you display the IP address of your server?
*
hostname -i
- What are the similarities and differences between a hub and a switch?
A hub is an unintelligent device that broadcasts a signal to all devices connected to the hub, whereas a switch can direct traffic to a specific destination. Both a hub and a switch manages data flow and traffic.
- What is the main difference between a hub/switch and a router?
*
The main difference between a hub/switch and a router is that a switch and hub creates and contains a network, whereas a router allows traffic to travel within networks. Think of a switch as a gate to a city, and the router as roads within that city.
- What is the difference between a modem and a router and what does each do?
A modem brings internet into a home and/or business. A router routes and passes internet connection in your devices.
The modem also demodulates incoming analog signals and modulates outgoing digital signals; while routers act as wireless access points.
- What is CPU and what does it do?
CPU is a central processing unit responsible for executing instructions of a program and performing various calculations and operations
- What is the difference between disk space and RAM?
main difference between disk space and RAM is that disk space refers to storage, whereas RAM refers to the amount of memory available to conduct an application.
What is RAM required to do?
RAM is required to run applications.
- What does it mean if you’re low on memory?
It means a computer’s available RAM is running out or being heavily used.
What does it mean if you’re low on disk space?
It means you are running out of “physical” space to store programs or applications.
- What is the command to check storage on the drives on your server?
df -h
- What is the general idea behind a transport protocol?
It’s the method in which data is being transported from server to server. The main ones are UDP and TCP.
- What is the 3-way handshake comprised of, and which transport protocol is it associated with?
3-way handshake = 1. Syn 2. Syn Ack 3. Ack received ; it is associated with TCP