Chapter 5 - Networking devices Flashcards
Describe the LEDs on a NIC (Network interface card)
Usually there is one solid link light that denotes that host NIC has established its connection with the other device on the other end of the cable connected to this NIC.
There is one flickering light that flickers when data passes through the NIC.
What are the port numbers used by DHCP server and the DHCP client?
DHCP server uses port number 67
DHCP client uses port number 68
What are the most common record types in a DNS server?
A record (In case of IPv4), AAA record (if IPv6 address is involved) - It is the record that converts host FQDNs to IP addresses.
CName - it is like a alias to some host. It points to the original host name or FQDN.
MX records - These are used by the email addresses. It points to the email sever that is currently accepting the emails for our domain.
What port number is used by DNS server?
Port no - 53
What port number is used by Telnet and what it is used for?
It uses TCP port 22 and It is a terminal emulation program. Unsecured one.
What port number is used by FTP and what it is used for?
It uses TCP port no 20, 21 and with this protocol, we can browse to directory systems and files on remote system and can use for file transfers. We can’t execute files with this protocol.
What port number is used by SFTP and what it is used for?
It uses TCP port no 22.
It uses SSH.
What port number is used by TFTP and what it is used for?
It uses UDP 69. We can only transfer files with this protocol.
What port number is used by SMTP and what it is used for?
Simple Mail Transfer Protocol - It uses TCP port 25. It is the protocol used for sending emails to the SMTP server from client.
What port number is used by POP3 and what it is used for?
Post Office Protocol - It uses TCP port 110. It is one of the protocol that we can use to get the email from the email sever.
It does not provide synchronization among devices.
What port number is used by IMAP and what it is used for?
Internet Message Access Protocol - It is also one of the protocol for retrieving messages from the email server. It provides
It uses port no - 143
What port number is used by IMAP and what it is used for?
Internet Message Access Protocol - It is also one of the protocol for retrieving messages from the email server. It provides synchronization.
It uses TCP port 143.
What port number is used by RDP and what it is used for?
Remote desktop protocol - It uses TCP port 3389.
With this protocol, we can establish GUI connection with the remote computer.
Microsoft’s RDP server is called Remote Desktop Service.
Microsoft’s RDP client is called Remote Desktop connection.
What port number is used by Transport Layer Security / Secure Socket Layer and what it is used for?
This is a cryptographic protocol to sent encrypted data from one host to another over the internet.
It uses X.509 certificate and asymmetric cryptography.
It does not use a particular port number.
What port number is used by HTTP and what it is used for?
Hyper Text Transfer protocol - It uses 80
And HTTPS uses TCP port 443