The copperbelt university



Download 290.5 Kb.
Page5/9
Date20.03.2023
Size290.5 Kb.
#60933
1   2   3   4   5   6   7   8   9
CS 460 SESSIONAL EXAM 2020 AUGUST ANSWERS
BBF221 FINAL CA - FT
QUESTION FOUR

  1. A DNS resolver typically issues a query using UDP but may also use TCP. Is there a problem using TCP for this purpose? If so, what do you suggest is the solution? [3 marks]

  2. Assume you are setting up a company network that has the following servers: DNS server: “dns1.compxyz.com” (IP: “128.118.13.50”) Web server: “compxyz.com” with two IP addresses as “128.118.12.56” and “128.118.12.58”. The web server also bears the name “www.compxyz.com”. Email server: “email.compxyz.com” (IP: “128.119.12.60”, company email address: “username@compxyz.com”). What resource records (RRs) will you be providing to the .com authoritative registrar? [3 marks]

  3. Assuming the same context as for b) above, what resource records will you be placing in the company’s DNS server? [4 marks]

  4. The Internet Group Management Protocol (IGMP) is a communications protocol used by hosts and adjacent routers on IPv4 networks to establish multicast group memberships. Explain how IGMP functions to achieve its objectives. [2 marks]

  5. An organization is granted the block 211.17.180.0/24. The administrator wants to create 32 subnets:

  1. Find the subnet mask required [2 marks]

  2. Find the number of addresses in each subnet [2 marks]

  3. Find the first and last allocatable addresses in subnet 1. [2 marks]

  4. Find the first and last allocatable addresses in subnet 32 [2 marks]



ANSWER

  1. DNS primarily uses User Datagram Protocol (UDP) on port number 53 to serve requests.DNS queries consist of a single UDP request from the client followed by a single UDP reply from the server. The Transmission Control Protocol (TCP) isused when the response data size exceeds 512 bytes, or for tasks such as zone transfers. Some resolver implementations use TCP for all queries.IP Fragmentation and TCP SegmentationThe presence of larger IP packets, such as those found when using DNS (mainly due to zone transfers, EDNS, and DNSSEC), translates to an increase in the probability that a large packet containing DNS information will exceed the Maximum Transmission Unit (MTU) at some point in transit. In cases where the packet exceeds the configured MTU of a Layer 3 interface, the packet will require fragmentation. However, in certain cases, the packet configuration (for example, if the Don't Fragment (DF) bit is set (= 1)), or the network configuration (for example, ICMP messages indicating packets need to be fragmented are not received by the originating host) may not allow transmission of a fragmented packet.

  2. (compxyz.com, dns1.compxyz.com, NS)(dns1.compxyz.com, 128.118.13.50, A)

  3. (compxyz.com, 128.118.12.56, A)(compxyz.com, 128.118.12.58, A)(www.compxyz.com, compxyz.com, CNAME)(email.compxyz.com, 128.119.12.60, A)(compxyz.com, email.starwar.com, MX)

  4. A multicast router connected to a network has a list of multicast addresses of the groups with at least one loyal member in that network. For each group, there is one router that has the duty of distributing the multicast packets destined for that group.

  5. Find the subnet mask. 24+5 =29 , /29

b. Find the number of addresses in each subnet. 2^(32-29) = 2^3=8
c. Find the first and the last address in the first subnet.
First Address : 211.17.180.0
Mask :0.0.0.7
Last Address : 211.17.180.7
Find the first and the last address in the last subnet (subnet 32).
8 * 31 = 247
First Address in subnet1 : 211.17.180.0
number of addresses : 0.0.0.247
First Address in subnet32: 211.17.180.247
First Address in subnet32: 211.17.180.247
number of addresses : 0.0.0.7
First Address in subnet32: 211.17.180.255

Download 290.5 Kb.

Share with your friends:
1   2   3   4   5   6   7   8   9




The database is protected by copyright ©ininet.org 2024
send message

    Main page