Skip to main content

networks nd networking 2

Network Topologies
•There are three main local area network (LAN) topologies:
Bus
Star
Ring
•Other network topologies include:
Mesh
Wireless


What is a server?
•Server is a machine which provides services to the nodes or computers in a network and those computers using services are known as client machines.
•For each any every service client have to request to the server.


Client Server Model


  Servers
•Computers or processes that manage network resources
Disk drives (file servers)
Printers (print servers)
Network traffic (network servers)
•Example: Database Server
A computer system that processes database queries


Clients
•Application that run on a computer
•Rely on a server for
Files
Devices
Processing power
•Example: E-mail client
An application that enables you to send and receive e-mail


Types of Servers
•Application Servers
•Audio/Video Servers
•Chat Servers
•Fax Servers
•FTP Servers
•Groupware Servers
•IRC Servers
•List Servers
•Mail Servers
•News Servers
•Proxy Servers
•Telnet Servers
•Web Servers
•Etc.


Server or Services
•DNS is Domain name system/server/service but most of the people say that DNS is a Domain name server, it is a service and when anyone use the service from a machine then the machine or system is known as DNS server, because at that time that system is providing service to the client machine.
•Same as DHCP, FTP, Telnet, etc they all are services and whenever we use the services from the particular machine they’re known as the servers



 Types of address in a computer
•Logical address.
IP address
•Physical address.
MAC address


 What is an IP address?
•Numerical label assigned to devices participating in network that uses IP for communicating amongst themselves.
•Example: 192.168.1.3


 Types Of IP address
•IP V4
32 bit IP address.
•IP V6
128 bit IP address.


Main Classes of IP addresses:
•A class: 1 – 126 (describe here in very short)
•B class: 128 – 191
•C class: 192 – 223
•D Class:
•E Class:


Other range of IP addresses:
•D Class: 224 – 239
Used for multicasting.
•E Class: 240-255
Used for Research and Development (R&D).


Special IP Addresses

 •127.0.0.0 Universal loop back address.
•169.254.0.0 APIPA (Automated private IP Addressing)
•Private IP Address Range
▫192.168.*.*
▫172.16*.*.*
▫10.*.*.*
•0.*.*.*


Subnet mask
•It shows the number of Network and hosts.
 Say for
C class: IP Address: 192.168.10.23
Default Subnet mask: 255.255.255.0
•Why we use it? (Answer it)


Default gateway
•Default gateway is the IP address of the machine or system, through which you’re able to use the Internet network.
•To access the default gateway, type the IP address of the system in URL bar.
•Example: http://192.168.1.23


To know your IP address
•Step 1: Open cmd
•Step 2: C:/ipconfig
or
ipconfig \all


 IP v4 IPv6
•32 – bit address
•Dotted decimal notation: 192.168.1.2
•Number of addresses:
4.2 billion
•128 – bit address
•Hexadecimal notation 3FEE:FAAA:0093:BDBD:AAC3:345C:03AB:003E
•Number of addresses:
3.4×1038


Port
•A logical number allow software applications to share hardware resources without interfering each other.
•Example:
Port# 22 – SSH
Port# 80 – HTTP
Port# 443 – HTTPS
Port# 21 – FTP


Programming Language
•Artificial language designed to express computations that can be performed by a machine, particularly a computer
•Programming loopholes
•The flaws in the programming which can be exploited.
•Most of the attacks are nothing but loopholes of some kind


Types of programming languages:
•C
•C++
•Java
•ASP
•PHP
•Perl
•Python
•Shell scripting




Comments

Popular posts from this blog

NMAP and ZenMAP

NMAP and ZenMAP are useful tools for the scanning phase of Ethical Hacking in Kali Linux. NMAP and ZenMAP are practically the same tool, however NMAP uses command line while ZenMAP has a GUI. NMAP is a free utility tool for network discovery and security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. NMAP uses raw IP packets in novel ways to determine which hosts are available on the network, what services (application name and version) those hosts are offering, which operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, etc. Now, let’s go step by step and learn how to use NMAP and ZenMAP. Step 1 − To open, go to Applications → 01-Information Gathering → nmap or zenmap. Step 2 − The next step is to detect the OS type/version of the target host. Based on the help indicat...

Internet Of Things -IOT

Hey there! Have you heard of IoT? Yes the most popular thing in industry. If not, it is Internet of Things. Do you use smart watches or have you heard about smart city, smart house, these are the practical application of IoT. Didn’t get it?If you just Google “what is IoT?”, you will get a technical answer: “The Internet of Things (IoT) is a system of interrelated computing devices, mechanical and digital machines, objects, animals or people that are provided with unique identifiers and the ability to transfer data over a network without requiring human-to-human or human-to-computer interaction.”  Simply, The Internet of Things, or IoT, refers to the billions of physical devices around the world that are now connected to the internet, collecting and sharing data. Now you’ll ask me “Okay, but why is it so much important?”. Today majority of devices works on sensors but sensors will not live forever. In other words, cheap sensors are not going to be 100% reliable, 100% of the time. Ph...

Kali Linux - Installation and Configuration

Kali Linux is one of the best security packages of an ethical hacker, containing a set of tools divided by the categories. It is an open source and its official webpage is https://www.kali.org. Generally, Kali Linux can be installed in a machine as an Operating System, as a virtual machine . Installing Kali Linux is a practical option as it provides more options to work and combine the tools. You can also create a live boot CD or USB. All this can be found in the following link: https://www.kali.org/downloads/ BackTrack was the old version of Kali Linux distribution. The latest release is Kali 2018.1 and it is updated very often. To install Kali Linux − First, we will download the Virtual box  or Vmware workstation and install it. Later, we will download and install Kali Linux distribution. Instead of downloading  the images file you all can download that ova file extension . The benefits of it is that you do not have to install it. What you have to do is to just ...