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

networks nd networking 1

Types Of Network •LAN - Local Area Network is in a small geographical area, such as a college or office building. •WAN - Wide Area Network Combination of multiple LANs. •WLAN - Wireless Local Area Network Links two or more devices using some wireless distribution method and usually providing a connection through an access point to the wider internet. Local Area Network (LAN) •A LAN connects network devices within a limited geographical area such as office buildings or schools. •The data transfer is managed by a transport protocol such as TCP/IP. •The transmission of data is performed by the access method (Ethernet, Token Ring, etc.). Wide Area Network (WAN) •A WAN covers a wide geographic area, carrying data over long distances, such as a country •WANs can be formed by different LANs •The connection between different LANs may not be permanent •WANs are sophisticated networks, but transmission speeds have generally been slower than those commonly achieved on LANs WLAN (Wireles

MAN-IN-THE-MIDDLE ATTACK (MITM ATTACK)

What is Man-in-the-middle (MITM) attack? A man in the middle attack is one in which the attacker intercepts messages in a public key exchange and then retransmits them, substituting his own public key for the requested one, so that the two original parties still appear to be communicating with each other. The attack gets its name from the ball game where two people try to throw a ball directly to each other while one person in between them attempts to catch it. In a man in the middle attack, the intruder uses a program that appears to be the server to the client and appears to be the client to the server. The attack may be used simply to gain access to the message, or enable the attacker to modify the message before retransmitting it. Man in the middle attacks is sometimes known as fire brigade attacks. The term derives from the bucket brigade method of putting out a fire by handing buckets of water from one person to another between a water source and the fire. What is BackTrack

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 indicated by NMAP, the parameter of