CompTIA Network+ Flashcards
What port type and number is used by FTP?
TCP.
20 and 21
What is a port?
Ports are what an application uses when communicating between a client and server computer.
What port type and number is used by SSH?
TCP
22
What port type and number is used by TELNET?
TCP
23
What port type and number is used by SMTP?
TCP
25
What port type and number is used by DNS?
TCP/UDP
53
What port type and number is used by DHCP?
UDP
67
What port type and number is used by TFTP?
UDP
69
What port type and number is used by HTTP?
TCP
80
What port type and number is used by POP3?
TCP
110
What port type and number is used by NTP?
TCP
123
What port type and number is used by IMAP4?
TCP
143
What port type and number is used by SNMP?
UDP
161
What port type and number is used by HTTPS?
TCP
443
What 2 parts can every IP address be broken down into?
Network ID (netid) and the Host ID (hostid). All hosts on the same network must have the same netid. Each of these hosts must have a hostid that is unique in relation to the netid.
What are IP addresses divided into?
4 octets each having a maximum value of 255. We view IP addresses in decimal notation but it is actually utilized as binary data.
How many classes are IP addresses divided into?
- A (1-126), B (128-191), C (192-223). Only for IPv4. This scheme has run out of available IP addresses. This lead to IPv6.
What is IPv6?
IP addressing scheme that uses a 128 bit address (instead of 32 with IPv4) and utilizes a hex numbering method in order to log long addresses (IPv4 used binary)
What is a MAC address?
Known as a hardware address or Ethernet address. It is a unique code assigned to most networking hardware. The hardware is assigned a unique number by the manufacturer and the address is permanently assigned to that device. 48 bit hexidecimal format.
Describe class A IP addresses.
Class A addresses are for networks with a large number of hosts. The first octet is the netid and the 3 remaining octets are the hostid.
Describe class B IP addresses.
Class B addresses are used in medium to large networks with the first 2 octets making up netid and the remaining 2 are hostid.
Describe class C IP addresses.
Class C is for smaller networks with the first 3 octets making up the netid and the last octet comprising the hostid.
What is the default subnet mask for class A?
Default Subnet - 255.0.0.0
Subnets - 126
Hosts per subnet - 16,777,214
What is the default subnet mask for class B?
Default subnet- 255.255.0.0
Subnets - 16,384
Hosts per subnet - 65,534