-
Class A Address Space
What is the IP range, subnet mask, and private IP range for Class A?
- Range: 1.0.0.0 ~ 126.255.255.255
- Subnet Mask: 255.0.0.0
- Private Range: 10.0.0.0 ~ 10.255.255.255
-
Class B Address Space
What is the IP range, subnet mask, and private IP range for Class B?
- Range: 128.0.0.0 ~ 191.255.255.255
- Subnet Mask: 255.255.0.0
- Private Range: 172.16.0.0. ~ 172.31.255.255
-
Class C Address Space
What is the IP range, subnet mask, and private IP range for Class C?
- Range: 192.0.0.0 ~ 223.255.255.255
- Subnet Mask: 255.255.255.0
- Private Range: 192.168.0.0 ~ 192.168.255.255
-
/31
What is the dotted decimal notation equivalent for the /31 subnet? How many total addresses are available in this subnet? How many usable addresses?
- 255.255.255.254
- 2 host addresses (0 usable)
-
/30
What is the dotted decimal notation equivalent for the /30 subnet? How many total addresses are available in this subnet? How many usable addresses?
- 255.255.255.252
- 4 host addresses (2 usable)
-
/29
What is the dotted decimal notation equivalent for the /29 subnet? How many total addresses are available in this subnet? How many usable addresses?
- 255.255.255.248
- 8 host addresses (6 usable)
-
/28
What is the dotted decimal notation equivalent for the /28 subnet? How many total addresses are available in this subnet? How many usable addresses?
- 255.255.255.240
- 16 host addresses (12 usable)
-
/27
What is the dotted decimal notation equivalent for the /27 subnet? How many total addresses are available in this subnet? How many usable addresses?
- 255.255.255.224
- 32 host addresses (30 usable)
-
/26
What is the dotted decimal notation equivalent for the /26 subnet? How many total addresses are available in this subnet? How many usable addresses?
- 255.255.255.192
- 64 host addresses (62 usable)
-
/25
What is the dotted decimal notation equivalent for the /25 subnet? How many total addresses are available in this subnet? How many usable addresses?
- 255.255.255.128
- 128 host addresses (126 usable)
-
/24
What is the dotted decimal notation equivalent for the /24 subnet? How many total addresses are available in this subnet? How many usable addresses?
- 255.255.255.0
- 256 host addresses (254 usable)
-
Name the protocol and port for FTP.
TCP Port 21
-
Name the protocol and port for SSH.
TCP Port 22
-
Name the protocol and port for Telnet.
TCP Port 23
-
Name the protocol and port for SMTP.
TCP Port 25
-
Name the protocol and port for DNS.
TCP and UDP Port 53
-
Name the protocol and port for HTTP.
TCP Port 80
-
Name the protocol and port for POPv3.
TCP Port 110
-
Name the protocol and port for HTTPS.
TCP Port 443
-
Name the protocol and port for TFTP.
UDP Port 69
-
What is the default boot register value?
0x2102
-
What is the register value to boot flash and ignore NVRAM?
0x2142
-
What is the register to boot PROM?
0x2102
-
What is the registrer to boot PROM and ignore NVRAM?
0x2141
-
What is the register to boot ROMMON?
0x2100
-
What are the Standard ACL Numbers?
-
What are the Extended ACL Numbers?
-
What protocol does "C" represent in "show ip route"? What is its default administrative cost?
- connected
- administrative cost 0
-
What protocol does "S" represent in "show ip route"? What is its default administrative cost?
- static route
- administrative cost 1
-
What protocol does "B" represent in "show ip route"? What is its default administrative cost?
- eBGP
- administrative cost 20
-
What protocol does "D" represent in "show ip route"? What is its default administrative cost?
- EIGRP
- administrative cost 90
-
What protocol does "I" represent in "show ip route"? What is its default administrative cost?
- IGRP
- administrative cost 100
-
What protocol does "O" represent in "show ip route"? What is its default administrative cost?
- OSPF
- administrative cost 110
-
What protocol does "i" represent in "show ip route"? What is its default administrative cost?
- ISIS
- administrative cost 115
-
What protocol does "R" represent in "show ip route"? What is its default administrative cost?
- RIP
- administrative cost 120
|
|