Week 3 Flashcards
Addresses in TCP/IP?
- Physical address
- IP address
- Port address
Mac addresses are split in two?
bagian pertama: OUI
bagian kedua: Vendor assigned
what is IP Address?
a logical address used in TCP/IP networking for indentifying a host in the network
IP Address characteristics?
an IP address is 32 bits in size, unique, grouped into four 8-bit octets seperated by decimal points
ICANN (Internet Corporation for Assigned Names & Numbers)
- central authority on Internet addresses and names
- a group of IP address must be obtained via an ISP
Classful Addresses?
Class A: 0.0.0.0 to 127.255.255.255 Netid: 0. Hostid: 0.0.0 to Netid: 127. Hostid: 255.255.255
Class B: 128.0.0.0 to 191.255.255.255 Netid: 128.0. Hostid: 0.0 to Netid: 191.255. Hostid: 255.255
Class C: 192.0.0.0 to 223.255.255.255 Netid: 192.0.0. Hostid: 0 to Netid: 191.255. Hostid: 255
Class D:
224.0.0.0 to 239.255.255.255
Class E: 240.0.0.0 to 255.255.255.255
Subnetting is?
subnetting adalah pembagian suatu kelompok alamat IP menjadi beberapa network ID lain dengan jumlah host yang lebih kecil atau yang disebut subnet.
A subnetted address is comprised of 3 parts?
- Network address
- Subnet address
- Host address
IP ending in “1” always reserved for?
gateways address
Options for DHCP?
- DHCPDISCOVER
- DHCPOFFER
- DHCPREQUEST
- DHCPDECLINE
- DHCPACK
- DHCPNACK
- DHCPRELEASE
Constant-length subnet masking (CLSM)
- each subnet includes the same number of stations
2. simple division of the address space by subnetting into multiple equal segments
Variable-length subnet masking (VLSM)
- A single address is subdivided into multiple subnets
2. each subnets need not all be the same size
Classless Inter-Domain Routing (CIDR) is?
slash notation.
A.B.C.D/n where n is either 8 (Class A), 16 (Class B) or 24 (Class C)
Private IP Addesses
Class A:
• 10.0.0.0 - 10.255.255.255
• Networks: 1
Total Private Hosts: 16,777,214
Class B:
• 172.16.0.0 - 172.31.255.255
• Networks: 16
Total Private Hosts: 1,048,544
Class C:
• 192.168.0.0 - 192.168.255.255
• Networks: 256
Total Private Hosts: 65,024