Case Study 5
Case Study 5
CASE STUDY 1
Step 1: I open the laptop; my laptop will need to get an IP address from the DHCP server:
A- My laptop will make a RARP request, its source will be (11:11:11:11:11:11) and its destination
will be: (FF:FF:FF:FF:FF:FF) because it does not know the destination.
B- RARP reply from the DHCP server telling my laptop’s IP address from the available IPs in the pool of IP
the DHCP server.
C- It will also tell my laptop the DNS server, default gateway, and subnet mask.
Step 2: My laptop’s internet browser will need to get the IP for www.google.com from the DNS
server:
A- My laptop source (11:11:11:11:11:11) will ask the destination DNS server (33:33:33:33:33:33)
through the network by creating a DNS query message.
B- Then the DNS will search its database to give the Google’s IP address (201.1.2.3) to the switch
(123456).
Step 3: The switch will need to forward the IP address revived from the DNS to my laptop
A- The packet that includes the IP address of www.google.com coming from the source DNS server
(33:33:33:33:33:33) will be sent to the switch (123456).
B- The switch (123456) then sends it the laptop (11:11:11:11:11:11)
Step 4: The router will check the validity of the packet’s IP address. Then, it will send it to the
Google server.
A- Router with source (22:22:22:22:22:2) receives from the switch (123456) the destination of the
google server: (201.1.2.3)
B- The router with source (22:22:22:22:22:22) will send a packet to the destination google server
(201.1.2.3).