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
```

Computer Science & Information Technology

You might also like to view...

A right tab stop sets the starting position on the right, so typed text moves to the left of that tab setting and aligns on the right

Indicate whether the statement is true or false

Computer Science & Information Technology

Referring to the figure above, the property name -ms-transform incorporates a(n) __________.

a. pseudo-class b. browser prefix c. pseudo-element d. class name

Computer Science & Information Technology