Networking
Networking
Networking
Contents
1. Components
2. OSI Model
3. Classification
4. Devices
5. Protocols
6. DNS & DHCP
7. Network Commands
What is a Computer Network?
Communication
between two or
more network
Interfaces.
Components of Computer Network
● For worldwide data communication, systems must be developed which are compatible to
communicate with each other.
➔ LAN
◆ Local area Network
➔ WAN
◆ Wide Area Network
➔ MAN
◆ Metropolitan area network
➔ CAN
◆ Campus Area Network
➔ PAN
◆ Personal Area Network
Switches
Switches facilitate the sharing of resources by connecting together all the devices, including computers,
printers, and servers, in a small business network
ROUTER
A router receives and sends data S
on computer networks. Routers are sometimes confused with
network hubs, modems, or network switches. However, routers can combine Multiple Networks
together.
Protocols
In the networking and communications area, a protocol is the formal specification
that defines the procedures that must be followed when transmitting or receiving
data. Protocols define the format, timing, sequence, and error checking used on
the network.
TCP UDP
Key Difference Between TCP/IP and OSI Model
TCP/IP is a practical model with standardized protocols that tackles specific communication challenges. On the other
hand, OSI is a comprehensive framework that is not tied to any specific protocols and covers different network
communication methods.
There are also some portions of the IPv4 space that are reserved for specific
uses.
● One of the most useful reserved ranges is the loopback range specified by
addresses from 127.0.0.0 to 127.255.255.255. This range is used by
each host to test networking to itself. Typically, this is expressed by the
first address in this range: 127.0.0.1.
Each of the normal classes also has a range that is used to designate private
network addresses. For instance,
● Class A range: 10.0.0.0 to 10.255.255.255
● Class B range: 172.16.0.0 to 172.31.255.255.
● Class C range: 192.168.0.0 to 192.168.255.255
Private IP vs Public IP
Private IP Public IP
Unregistered IP Registered IP
Subnet Mask
Subnet Mask:-Its an address used to identify the network and host portion of the
ip address
● Class A N.H.H.H 255.0.0.0 = 8
● Class B N.N.H.H 255.255.0.0 = 16
● Class C N.N.N.H 255.255.255.0 = 24
Note:- "255" represents the network and "0" represents the host.