SlideShare a Scribd company logo
2
Most read
3
Most read
4
Most read
1. Your job is to plan a network. Use network 200.1.1.0. Choose a mask that will
maximize the number of hosts per subnet.
Q1 Answer
Default class C subnet mask is 255.255.255.0
To calculate the number of subnets, use the formula 2n
-2 where n = number of bits
borrowed.
In this question, 7 subnets are needed. By using the formula 2n
-2 (remember that
subnets with all 0’s and all 1’s are not allowed), we could deduce that n = 4. (24
-2=14
subnets), subnet mask is 255.255.255.240. The remaining bits for hosts are 8 bits – 4
bits = 4bits. Thus, there are 14(by 24
-2) hosts available with this subnet mask.
2. Your job is to plan a new network. The network might grow to need at most 100
subnets, with 200 hosts per subnet maximum. Use network 172.16.0.0 and use the
same subnet mask for all subnets. Determine all subnet masks that meet the
criteria. Choose a mask and pick enough subnets to use for this topology.
Q2 Answer
Default subnet mask for Class B is 255.255.0.0
For this Question, since we could use maximum 100 subnets or maximum 200 hosts,
so that more than one subnet mask could be created.
For maximum 100 subnets, by using the formula (2n
-2), we could deduce that n = 7.
This means we may borrow 7 bits from host portion. The remaining bits for host are
16-7 = 9 bits. 9 bits for host is 510 (by 29
-2). It meets the criteria of 200 hosts per
subnet. Thus, a subnet mask: 255.255.254.0 can be used.
For 200 host, by using the formula (2m
-2) where m = number of bits reserve for host
portion, we could deduce that m = 8. We should reserve at least 8 bits for host portion.
And the remaining bits for subnet are 16-8 = 8 bits, which equal to 254 usable subnets
(by 28
-2). It also meets the criteria of the case, thus, the maximum number of bits can
be borrowed from host portion is 8 bits.
3. Your school acquired a class B address, 178.13.0.0. You need to create a
subnetting scheme to provide the following:
 40 subnets with each subnet 220 hosts
 24 subnets with each subnet 90 hosts
 15 subnets with each subnet 80 hosts
What is the minimum and maximum number of bits can be borrowed?
Q3 Answer
A class B network is used: 178.13.0.0, default subnet mask is 255.255.0.0
Here we have 40+24+15 (79) subnets in our network and the maximum number of
hosts in a subnet are 220.
For 79 subnets, by using the formula (2n
-2), we could deduce that n = 7. The
remaining bits for host are 16-7 = 9 bits, which equal to 510 usable hosts (by 29
-2). It
meets the criteria: 79 subnets and 220 host per subnet, and so the minimum number of
bits can be borrowed from host portion is 7 bits.
For 220 host, by using the formula (2m
-2), we could deduce that m = 8. We should
reserve at least 8 bits for host portion. And the remaining bits for subnet are 16-8 = 8
bits, which equal to 254 usable subnets (by 28
-2). It also meets the criteria of the case,
thus, the maximum number of bits can be borrowed from host portion is 8 bits.
4. In a class C network 192.5.12.0 with subnet mask 255.255.255.224, to which
subnet would host 192.5.12.135 belong?
Q4 Answer
Class C network 192.5.12.0 with subnet mask 255.255.255.224
Convert the last octet from the IP address 192.5.12.135, we have 10000111, as the
first 3 bits is the subnet ID (224 in decimal = 11100000 in binary). By using ANDing
operation, we find that this IP address should belong to subnetwork 10000000 (the
last octet in binary) or 192.5.12.128.
Q5 Answer
IP Class: C IP Address: 192.15.22.0
Mask Bits: 4 Subnet Mask: 255.255.255.240
IP Major Net: 192.15.22.0
Major Net Bcast: 192.15.22.255
Subnet Subnet
no ID Host Range Broadcast
0 192.15.22.0 192.15.22.1 192.15.22.14
192.15.22.15
1 192.15.22.16 192.15.22.17 192.15.22.30
192.15.22.31
2 192.15.22.32 192.15.22.33 192.15.22.46
192.15.22.47
3 192.15.22.48 192.15.22.49 192.15.22.62
192.15.22.63
4 192.15.22.64 192.15.22.65 192.15.22.78
192.15.22.79
5 192.15.22.80 192.15.22.81 192.15.22.94
192.15.22.95
Q6 Answer
IP Class: B IP Address: 130.12.0.0
Mask Bits: 6 Subnet Mask: 255.255.252.0
IP Major Net: 130.12.0.0
Major Net Bcast: 130.12.255.255
Subnet Subnet
no ID Host Range Broadcast
0 130.12.0.0 130.12.0.1 130.12.3.254
130.12.3.255
1 130.12.4.0 130.12.4.1 130.12.7.254
130.12.7.255
2 130.12.8.0 130.12.8.1 130.12.11.254
130.12.11.255
3 130.12.12.0 130.12.12.1 130.12.15.254
130.12.15.255
4 130.12.16.0 130.12.16.1 130.12.19.254
130.12.19.255
5 130.12.20.0 130.12.20.1 130.12.23.254
130.12.23.255
Q7 Answer
IP Class: B IP Address: 130.12.0.0
Mask Bits: 10 Subnet Mask: 255.255.255.192
IP Major Net: 130.12.0.0
Major Net Bcast: 130.12.255.255
Subnet Subnet
no ID Host Range Broadcast
0 130.12.0.0 130.12.0.1 130.12.0.62
130.12.0.63
1 130.12.0.64 130.12.0.65 130.12.0.126
130.12.0.127
2 130.12.0.128 130.12.0.129 130.12.0.190
130.12.0.191
3 130.12.0.192 130.12.0.193 130.12.0.254
130.12.0.255
4 130.12.1.0 130.12.1.1 130.12.1.62
130.12.1.63
5 130.12.1.64 130.12.1.65 130.12.1.126
130.12.1.127
Q7 Answer
IP Class: B IP Address: 130.12.0.0
Mask Bits: 10 Subnet Mask: 255.255.255.192
IP Major Net: 130.12.0.0
Major Net Bcast: 130.12.255.255
Subnet Subnet
no ID Host Range Broadcast
0 130.12.0.0 130.12.0.1 130.12.0.62
130.12.0.63
1 130.12.0.64 130.12.0.65 130.12.0.126
130.12.0.127
2 130.12.0.128 130.12.0.129 130.12.0.190
130.12.0.191
3 130.12.0.192 130.12.0.193 130.12.0.254
130.12.0.255
4 130.12.1.0 130.12.1.1 130.12.1.62
130.12.1.63
5 130.12.1.64 130.12.1.65 130.12.1.126
130.12.1.127

