Net Fundamentals L3 Nit
Net Fundamentals L3 Nit
RQF LEVEL: 3
DURATION: 3 HOURS
INSTRUCTIONS TO CANDIDATES:
Allowed Materials: Blue pen, Ruler, Calculator, Pencil, (Fitting with the
exam paper)
ITB RUHENGERI
Class A/0.5mark
class B/0.5mark
1-126 /0.5mark
128-191/0.5mark
Class C/0.5mark 192-223/0.5mark
Class D/0.5mark 224-239/0.5mark
Class E/0.5mark 240-255/0.5mark
Reference: Learning outcome 3: Apply IP Addressing
(IPv4&IPv6). Indicative content:3.1. Description of IP
addressing concepts Curriculum Level III in networking
and internet technology page 7 year 2022 (Remembering)
07. Explain the benefit of using sub-netting
(3marks)
Answer:
1. Conservation of IP addresses: Imagine having a network of 20
hosts. Using a Class C network will waste a lot of IP addresses
(254-20=234). Breaking up large networks into smaller parts
would be more efficient and would conserve a great amount of
addresses. (1mark)
2. Reduced network traffic: The smaller networks that created the
smaller broadcast domains are formed, hence less broadcast
traffic on network boundaries. (1mark)
3. Simplification: Breaking large networks into smaller ones
could simplify fault troubleshooting by isolating network
problems down to their specific existence. (1mark)
Reference: Learning outcome 3: Apply IP Addressing
ITB RUHENGERI
current page in relation to the website's remaining pages.
(2marks)
ITB RUHENGERI
Interconnection devices -bridge (0.5mark)
-Access point
-router (0.5mark)
End device -Security camera (0.5mark)
-Computer (0.5mark)
Reference: Learning Outcome 1 Introduction to Network
Concepts Indicative Content:1.4. classification of network
device. Curriculum Level III in Networking Internet technology
page 4 year 2022 (understanding)
10. List three (3) major types of signals transmitted through logical
(3marks)
media
Answer:
Radio wave (1mark)
Infrared (1mark)
Microwaves (1mark)
Reference: Learning outcome 2: Network protocols and
communications. I C.2.3. Description of Network media and
transmission. Curriculum Level III in networking and internet
technology page 4 year 2022 (Remembering)
11. In the following IP addresses select IP address which is in class B:
(2marks)
a) 100.10.10.3
b) 234.168.4.4
ITB RUHENGERI
Baseband via broadband
Baseband technology transmits a single data/stream/channel at a
time (2marks) while broadband technology transmits multiple
data signals/stream/channels simultaneously at the same time.
(2marks)
Or (consider 4 points for each column)
Baseband transmission Broadband transmission
Transmit digital signals Transmit analog signals
(0.5mark) (0.5mark)
To boost signal strength, use To boost signal strength, use
repeaters (0.5mark) amplifiers (0.5mark)
Can transmit only a single Can transmit multiple signal
data stream at a time. waves at a time. (0.5mark)
(0.5mark)
Support bidirectional Support unidirectional
communication communication only.
simultaneously. (0.5mark) (0.5mark)
Support TDM based Support FDM based
multiplexing (0.5mark) multiplexing (0.5mark)
Use coaxial,twisted-pair,and Use radio waves, coaxial
fiber –optic cables. (0.5mark) cables, and fiber optical
cables. (0.5mark)
Mainly used in Ethernet LAN Mainly used in cable and
networks. (0.5mark) telephone networks.
ITB RUHENGERI
32 bits when count ones together is equal to 32bits (1.5marks)
Reference: Learning outcome 3: Apply IP Addressing
(IPv4&IPv6) Indicative content: 3.2. application of IP
configuration Curriculum Level III in networking and internet
technology page 8 year 2022 (Applying)
14. Which command that shows if you are in global configuration mode (2marks)
Answer:
Router(config)# (1mark)
Switch(config)# (1mark)
Reference: Learning outcome 3: Apply IP Addressing
(IPv4&IPv6). Indicative content:3.5 Application of IP
configuration. Curriculum Level III in networking and internet
technology page 8 year 2022 (Applying)
15. choose the correct IP address used in ipv6 from the following: (1mark)
a) 2001:0DB8:AC10: FE01::0000
b)4F23::00D3::0000:13B4
c)37B0:4480:14BF: B464
answer:
c)37B0:4480:14BF: B464 (1mark)
ITB RUHENGERI
a. Switch (1mark)
b. Computer (1mark)
Reference: Learning outcome 1: Description of network
concepts and technologies. Indicative Content.1.5. Description
of network models. Curriculum Level III in networking and
internet technology page 4 year 2022 (understanding)
18. Examine ipv6 and give four (4) advantages and four (4) disadvantages (10marks)
Answer:
Ipv6 or internet protocol version 6 is a network layer protocol that
allows communication to take place over network.
Ipv6 was the deigned by internet engineering task force(IETF)with the
purpose of superseding the ipv4 due to the global exponentially
growing internet users. (2marks)
Advantages of ipv6 (consider only 4 items)
Reliability (1mark)
ITB RUHENGERI
Faster speeds: ipv6 supports multicast rather than broadcast in
ipv4.this feature allows bandwidth-intensive packet flows (like
multimedia streams) to be sent to multiple destinations all at
once. (1mark)
Stringer security: IP security, which provides confidentiality and
data integrity, is embedded into ipv6. (1mark)
Routing efficiency (1mark)
Most important it’s the final solution for growing nodes in
global-network. (1mark)
Disadvantages of ipv6 (consider only 4 items)
1. Compatibility issue.one major drawback of IPv6 is the lack of
backward compatibility with IPv4. (1mark)
2. Implementation complexity: implementing IPv6 can be more
complex than IPv4 due to its new addressing scheme, header
format, and routing protocol. (1mark)
3. Cost of transition: Transitioning from IPv4 to IPv6 can be costly
for organization, may require upgrade to networking
equipment, software and infrastructure to support the new
protocol. (1mark)
4. Security concerns: While IPv6 includes build-in security
features, such as IPsec, the increased address space and
complexity of the protocol can introduce new security
vulnerability. (1mark)
5. Addressing and routing overhead: (1mark)
6. LACK OF UNIVERSAL ADOPTION: (1mark)
ITB RUHENGERI
e. Use table to show (first id, and broadcast) for each
subnet.
Answer:
Given: IP address:192.168.10.0/26
a) What are the number of subnet we slash notation of 26 then by
default class is /24 the borrowed bits are 2?
11111111.11111111.11111111.11000000
Number of subnets=2x=22=4subnets (1mark)
b) How many hosts will be connected on each subnet?
number of host =2y-2=26-2=64-2=62hosts (1mark)
c) new subnet mask
11111111.11111111.11111111.11000000
255. 255. 255. 192 (2marks)
d) host range: 2y=26=64 or full subnet mask-new subnet mask
256-192=64 (2marks)
ITB RUHENGERI
Reference: Learning outcome 3: Apply IP Addressing (IPv4&IPv6)
Indicative content: 3.1. Description of IP addressing concepts
Curriculum Level III in networking and internet technology page
7 year 2022(Evaluating)
20. Define IP address, then compare ipv4 and ipv6 with at least four (4) (10marks)
points for each
Answer:
IP address: is a unique number that is identify host on the network.
(2marks)
IP version 4 IP version 6
This is 32 bits address This is 128 bits address
(4bytes) (1mark) (16 bytes) (1mark)
This has 5 different classes This does not contain
of IP address (class A, B, classes of IP address
C, D and E) (1mark) (1mark)
This support VLSM This does not support
(1mark) VLSM
This has limited number of Ipv6 has a large number of
ip addresses (1mark) IP addresses (1mark)
IPv4 is dotted decimal IPv6 is hexadecimal
notation. notation. (1mark)
ITB RUHENGERI
Physical link layer (0.5mark)
Reference:( Learning outcome 2: Apply network protocols and
communications, indicative content 2.3. Description of Network
Protocols curriculum level III, page 5, year 2022 (Analyzing)
ITB RUHENGERI
and the servers, in this each and every node is itself client and server.
In Peer-to-Peer Network, Each and every node can do both request
and respond for the services. (2marks)
Reference: Learning Outcome 1 Introduction to Network Concepts
Indicative Content:1.1. Description of network concepts and
technologies Curriculum Level III in Networking Internet
technology page 3 year 2022, (Evaluating)
23. Suppose you are requested to build a network topology that has a (15marks)
central node.
a) Draw and explain that topology
b) Give three (3) advantages and three (3) disadvantages of that
topology
answer:
a) Star topology: this is a network topology where all devices are
connected to the central device called Hub or Switch. (3marks)
ITB RUHENGERI
(2marks)
ITB RUHENGERI
they decided to make new cable, what are the steps should be
followed during the process of making a new cable
Answer:
steps should be followed during the process of making new cable
Step1: Arrange all required equipment. (3marks)
Step2: use crimping tool to remove the outer shell or cover of the
cable. (3marks)
Step3: Arrange the colors according to the type of cable are you
willing or supposed to do and align them. (3marks)
Step4: Fixation of cable inside the RJ-45 connector and close the RJ-
45. (3marks)
Step5: check cable functionality by cable tester device. (3marks)
Reference:( Learning outcome 2: Apply network protocols and
communications, indicative content 2.3. Description of Network
Media and Transmission curriculum level III, page 5, year 2022
(creating)
END OF ASSESSMENT