Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

explain any four characteristics of networks.

Describe 5 important steps to be taken to IPv4 loopback characteristics: IP Address: The


Connectivity : For example, in a computer configure a basic DHCP server. most common IP address assigned to the IPv4
network, high connectivity ensures that all devices Install DHCP Server Software: Install DHCP server Loopback interface is 127.0.0.1. This IP address is
can communicate effectively, while low software on a suitable server or device. reserved for loopback testing and is often referred
connectivity might lead to data bottlenecks and Define IP Address Range: Determine the range of to as the "localhost" address. Local Testing: The
communication issues. IP addresses (DHCP pool) to allocate to clients Loopback interface is primarily used for local
Scalability: For instance, a cloud computing within your network's subnet. testing and diagnostic purposes. When a router or
infrastructure must be highly scalable to support a Configure Lease Duration: Set the lease duration any other device sends data to the loopback
growing number of users and workloads. for IP addresses to determine how long clients can address, it essentially loops the data back to itself
Reliability: refers to the network's ability to use them. without sending it out to the network. Always
consistently deliver services and data without Define Additional DHCP Options: Configure Available: The Loopback interface is always
unexpected interruptions or failures. options like subnet masks, gateways, DNS, and available, even if other network interfaces on the
Security:Security is paramount in today's NTP server addresses to provide essential router are down or disconnected. No Physical
interconnected world, where networks store and network configuration to clients. Hardware: Unlike other network interfaces on a
transmit sensitive data. Network security Activate DHCP Server: Activate the DHCP server, router, the Loopback interface doesn't correspond
encompasses a range of measures and protocols to making it accessible to clients, and ensure it's to a physical hardware component. Common
protect network resources, data, and running correctly. Uses: The Loopback interface has various uses in
communication from unauthorized access, networking and system administration. It's often
cyberattacks, and data breaches Describe five functions which can be performed used for testing network services, checking
using ACL. network configurations, and ensuring that
why we need to setup default gateway on the end Traffic Filtering: ACLs control which network network-related software is functioning correctly.
devices? traffic is allowed or denied based on criteria like IP a. DHCPv4 Messages Explanation:
Route Traffic: It directs data outside the local addresses, ports, and protocols. DHCPv4 (Dynamic Host Configuration Protocol for
network. Network Segmentation: ACLs isolate different IPv4) is a protocol used to automatically assign IP
Interconnect Networks: It connects different network segments or VLANs, enhancing security addresses and network configuration settings to
subnets within the network. by controlling traffic flow between them. devices on a network. In DHCPv4 operation, two
Access Remote Resources: It allows access to Access Control: ACLs enforce access policies, important messages are exchanged between the
resources on remote networks or the internet. restricting or permitting access to network DHCP client and the DHCP server:
resources based on user roles or authentication i) DHCPDISCOVER:
Explain any three of the roles of routers in levels. When a device, known as the DHCP client, joins a
computer networks. Traffic Prioritization: ACLs assign Quality of network and needs an IP address, it starts by
Packet Forwarding: Routers determine the best Service (QoS) markings to prioritize certain types sending a DHCPDISCOVER message.
path for data packets to travel between different of traffic, ensuring efficient resource allocation. The DHCPDISCOVER message is a broadcast
networks, ensuring efficient data transmission. Security and Threat Mitigation: ACLs enhance message that the client sends to the network,
Network Address Translation (NAT): Routers network security by blocking malicious traffic, essentially saying, "Hey, I'm here and I need an IP
modify IP addresses to allow multiple devices in a preventing attacks, and limiting access to address. Is there a DHCP server that can help
local network to share a single public IP address, vulnerable services. me?"
enhancing security and conserving IP addresses. ii) DHCPOFFER:
Traffic Filtering and Security: Routers enforce Supernet Route When a DHCP server receives a DHCPDISCOVER
security policies by filtering traffic based on criteria A supernet route is a summarized network message, it responds with a DHCPOFFER message.
like IP addresses and port numbers, protecting the address that aggregates multiple smaller subnets The DHCPOFFER message contains a proposed IP
network from threats and unauthorized access. or IP address ranges into a single, larger address address and other network configuration details
range. This helps simplify routing tables and that the server can provide to the client.
Classify any three roles of switched networks. improve network efficiency by reducing the
Packet Forwarding: number of routing entries, making routing a. Four Characteristics of a Switch to Alleviate
Segmentation and Traffic Isolation: decisions more efficient. Network Traffic Congestion:
Redundancy and High Availability: Segmentation: Switches divide a network into
Default Route multiple collision domains, which reduces the
Define the 4 main benefits of VLAN. A default route, represented by the network chances of network congestion.
Enhanced network security address 0.0.0.0/0, serves as a routing fallback. It Traffic Isolation: Switches can create separate
Improved network performance specifies the next-hop router or gateway to which broadcast domains, which prevent broadcast
Simplified network management network traffic should be sent when there is no traffic from flooding the entire network.
Flexible network design specific route in the routing table for the Bandwidth Management: Managed switches can
destination IP address. This default route is allocate and prioritize bandwidth for specific
Explain the CDP feature inside Cisco network essential for devices to access resources outside devices or traffic types using Quality of Service
devices to map the unknown network. their local network, such as the internet, (QoS) settings.
Identifying Devices: It allows devices to learn providing a critical path for outbound traffic. MAC Address Learning: Switches maintain a MAC
about neighboring devices, their names, IP address table to make forwarding decisions
addresses, and software versions. Four Reasons for Using a Router in a Computer efficiently. By remembering the MAC addresses of
Mapping Topology: CDP helps visualize how Network: devices connected to each port, switches can
devices are connected, aiding in understanding Packet Routing: Routers are responsible for direct traffic only to the port.
network layout. determining the best path for data packets to
Troubleshooting: It assists in diagnosing network travel from the source to the destination within a i. CDP (Cisco Discovery Protocol):
issues by quickly identifying devices involved. network. Purpose: CDP is a proprietary network discovery
Security Considerations: Administrators should be Network Segmentation: Routers can segment a protocol developed by Cisco. It helps Cisco
cautious about potential security risks when using large network into smaller subnetworks, often devices identify and learn about neighboring Cisco
CDP, as it shares device information. referred to as subnets. devices on a network.
Network Address Translation (NAT): Routers use Function: CDP-enabled devices periodically send
ii. LLDP (Link Layer Discovery Protocol): NAT to map private IP addresses of devices within CDP packets that contain information about
Purpose: LLDP is a vendor-neutral network a local network to a single public IP address for themselves, such as device type, IP address,
discovery protocol used to discover and exchange communication with the internet. software version, and neighboring devices. This
information about neighboring devices on a Firewall and Security: Routers often include information helps network administrators monitor
network, regardless of their manufacturer. firewall capabilities to protect a network from and troubleshoot their Cisco networks more
Function: LLDP operates similarly to CDP but is unauthorized access and potential threats. effectively.
not limited to Cisco devices. exchange
information through LLDP advertisements, sharing
details such as device type, port ID, system
capabilities, management addresses.
Routing Information Protocol Dynamic NAT NAT (Network Address Translation):
Router> enable Router# configure terminal # Router> enable Router# configure terminal # One-to-One Mapping: NAT, or basic NAT,
Enable RIP routing protocol on the router Configure the inside (private) and outside (public) establishes a one-to-one mapping between a
Router(config)# router rip # Specify the networks interfaces as shown above # Define a pool of private IP address and a public IP address. Each
to advertise (replace with your network details) available public IP addresses Router(config)# ip private IP address is statically associated with a
Router(config-router)# network nat pool PUBLIC_POOL unique public IP address.
192.168.1.0 203.0.113.2 203.0.113.10 netmask Port Conservation: NAT does not conserve ports.
Router(config-router)# network 255.255.255.0 Each internal device that wants to communicate
192.168.2.0 # Create an access control list (ACL) to specify with the external network consumes a unique
# Optionally, set a version for RIP (not which internal hosts can be NATed Router(config)# port on the public IP address. Use Case: NAT is
necessary for RIP v1) Router(config- access-list 1 permit typically used when there are more public IP
router)# version 1 # Exit RIP 192.168.1.0 0.0.0.255 addresses available than there are internal
configuration Router(config-router)# # Enable dynamic NAT using the ACL and the devices. It's commonly used in situations where
exit # Exit global configuration mode defined pool Router(config)# ip nat inside source an organization has a pool of public IP addresses,
Router(config)# exit # Save the list 1 pool PUBLIC_POOL overload # Enable NAT and each internal device needs a unique public IP
configuration Router# write memory on the inside and outside interfaces as shown address for specific purposes, such as hosting a
above # Exit configuration mode and save the web server. Example: If you have 10 public IP
Static NAT configuration Router(config)# exit Router# write addresses and 10 internal devices, NAT can
Router> enable Router# configure terminal # memory provide each internal device with its dedicated
Configure the inside (private) interface public IP address.
Router(config)# interface FastEthernet0/0
Router(config-if)# ip address PAT (Port Address Translation):
192.168.1.1 Many-to-One Mapping: PAT, also known as NAT
255.255.255.0 Overload, allows multiple private IP addresses to
Router(config-if)# exit # Configure the outside be mapped to a single public IP address. It does
(public) interface Router(config)# interface this by using different source port numbers to
Serial0/0 Router(config-if)# ip address keep track of which internal device a particular
203.0.113.1 packet belongs to.
255.255.255.0 Port Conservation: PAT conserves ports by using
Router(config-if)# exit # Create a static NAT unique source port numbers for each internal
mapping Router(config)# ip nat inside source device. This allows multiple devices to share the
static same public IP address.
192.168.1.10 Use Case: PAT is commonly used in scenarios
203.0.113.10 where a single public IP address needs to be
# Enable NAT on the inside and outside interfaces shared among multiple internal devices, such as in
Router(config)# interface FastEthernet0/0 home or small office routers. It's also used by
Router(config-if)# ip nat inside Router(config)# Internet Service Providers (ISPs) to allow many
interface Serial0/0 Router(config-if)# ip nat customers to share a limited pool of public IP
outside # Exit configuration mode and save the addresses. Example: If you have a home router
configuration Router(config-if)# exit with a single public IP address and multiple
Router(config)# exit Router# write memory devices on your internal network, PAT assigns a
unique source port number to each internal
device when it sends traffic out to the internet.
This way, responses can be correctly directed back
to the appropriate internal device based on the
source port number.

You might also like