Network Terminology and Basics Flashcards
(135 cards)
Network Switch Function
Is the center of a network.
It allows all of the host devices on a network to communicate with each other.
Network Host
Is a device that can be communicated with and actively participates on a network - you can contact it and get a response.
Define Ethernet and WiFi
Ethernet is the technology to used to physically wire LANs; it is the wired network.
The wireless network is called WiFi.
Router Function
Connects two or more hosts together
Allows hosts to communicate with hosts beyond the LAN.
AP Function
Enables non-wired devices to connect to a network
Converts the wired signal to a wireless radio signal
MPU Function
Gives options for how power is distributed to your network.
It can also be controlled through the network.
Modem function
Is a “modulator/demodulator”
It translates the carrier signal into Ethernet format used by LANs
Disadvantages of All-in-one Modems
Are optimized for cost, not performance
Generally fine for small networks
Poor wireless performance
Few network switch ports
Seldom built from high-end components
All together, poorer network capacity, speed, and performance
Define “Protocol”
The rules and conventions that computers on a network follow/use to communicate
protocols specify how data is formatted when it is sent and what to do with it once received
TCP/IP meaning
Transmission Control Protocol / Internet Protocol
= internet protocol suite
TCP/IP suite purpose
It is the principle set of rules for exchanging data between computers; it is the language of the internet
Used within a single network or across a series of interconnected networks
Is designed to not route private IP addresses over the internet, it is “unroutable”
When the big-routers (ISPs, gov’t, etc.) receive a packet with a source or destination that is a private address, they drop it
What are the Network Host Configuration parameters?
1) IP Address
2) Subnet Mask
3) DNS Server
4) Default Gateway
Describe “IP Address”
Is 4 decimal numbers of 8-bits each, therefore it’s referred to as a 32-bit address. We use decimal numbers to make is easier for our minds to process.
Describe “Subnet Mask”
it determines/limits how many hosts can be on a network, determines the size of the TCP/IP network
A host uses its Subnet Mask parameter to split its IP address in two.
- On one side is the shared network address
- The other side is the unique address for that individual host
Describe “DNS Server”
“Domain Name System”
The phone book of the internet, it is a distributed network of Internet servers that work together to translate human-friendly domain names into computer-friendly IP addresses
Describe “Default Gateway”
What is it and what is it’s role?
Is the router.
When a host’s subnet mask reveals that the receiving host is on a different network, it will then communicate with the default gateway/router, which will then forward the message via the WAN to the recipient.
Define the term “Subnet”
Is a smaller network that is part of a larger network. Will also hear “broadcast domain” when talking about network traffic within a subnet.
A host uses its Subnet Mask parameter to determine whether another host is either on, or, somewhere beyond its local subnet.
Two hosts on the same subnet can communicate directly with each other; otherwise, they will need help to communicate between the two networks (e.g., a Router)
DHCP Meaning
Dynamic Host Configuration Protocol
Is the protocol used to configure hosts dynamically on a network.
What is the default DHCP range for Araknis routers?
192.168.1.100 to 192.168.1.199
Self-assigned IP Addresses
Begin with 169.254.x.x, aka “link-local;” the switch won’t forward information beyond the switch
Means there is something wrong with the the DHCP service
What is an octet?
8-digits in binary that correspond to a decimal number
What is a bit?
Binary digit
How are decimal numbers converted to binary and binary converted to decimal?
Decimal values increase by a factor of 2: 128, 64, 32, 16, 8, 4, 2, 1
Add/subtract the the binary’s values’ decimal equivalent based on the placeholder location.
What is the highest decimal number that can be in an IP address octet?
255 because the decimal equivalent of 11111111 =255
128+64+32+16+8+4+2+1 = 255