Chapter 4
.docx
keyboard_arrow_up
School
Eastern Gateway Community College *
*We aren’t endorsed by this school
Course
132
Subject
Computer Science
Date
Dec 6, 2023
Type
docx
Pages
21
Uploaded by DeaconGullMaster901
4.1.9
1 - What is the decimal format of the following binary IP address?
11001110.00111010.10101010.01000011 - 206.58.170.67
2 - What is the correct binary form of the decimal IP address 192.168.1.1? -
11000000.10101000.00000001.00000001
3 –
4 - Which of the following are valid IP addresses - 172.17.1.3 AND 224.0.0.1 AND 137.65.1.1
5 - workstation has been assigned the following IP addressing information:
IP address: 192.168.1.26
Subnet mask: 255.255.255.0
Default gateway: 192.168.1.254
DNS server: 192.168.1.1
Given this information, what is the network IP address of this workstation? -
192.168.1.0
6 - A network host has an IP address of 137.65.1.2 assigned to it. Given that the network uses the default
classful subnet mask, what is the default routing prefix for this address using CIDR subnet mask
notation? - /16
7 - Your network uses a network address of 137.65.0.0 with a subnet mask of 255.255.0.0.
How many IP addresses are available for assignment to network hosts on this network? – 65534
8 - Which of the following IP addresses is a valid IP address for a host on a public network? -
142.15.6.1
9 - Which of the following are private IP addresses? 10.244.12.16 AND 192.168.250.11
10 - Which of the following devices is most likely to be assigned a public IP address? - A router
that connects your home network to the internet.
4.2.8
1 - Your network has a network address of 172.17.0.0 with a subnet mask of 255.255.255.0.
Which of the following are true concerning this network? - 172.17.0.255 is the network
broadcast address. AND 254 IP addresses can be assigned to host devices.
2 - You have two subnets on your private network, one with a 20-bit mask, and another with a
22-bit mask. How many available host addresses are there on each subnet? 1022 AND 4094
3 - You have a small network with three subnets as shown in the exhibit. IP addresses for each
router interface are also indicated in the exhibit.
How many IP addresses on each subnet remain that can be assigned to hosts? SubnetA = 125,
SubnetB = 0, SubnetC = 13
4 –
5 - You have a network address of 132.66.0.0 and a subnet mask of 255.255.224.0.
Which four of the following are valid subnet addresses? - 132.66.192.0 AND 132.66.96.0 AND
132.66.0.0 AND 132.66.224.0
6 - You have a network address of 201.79.187.0 and a subnet mask of 255.255.255.192.
Which three of the following are valid host addresses for subnet 201.79.187.128? -
201.79.187.166 AND 201.79.187.189 AND 201.79.187.132
7 - While calculating how many subnets are available for a given IP address and subnet mask,
when should you use the 2^n - 2 formula? - The network uses a classful routing protocol, such as
RIP version 1 or IGRP. AND The
no ip subnet zero
command is configured.
8 - You have a network address of 202.200.55.0 with a subnet mask of 255.255.255.224.
Which of the following is the broadcast address for subnet 202.200.55.96? - 202.200.55.127
9 - Your network has been assigned 168.11.0.0 as the network address. You have determined that
you need 70 subnets.
Which subnet mask value should you select to provide 70 subnets? – 255.255.254.0
10 - You need to connect a router to a subnet. The subnet uses the IP address 192.168.12.0/26.
You are instructed to assign the last IP address on the subnet to the router.
Which IP address will you use? 192.168.12.62
4.3.4
In this lab, your task is to subnet the 172.30.0.0/24 network to provide sufficient host addresses
for both subnets while minimizing wasted IP addresses.
Use a 26-bit subnet mask on both subnets. Although there will be wasted bits for the
subnet connected to FastEthernet0/0, /26 is the smallest subnet mask that will work for
both subnets.
Configure the IP address on the two router interfaces as follows:
o
For FastEthernet0/0, use the first possible subnet and the last address on the
subnet.
o
For FastEthernet0/1, use the fourth possible subnet and the last address on the
subnet.
Enable both interfaces.
Save your changes to the startup-config file.
Complete this lab as follows:
1.
Select
ATLANTA
.
2.
Press
Enter
to get started.
3.
At the ATLANTA> prompt, type
enable
and press
Enter
.
4.
At the ATLANTA# prompt, type
configure terminal
and press
Enter
.
5.
At the ATLANTA(config)# prompt, type
interface FastEthernet0/0
and press
Enter
.
6.
At the ATLANTA(config-if)# prompt, type
ip address 172.30.0.62 255.255.255.192
and
press
Enter
.
7.
At the ATLANTA(config-if)# prompt, type
no shutdown
and press
Enter
.
8.
At the ATLANTA(config-if)# prompt, type
interface FastEthernet0/1
and press
Enter
.
9.
At the ATLANTA(config-if)# prompt, type
ip address 172.30.0.254 255.255.255.192
and press
Enter
.
10. At the ATLANTA(config-if)# prompt, type
no shutdown
and press
Enter
.
11. At the ATLANTA(config-if)# prompt, type
exit
and press
Enter
.
12. At the ATLANTA(config)# prompt, type
exit
and press
Enter
.
13. Save your changes to the startup-config file.
a.
At the ATLANTA# prompt, type
copy run start
and press
Enter
.
b.
Press
Enter
to begin building the configuration.
4.3.5
In this lab, your task is to subnet the 172.16.0.0 network to provide sufficient host addresses for
both subnets while minimizing wasted IP addresses.
Choose one subnet mask for each subnet. The masks should provide enough host
addresses without wasting IP addresses.
Assign IP addresses and correct subnet masks to the SFO interfaces connected to the
switches in this order:
o
For FastEthernet0/0, use the second possible subnet and the last address on the
subnet.
o
For FastEthernet0/1, use the next available subnet that does not overlap and the
last address on the subnet.
Enable both interfaces.
Save your changes to the startup-config file.
Complete this lab as follows:
1.
Select
SFO
.
2.
Press
Enter
to get started.
3.
At the SFO> prompt, type
enable
and press
Enter
.
4.
At the SFO# prompt, type
configure terminal
and press
Enter
.
5.
At the SFO(config)# prompt, type
interface FastEthernet0/0
and press
Enter
.
6.
At the SFO(config-if)# prompt, type
ip address 172.16.15.254 255.255.248.0
and press
Enter
.
7.
At the SFO(config-if)# prompt, type
no shutdown
and press
Enter
.
8.
At the SFO(config-if)# prompt, type
interface FastEthernet0/1
and press
Enter
.
9.
At the SFO(config-if)# prompt, type
ip address 172.16.17.254 255.255.254.0
and press
Enter
.
10. At the SFO(config-if)# prompt, type
no shutdown
and press
Enter
.
11. At the SFO(config-if)# prompt, type
exit
and press
Enter
.
12. At the SFO(config)# prompt, type
exit
and press
Enter
.
13. Save your changes to the startup-config file.
a.
At the SFO# prompt, type
copy run start
and press
Enter
.
b.
Press
Enter
to begin building the configuration.
4.3.6
1 - You are configuring a network and have been assigned the network address of 221.12.12.0.
You want to subnet the network to allow 5 subnets with 20 hosts per subnet. Which subnet mask
should you use? 255.255.255.224
2 - ou have a single router with three subnets as shown. Each subnet has the number of hosts
specified.
You need to select a subnet mask for each subnet that provides sufficient host addresses without
wasting addresses.
Which mask values should you use?
SubnetA = 255.255.255.192
SubnetB = 255.255.255.224
SubnetC = 255.255.255.128
3 - You need to design a network that supports 275 hosts. You want to place all hosts in a single
broadcast domain, and you want to make sure you do not waste IP addresses.
How should you implement your plan? Place all hosts on the same subnet. Use a mask of
255.255.254.0.
4 - You have a network with two routers as shown. You need to choose subnet addresses for
subnets 1 and 2.
Which of the following subnets would you use? 172.30.12.0/28 AND 172.30.12.128/26
5 - You have a small network with three subnets as shown. IP addresses for each router interface
are also indicated.
You need to connect Wrk1_A to SubnetA and Wrk5_C to SubnetC. Which IP addresses should
you use? Wrk1_A = 192.168.111.62 AND Wrk5_C = 10.155.64.97
6 - Your client has a class B network address and needs to support 500 hosts on as many subnets
as possible.
Which subnet mask should you recommend? 255.255.254.0
7 - You have a network address of 133.233.11.0 and a subnet mask of 255.255.255.240.
How many assignable host addresses are on each subnet? 14
8 - You have been assigned the IP address of 197.177.25.0 for your network. You have
determined that you need five subnets to allow future growth. What subnet mask value would
you use? 255.255.255.224
9 - You have a network address of 132.66.0.0 and a subnet mask of 255.255.254.0.
How many possible host addresses are on each subnet, excluding host addresses of all 1s and all
0s? 510
10 - You have a network address of 220.16.22.0 and have selected 255.255.255.224 as the subnet
mask value. How many possible subnets are there? eight
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
9. Which of the following IP addresses is the shortest representation of the IPv6 address
2001:0DB8:0000:0000:FB00:1400:0000:45FF/64?
OA. 2001:0DB8::FB:14:0:45FF/64
OB. 2001:0DB8::FB00:1400:0:45FF/64
OC. 2001:0DB8::FB00:1400::45FF/64
OD. 2001:0DB8:0:0:FB00:1400:0:45FF/64
arrow_forward
42, Which of the following statements about IPv6 are correct?
A. IPv6 address 2001:0DB8:0000:0000:032A:0000:0000:2D70 can be abbreviated as 2001:DB8:0:0:32A::2D70.
B. A link-local address (LLA) is a private IPv6 address that can be used only on the intranet. Because LLAS cannot be routed on the IPv6 public network,
they cannot be used to directly access the public network.
C. IPv6 addresses are classified into unicast, multicast, and broadcast addresses by IPv6 address prefix.
D. IPv6 does not use ARP for address resolution. Instead, it uses ICMPv6 NS and NA packets to replace the address resolution function provided by ARP
in IPv4.
arrow_forward
Consider the IPv4 address 135.222.125.23/23
What is the network mask in dotted decimal notation?
How many bits belong to the host ID?
How many addresses are in this IP address block?
What is the FIRST IP address of this block?
What is the LAST IP address of this block?
arrow_forward
Need answer with explanation
arrow_forward
Write the following
arrow_forward
Enter the IP address 140.25.48.3Links to an external site. in binary formGroup of answer options
10001100. 00011001. 00110000. 00000011
10111100. 00011001. 00110000. 00000011
10001100. 00011111. 00110000. 00000011
10001100. 00011001. 00111110. 00000011
arrow_forward
Answer the following questions based on the concept of IPV6 Addressing
Valid /
If invalid, give your
S#
IPV6 Address
Invalid
comment
а.
1200:0000:AB00:1234:0000:2552:7777:1313
b.
ABCD:2673:ABCD:EFAB:1234:5678:9ABC:7362
с.
1200::AB00:1234::2552:7777:1313
d.
FFFF:AAAA:BBBB:CCCC:DDDD:EEEE:FFFF:1111
Apply Only Rule 2
е.
1000:0001:0001:1000:0001:1000:0001:0000
f.
91CA:DED3:ABCO:2F8B:02AA:0CFF:FD28:9DDA
Apply only Rule 1
g.
FC00:0000:0000:0000:8E00:1275:0000:0084
h.
2000:0000:0000:0000:0000:ABCD:0000:0025
arrow_forward
C. Shorten the following IPV6 addresses
1. FD81:273B:6A9D:0000:0DA6:CACD:2347:3596
2. FD56:0000:004D:E798:F100:2344:1002:3461
3. FD00:8E00:006c:0000:0006:B761:AABD:0034
arrow_forward
1.1 DO NOT COPY FROM OTHER WEBSITES
Upvote guarenteed for a correct and detailed answer. Thank you!!!
arrow_forward
Which one of the following is the expansion of the
IPV6 address 1::?
a. 1111:0000::0000
b. 1000:0000::0000
c. 1001:0000::0000
d. 0001:0000::0000
arrow_forward
Answer the following:
a) Rewrite the given IPv4 address using dotted-decimal notation and find the class.
01011110 10110000 01110101 00010101
b) Rewrite the given IPv4 address in binary representation and find the class.
arrow_forward
Which of the following is another expression of the IPV6 address 2001:0DB8:0000:0000:0000:0000:3460:8D58?
A. 2001:DB8::3460:8D58
B. 2001:0DB8::346:8D58
C. 2001:DB8::346:8D58
D. 2001:0DB8:::3460:8D58
arrow_forward
1. Which one of the following is a valid IPv6 address:
A. 2001:db8:dest
B. Fe60::bead: 1:20a4::2
C. Fe80::1:1:18:1
D. 2001:db8:0:1111::200
arrow_forward
Question: Answer the following questions:
The IP address is based on your student number SN as follow:
The first byte is 198.
The second byte is the 6th and 7th numbers of your SN, for example, if your SN is 438051221,
the second byte is 12.
The third byte is the 8th and 9th numbers of your SN, for example, if your SN is 438051221, the
third byte is 21.
• The forth byte is 0.
1. Consider a company which owns a license of this IP address.
a. Write this IP address, for example 198.12.21.0
b. How many hosts at the maximum can be in this network?
c. What are the first and the last addresses given to hosts?
2. The company likes to divide its network into 10 subnets.
a. Determine the necessary number of bits borrowed.
b. Determine the new subnet mask.
c. Determine the maximum number of hosts in each subnet.
d. Fill the following table
Subnet
Subnet
First host
Last host
Broadcast
address
address
address
address
2
3
4
5
6.
7
8
9
10
arrow_forward
Which of the following is not a valid IPv6 address:
a. 2001:1000:1000:FFFF::1/64
b. FE80::BB:0:0:100/64
c. 2001::AB::1:1:A1/64
d. ::1/128
arrow_forward
9. Compress the following IPV6 Address- 2041:0000:140F:0000:0000:0000:875A:131C
10. Which of the following are valid Private IP addresses? (Selectall Valid choices)
a) 172.32.1.1
b) 10.255.255.255
c) 168.192.0.255
d) 192.168.0.1
11. The first octet of an IPV4 address can represented in binary as 10111110. Which class of IPV4
address does it belong to? (Selectone)
a) A
b) B
c) C
d) D
12. Compress the following IPV6 address as much as possible: FF02:0:0:0:0:79CD:0:ABCD
13. Which of the following is a private IP address range? (Select one or more Valid choices)
a) 171.31.1.200
b) 192.168.250.250
c) 10.255.255.10
d) All of the above
arrow_forward
Write down of shorter form the following IPv6 addresses: 0000:0000:0000:0000:0000:0000:0000:0001, 2001:0DB8:0000:A300:ABCD:0000:0000:0123
Can the following IPv6 addresses exist? (Justify your answer!): 2001:DB9:0000:AA:1::1111; FF02:1001::A1:0000::F; FE80:AAAA:0001:FFFF::0; 8080:0011:AD:5000:99:10.
arrow_forward
q27-
Given IP address 150.15.131.64 and subnet mask of 255.255.255.224; which of the following statements describes this address?
Select one:
A.
This is a network address.
B.
This is not a valid address
C.
This is a usable host address.
D.
This is a broadcast address.
arrow_forward
In a class A subnet, we know the IP address of one of the hosts and the subnet mask as given below:
IP Address: 25.34.12.56 Subnet mask: 255.255.0.0
What is the first address (subnet address)? What is the last address?
arrow_forward
Take the Class A address 10.0.0.0 and answer the following questions by typing those answers at the end of each question:
What is the default subnet mask of a Class A IPv4 address?
What is the first usable IP address of this “not-subnetted” network?
What is the last usable IP address of this “not-subnetted” network?
What is the broadcast address of this “not-subnetted” network?
How many total hosts are allowed on this “not-subnetted” network?
Let’s split this network into 4 subnets
What is the new subnet mask?
What is the first subnet address of your newly subnetted address?
What is the first usable IP address of your newly subnetted address?
What is the last usable IP address of your newly subnetted address?
What is the broadcast address of your newly subnetted address?
How many usable hosts on this subnet?
Fill in the following information for the second, third, and fourth new subnets:
Network (subnet) address
Usable host range
Broadcast
arrow_forward
Suppose a user has a webserver running at a machine with the name nadir.edu.net.pk and IP address 10.10.10.10. The authoritative DNS address for this web server is with the name dns.nadir.edu.net.pk and with IP address 11.11.11.11.
Write all the steps involved in retrieving the IP address of nadir.edu.net.pk
arrow_forward
6. Which of the following special IPv6 addresses may not be used as a destination address?
a. multicast address
b. anycast address
c ::1 (loopback address)
d. :: (all zeros address)
arrow_forward
Suppose you have been given this classful IP address 110.24.33.34. You want to create a network of 1024 (assignable) IP addresses, what will be the length of network and host part?Write down the subnet mask for this IP addressWrite down the Network ID for this network along with prefix lengthWrite down the broadcast IP address in this networkHow many additional (extra) IP addresses do you have in this network? (Whereas the requirement is 1024 IP addresses as mentioned above)
arrow_forward
Of the following, what is the most correct and most appropriate shorthand IPv6 address for the following
longhand address:
2007:BBCO:0000:0000:0000:00D3:0C5A:0OCC
O 2007:BBCO::D3:C5A:CC
O 27:BBC:0000::0000:00D3:0C5A:00CC
O 2007:BBCO:0:00D3:0C5A:00CC
O. 2007:BBCO:D3:0C5A:00CC
arrow_forward
Listen ➤
fd00::/8 is a IPv6
unique-local prefix
multicast prefix
broadcast prefix
loopback prefix
Question 66
Listen
::ffff:147.126.65.141 is a
IPv6 subnet mask
IPv4 address embedded in IPv6
Native IPv6 address
IPv6 address embedded in IPv4
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education
Related Questions
- 9. Which of the following IP addresses is the shortest representation of the IPv6 address 2001:0DB8:0000:0000:FB00:1400:0000:45FF/64? OA. 2001:0DB8::FB:14:0:45FF/64 OB. 2001:0DB8::FB00:1400:0:45FF/64 OC. 2001:0DB8::FB00:1400::45FF/64 OD. 2001:0DB8:0:0:FB00:1400:0:45FF/64arrow_forward42, Which of the following statements about IPv6 are correct? A. IPv6 address 2001:0DB8:0000:0000:032A:0000:0000:2D70 can be abbreviated as 2001:DB8:0:0:32A::2D70. B. A link-local address (LLA) is a private IPv6 address that can be used only on the intranet. Because LLAS cannot be routed on the IPv6 public network, they cannot be used to directly access the public network. C. IPv6 addresses are classified into unicast, multicast, and broadcast addresses by IPv6 address prefix. D. IPv6 does not use ARP for address resolution. Instead, it uses ICMPv6 NS and NA packets to replace the address resolution function provided by ARP in IPv4.arrow_forwardConsider the IPv4 address 135.222.125.23/23 What is the network mask in dotted decimal notation? How many bits belong to the host ID? How many addresses are in this IP address block? What is the FIRST IP address of this block? What is the LAST IP address of this block?arrow_forward
- Need answer with explanationarrow_forwardWrite the followingarrow_forwardEnter the IP address 140.25.48.3Links to an external site. in binary formGroup of answer options 10001100. 00011001. 00110000. 00000011 10111100. 00011001. 00110000. 00000011 10001100. 00011111. 00110000. 00000011 10001100. 00011001. 00111110. 00000011arrow_forward
- Answer the following questions based on the concept of IPV6 Addressing Valid / If invalid, give your S# IPV6 Address Invalid comment а. 1200:0000:AB00:1234:0000:2552:7777:1313 b. ABCD:2673:ABCD:EFAB:1234:5678:9ABC:7362 с. 1200::AB00:1234::2552:7777:1313 d. FFFF:AAAA:BBBB:CCCC:DDDD:EEEE:FFFF:1111 Apply Only Rule 2 е. 1000:0001:0001:1000:0001:1000:0001:0000 f. 91CA:DED3:ABCO:2F8B:02AA:0CFF:FD28:9DDA Apply only Rule 1 g. FC00:0000:0000:0000:8E00:1275:0000:0084 h. 2000:0000:0000:0000:0000:ABCD:0000:0025arrow_forwardC. Shorten the following IPV6 addresses 1. FD81:273B:6A9D:0000:0DA6:CACD:2347:3596 2. FD56:0000:004D:E798:F100:2344:1002:3461 3. FD00:8E00:006c:0000:0006:B761:AABD:0034arrow_forward1.1 DO NOT COPY FROM OTHER WEBSITES Upvote guarenteed for a correct and detailed answer. Thank you!!!arrow_forward
- Which one of the following is the expansion of the IPV6 address 1::? a. 1111:0000::0000 b. 1000:0000::0000 c. 1001:0000::0000 d. 0001:0000::0000arrow_forwardAnswer the following: a) Rewrite the given IPv4 address using dotted-decimal notation and find the class. 01011110 10110000 01110101 00010101 b) Rewrite the given IPv4 address in binary representation and find the class.arrow_forwardWhich of the following is another expression of the IPV6 address 2001:0DB8:0000:0000:0000:0000:3460:8D58? A. 2001:DB8::3460:8D58 B. 2001:0DB8::346:8D58 C. 2001:DB8::346:8D58 D. 2001:0DB8:::3460:8D58arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education