Chapter 1 - Introduction to Computer Networks and Data Communications Flashcards

1
Q

Computer network

A

An interconnection of computers and computing equipment using either wires or radio waves over small or large geographic areas

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Local Area Network

A

networks that are small in geographic size spanning a room, floor, building, or campus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Metropolitan area netowork

A

networks that serve an area of 1 to 30 miles, approximately the size of a typical city

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Wide area network

A

a large network that encompasses parts of states, multiple states, countries, and similar devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Personal area network

A

a network of a few meters, between wireless devices such as PDAs, laptops, and similar devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Voice network

A

a network that transmits only telephone signals (almost extinct)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Data network

A

a network that transmits voice and computer data (replacing voice networks)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Data communications

A

the transfer of digital or analog data using digital or analog signals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Telecommunications

A

the study of telephones and the systems that transmit telephone signals (becoming simply data communications)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Network management

A

the design, installation, and support of a network, including its hardware and software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Network cloud

A

a network (local or remote) that contains software, applications, and/or data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Advantages of networking

A

• Provide a means to share software, data, equipment and communications quickly, easily and inexpensively.

• Saves time and money
-Provides quick access to files and resources

• Provides a means to secure data.
-Protects information from being stolen or destroyed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Disadvantages of networking

A
  • Additional personnel are often needed to maintain and modify the network
  • Losing access to files when the network is down
  • Vulnerability to hackers, viruses and dissatisfied workers.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Microcomputer-to-Local Area Network Layout

A
  • This network Highly common throughout business and academic environments, and homes
  • Medium-to high-speed connection
  • Computers(devices) requires a NIC (network interface card) connects to a hub-like device(switch)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Microcomputer-to-Internet Layout

A
  • Popular with home users and small businesses
  • For some, a dial-up modem is used to connect user’s microcomputer to an Internet service provider
  • Technologies such as DSL and cable modems are replacing modems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Local Area Network-to-Local Area Network Layout

A
  • Found in systems that hava two or more LANs and a need for them to intercommunicate
  • A bridge-like device(such as a switch) is typically used to interconnect LANs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Local Area Network-to-Wide Area Network Layout

A
  • One of the most common ways to interconnect a user on a LAN workstation to the Internet (a wide area network)
  • A router is the typical device that performs LAN to WAN connections
  • Routers are more complex devices than switches
18
Q

Local Area Network-to-Metropolitan Area Network Layout

A
  • Used to interconnect companies (usually their local area networks) to networks that encompass a city
  • High-speed networks with redundant circuits
  • Metro Ethernet is latest form of metropolitan LAN
19
Q

Cell Phone Layout

A
  • Constant expanding market across the U.S. and world
  • Third generation services available in many areas and under many types of plans with fourth generation services starting to appear
  • Latest generation includes higher speed data transfers (100s to 1000s of kilobits per second)
20
Q

What is the two most common architectures known today?

A

OSI (Open Systems Interconnection) and TCP/IP Protocol

21
Q

The layers of TCP/IP

A
  • Application layer
  • Transport layer
  • Internet layer
  • Network interface layer (Physical)
22
Q

Application layer

A
  • The application layer works with specific networking application.
  • Common network application include web browsing, e-mail, file transfers and remote logins
23
Q

Transport layer

A

• To ensure reliable data by sequencing packets and reassembling them into their correct order.
-Packets are transmitted over many miles and may use different routes. The packets may not arrive in the same sequence they were transmitted and may require reassembly into their correct order. Reassembly into the correct order is especially important in transmitting digital images.

24
Q

Internet layer

A

• Sending packets across potentially multiple networks. Internet-working requires data from the source network to the destination network. This process is called routing.

25
Q

In the internet protocol suite, the Internet Protocol performs two basic functions:

A

Host addressing and identification

26
Q

Packet routing

A

This is the basic task of sending packets of data (data-gram) from source to destination by forwarding them to the next network router closer to the final destination.

27
Q

The Open System Interconnection (OSI) Model

A
  • Application layer
  • Presentation layer
  • Session layer
  • Transport layer
  • Network layer
  • Data-link layer
  • Physical layer
28
Q

Presentation layer

A

• Responsible for “final presentation” of data (code conservation, compression, encryption). It is responsible for converting character codes into a code that is recognizable by a computer.

29
Q

Session layer

A

• The session layer establishes a connection between two different computers and provides security based on computer and user name recognition. The two computers may not normally by compatible for data exchange, such as PC and a Macintosh. The session layer and transport layers are sometimes combined. When you think of the session layer, think of a handshake at the introduction and at the end of the meeting.

30
Q

Network interface layer (Physical)

A

• Network Access Layer is the first layer of the four layer TCP/IP model.

• Network Access layer defines details of how data is physically sent through the network, including how bits are electrically or optically signaled by hardware devices that interface directly with a network medium.
-Coaxial cable, optical fiber, or twisted pair copper wire.

As packets are transmitted from one network to another, several different routes may be used.

31
Q

Network layer

A

• First layer of the TCP/IP model
• Defines details:
-How data is physically sent through the network
-How bits (0,1) are electrically or optically signaled by hardware devices
• Interface directly with a network medium:
-Coaxial cable
-Optical fiber
-Twisted pair copper wire
Several different routes may be used

32
Q

Data link layer

A

• The data link layer describes how the raw data is packed for transfer from one network interface card to another. The data link layer also contains information such as the address of the source and destination and the size of the packet, and it provides for error checking.

33
Q

Physical layer

A
  • Is the lowest layer of the model. It consists of the cable and connectors used for constructing the network. This layer is only concerned with how digital signals, the binary 1s and 0s, are carried electrically from one networked device to another.
  • Handles the transmission of bits over a communications channel
  • Includes voltage levels, connectors, media choice, modulation techniques
34
Q

Data transmission

A
The movement of information using some standard methods:
• Electrical signals
	-A conductor
• Optical signals:
	-Optical fibers
	-Electromagnetic areas
35
Q

Types of Network Subnets

A
  • Circuit Switched Network

* Packet Switched Network

36
Q

Circuit Switched Network

A

• A dedicated circuit is established between:
-Sender
-Receiver
~All data passes over this circuit

• Example:
-Telephone system

• Network must establish a connection before the sender and the receiver

• Connection is dedicated until:
-One party or another
~Terminates the connection

37
Q

Packet Switched Network

A

• All data messages are transmitted using:
-Fixed-sized packages
~Called packets

• More efficient use of telecommunications

• Datagram:
-Each packet:
~On its own
~May follow its own path

• The source breaks long messages
-Into smaller chunks of data
~Known as packets

38
Q

Network based transmission technology

A
  • Broadcast Network

* Point-to-Point Networks

39
Q

Broadcast Network

A

• Have a single communication channel
-Shared
~By all machines on the network
• Allow the possibility of:
-Addressing a packet to all destinations
~By using a special code in the address field
• Called broadcasting
• Some broadcast systems:
-Support transmission to a subset of the machines
~Known as multicasting

40
Q

Point-to-Point Networks

A
• Consists of many connections between:
	-Individual pairs of machines
• First visit:
	-One or more intermediate machines
• Routing algorithms:
	-Plays an important role
• General rule:
	-Smaller, geographically localized networks
		~Use broadcasting
	-Larger networks
		~Use point-to-point