0% found this document useful (0 votes)
17 views2 pages

Computer Networks Overview and Essentials

Computer networks consist of interconnected devices that facilitate communication and resource sharing. They can be categorized into various types, topologies, and utilize different protocols and security measures. Understanding these elements is crucial for effective IT infrastructure management.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views2 pages

Computer Networks Overview and Essentials

Computer networks consist of interconnected devices that facilitate communication and resource sharing. They can be categorized into various types, topologies, and utilize different protocols and security measures. Understanding these elements is crucial for effective IT infrastructure management.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

COMPUTER NETWORKS NOTES

1. INTRODUCTION A computer network is a collection of interconnected devices (computers,


servers, routers, switches) that communicate to share resources, data, and applications.
Networking allows communication and resource sharing across geographical boundaries.

2. TYPES OF NETWORKS - LAN (Local Area Network): Covers a small geographic area like an
office or building. - MAN (Metropolitan Area Network): Spans a city or campus. - WAN (Wide Area
Network): Connects networks across large distances, e.g., the Internet. - PAN (Personal Area
Network): For personal devices like smartphones and laptops.

3. NETWORK TOPOLOGIES - Bus Topology: All devices connected to a single backbone cable. -
Star Topology: All devices connected to a central hub or switch. - Ring Topology: Devices
connected in a closed loop. - Mesh Topology: Every device connected to every other device. -
Hybrid Topology: Combination of two or more topologies.

4. NETWORK DEVICES - Hub: Basic device for connecting multiple computers; broadcasts data to
all ports. - Switch: Intelligent device that forwards data to specific destination MAC addresses. -
Router: Connects different networks and routes data packets. - Modem: Converts digital signals to
analog and vice versa for Internet access. - Access Point: Provides wireless connectivity in a
network.

5. OSI MODEL (Open Systems Interconnection) The OSI model divides network communication
into seven layers: 1. Physical Layer – Transmission of raw bits over physical medium. 2. Data Link
Layer – Error detection and MAC addressing. 3. Network Layer – Routing of packets (IP
addressing). 4. Transport Layer – Reliable delivery (TCP/UDP). 5. Session Layer – Establishes and
manages sessions. 6. Presentation Layer – Data translation, encryption, compression. 7.
Application Layer – User interfaces and applications (HTTP, FTP, SMTP).

6. TCP/IP MODEL Consists of 4 layers: - Application Layer - Transport Layer - Internet Layer -
Network Access Layer

7. IP ADDRESSING An IP address uniquely identifies a device on a network. - IPv4: 32-bit address


(e.g., [Link]) - IPv6: 128-bit address (e.g., 2001:0db8::1) IP classes: A, B, C, D, and E.

8. NETWORK PROTOCOLS - HTTP/HTTPS: Web communication - FTP: File transfer -


SMTP/POP3: Email transmission - DNS: Domain Name System - DHCP: Dynamic Host
Configuration Protocol for IP assignment - ICMP: For error reporting and diagnostics

9. NETWORK SECURITY - Firewalls: Control traffic entering or leaving a network. - Encryption:


Protects data from unauthorized access. - VPN (Virtual Private Network): Creates secure
connections over public networks. - IDS/IPS: Detects and prevents intrusions.

10. DATA TRANSMISSION MODES - Simplex: One-way communication. - Half Duplex: Two-way
communication, but one direction at a time. - Full Duplex: Simultaneous two-way communication.

11. NETWORK TOOLS AND UTILITIES - Ping: Checks network connectivity. - Traceroute: Traces
the path of packets. - Netstat: Displays network connections and ports. - Wireshark: Packet
analyzer tool for network troubleshooting.

12. ADVANTAGES OF NETWORKING - Resource sharing (files, printers, internet) - Centralized


data management - Improved communication - Cost efficiency and scalability

13. DISADVANTAGES - Security threats - Network congestion - Hardware/software cost -


Maintenance complexity

14. SUMMARY Computer networks enable communication, collaboration, and resource sharing.
Understanding layers, protocols, and security principles is essential for designing and managing
modern IT infrastructure.

Common questions

Powered by AI

Simplex transmission mode involves unidirectional communication, suitable for applications where data only flows in one direction, such as broadcast television. Half-duplex allows bidirectional communication, but not simultaneously, making it effective for setups like walkie-talkies. Full-duplex supports simultaneous two-way communication, ideal for modern telecommunications where real-time, uninterrupted communication is necessary, such as on telephone networks .

DHCP and DNS protocols collaborate to ensure seamless device connectivity and communication by automating IP addressing and name resolution processes. DHCP dynamically assigns IP addresses to devices, allowing them to join networks without manual configuration, while DNS translates domain names to IP addresses, enabling users to access network resources using easy-to-remember domain names instead of numerical IP addresses .

The OSI model facilitates interoperability and standardization in computer networks by dividing the communication process into seven distinct layers, each with specific functions and responsibilities. This layered approach allows different network devices and protocols to interact harmoniously, as each layer only communicates with its immediate layers. It provides a universal set of standards, ensuring that diverse network systems and equipment can work together seamlessly .

Switches differ from hubs in managing data traffic within a network by using MAC addresses to intelligently forward data only to the specific device for which it is intended, thereby reducing unnecessary data traffic and collisions. Hubs, on the other hand, broadcast data to all connected devices regardless of the destination, causing more traffic and potential congestion on the network .

Hybrid topologies are advantageous over traditional network topologies by combining the strengths and mitigating the weaknesses of different topologies to accommodate complex environments. They offer flexibility, scalability, and resilience by allowing network designers to tailor the network to specific scenarios and requirements, such as fault tolerance and efficient routing, making them suitable for large, dynamic networks .

IPv6 improves upon IPv4 by expanding the address space from 32 bits to 128 bits, significantly increasing the number of possible unique IP addresses, thus supporting a greater number of devices and future internet growth. This enhancement addresses IPv4's limitations of depletion due to the rapid increase in internet-connected devices and also introduces new features such as simplified packet headers and improved security .

Firewalls are essential for network security as they control incoming and outgoing network traffic based on predetermined security rules, providing a barrier that protects internal networks from unauthorized access and cyber threats. They mitigate various threats such as unauthorized intrusions, malware, viruses, and data breaches by inspecting and filtering data packets .

An access point plays a crucial role in maintaining a wireless network infrastructure by acting as a central transmitter and receiver of wireless radio signals. It extends the network's range, connects multiple wireless devices to the wired network, and ensures seamless communication by managing data traffic between devices and the network backbone .

Implementing encryption strengthens network security by converting sensitive data into an unreadable format, accessible only to authorized users with the decryption key, thereby protecting it from interception or unauthorized access during transmission. It typically protects confidential data such as passwords, personal identification information, financial transactions, and private communications in a network environment .

A LAN (Local Area Network) typically covers a small geographic area such as a single building or office, making it suitable for internal communications and resource sharing. A MAN (Metropolitan Area Network) spans a city or campus, connecting local networks within a larger municipality or university. WAN (Wide Area Network) connects networks across extensive geographical areas, enabling communication on a national or global scale, exemplified by the Internet. PAN (Personal Area Network) is meant for short-range, personal area connectivity among devices like smartphones and laptops within a range of up to 10 meters .

You might also like