More Related Content

PPT
Subnetting
PPTX
Ip addressing
PPTX
IPv4 addressing and subnetting
PPSX
Subnetting
PPTX
Subnetting
PPTX
Subnet Masks
PPTX
IP classes
PPT
IP NETWORKING AND IP SUBNET MASKING
Subnetting
Ip addressing
IPv4 addressing and subnetting
Subnetting
Subnetting
Subnet Masks
IP classes
IP NETWORKING AND IP SUBNET MASKING

What's hot (20)

DOC
Data structures question paper anna university
PDF
Network Layer Numericals
PPTX
Design Concepts in Software Engineering-1.pptx
PPTX
Transport layer
PPT
Unit 3 Network Layer PPT
PPTX
OSI model and TCP/IP model
PDF
Multiple Access in Computer Network
PPT
Formal Specification in Software Engineering SE9
PPTX
ipv4 (internet protocol version 4)
PPT
predicate logic example
PPTX
Point To Point Protocol
PPTX
Predicate logic
PPT
Transport services
DOCX
Packet tracer practical guide
PPTX
Decomposition technique In Software Engineering
PPTX
Dag representation of basic blocks
PPT
CHAPTER 6 REQUIREMENTS MODELING: SCENARIO based Model , Class based moddel
PPTX
OSI reference model
PPT
Classless addressing
PDF
CCNAv5 - S4: Chapter3 Point to-point Connections
Data structures question paper anna university
Network Layer Numericals
Design Concepts in Software Engineering-1.pptx
Transport layer
Unit 3 Network Layer PPT
OSI model and TCP/IP model
Multiple Access in Computer Network
Formal Specification in Software Engineering SE9
ipv4 (internet protocol version 4)
predicate logic example
Point To Point Protocol
Predicate logic
Transport services
Packet tracer practical guide
Decomposition technique In Software Engineering
Dag representation of basic blocks
CHAPTER 6 REQUIREMENTS MODELING: SCENARIO based Model , Class based moddel
OSI reference model
Classless addressing
CCNAv5 - S4: Chapter3 Point to-point Connections
Ad

Viewers also liked (20)

