Question: 2.7-5 socket connect(). What happens when a socket connect() procedure is called/invoked? This causes the server to create a connection with a TCP client. The

2.7-5 socket connect(). What happens when a socket connect() procedure is called/invoked? This causes the server to create a connection with a TCP client. The server does so by creating a new socket for communication back to that client. This causes the client to reach out to a TCP server to establish a connection between that client and the server. If there is already one or more servers on this connection, this new server will also be added to this connection. This causes the client to reach out to a TCP server to establish a connection between that client and the server. There can be at most one server on the connection. This procedure creates a new socket at the client, and connects that socket to the specified server. Question 2 (Mandatory) (1 point) 2.4-1 DNS functions. Match the function of a server to a given type of DNS server in the DNS server hierarchy. Responsible for a domain (e.g., *.com, *.edu); knows how to contact authoritative name servers. Provides authoritative hostname to IP mappings for organization's named hosts. 1. Authoritative DNS server 2. Local DNS server 3. Top Level Domain (TLD) servers Replies to DNS query by local host, by contacting other DNS servers to answer the query. 4. DNS root servers Highest level of the DNS hierarchy, knows how to reach servers responsible for a given domain (e.g., *.com, *.edu)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
