ÄÄÇ»Åͳ×Æ®¿öÅ© Quiz #1 (2xxx³â °¡À»Çбâ, 2xxx³â 10¿ù6ÀÏ)
1. (O/X) ´ÙÀ½ °¢ ¹®Ç×ÀÇ ³»¿ëÀÌ ¸ÂÀ¸¸é O, Ʋ¸®¸é X ¸¦ ÀûÀ¸½Ã¿À. ´Ü, X·Î ¼±ÅÃÇÑ °æ¿ì¿¡´Â ¸ðµç À߸øµÈ ÀÌÀ¯¸¦ ÇÔ²² ÀûÀ¸½Ã¿À. ÀÌÀ¯°¡ À߸øµÈ °æ¿ì¿¡´Â Ʋ¸° °ÍÀ¸·Î °£Áֵ˴ϴÙ. °¢ ¹®Ç×´ç Á¡¼ö´Â 5Á¡À̸ç, ´äÀ» À߸ø ÀûÀº °æ¿ì °æ¿ì¿¡´Â 0Á¡ÀÌ ¾Æ´Ñ -5Á¡À» ¹Þ°Ô µÇ´Ï ÁÖÀÇÇÏ¿© ´äÀ» ÀÛ¼ºÇϽÿÀ. (1) In a client-server architecture, there is an always-on host with dynamic IP addresses, called the client, which services requests from many other hosts, called servers. (2) In the context of a communication session between a pair of processes, the process that initiates the communication is labeled as the server. The process that waits to be contacted to begin the session is the client. (3) The applications such as e-mail, remote terminal access, the Web, and file transfer, all use TCP primarily because TCP provides reliable data transfer, guaranteeing that all data will eventually get to its destination. (4) A web page consists of objects. An object is simply a file such as an HTML file, a JPEG image, a Java applet, or a video clip that is addressable by a single URL. Each URL has two components: the hostname of the server that houses the object and the object¡¯s path name. (5) The first line of an HTTP response message has three fields: the method field, the URL field, and the HTTP version field. (6) FTP and SMTP send their control information through separate control connections, so called out-of-band. (7) The hierarchy of DNS servers consists of four classes of DNS serversroot DNS servers, toplevel domain (TLD) DNS servers, authoritative DNS servers and local DNS servers. (8) HTTP is mainly a pull protocolsomeone loads information on a Web server and users use HTTP to pull the information from the server at their convenience. In particular, the TCP connection is initiated by the machine that wants to receive the file. On the other hand, SMTP is primarily a push protocolthe sending mail server pushes the file to the receiving mail server. In particular, the TCP connection is initiated by the machine that wants to send the file. (9) P2P network is an
|