PDF
FP 303 COMPUTER NETWORK FINAL PAPER JUNE 2012
PPT
Final exam review answer(networking)
PDF
FP 303 COMPUTER NETWORK PAPER FINAL
PPT
Midterm review questions ans(networking)
PDF
FP 303 COMPUTER NETWORK PAPER FINAL Q
PDF
Exercise2(database)
PDF
cltv calculation-calyx corolla
PDF
EVC exercise-odi case
PDF
jones blair calculations
PDF
Class+3+ +quantitative+analysis+exercise+answer+key
PDF
CLTV exercise-Instyle
PDF
EVC exercise-novel motor oil
DOCX
Quantitative exercise-toasty oven
PDF
Exercises TCP/IP Networking With Solutions
PDF
Source code for insert multiple rows(database)
PDF
Exercise4(database)
PDF
Source codes for alerts lovs and reports generation(database)
PDF
distribution strategies calyx and corolla(4210)
PDF
stp case jones blair(4210)
PDF
Exercise1(database)
FP 303 COMPUTER NETWORK FINAL PAPER JUNE 2012
Final exam review answer(networking)
FP 303 COMPUTER NETWORK PAPER FINAL
Midterm review questions ans(networking)
FP 303 COMPUTER NETWORK PAPER FINAL Q
Exercise2(database)
cltv calculation-calyx corolla
EVC exercise-odi case
jones blair calculations
Class+3+ +quantitative+analysis+exercise+answer+key
CLTV exercise-Instyle
EVC exercise-novel motor oil
Quantitative exercise-toasty oven
Exercises TCP/IP Networking With Solutions
Source code for insert multiple rows(database)
Exercise4(database)
Source codes for alerts lovs and reports generation(database)
distribution strategies calyx and corolla(4210)
stp case jones blair(4210)
Exercise1(database)
Ad

Similar to Subnet questions with ans(networking) (20)

