Include the ethereal data of the first three DHCP packets that are exchanged between PC3 and PC2.
What will be an ideal response?
Ethereal dump on PC3
```
Frame 7 (590 bytes on wire, 590 bytes captured)
...
Bootstrap Protocol
Message type: Boot Request (1)
Hardware type: Ethernet
Hardware address length: 6
Hops: 0
Transaction ID: 0x87e3307b
Seconds elapsed: 10
Bootp flags: 0x0000 (Unicast)
0... .... .... .... = Broadcast flag: Unicast
.000 0000 0000 0000 = Reserved flags: 0x0000
Client IP address: 0.0.0.0 (0.0.0.0)
Your (client) IP address: 0.0.0.0 (0.0.0.0)
Next server IP address: 0.0.0.0 (0.0.0.0)
Relay agent IP address: 0.0.0.0 (0.0.0.0)
Client hardware address: 00:50:bf:75:1f:32
Server host name not given
Boot file name not given
Magic cookie: (OK)
Option 53: DHCP Message Type = DHCP Discover
Option 57: Maximum DHCP Message Size = 548
Option 51: IP Address Lease Time = infinity
Option 55: Parameter Request List
1 = Subnet Mask
3 = Router
6 = Domain Name Server
12 = Host Name
15 = Domain Name
17 = Root Path
23 = Default IP Time-to-Live
28 = Broadcast Address
29 = Perform Mask Discovery
31 = Perform Router Discover
33 = Static Route
40 = Network Information Service Domain
41 = Network Information Service Servers
42 = Network Time Protocol Servers
Option 60: Vendor class identifier = "Linux 2.4.18-10 i686"
Option 61: Client identifier
Hardware type: Ethernet
Client hardware address: 00:50:bf:75:1f:32
End Option
Padding
Frame 8 (342 bytes on wire, 342 bytes captured)
...
Bootstrap Protocol
Message type: Boot Reply (2)
Hardware type: Ethernet
Hardware address length: 6
Hops: 1
Transaction ID: 0x87e3307b
Seconds elapsed: 10
Bootp flags: 0x0000 (Unicast)
0... .... .... .... = Broadcast flag: Unicast
.000 0000 0000 0000 = Reserved flags: 0x0000
Client IP address: 0.0.0.0 (0.0.0.0)
Your (client) IP address: 10.0.3.6 (10.0.3.6)
Next server IP address: 10.0.2.21 (10.0.2.21)
Relay agent IP address: 10.0.3.1 (10.0.3.1)
Client hardware address: 00:50:bf:75:1f:32
Server host name not given
Boot file name not given
Magic cookie: (OK)
Option 53: DHCP Message Type = DHCP Offer
Option 54: Server Identifier = 10.0.2.21
Option 51: IP Address Lease Time = 2 minutes
Option 1: Subnet Mask = 255.255.255.0
End Option
Padding
Frame 9 (590 bytes on wire, 590 bytes captured)
...
Bootstrap Protocol
Message type: Boot Request (1)
Hardware type: Ethernet
Hardware address length: 6
Hops: 0
Transaction ID: 0x87e3307b
Seconds elapsed: 10
Bootp flags: 0x0000 (Unicast)
0... .... .... .... = Broadcast flag: Unicast
.000 0000 0000 0000 = Reserved flags: 0x0000
Client IP address: 0.0.0.0 (0.0.0.0)
Your (client) IP address: 0.0.0.0 (0.0.0.0)
Next server IP address: 0.0.0.0 (0.0.0.0)
Relay agent IP address: 0.0.0.0 (0.0.0.0)
Client hardware address: 00:50:bf:75:1f:32
Server host name not given
Boot file name not given
Magic cookie: (OK)
Option 53: DHCP Message Type = DHCP Request
Option 57: Maximum DHCP Message Size = 548
Option 54: Server Identifier = 10.0.2.21
Option 50: Requested IP Address = 10.0.3.6
Option 51: IP Address Lease Time = 2 minutes
Option 55: Parameter Request List
1 = Subnet Mask
3 = Router
6 = Domain Name Server
12 = Host Name
15 = Domain Name
17 = Root Path
23 = Default IP Time-to-Live
28 = Broadcast Address
29 = Perform Mask Discovery
31 = Perform Router Discover
33 = Static Route
40 = Network Information Service Domain
41 = Network Information Service Servers
42 = Network Time Protocol Servers
Option 60: Vendor class identifier = "Linux 2.4.18-10 i686"
Option 61: Client identifier
Hardware type: Ethernet
Client hardware address: 00:50:bf:75:1f:32
End Option
Padding
```
Ethereal dump on PC2
```
Frame 8 (590 bytes on wire, 590 bytes captured)
...
Bootstrap Protocol
Message type: Boot Request (1)
Hardware type: Ethernet
Hardware address length: 6
Hops: 1
Transaction ID: 0x87e3307b
Seconds elapsed: 10
Bootp flags: 0x0000 (Unicast)
0... .... .... .... = Broadcast flag: Unicast
.000 0000 0000 0000 = Reserved flags: 0x0000
Client IP address: 0.0.0.0 (0.0.0.0)
Your (client) IP address: 0.0.0.0 (0.0.0.0)
Next server IP address: 0.0.0.0 (0.0.0.0)
Relay agent IP address: 10.0.3.1 (10.0.3.1)
Client hardware address: 00:50:bf:75:1f:32
Server host name not given
Boot file name not given
Magic cookie: (OK)
Option 53: DHCP Message Type = DHCP Discover
Option 57: Maximum DHCP Message Size = 548
Option 51: IP Address Lease Time = infinity
Option 55: Parameter Request List
1 = Subnet Mask
3 = Router
6 = Domain Name Server
12 = Host Name
15 = Domain Name
17 = Root Path
23 = Default IP Time-to-Live
28 = Broadcast Address
29 = Perform Mask Discovery
31 = Perform Router Discover
33 = Static Route
40 = Network Information Service Domain
41 = Network Information Service Servers
42 = Network Time Protocol Servers
Option 60: Vendor class identifier = "Linux 2.4.18-10 i686"
Option 61: Client identifier
Hardware type: Ethernet
Client hardware address: 00:50:bf:75:1f:32
End Option
Padding
Frame 9 (342 bytes on wire, 342 bytes captured)
...
Bootstrap Protocol
Message type: Boot Reply (2)
Hardware type: Ethernet
Hardware address length: 6
Hops: 1
Transaction ID: 0x87e3307b
Seconds elapsed: 10
Bootp flags: 0x0000 (Unicast)
0... .... .... .... = Broadcast flag: Unicast
.000 0000 0000 0000 = Reserved flags: 0x0000
Client IP address: 0.0.0.0 (0.0.0.0)
Your (client) IP address: 10.0.3.6 (10.0.3.6)
Next server IP address: 10.0.2.21 (10.0.2.21)
Relay agent IP address: 10.0.3.1 (10.0.3.1)
Client hardware address: 00:50:bf:75:1f:32
Server host name not given
Boot file name not given
Magic cookie: (OK)
Option 53: DHCP Message Type = DHCP Offer
Option 54: Server Identifier = 10.0.2.21
Option 51: IP Address Lease Time = 2 minutes
Option 1: Subnet Mask = 255.255.255.0
End Option
Padding
Frame 10 (590 bytes on wire, 590 bytes captured)
...
Bootstrap Protocol
Message type: Boot Request (1)
Hardware type: Ethernet
Hardware address length: 6
Hops: 1
Transaction ID: 0x87e3307b
Seconds elapsed: 10
Bootp flags: 0x0000 (Unicast)
0... .... .... .... = Broadcast flag: Unicast
.000 0000 0000 0000 = Reserved flags: 0x0000
Client IP address: 0.0.0.0 (0.0.0.0)
Your (client) IP address: 0.0.0.0 (0.0.0.0)
Next server IP address: 0.0.0.0 (0.0.0.0)
Relay agent IP address: 10.0.3.1 (10.0.3.1)
Client hardware address: 00:50:bf:75:1f:32
Server host name not given
Boot file name not given
Magic cookie: (OK)
Option 53: DHCP Message Type = DHCP Request
Option 57: Maximum DHCP Message Size = 548
Option 54: Server Identifier = 10.0.2.21
Option 50: Requested IP Address = 10.0.3.6
Option 51: IP Address Lease Time = 2 minutes
Option 55: Parameter Request List
1 = Subnet Mask
3 = Router
6 = Domain Name Server
12 = Host Name
15 = Domain Name
17 = Root Path
23 = Default IP Time-to-Live
28 = Broadcast Address
29 = Perform Mask Discovery
31 = Perform Router Discover
33 = Static Route
40 = Network Information Service Domain
41 = Network Information Service Servers
42 = Network Time Protocol Servers
Option 60: Vendor class identifier = "Linux 2.4.18-10 i686"
Option 61: Client identifier
Hardware type: Ethernet
Client hardware address: 00:50:bf:75:1f:32
End Option
Padding
```
You might also like to view...
To retrieve specific columns from a table, use _________ to separate the column names.
a. ? b. * c. , d. -
What cannot be created by using the mail merge feature in Access or Word?
A) Access table B) Labels C) Letters D) Envelopes
?_____ is strictly hardware-related because it involves the process of reading and writing binary data to physical media, such as a hard drive, CD/DVD, or network-based storage device.
A. ?Logical storage B. ?Virtual storage C. ?Simulated storage D. ?Physical storage
Formatting a cell in Number format you can't set Select one:
A. Decimal Places B. Negative numbers C. Use 1000 separator D. Currency Symbol