An HTTP Protocol Drill:Fetch a URL (1)
Client clicks on an anchor.
Web Browser figures out the corresponding URL
Web Browser requests DNS services to translate the computer name (e.g. www.cs.bu.edu) to an IP address.
Web Browser requests the establishment of a connection with the server at port 80 at the given IP address.