Chapter 7 Flashcards
IP address is ______
207
Internet Protocol address, an IP or IP address is an address of a computer or other network device on a network using TCP/IP. For example, the number “69.72.169.241” is an example of such an address.
Network address is _______
206
The network portion of an IP address. For a class A network, the network address is the first byte of the IP address. For a class B network, the network address is the first two bytes of the IP address. For a class C network, the network address is the first three bytes of the IP address. In each case, the remainder is the host address.
Class A addresses:
209
Class A addresses are assigned to networks with a very large number of hosts. The high-order bit in a class A address is always set to zero. The next seven bits (completing the first octet) complete the network ID. The remaining 24 bits (the last three octets) represent the host ID. This allows for 126 networks and 16,777,214 hosts per network. 00000000=0 01111111=127
Class B addresses:
210
Class B addresses are assigned to medium-sized to large-sized networks. The two high-order bits in a class B address are always set to binary 1 0. The next 14 bits (completing the first two octets) complete the network ID. The remaining 16 bits (last two octets) represent the host ID. This allows for 16,384 networks and 65,534 hosts per network. 10000000=128 10111111=191
Class C addresses:
211
Class C addresses are used for small networks. The three high-order bits in a class C address are always set to binary 1 1 0. The next 21 bits (completing the first three octets) complete the network ID. The remaining 8 bits (last octet) represent the host ID. This allows for 2,097,152 networks and 254 hosts per network. 11000000=192 11011111=223
when all host bits are turned off we have the _____
210
Network address some examples: 10.0.0.0 for class A 127.16.0.0 for class b 192.168.100.0 for class C
when all host bits are turned on we have the _____
210
Broadcast address some examples: 10.255.255.255 for class A 127.16.255.255 for class B 192.168.255.255 class C
what is private IP address definition?
212
Private IP addresses are provided by network devices, such as routers, using network address translation (NAT).
What is APIPA?
212
APIPA. (Automatic Private IP Addressing) The Windows function that provides DHCP autoconfiguration addressing. APIPA assigns a class B IP address from 169.254.0.0 to 169.254.255.255 to the client when a DHCP server is either permanently or temporarily unavailable.
what is IPv4 ?
214
Internet Protocol version 4 (IPv4) is the fourth version in the development of the Internet Protocol (IP). It is one of the core protocols of standards-based internetworking methods in the Internet
what are 4 types of IPv4 ?
214
- Layer 2 broadcasts these are sent to all nodes on a LAN.
- Broadcasts layer 3 these are sent to all nodes on the Network.
- Unicast this is an address for a single interface, and are used to send packets to single destination host.
- Multicast these are packets sent from a single source and transmitted to many devices on different network ( one to many)