Networking Flashcards
* TCP/IP * Classful Networks * Subnet Masks * Broadcast Addresses * CIDR * Private address space
What’s the meaning of TCP/IP acronysm?
Transmission Control Protocol / Internet Protocol
How many octet do we need to represent an IP Address
4
To which class does the subnet 255.0.0.0 belongs?
Class A
Which command should we use for seeing IP information?
ip, ifconfig (will be deprecated soon)
What’s the purpose of a DNS
To translate from a hostname to an IP address and vice-versa.
What is a top level domain (TLD)?
.com, .mx, .edu, those are TLD.
Where is the hostname of the machine configure?
/etc/hostname
If we want to know the IP of a host in the internet, which command should we use?
host
can we configure a name that will be use by DNS in our /etc/hosts file?
No, host names configure in /etc/hosts are local to the Linux System.
In which file do we control the order for name resolution?
/etc/nsswitch.conf
For what is the port 22 reserved?
SSH
For what is the port 443 reserved?
HTTPS
In which config file can you map port numbers to port names?
/etc/services
What DHCP stands for?
Dynamic Host Configuration Protocol
which command should we use to know if we can reach a host or not?
ping