STATIC AND DYNAMIC IP Flashcards

(9 cards)

1
Q

What are static ip addresses?

A
  • Static IP Addresses are addresses that remain unchanged (ie fixed)
  • They are often “manually” allocated and configured on hosts and can also be done automatically
  • Even if the host is rebooted, the configured IP Address is still there as the host always has the same IP Address.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

State the pros and cons of static addresses.

A

PROS
* always the same IP address.
* contactable by other hosts

CONS
* laborious to manually assign IPs to large number of hosts
* high chance of configuring more than 1 host with the same IP
* may run out of IP address for every host
* troublesome to configure and release IPs to mobile hosts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a dynamic ip addresses?

A
  • Dynamic IP addresses are assigned by the network when a host is connected to the network
  • The dynamic IP address allocated to a host may be different each time the host is connected to the network
  • Dynamic IP addresses are temporarily allocated to a device and It is taken back when no longer needed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the pros and cons of dynamic addresses?

A

Pros
* more efficient as IP address allocation and configuration are automatic
* re-allocation of the IP solves the IP scarcity issue
* suitable for mobile connectivity
* Eliminate IP address conflict

Cons
* Servers need to be readily contactable by client machines

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How to configure IP addresses through manual and automatic configuration?

A

MANUAL
* Pick a valid IP address and configure the host accordingly

AUTOMATIC
* Define a pool of usable IP addresses, and let the network decide which is to be allocated to a host.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a network address?

A
  • Network Address is an address in which all the host bits are ‘0’s.
  • An address by which we refer to a network. This can be considered as Network ID or Subnetwork Identifier
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a broadcast address?

A
  • Broadcast Address is an address in which all the host bits are ‘1’s.
  • Broadcast Address is a special address that allows communication to all the hosts in that network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a DHCP?

A
  • DHCP is a client-server network management protocol that dynamically assigns to each device on the network an IP address and other network configuration information, so that they can communicate with other IP networks.
  • When a host is connected to a network, the “DHCP client” service in the host makes a request (known as “DHCP Discovery”) with the DHCP server in the network for the network configuration information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

State the Disadvantages of DHCP

A
  • Host joining the network will not be able to obtain an IP address if the DHCP server fails
  • Unauthorised DHCP server offers addresses to users hence intercepting information over that connection leading to “man in the middle attack”.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly