For the following IP/CIDR combinations, give the network add…

For the following IP/CIDR combinations, give the network address, the first usable address, the last usable address, the broadcast address, and the subnet mask. E.g.: 10.0.10.10/24Network address: 10.0.10.0First address: 10.0.10.1Last address: 10.0.10.254Broadcast address: 10.0.10.255Subnet Mask: 255.255.255.0 Calculate for the following: 14.1.64.64/169.9.8.212/2421.34.101.64/8161.248.254.1/23193.201.147.224/27

You’re interviewing for your first job as a software develop…

You’re interviewing for your first job as a software developer. The Interviewer asks you if it would be possible to create a network application that uses UDP for packet transmission, but operates like TCP (e.g.: it’s able to detect packet loss and re-transmission). Can this be done? If so give a high level explanation of how you would implement this functionality. Is this an efficient means off network utilization?