cn.pptx_2
cn.pptx_2
Networking Concepts
This presentation offers a clear and concise introduction to key computer
networking concepts. We will explore various types of networks, topologies,
and architectures, providing a foundational understanding of how devices
communicate and share resources. Each section is designed to build upon
the previous, ensuring a comprehensive grasp of these essential topics.
Understanding the fundamentals of computer networks is crucial for anyone working in technology, as it forms the backbone of
modern digital infrastructure.
Types of Computer Networks
While the Internet facilitates global connectivity and information sharing, an intranet offers a secure, controlled environment for
organizational communications and data management. Both play crucial roles in modern digital infrastructure.
Network Topologies
Bus Topology Star Topology Ring Topology Mesh Topology
All devices share a single All devices are connected to Each device is connected to Every device is connected to
communication line. Simple a central hub or switch. two others, forming a circle. every other device. Highly
but vulnerable to disruptions More reliable, as failure of Data travels in one direction, redundant and reliable but
if the main line fails. one device doesn't affect potentially causing delays. expensive to implement.
others.
The choice of topology depends on factors like cost, reliability, and scalability. Hybrid topologies combine the advantages of
different configurations for optimal performance.
Network
Based on Geographic Based on Roles
Scope Client-server networks have
Networks can be classified dedicated servers providing
by their geographic reach: resources, while peer-to-peer
LAN, MAN, WAN, and PAN, networks allow devices to
each serving different spatial share resources directly.
requirements.
Specialization
2
Each layer performs a specific task, simplifying overall complexity.
Communication
3 Layers communicate with those above and below, ensuring
seamless data flow.
A layered architecture in networking divides complex functions into manageable layers, each with a specific task. This approach
simplifies design, promotes interoperability, and facilitates troubleshooting. Each layer communicates with the layers above and
below it.
OSI Reference Model (7 Layers)
Application
User interface
Presentation
Data formatting/encryption
Session
Managing sessions
Transport
End-to-end communication
Network
Routing and addressing
Data Link
Error detection/correction
Physical
Transmission of raw data
The OSI model provides a conceptual framework for understanding how data is transmitted over a network. Each layer performs specific functions, ensuring reliable and efficient communication between devices.
OSI Model
TCP/IP Reference Model (4 Layers)
Application Layer
1 Transport Layer
Provides network services to
applications. 2 Ensures reliable data transfer.
The TCP/IP model is a practical implementation of the layered architecture concept, providing a simplified yet functional framework
for network communication. It is the foundation of the Internet and most modern networks.
Transmission Modes
Transmission Modes
Full Duplex
1 Two-way communication simultaneously (e.g., telephones)
Half Duplex
2
Two-way communication, one direction at a time (e.g., walkie-talkies)
Simplex
3
One-way communication (e.g., keyboard to CPU)
Understanding transmission modes is crucial for designing efficient communication systems. Full duplex offers the highest throughput but
requires more complex hardware, while simplex is suitable for applications needing only one-way data flow.
Network Devices and Their Roles
Hub: Basic device that broadcasts data to all ports
Switch: Connects devices in a network and sends data to the correct destination
2.https://www.geeksforgeeks.org/layered-architecture-in-computer-networks/
3. https://www.geeksforgeeks.org/basics-computer-networking/
4.https://en.wikipedia.org/wiki/Computer_network