Local Area Networking (14) Flashcards
What numbers can IP addresses not end in
0 or 255
why can’t an IP address end with a 0?
because a .0 at the end identifies a LAN adress
What is a subnet mask?
a 32 bit address that segregates an IP address into network bits that identify the network and host bits that identify the host device operating on that network.
What 3 things do you need for your computer to be on the internet?
- An IP address
- Subnet Mask
- Give it a default gateway
What is the purpose of a subnet mask?
to let your computer know whether it’s trying to communicate within its network or outside of it, and if you’re trying to communicate outside of it, to send it to the Gateway
What do IP adresses have / what are they composed of?
four octets between 0-255
Subnet masks are only used for what?
IPv4 IP addresses only use this
Where do you input IP adresses, subnet masks, and Gateways in a computer?
Network and Sharing Center
Where in Network and Sharing will you find the input locations?
network and adapter settings
Class C subnet masks are what?
255.255.255.0
What is the default gateway?
Your router
What is it called when you manually input the IP address?
Static IP
NAT (Acronym)
Network Address Translation
How does NAT save IP addresses?
With NAT,internal networks use private IP address and share a public adrress.
DHCP (Acronym)
Dynamic Host Configuration Protocol
How are Dynamic IP adresses issued?
DCHP
How would you get more detailed IP info besides the network and adapter settings?
open up the command prompt and enter: ipconfig /all
APIPA (Acronym)
Automatic Private IP Addressing
What is APIPA
the fallback settings in case your computer cannot find the default DHCP server
What kind of address will APIPA always default give you?
169.256.X.X is what kind of default setting?
What class of IP address does APIPA automatically give you by default?
Class B
ipconfig
when you’re having problems with the DHCP Server