Answer:
A. PAT
Step-by-step explanation:
IP addresses are logical addresses given to devices in network for routing purposes. It is just like a house in a street that needs an address.
There are two versions of IP address, namely;
- IP version 4
- IP version 6
IP version 6 (ipv6): this is the latest of the two versions and have currently been adopted because of its almost infinite addresses as compared with the former version.
Two widely used types of ipv6 are global unicast and link-local address.
IP version 4: this is the oldest of the versions. It has five classes, but three are mainly used for networking they are;
Class A : 0- 127 with a subnet mask of 255.0.0.0
Class B: 128-191 with subnet mask of 255.255.0.0
Class C: 192-223 with subnet mask of 255.255.255.0
Subnet mask are used to determine the network part and host part of the network. Eg;
192.168. 10. 3 with subnet 255.255.255.0
The portion of the subnet mask with "255" is the network portion while the "0" is the host portion.
There are two types of ipv4, they are private and public network address.
Private addresses are unroutable on the internet and range from;
10.0.0.0- 10.255.255.255
172.16.0.0- 172.31.255.255
192.168.0.0- 192.168.255.255
Public addresses are routable on the internet.
When a company with a private network needs internet services, the router connected to modem is configured with a Network address translator "NAT" and with a port address translator "PAT".
PAT in the router is configured with a public address with a list of all the addresses in its private network, so workstations sending and requesting TCP packets to the internet is recorded in the PAT enable router and it IP address is changed to the configured public address and given appropriate port numbers for packets.