Introduction of Networking
Network
Network is a collection of Computer and Electronic Devices connected to one another to allow sharing of data, files and other computing resources.
The smallest form of Network is LAN ( Local Area Network) which is used by small infra organizations for creating Network which then muzzle ups to MAN ( Metropolitan Area Network) which generally covers a geographical region of the size of a metro area which then lifts up to WAN ( Wide area Network).
Internet:
- Internet is worldwide network of computer networks.
How does it work:
- Most computers aren't connected directly to internet
- They are connected to smaller networks
- Which are connected through gateways(Routers/Switches) to the internet backbone.
Networking Devices
Network devices are :
What is Protocol?
- A Protocol is a established set of rules that determine how data is transmitted between different devices in the same network.
- It Defines the Format of Data that is being Sent and Received.
- Some protocols are Designed for Reliable and High-Performance Network communication by Compressing Data.
- Applications like Web Browsers contains a list of software that supports Advance Protocols, necessary for Application to Function.
Introduction to IP Address
- Internet Protocol is a set of rules governing the format of data sent over the internet or the network.
- An IP Address is a 32-bit sequence contains I's and 0's
- IP is used to identify machines on a network
- IP address consist of four sections
- Each section is 8 bits long
- Each section has range from O to 255
Types of IP Address
- There are 2 types of IP address
- Static IP Address -Y IP Address assigned to host manually
- Dynamic IP Address -Y IP Address assigned by server when host boots
Classification of IP Address
Class |
Address Range |
Supports |
Class A |
1.0.0.1 to 126.255.255.254 |
Supports 16
million hosts on each of 127 networks. |
Class B |
128.1.0.1 to 191.255.255.254 |
Supports
65,000 hosts on each of 16,000 networks. |
Class C |
192.0.1.1 to 223.255.254.254 |
Supports 254
hosts on each of 2 million networks. |
Class D |
224.0.O.O to 239.255.255.255 |
Reserved for
multicast groups. |
Class E |
240.0.0.0 to 254.255.255.254 |
Reserved for future use, or Research and Development Purposes. |
Network Topologies
Topologies:
- The Pattern of interconnection of nodes during a network is named the topology.
Types of Topology:
- Bus Topology
- Star Topology
- Ring Topology
- Tree Topology
- Mesh Topology
Network Topology
Bus Topologies:
- A linear bus consists a main run on single cable with terminator at each end all Nodes (File server, Workstations) are connected to the only linear cable as shown below.
Star Topology:
- A star is meant with each node (File server, Workstations, and peripherals) are connected on to a central network hub or concentrator as shown in below.
- The Hub is going to manage all functions in a network and it also act as repeater
Ring Topology:
Tree Topology:
- A Tree topology combines characteristics of a linear bus and star topologies.
- It consists groups of star configured workstations connected to a linear bus backbone cable.
- Tree Topologies provide the expansion of an existing network to configure a network to satisfy their needs.
Mesh Topology:
Concept of Ports
- The term Port can check with either physical or virtual connection points
- Ethernet Port
- USB Port
- Virtual Port - A port is associated with an IP address of host as well as the type of protocol used for communication. The purpose of ports is uniquely identify different applications or services running on a single computer.
- Total number of ports in a computer range from 1 to 65535 (port number O is reserved and can't be used)
Important Port numbers and Services
ftp |
21/tcp |
#FTP. control |
Ssh |
22/tcp |
#SSH Remote
Login Protocol |
telnet |
23/tcp |
#Telnet
protocol – unencrypted text communications |
Smtp |
25/tcp |
#Simple Mail
Transfer Protocol |
http |
80/tcp |
#World Wide Web |
kerberos |
88/tcp |
#Kerberos |
pop3 |
110/tcp |
#Post Office
Protocol - Version 3 |
imap |
143/tcp |
#lnternet
Message Access Protocol |
Idap |
389/tcp |
#Lightweight
Directory Access Protocol |
https |
443/tcp |
#HTTP over
TLS/SSL |
ftps |
990/tcp |
#FTP control,
over TLS/SSL |
telnets |
992/tcp |
#Telnet
protocol over TLS/SSL |
imaps |
993/tcp |
#1MAP4 protocol
over TLS/SS |
OSI Reference Model
OSI Model:
- Open Systems Interconnect (OSI) Model.
- Who Made : International standard Organization (ISO).
- OSI isn't a protocol, it's a model for understanding and designing a architecture that's flexible and robust.
- The OSI model describes how data flows from one computers, through a network to another computer.
Comments
Post a Comment