Block 9 Flashcards
(51 cards)
DNS + purpose
Domain name server-connects domain names with any ip address
MAC address + purpose
Media access control- internal address for nic’s.
NIC
Network interface controller. Hardware that connects a device to a network
ipconfig
Shows all your network configurations
Ens5
In ipconfig. Where network info for own computer resides.
ens5 inet
Your ip address
ens5 netmask
How many hosts are available on your network
ens5 broadcast
Broadcast ip
inet6
Hex address, newer system, 128 bits
ens5 ether
Mac address
ens5 ether
Mac address
Ip address show
Show/manipulate networking interface attributes
Ping example
Ping google.com or ping 8.8.8.8
ipv4 acronym
Internet protocol version4
ip addr
Same as ipconfig
Network class A addresses and # of hosts
10.0.0.0 to 10.255.255.255. Private addresses. Millions of hosts
Network class b it’s and #of hosts
172.16 to 172.31.255.255. Private. Thousands of hosts
Network class c it’s and # of hosts
192.168 to 192.168.255.255. Private. Less than 254 hosts
etc/host
Stores local dns addresses
Curl
An open source command line interface to exchange info on a server
Lo and lo -c
Loopback interface. lo -c ipaddress. Check to see if we can connect to ourselves ownnserver and trouble shoot it.
Ping
How many times and how many packets
Ping -c # of packets.
Ip address -c show ens5
Short way to see only ens5 data. -c shows colors
CIDR acronym and purpose
Classless inter-domain routing. Tells you how many 1s are in the subnet mask.
Ex.. 192.168.1.O/24 = 24 ones followed by 8 zeros