Chap Assignment
Chap Assignment
Chap Assignment
Add a dot between each decimal. Binary number: 10101100000100000000010000010100 IP address: 172.16.4.20
Host addresses
Vocabulary: Completion
1. Expressed in dotted-decimal format, the IPv4 address range is 0.0.0.0 to 255.255.255.255. 2. One major block of addresses reserved for special purposes is the IPv4 experimental address range 244.0.0.0 to 239.255.255.255. Currently, these addresses are listed as multicast groups. 3. Another major block of addresses reserved for special purposes in the IPv4 multicast address range 224.0.0.0 to 239.255.255.255. 4. The globally scoped multicast addresses are 224.01.0 to 238.255.255.255.
Concept Questions
1. How do you know how many bits represent the network portion and how many bits represent the host portion? 2. What is the prefix length? The number of bits in the address that gives the network portion 3. What are the private address blocks? They are set aside for use in private networks. 10.0.0.0/8 (10.0.0.0 to 10.255.255.255) 172.16.00/12 (172.16.0.0 to 172.31.255.255)
4. Which addresses in a network cannot be assigned to hosts? Special Unicast IPv4 5. What is the reserved block for default routing? It is a catch all route to route packets, and it is 0.0.0.0. 6. What is the loopback address, and what block is reserved for loopback? It is a special address that hosts use to direct traffic to themselves, and it is 127.0.0.1 to block 127.0.0.0/8 (127.0.0.0 to 127.255.255.255. 7. What block of addresses is designated link-local? It is 169.254.0.0/16 to block (169.254.0.0 to 169.254.255.255). 8. What block of addresses is designated TEST-NET? It is set aside for teaching and learning and learning purposes, and it blocks 192.0.2.0/24 (192.0.2.0 to 192.0.2.255). 9. Define classless addressing. Classless addressing is the system that is currently in use.
Concept Questions
1. Describe the pros and cons of static addressing. They are useful for printers, servers, and other networking devices that need to be accessible to clients on the network, and they have problems caused if that address changed. 2. Describe the pros and cons of using DHCP for addressing. DHCP enables the automatic assignment of addressing information sucha as IP address, subnet mask, default gateway, and other configuration. 3. List four types of device that work best using static IP addresses. PCs, IP phones, printers, and PDAs 4. What is the primary focus of each of the three tiers of ISPs? Tier 1: reliability and speed Tier 2: slower Internet access Tier 3: connectivity and support 5. List some improvements that IPv6 will provide.
Binary Number a. 00000000 b. 10000000 c. 11000000 d. 11100000 e. 11110000 f. 11111000 g. 11111100 h. 11111110 i. 11111111 Concept Questions 1. How is a subnet mask created? p207 2. Why do routers use ANDing?
Numeric Value c. 192 d. 224 f. 248 e. 240 a. 0 i. 255 g. 252 h. 254 b. 128
Routers use ANDing to determine an acceptable route for an acceptable route for an incoming packet. 3. How does ANDing help an originating host? A logical AND is also performed by an originating host between the destination address of the packet and the subnet mask of the host. 4. If the routers and end devices calculate these processes without your intervention, why do you need to learn how to AND? You need to understand the operation of the network devices.
Concept Questions
1. What is the formula to calculate the number of subnets? p211-227 2. What are the two most useful tools in designing a network? 3. Using VLSM makes it easier to group networks around what commonalities?
Multiple-Choice Questions
1. Why would you use a VLSM chart? a. This method helps prevent assigning addresses that have already been allocated. b. This method lets you assign addresses that have already been allocated.
c. This method prevents addresses from being allocated. d. Using a chart makes calculating VLSM easier. 2. For what is VLSM an acronym? a. Very Long String of Marbles b. Variant Language Superior Model c. Variable-Length Subsidiary Mode d. Variable-Length Subnet Mask 3. What utility attempts to trace the path that a packet takes through the network? a. ping b. SNMP c. traceroute d. Cpnfigmaker
Vocabulary Exercise: Completion 1. What do the first four Destination Unreachable codes mean? 0 = net unreachable 1 = host unreachable 2 = protocol unreachable 3 = port unreachable 2. If a router does not have enough buffer space to receive incoming packets, the router discards these packets. A destination host may also send a Source Quench message if datagrams arrive too fast to be processed.