Questions From Chapter 7
Questions From Chapter 7
Questions From Chapter 7
2. What are the major functions of Hubs, Switches, and Routers in computer networks?
Router: Router connect devices in different network.
Switch: A switch sends a data packet to destination package only.
Hubs: A hub connects devices in network and sends data all other connected devices.
TCP: refers to the Transmission Control Protocol, which handles the movement of
data between computers. TCP establishes a connection between the computers,
sequences the transfer of packets, and acknowledges the packets sent.
IP: refers to the Internet Protocol (IP), which is responsible for the delivery of packets
and includes the disassembling and reassembling of packets during transmission.
5. Modem: A modem is a device that translates digital signals into analog form (and
vice versa) so that computers can transmit data over analog networks such as
telephone and cable networks
6. LAN: A local area network (LAN) is designed to connect personal computers and
other digital devices within a half-mile or 500-meter radius.
7. CAN: Campus area network (CAN) Up to 1,000 meters (a mile); a college campus or
corporate facility.
10. Bandwidth: The bandwidth is the difference between the highest and lowest
frequencies that can be accommodated on a single channel.
11. IP Address: Every computer on the Internet is assigned a unique, which currently is a
32-bit number represented by four strings of numbers ranging from 0 to 255
separated by periods is called Internet Protocol (IP) address. For instance, the IP
address of www.microsoft.com is 207.46.250.119.
MIS 107 NSU NWA
12. IPv6: New IP addressing system using 128-bit IP addresses. Stands for
Internet Protocol version 6.
13. DNS: The domain name is the English-like name that corresponds to the unique 32-
bit numeric IP address for each computer connected to the Internet.
14. VoIP: Voice over IP (VoIP) is a technology that delivers voice information in digital
form using packet switching, avoiding the tolls charged by local and long-distance
telephone networks.
15. VPN: A virtual private network (VPN) is a secure, encrypted, private network that has
been configured within a public network to take advantage of the economies of scale
and management facilities of large networks, such as the Internet.
16. URL: Uniform Resource Locator (URL) is the address of a specific resource on the
internet.
http://www.megacorp.com/content/features/082610.html,http
domain d.path document file format
name
17. SEO: Search engine optimization (SEO) is the process of improving the quality and
volume of Web traffic to a Web site by employing a series of techniques that help a
Web site achieve a higher ranking with the major search engines when certain
keywords and phrases are put into the search field.
18. Shopping Bots: Shopping bots is a software with built-in intelligence that help e-
commerce shoppers locate and evaluate products or service they might wish to
purchase. Shopping bots such as MySimon or PriceGrabber.
7. Draw the diagram of TCP/IP reference model by DOD. Briefly describe each layer in
the model. (p-294, 295)
Ans:
MIS 107 NSU NWA
1.Application layer: The Application layer enables client application programs to access
the other layers and defines the protocols that applications use to exchange data.
(HTTP) is used to transfer Web page files.
2. Transport layer: The Transport layer is responsible for providing the Application layer
with communication and packet services. This layer includes TCP and other protocols.
3. Internet layer: The Internet layer is responsible for addressing, routing, and packaging
data packets called IP datagrams. The IP is one of the protocols used in this layer.
4. Network Interface layer: The Network Interface layer is responsible for placing
packets on and receiving them from the network medium, which could be any
networking technology.