NPS - Quick - Prep Notes CO-1 0CO-2
NPS - Quick - Prep Notes CO-1 0CO-2
NPS - Quick - Prep Notes CO-1 0CO-2
~N
NPS _quick_prep Notes CO-1&CO-2
. Transmission Media
• Guided Media:
o Twisted Pair Cable: Consists of pairs of wires twisted
together. Categories include CAT5, CAT6. Used in LANs.
o Coaxial Cable: Consists of a central conductor, insulating
layer, metallic shield, and outer cover. Used for cable TV and
broadband internet.
o Fiber-Optic Cable: Uses light to transmit data. High-speed
and long-distance communication. Types: Single-mode, Multi-
mode.
• Unguided Media:
o Radio Waves: Used for wireless communication like Wi-Fi,
Bluetooth.
o Microwaves: Used for long-distance wireless communication,
satellite networks.
o Infrared: Used in remote controls, short-range
communication.
Network Topology
~N
NPS _quick_prep Notes CO-1&CO-2
Token Ring:
• Functionality:
o Allows logical segmentation of a physical network.
o Devices in a VLAN can communicate as if they are on the same
physical network, regardless of their actual location.
o Reduces broadcast traffic and improves security.
~N
NPS _quick_prep Notes CO-1&CO-2
• Implementation:
o VLANs are configured on network switches using the IEEE 802.1Q
standard.
o Each VLAN is identified by a unique VLAN ID.
• Benefits:
o Improved network management and scalability.
o Enhanced security by isolating sensitive data.
o Simplified administration by grouping users by department or function.
• Purpose:
o Filters network traffic based on predefined rules.
o Controls access to and from network segments.
• Types:
o Standard ACLs: Filter traffic by source IP address. Limited flexibility.
o Extended ACLs: Filter traffic by source and destination IP addresses,
port numbers, and protocols. More granular control.
• Usage:
o Applied to network interfaces on routers and firewalls.
o Used to permit or deny traffic based on security policies.
IP Addressing
• IPv4:
o 32-bit address divided into four octets.
o Written in dotted decimal format (e.g., 192.168.1.1).
o Limited address space, leading to IPv4 exhaustion.
• IPv6:
o 128-bit address, written in hexadecimal format.
o Provides a vastly larger address space.
o Examples: 2001:0db8:85a3:0000:0000:8a2e:0370:7334.
• Public vs. Private IP:
o Public IP: Globally unique, assigned by ISPs. Routable on the internet.
o Private IP: Used within private networks. Not routable on the internet.
Examples: 192.168.x.x, 10.x.x.x, 172.16.x.x to 172.31.x.x.
~N
NPS _quick_prep Notes CO-1&CO-2
Routing
• Static Routing:
o Manually configured routes.
o Simple and secure but not scalable for large networks.
• Dynamic Routing:
o Uses routing protocols to automatically adjust routes.
o Examples: OSPF (Open Shortest Path First), BGP (Border Gateway
Protocol), RIP (Routing Information Protocol).
o Adapts to network changes and failures.
• Routing Table:
o Database of network paths.
o Contains information on destination networks, next-hop addresses, and
metrics.
Subnetting
• Purpose:
o Divides a large network into smaller, manageable sub-networks.
o Enhances security and improves network performance.
• Subnet Masks:
o Defines the network and host portions of an IP address.
o Example: 255.255.255.0 for a Class C network.
• CIDR Notation:
o Represents subnets with a suffix indicating the number of network bits.
o Example: 192.168.1.0/24.
• Calculating Subnets:
o Determine the number of required subnets and hosts per subnet.
o Adjust the subnet mask accordingly to provide the necessary number of
subnets and hosts.
~N
NPS _quick_prep Notes CO-1&CO-2
• Function:
o Manages the flow of data packets between two devices.
o Ensures reliable and sequential delivery of frames.
o Uses a window to control the number of frames sent before
needing an acknowledgment.
• Types:
o Go-Back-N: Sender can send several frames before needing an
acknowledgment but must resend all frames after a lost frame.
o
• Collision Domain:
o A network segment where data packets can collide.
o Collisions occur in shared media environments like Ethernet hubs.
o Reducing collision domains improves network performance.
o Switches and routers can segment collision domains.
• Broadcast Domain:
o A network segment where a broadcast frame is forwarded to all
devices.
~N