MIS Test 3 (Chapter 6) Flashcards
(35 cards)
What is a client?
Any computer on the network that requests and uses the services provided by the server.
What is a server?
A computer that is specifically optimized to provide software and other resources to other computers on the network.
What is a network interface device?
Each computer on the network contains a network interface device to link the computer to the network; serves as a unique identifier
what is a connection medium?
The connection medium used to link network components (e.g., telephone wire, cable, radio signal)
What is a network operating system (NOS)?
Routes and manages communications on the network and coordinates network resources. May reside on every computer or on a dedicated server.
What is a hub?
Device used to connect network components, sending packets of data to all other connected devices. Least intelligent and expensive.
What is a switch?
Used to filter and forward data to a specified destination on the network. More efficient than hub
What is a router?
A special communications processor used to route packets of data through different networks, ensuring that the data sent gets to the correct address. Smartest and most complicated.
What is client/server computing?
A form of distributed computing that partitions software processes between client and server computers.
What is packet switching?
- Allows millions of users to send chunks of data across the Internet concurrently
- Messages are broken down into small fixed bundles of data called packets
- Based on the concept of turn taking, packets from each user are alternated in the shared network
- Does not require a dedicated circuit
What are protocols?
A set of rules and procedures governing transmission of information between two points in a network
What is a transmission protocol?
Provides a universally agreed-on method for breaking up digital messages into packets, routing them to the proper address, and then reassembling them into coherent messages
What is a local-area network (LAN)?
Designed to connect personal computers and other digital devices within a half-mile
What is a star network?
is configured in the shape of a star with all nodes or workstations connected to a central hub through which all messages pass
What is a bus network?
is configured in the shape of an open-ended line with all nodes or workstations able to receive the same message at the same time
What is a ring network?
is configured in the shape of a circle with each node connecting to the next node. Messages travel around the circle in one direction.
What is a wide-area network (WAN)?
- Span large geographical distances
- Typically used to connect two or more LANs
- Most universal and powerful WAN is the Internet
What is a metropolitan-area network (MAN)?
- A network that spans a metropolitan area, usually a city and its major suburbs
- Typically use a wireless infrastructure as well as high-speed connections using fiber-optic technologies.
What are the benefits and drawbacks of a twisted pair?
- inexpensive; easy to install and reconfigure
- Highly susceptible to EML, eavesdropping, and attenuation; unsuitable for high speeds
What are the benefits and drawbacks of a coaxial?
- higher bandwidth than twisted pair; lower susceptibility to EML, eavesdropping, and attenuation than twisted pair
- more expensive than twisted pair; more difficult to install, reconfigure, and manage attenuation than twisted pair; bulky
What are the benefits and drawbacks of a fiber-optic?
- very high bandwidth; low attenuation and immune to EMI and eavesdropping
- expensive cable and hardware; complex installation and maintenance
What are the advantages and disadvantages of wireless transmission media?
- Most wireless media is susceptible to EMI and eavesdropping
- Costs start out moderate with high frequency radio and terrestrial microwave, and rise sharply with satellite microwave
What is the internet?
- A large worldwide collection of networks that use a common protocol (TCP/IP) to communicate with each other.
- Created in the early 1970s by DARPA (Defense Advanced Research Projects Agency) to link scientists and university
What is an IP address?
- Each domain (rowan.edu) is associated with one or more IP addresses, which serves as a destination address
- Any device on a network must have its own unique address
- Format: written as 4 numbers (from 0-255) separated by periods.
- ——-Example: 134.121.0.99