Types of Networks
Types of Networks
Types of Networks
Conventional/Size/Coverage
Personal Area Network (PAN): connects devices in a small area, such as a home or office
Local Area Network (LAN): connects devices in a limited geographical area, such as a
building or campus
Metropolitan Area Network (MAN): connects devices in a larger geographical area, such
as a city or town
Wide Area Network (WAN): connects devices over a large geographical area, such as a
country or continent
Software Defined Network (SDN): a network that is controlled and managed by software
Storage Area Network (SAN): a network that connects storage devices to servers
Enterprise Private Network (EPN): a network that connects multiple offices or locations of
an organization
Virtual Private Network (VPN): a network that allows users to connect to a private network
over the internet
Body Area Network (BAN): a network that connects devices on or near the human body
2. Network Architecture
Peer-to-Peer (P2P) Network: all devices are equal and can act as both clients and servers
Client/Server Network: devices are divided into clients (requesting services) and servers
(providing services)
3. Network Topology
Logical Topology: the way data flows through a network, regardless of physical layout
4. Network Protocols
TCP/IP: the most common protocol suite, used for internet communication
Other protocols:
HTTP (Hypertext Transfer Protocol): used for transferring data over the web,
including web pages and files
FTP (File Transfer Protocol): used for transferring files between hosts over a
network
SMTP (Simple Mail Transfer Protocol): used for sending and receiving email
SSH (Secure Shell): used for secure remote access to networks and devices
These protocols work together to enable communication, data transfer, and other functions over a
network.
5. Network Devices
Network devices: hardware components that connect, manage, and control data flow in a
network
Hub: a simple network device that connects multiple devices together, repeating
incoming data signals to all connected devices
Switch: a network device that connects multiple devices together, filtering and
forwarding data packets to the intended recipient
Router: a network device that connects multiple networks together, routing data
packets between them
Modem: a network device that connects a network to the internet via a broadband
connection (e.g., cable, DSL, fiber)
Bridge: a network device that connects two separate networks together, often used
to extend a network or connect two LANs
Repeater: a network device that amplifies weak signals to extend the range of a
network
Access Point (AP): a network device that allows wireless devices to connect to a
network
Wireless Access Point (WAP): a network device that allows wireless devices to
connect to a network
These network devices play a crucial role in building and managing networks, enabling
communication and data transfer between devices.
6. Network Topologies
Network topology: the physical and logical arrangement of devices and connections in a
network
Logical topology: the way data flows through a network, regardless of physical
layout
Ring topology: devices connect in a circular configuration, and data travels in one
direction
Mesh topology: each device connects to every other device, providing multiple
paths for data to travel
Tree topology: a combination of bus and star topologies, with multiple levels of
connections
Hybrid topology: a combination of two or more different topologies
Advantages and disadvantages of each topology: each topology has its own strengths
and weaknesses, such as scalability, reliability, and cost
Understanding network topologies is important for designing and building efficient, reliable, and
scalable networks.
Network Protocols
Network protocol: a set of rules and standards that govern data communication over a
network
HTTP (Hypertext Transfer Protocol): a protocol for transferring data over the
web
FTP (File Transfer Protocol): a protocol for transferring files over a network
SMTP (Simple Mail Transfer Protocol): a protocol for sending and receiving
email
Layer 6: Presentation: converts data into a format that can be understood by the
receiving device
Ethernet Technologies
Fiber Optic Ethernet: uses fiber optic cables for high-speed connections
What is CSMA/CD?
CSMA/CD stands for Carrier Sense Multiple Access with Collision Detection. It's a protocol that
helps devices share a network cable and avoid data collisions.
1. Carrier Sense: This means that a device "listens" to the network cable to see if it's busy or
not. If the cable is busy, the device waits.
2. Multiple Access: This means that multiple devices can share the same network cable.
3. Collision Detection: This means that if two devices try to send data at the same time, they
detect the collision and stop sending data.
A device wants to send data and "listens" to the network cable to see if it's busy.
If another device tries to send data at the same time, a collision occurs.
The devices wait for a random amount of time before trying to send data again.