DOCX
IP classes and subnetting.
DOCX
DOCX
Lab 18 Answer TemplateProblem 1IP address 192.168.10.0 27 (giv.docx
PDF
IP Addressing Subnetting Workbook
PDF
Ip addressing and subnetting workbook
PDF
Ip addressing subnetting workbook
DOCX
Subnet (1)
PDF
Ip addressing subnetting workbook
PPT
A seminar on subnetting by sanjay
PPT
cwest_Sem_1__Ch_10_Supplement__Subnetting.ppt
PPTX
Lecture 03 networking
PDF
2110165028 konjar lj_subnetting
PPS
Lesson 2: Subnetting basics
PPSX
Easy subnetting
PPTX
Wipro telecom training i pv4 concepts
PPTX
Very Simple way of subnetting for Class C.
PDF
Routing and switching
PPTX
IP subnetting Part II for network desig.pptx
PPT
Ipaddress presentationdemoclass
PDF
Subnetting Principles
IP classes and subnetting.
Lab 18 Answer TemplateProblem 1IP address 192.168.10.0 27 (giv.docx
IP Addressing Subnetting Workbook
Ip addressing and subnetting workbook
Ip addressing subnetting workbook
Subnet (1)
Ip addressing subnetting workbook
A seminar on subnetting by sanjay
cwest_Sem_1__Ch_10_Supplement__Subnetting.ppt
Lecture 03 networking
2110165028 konjar lj_subnetting
Lesson 2: Subnetting basics
Easy subnetting
Wipro telecom training i pv4 concepts
Very Simple way of subnetting for Class C.
Routing and switching
IP subnetting Part II for network desig.pptx
Ipaddress presentationdemoclass
Subnetting Principles

More from welcometofacebook (19)

PDF
consumer behavior(4210)
PDF
competing in a global market(4210)
PDF
promotion strategies(4210)
PDF
pricing strategies(4210)
PDF
PDF
distribution strategies(4210)
PDF
the birth of swatch(4210)
PDF
product and brand strategies(4210)
PDF
PDF
situational analysis(4210)
PDF
quantitative analysis(4210)
PDF
overview of marketing strategy(4210)
PPT
IP adress and routing(networking)
PPT
TCP/IP(networking)
PPT
Layer 2 switching fundamentals(networking)
PPT
Common types of networks(networking)
PPT
Internetworking devices(networking)
PPT
Internetworking fundamentals(networking)
PPTX
Solution2(database)
consumer behavior(4210)
competing in a global market(4210)
promotion strategies(4210)
pricing strategies(4210)
distribution strategies(4210)
the birth of swatch(4210)
product and brand strategies(4210)
situational analysis(4210)
quantitative analysis(4210)
overview of marketing strategy(4210)
IP adress and routing(networking)
TCP/IP(networking)
Layer 2 switching fundamentals(networking)
Common types of networks(networking)
Internetworking devices(networking)
Internetworking fundamentals(networking)
Solution2(database)

Recently uploaded (20)

PDF
PPT Determiners.pdf.......................
PPTX
kvjhvhjvhjhjhjghjghjgjhgjhgjhgjhgjhgjhgjhgjh
PPTX
ATL_Arduino_Complete_Presentation_AI_Visuals.pptx
PPTX
executive branch_no record.pptxsvvsgsggs
PPTX
5. MEASURE OF INTERIOR AND EXTERIOR- MATATAG CURRICULUM.pptx
PPTX
Nanokeyer nano keyekr kano ketkker nano keyer
PPTX
Fundamentals of Computer.pptx Computer BSC
PDF
-DIGITAL-INDIA.pdf one of the most prominent
PPT
FABRICATION OF MOS FET BJT DEVICES IN NANOMETER
PDF
Core Components of IoT, The elements need for IOT
PPTX
INFERTILITY (FEMALE FACTORS).pptxgvcghhfcg
PPTX
ERP good ERP good ERP good ERP good good ERP good ERP good
PPT
chapter_1_a.ppthduushshwhwbshshshsbbsbsbsbsh
PPTX
making presentation that do no stick.pptx
PPTX
KVL KCL ppt electrical electronics eee tiet
PPTX
material for studying about lift elevators escalation
PDF
YKS Chrome Plated Brass Safety Valve Product Catalogue
PPTX
quadraticequations-111211090004-phpapp02.pptx
PPTX
Sem-8 project ppt fortvfvmat uyyjhuj.pptx
PDF
Prescription1 which to be used for periodo
PPT Determiners.pdf.......................
kvjhvhjvhjhjhjghjghjgjhgjhgjhgjhgjhgjhgjhgjh
ATL_Arduino_Complete_Presentation_AI_Visuals.pptx
executive branch_no record.pptxsvvsgsggs
5. MEASURE OF INTERIOR AND EXTERIOR- MATATAG CURRICULUM.pptx
Nanokeyer nano keyekr kano ketkker nano keyer
Fundamentals of Computer.pptx Computer BSC
-DIGITAL-INDIA.pdf one of the most prominent
FABRICATION OF MOS FET BJT DEVICES IN NANOMETER
Core Components of IoT, The elements need for IOT
INFERTILITY (FEMALE FACTORS).pptxgvcghhfcg
ERP good ERP good ERP good ERP good good ERP good ERP good
chapter_1_a.ppthduushshwhwbshshshsbbsbsbsbsh
making presentation that do no stick.pptx
KVL KCL ppt electrical electronics eee tiet
material for studying about lift elevators escalation
YKS Chrome Plated Brass Safety Valve Product Catalogue
quadraticequations-111211090004-phpapp02.pptx
Sem-8 project ppt fortvfvmat uyyjhuj.pptx
Prescription1 which to be used for periodo

Subnet questions with ans(networking)

  • 1. 1. Your job is to plan a network. Use network 200.1.1.0. Choose a mask that will maximize the number of hosts per subnet. Q1 Answer Default class C subnet mask is 255.255.255.0 To calculate the number of subnets, use the formula 2n -2 where n = number of bits borrowed. In this question, 7 subnets are needed. By using the formula 2n -2 (remember that subnets with all 0’s and all 1’s are not allowed), we could deduce that n = 4. (24 -2=14 subnets), subnet mask is 255.255.255.240. The remaining bits for hosts are 8 bits – 4 bits = 4bits. Thus, there are 14(by 24 -2) hosts available with this subnet mask.
  • 2. 2. Your job is to plan a new network. The network might grow to need at most 100 subnets, with 200 hosts per subnet maximum. Use network 172.16.0.0 and use the same subnet mask for all subnets. Determine all subnet masks that meet the criteria. Choose a mask and pick enough subnets to use for this topology. Q2 Answer Default subnet mask for Class B is 255.255.0.0 For this Question, since we could use maximum 100 subnets or maximum 200 hosts, so that more than one subnet mask could be created. For maximum 100 subnets, by using the formula (2n -2), we could deduce that n = 7. This means we may borrow 7 bits from host portion. The remaining bits for host are 16-7 = 9 bits. 9 bits for host is 510 (by 29 -2). It meets the criteria of 200 hosts per subnet. Thus, a subnet mask: 255.255.254.0 can be used. For 200 host, by using the formula (2m -2) where m = number of bits reserve for host portion, we could deduce that m = 8. We should reserve at least 8 bits for host portion. And the remaining bits for subnet are 16-8 = 8 bits, which equal to 254 usable subnets (by 28 -2). It also meets the criteria of the case, thus, the maximum number of bits can be borrowed from host portion is 8 bits.
  • 3. 3. Your school acquired a class B address, 178.13.0.0. You need to create a subnetting scheme to provide the following:  40 subnets with each subnet 220 hosts  24 subnets with each subnet 90 hosts  15 subnets with each subnet 80 hosts What is the minimum and maximum number of bits can be borrowed? Q3 Answer A class B network is used: 178.13.0.0, default subnet mask is 255.255.0.0 Here we have 40+24+15 (79) subnets in our network and the maximum number of hosts in a subnet are 220. For 79 subnets, by using the formula (2n -2), we could deduce that n = 7. The remaining bits for host are 16-7 = 9 bits, which equal to 510 usable hosts (by 29 -2). It meets the criteria: 79 subnets and 220 host per subnet, and so the minimum number of bits can be borrowed from host portion is 7 bits. For 220 host, by using the formula (2m -2), we could deduce that m = 8. We should reserve at least 8 bits for host portion. And the remaining bits for subnet are 16-8 = 8 bits, which equal to 254 usable subnets (by 28 -2). It also meets the criteria of the case, thus, the maximum number of bits can be borrowed from host portion is 8 bits. 4. In a class C network 192.5.12.0 with subnet mask 255.255.255.224, to which subnet would host 192.5.12.135 belong? Q4 Answer Class C network 192.5.12.0 with subnet mask 255.255.255.224 Convert the last octet from the IP address 192.5.12.135, we have 10000111, as the first 3 bits is the subnet ID (224 in decimal = 11100000 in binary). By using ANDing operation, we find that this IP address should belong to subnetwork 10000000 (the last octet in binary) or 192.5.12.128.
  • 4. Q5 Answer IP Class: C IP Address: 192.15.22.0 Mask Bits: 4 Subnet Mask: 255.255.255.240 IP Major Net: 192.15.22.0 Major Net Bcast: 192.15.22.255 Subnet Subnet no ID Host Range Broadcast 0 192.15.22.0 192.15.22.1 192.15.22.14 192.15.22.15 1 192.15.22.16 192.15.22.17 192.15.22.30 192.15.22.31 2 192.15.22.32 192.15.22.33 192.15.22.46 192.15.22.47 3 192.15.22.48 192.15.22.49 192.15.22.62 192.15.22.63 4 192.15.22.64 192.15.22.65 192.15.22.78 192.15.22.79 5 192.15.22.80 192.15.22.81 192.15.22.94 192.15.22.95 Q6 Answer IP Class: B IP Address: 130.12.0.0 Mask Bits: 6 Subnet Mask: 255.255.252.0 IP Major Net: 130.12.0.0 Major Net Bcast: 130.12.255.255 Subnet Subnet no ID Host Range Broadcast 0 130.12.0.0 130.12.0.1 130.12.3.254 130.12.3.255 1 130.12.4.0 130.12.4.1 130.12.7.254 130.12.7.255 2 130.12.8.0 130.12.8.1 130.12.11.254 130.12.11.255 3 130.12.12.0 130.12.12.1 130.12.15.254 130.12.15.255 4 130.12.16.0 130.12.16.1 130.12.19.254
  • 5. 130.12.19.255 5 130.12.20.0 130.12.20.1 130.12.23.254 130.12.23.255
  • 6. Q7 Answer IP Class: B IP Address: 130.12.0.0 Mask Bits: 10 Subnet Mask: 255.255.255.192 IP Major Net: 130.12.0.0 Major Net Bcast: 130.12.255.255 Subnet Subnet no ID Host Range Broadcast 0 130.12.0.0 130.12.0.1 130.12.0.62 130.12.0.63 1 130.12.0.64 130.12.0.65 130.12.0.126 130.12.0.127 2 130.12.0.128 130.12.0.129 130.12.0.190 130.12.0.191 3 130.12.0.192 130.12.0.193 130.12.0.254 130.12.0.255 4 130.12.1.0 130.12.1.1 130.12.1.62 130.12.1.63 5 130.12.1.64 130.12.1.65 130.12.1.126 130.12.1.127
  • 7. Q7 Answer IP Class: B IP Address: 130.12.0.0 Mask Bits: 10 Subnet Mask: 255.255.255.192 IP Major Net: 130.12.0.0 Major Net Bcast: 130.12.255.255 Subnet Subnet no ID Host Range Broadcast 0 130.12.0.0 130.12.0.1 130.12.0.62 130.12.0.63 1 130.12.0.64 130.12.0.65 130.12.0.126 130.12.0.127 2 130.12.0.128 130.12.0.129 130.12.0.190 130.12.0.191 3 130.12.0.192 130.12.0.193 130.12.0.254 130.12.0.255 4 130.12.1.0 130.12.1.1 130.12.1.62 130.12.1.63 5 130.12.1.64 130.12.1.65 130.12.1.126 130.12.1.127