Sie sind auf Seite 1von 5

UNIDAD DE TITULACION ESPECIAL

Fecha: Loja, 10 de Octubre de 2018


Nombre: Jennifer del Carmen Tomalá González

TASK N.º 01

1. Convert the following decimal numbers to binary.

 100 = 01100100
 254 = 11111110
 113 = 01110001
 66 = 01000010

Converter
Decimal
Number Binary Number
128 64 32 16 8 4 2 1

100 0 1 1 0 0 1 0 0 01100100

254 1 1 1 1 1 1 1 0 11111110

113 0 1 1 1 0 0 0 1 01110001

66 0 1 0 0 0 0 1 0 01000010

2. Convert the following binary numbers to decimal.

 10101010 = 170
 00011100 = 28
 11101110 = 238
 01100111 = 103

Converter
Binary
Decimal Number
Number
128 64 32 16 8 4 2 1

10101010 1 0 1 0 1 0 1 0 170

00011100 0 0 0 1 1 1 0 0 28
11101110 1 1 1 0 1 1 1 0 238

01100111 0 1 1 0 0 1 1 1 103

3. You have the following address: 192.16.5.133/29

How many total bits are being used to identify the network, and how many
total bits identify the host?

IP address: 192.16.5.133/29
Mask Subred: 255.255.255.248

11111111.11111111.11111111.11111000

Networks Host

How many total bits are being used to identify the network?
29 bits are used for network
How many total bits identify the host?
3 bits are used for Host

4. What is the full subnet mask for address 172.16.5.10/28?

IP address: 172.16.5.10/28
Mask Subred: 255.255.255.0
Full Mask Subred: 255.255.255.240

5. You currently use the default mask for your IP network 192.168.1.0. You
need to subnet your network so that you have 30 additional networks, and 4
hosts per network. Is this possible, and what subnet mask should you use?

Yes, if is posible, I need the Subnet Mask 255.255.255.248, with which we would
have 32 subnets, the 30 we need and 2 additional, and each of the subnets would
have 6 available host
6. You still are using the default mask for your IP network 192.168.1.0. You
need to subnet your network so that you have 5 additional networks, and 60
hosts per network. Is this possible, and what subnet mask should you use?

It is not possible, because the 192.168.1.0 network can be divided into 4 subnets
each with a capacity of 62 available host.

7. You have a network address of 192.168.1.0 with a subnet mask of


255.255.255.240.
Calculate the following:

o The number of valid available networks


o The number of hosts per network
o The full range of the first available network
o The usable address range for that first network

Solution:
Jump: 256 – 240 = 16

Primera Ultima # de Host


Nº Subred Gateway Broadcast
Utilizable Utilizable Disponibles
1 192.168.1.0 192.168.1.1 192.168.1.2 192.168.1.14 14 192.168.1.15
2 192.168.1.16 192.168.1.17 192.168.1.18 192.168.1.30 14 192.168.1.31
3 192.168.1.32 192.168.1.33 192.168.1.34 192.168.1.46 14 192.168.1.47
4 192.168.1.48 192.168.1.49 192.168.1.50 192.168.1.62 14 192.168.1.63
5 192.168.1.64 192.168.1.65 192.168.1.66 192.168.1.78 14 192.168.1.79
6 192.168.1.80 192.168.1.81 192.168.1.82 192.168.1.94 14 192.168.1.95
7 192.168.1.96 192.168.1.97 192.168.1.98 192.168.1.110 14 192.168.1.111
8 192.168.1.112 192.168.1.113 192.168.1.114 192.168.1.126 14 192.168.1.127
9 192.168.1.128 192.168.1.129 192.168.1.130 192.168.1.142 14 192.168.1.143
10 192.168.1.144 192.168.1.145 192.168.1.146 192.168.1.158 14 192.168.1.159
11 192.168.1.160 192.168.1.161 192.168.1.162 192.168.1.174 14 192.168.1.175
12 192.168.1.176 192.168.1.177 192.168.1.178 192.168.1.190 14 192.168.1.191
13 192.168.1.192 192.168.1.193 192.168.1.194 192.168.1.206 14 192.168.1.207
14 192.168.1.208 192.168.1.209 192.168.1.210 192.168.1.222 14 192.168.1.223
15 192.168.1.224 192.168.1.225 192.168.1.226 192.168.1.238 14 192.168.1.139
16 192.168.1.240 192.168.1.141 192.168.1.142 192.168.1.254 14 192.168.1.255

 The number of valid available networks = 16 networks


 The number of hosts per network = 14 hosts per network
 The full range of the first available network
192.168.1.1 – 192.168.1.15

 The usable address range for that first network


192.168.1.2 – 192.168.1.14

8. You have a network address of 200.138.1.0 with a subnet mask of


255.255.255.252.
Calculate the following:

o The number of valid available networks


o The number of hosts per network
o The full range of the first three networks
o The usable address range from those first three networks
o The broadcast address for each of the first three networks.

Solution:
Jump: 256 – 252 = 4

# de Host
Nº Subred IP Range Broadcast
Disponibles
1 200.138.1.0 200.138.1.1 - 200.138.1.2 2 200.138.1.3
2 200.138.1.4 200.138.1.5 - 200.138.1.6 2 200.138.1.7
3 200.138.1.8 200.138.1.9 - 200.138.1.10 2 200.138.1.11
4 200.138.1.12 200.138.1.13 - 200.138.1.14 2 200.138.1.15
5 200.138.1.16 200.138.1.17 - 200.138.1.18 2 200.138.1.19
6 200.138.1.20 200.138.1.21 - 200.138.1.22 2 200.138.1.23
7 200.138.1.24 200.138.1.25 - 200.138.1.26 2 200.138.1.27
8 200.138.1.28 200.138.1.29 - 200.138.1.30 2 200.138.1.31
9 200.138.1.32 200.138.1.33 - 200.138.1.34 2 200.138.1.35
10 200.138.1.36 200.138.1.37 - 200.138.1.38 2 200.138.1.39
11 200.138.1.40 200.138.1.41 - 200.138.1.42 2 200.138.1.43
12 200.138.1.44 200.138.1.45 - 200.138.1.46 2 200.138.1.47
13 200.138.1.48 200.138.1.49 - 200.138.1.50 2 200.138.1.51
14 200.138.1.52 200.138.1.53 - 200.138.1.54 2 200.138.1.55
. . . . .
. . . . .
. . . . .
64 200.138.1.252 200.138.1.253 - 200.138.1.254 2 200.138.1.255

 The number of valid available networks = 64 networks


 The number of hosts per network = 2 hosts per network
 The full range of the first available network
200.138.1.0 – 200.138.1.3
200.138.1.4 - 200.138.1.7
200.138.1.8 – 200.138.1.11

 The usable address range for that first network


200.138.1.1 – 200.138.1.2
200.138.1.5 - 200.138.1.6
200.138.1.9 – 200.138.1.10

 The usable address range for that first network


200.138.1.3
200.138.1.7
200.138.1.11

Das könnte Ihnen auch gefallen