CH 8 Networks and Telecommunications

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/85

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:20 AM on 4/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

86 Terms

1
New cards

IT stands for

information technology

2
New cards

Most management information systems (MIS) today depend on digital networks to communicate different types of information: DGVV

  • data

  • graphics

  • video

  • voice

3
New cards

Telecommunication systems allow the transmission of data over what two networks?

  • private

  • public

4
New cards

__ systems allow the transmission of data over what private and public networks?

Telecommuication

5
New cards

t/f: Telecommunication systems make modern business communication possible across long distances.

true

6
New cards

A network is a communications system created by…

two or more linking devices

7
New cards

A network is a ___ system created by two or more linking devices.

communications

8
New cards

The ___ is the world’s largest and most widely used network.

Internet

9
New cards

The Internet is known as the global “ … “

network of networks

10
New cards

t/f: Networks can range from:

  • Small networks with two computers

  • To the largest network: the Internet

true

11
New cards

The two Main Benefits of Networks: (CS)

  • communication

  • sharing

12
New cards

Networks enable users to share resources like:

  • printers

  • files

  • software

13
New cards

Most corporate networks are made up of combinations of what three networks?: (LWM)

  1. Local area

  2. Wide area

  3. Metropolitan area

14
New cards

A LAN connects computers that are…

close to each other

15
New cards

Common locations for LAN’s: (3)

  • offices

  • homes

  • school

16
New cards
  • Which networks are used for sharing resources, such as:

    • Files

    • Printers

    • Games

    • Applications

Local area network

17
New cards
  • LANs often connect to:

    • Other LANs

    • The Internet

    • __ Area Networks

Wide

18
New cards

Wide Area Network (WAN)

  • A WAN spans a large geographic area, such as: (3)

  • state

  • province

  • country

19
New cards

WANs usually connect multiple __ networks.

smaller

20
New cards

WANs usually connect multiple smaller networks such as:

  • LANS

  • MANS

21
New cards

The most popular WAN in the world is:

the Internet

22
New cards

A MAN is a network that usually spans a __.

city

23
New cards

A MAN is a network is often used by… (3)

  • colleges

  • universities

  • large companies with campus-styled locations

24
New cards

Companies can gain a strategic advantage by creating direct data communication links with…

customers and suppliers

25
New cards

Networks are not just for communication — they can create ___ advantage.

competitive

26
New cards

A typical network includes how many main components?

four

27
New cards

A NIC is a hardware card that connects a computer to a __.

network

28
New cards

Network Interface Card (NIC) is a __card.

hardware

29
New cards

What component of a network allows the computer to send and receive messages?

the NIC

30
New cards

What component of a network Ensures all devices communicate in the same language?

protocol

31
New cards

A Cable (Transmission Medium) connects ___ in a network.

computers

32
New cards

The Cable component is the medium through which __ travels.

data

33
New cards

Which component of a network are traffic control devices that manage and direct data traffic across the network?

Hub/Switch/Router

34
New cards

Which classification of networks describes how computers interact on the network?

Architecture

35
New cards

Topology describes the __ __ of the network.

physical layout

36
New cards

Which classification of networks describes the physical transmission medium?

Media

37
New cards

The two primary network architectures are:

  1. peer-to-peer

  2. client/server

38
New cards

A peer-to-peer network uses a centralized or decentralized network?

decentralized

39
New cards

Which Type of Network Architectures involves easy, cheap, and quick to set up:

Peer to peer

40
New cards

t/f: A client/server network separates roles between computers.

true

41
New cards

In a Client/Server Network, a client is a computer that ...

requests information

42
New cards

In a Client/Server Network, a server is a computer that ...

provides information

43
New cards

A __ operating system (NOS) manages the network.

Network

44
New cards

___-switching is fundamental to client/server networks.

Packet

45
New cards

In Packet-Switching, the sending computer breaks a message into..

smaller units

46
New cards

In Packet-Switching, the sending computer breaks a message into smaller units called __.

packets

47
New cards

Each packet in Packet-Switching contains a __ address.

destination

48
New cards

The Role of Routers in Packet-Switching __ each packet.

examines

49
New cards

The Role of Routers in Packet-Switching decides the best __ for each packet to arrive to its destination.

path

50
New cards

t/f": Packets in Packet-Switching can take different routes, but still arrive correctly

true

51
New cards

Which Network Topology are all devices connect to a single central cable (backbone)?

Bus

52
New cards

Which Network Topology are all devices connect to a central hub?

Star

53
New cards

Which Network Topology are all devices connected in a closed loop?

Ring

54
New cards

Which Network Topology are multiple topologies combined?

Hybrid

55
New cards

Which Network Topology are where devices connected via a wireless signal and access points?

Wireless

56
New cards

What adjective of protocols refers to ability for different systems to share data and work together?

interoperability

57
New cards

An Ethernet is a LAN/WAN/MAN technology.

LAN

58
New cards

t/f: Ethernet operates at a physical layer and a data link layer.

true

59
New cards

The most widely used communication protocol:

TCP/IP

60
New cards

TCP stands for..

transmission control protcol

61
New cards

TCP (Transmission Control Protocol) is responsible for ensuring..

data delivery

62
New cards

IP (protocol) stands for..

Internet protocol

63
New cards

IP (Internet Protocol) is responsible for…

addressing and routing data

64
New cards

The Application Layer for the TCP/IP Four-Layer Model is an interface for __ and __.

users and applications

65
New cards

Which layer for the TCP/IP Four-Layer Model handles end-to-end data transmission?

Transport

66
New cards

Which layer for the TCP/IP Four-Layer Model breaks data into packets?

Internet

67
New cards

Which layer for the TCP/IP Four-Layer Model places packets onto the network?

Network Interface Layer

68
New cards

What is the term for the unique 32-bit number assigned to each device?

IP address

69
New cards

An IP address identifies the ___ on a network.

location

70
New cards

IPv6 replaced __.

IPv4

71
New cards

t/f: The IPv6 version allows more address space.

true

72
New cards

The challenge of the IPv6 is that it requires major ___ changes.

infrastructure

73
New cards

The challenge of the IPv6 is the slow ___.

adoption

74
New cards

TCP/IP Applications are key __.

protocols

75
New cards

The FTP (File Transfer Protocol) of TCP/IP Applications transfers __.

files

76
New cards

The SMTP (Simple Mail Transfer Protocol) of TCP/IP Applications transfers __.

emails

77
New cards

The Telnet of TCP/IP Applications provides __ __ to servers.

remote

78
New cards

The HTTP (Hypertext Transfer Protocol) of TCP/IP Applications enables …. to communicate.

web browsers and servers

79
New cards

The SMNP (Simple Network Transfer Protocol) of TCP/IP Applications is used for managing network __.

devices

80
New cards

The OSI (Open Systems Interconnection) model is a 7-layer framework for understanding network __.

communication

81
New cards

Each layer of the Open Systems Interconnection model has a specific role and works together to enable ___.

communication

82
New cards

Network transmission media refers to the ___ __ used to carry signals between computers.

physical path

83
New cards

Network transmission media refers to the physical path used to carry ___ between computers.

signals

84
New cards

When information is sent across a network, it is converted into __ signals.

electrical

85
New cards

Signals are transmitted as __ and __ across a network:

  • electromagnetic waves

  • voltage pulses

86
New cards