Assignment 1
Assignment 1
Question 2
Dynamic Host Configuration Protocol Server (DHCP Server):
A DHCP server assigns IP addresses to client computers .The DHCP server reduces
configuration efforts because an administrator does not have to manually assign each computer
with IP addresses.
Question 4
Commands:
Ping –w
Timeout in milliseconds to wait for each reply. Range is 1-9 only
Ping –r
Range is 1-9 only.
Ipconfig:
Ipconfig/all
It display details information including physical address and DHCP information whether it is yes
or no.
Ipconfig/release:
Network is disconnected
Ping –s
Timestamps for count hosts (ipv4 only).Range is 1 to 4 only.
Ipconfig/renew:
Network is established again on renew command.
Net stat and properties:
Used to display very detailed information about how your computer is communicating with other
devices/computers.
Commands Description
-a Display active tcp connections.
-e Show statistics about your computer.
-n Prevent netstat from attempting to determine host names for foreign ip
addresses.
-o Display processer identifier (PId) associated with each displayed
connection.
-x Show all networkDirect listeners, connections and shared endpoints.
Question 6
Network Address:
A network address is an ip address without host address. In network address all hosts bits are
turned off. For example we have C class ip address 192.168.1.1 here the network address is
192.168.1.0 the zero is host bit which is turned off.
Broadcast Address:
An address that enables transmission to every node in a local network.
All zero/ones not assign to Ip address:
Because zero is reserve for host id and one is reserved for network id.
Question 7
Five Departments
Need Hosts = 50 each
Ip address provided =200.200.200.0
200.200.200.0/24
Step 1:
200.200.200.00000000
Take 2 bits most left from host id from above address.
Step 2:
Using formula 2^6-2 >= 50
N= 6
After subnetting our ip address will become 200.200.200.192/26 as two bits are added.
Our new ip addresses will become
200.200.200.64/26
200.200.200.128/26
200.200.200.192/26
As we need more hosts and here only three departments are getting hosts remaining are not
because class c have only one host id of 8 bit. We should do taking with class b.