Quiz 1 Flashcards

1
Q

WAN

A

Wide Area Networks

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

LAN

A

Local Area Networks

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

MAN

A

Metropolitan Area Networks

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

Communication

A

the process by which people share ideas, experiences, knowledge and feelings through the transmission of symbiotic messages

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

Communications model vocab: Source

A

Generates data to be transmitted

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

Communications model vocab: Transmitter

A

Converts data into transmittable signals

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

Communications model vocab: Transmission Medium

A

Carries data

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

Communications model vocab: Receiver

A

Converts received signal into data

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

Communications model vocab: Destination or Sink

A

Take incoming data

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

Examples of wired transmission mediums

A

Fiber optic, coaxial cable, unshield twisted pair (UTP)

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

What is the usual wireless transmission medium?

A

Electromagnetic energy

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

PAN

A

Personal Area Network

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

Wide Area Networks usually…

A
  • Span a large geographical area
  • Cross public rights of way
  • Rely in part on common carrier circuits
  • Alternative technologies used include:
    ─ Circuit switching Packet switching
    ─ Frame relay
    ─ Asynchronous Transfer Mode (ATM)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Circuit Switching Switching

A

─ Uses a dedicated communications path established for duration of conversation
─ Comprising a sequence of physical links
─ Dedicated logical channel
─ e.g. Telephone network

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

Packet Switching

A

─ Data sent out of sequence
─ Small chunks (packets) of data at a time
─ Packets passed from node to node between source and destination
─ Used for terminal to computer and computer to computer communications

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

Frame Relay

A

─ Packet switching systems have large overheads to compensate for errors
─ Modern systems are more reliable
─ Errors can be caught in end system
─ Provides higher speeds with most error control overhead removed

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

Asynchronous Transfer Mode (ATM)

A

─ Evolution of frame relay
─ Fixed packet (cell) length with little overhead for error control
─ Anything from 10Mbps to Gbps
─ Constant data rate using packet switching technique with multiple virtual circuits

17
Q

Local Area Networks

A

─ Smaller scope (building or small campus)
─ Usually owned by same organization as attached devices
─ Data rates much higher

18
Q

Metropolitan Area Networks

A

─ Middle ground between LAN and WAN
─ Private or public network
─ High speed
─ Large area

19
Q

ARPANET

A

─ What the internet evolved from
─ First operational packet network
─ Applied to tactical radio & satellite networks
─ Had a need for interoperability
─ Led to standardized TCP/IP protocols

20
Q

The internet

A

─ Hosts: interconnected end systems including PCs, workstations, servers, phones, tablets,
etc.
─ Network: most hosts that use the Internet are connected to a network, such as a local area
network (LAN) or a wide area network (WAN)
─ Routers: Those networks are, in turn, connected by routers

21
Q

Modulation

A

Representing data with something (ex. Amplitude) (get a new definition)

22
Q

Guided Transmission Medium

A

Transmission capacity depends on distance and on weather medium is poin-to-point

Examples: Twisted pair (TP), coaxial cable, optical fiber

23
Q

Unguided Transmission medium

A

Example: Wireless

24
Q

Direct Link

A

No intermediate devices

25
Q

Multi-point

A

More than two devices share a link

26
Q

Simplex

A

One direction transmission

27
Q

Half duplex

A

Either direction supported, but only one direction at a time

28
Q

Full duplex

A

Both directions support at same time

29
Q

Sine wave

A

Rate of change: Hz per second, Period = T, T = 1/F
Phase: Relative to positive in time

30
Q

Electromagnetic spectrum

A

Wireless mics: 470 - 698 MHz
FM Radio: 88 - 108 MHz
Sirius xx Satellite Radio: 2332.5 MHz - 2345 MHz

31
Q

Protocol Architecture is needed because…

A

-Using a common protocols for different tasks makes common rules and conventions.

32
Q

Protocol Architecture Main Features

A

-Syntax: Format of data blocks
-Semantics: Control info for coordination and error handling
-Timing: Speed match and sequencing
-Breaks down complex tasks into subtasks. Each of these subtasks are implemented separately as layers.
-Vertical stack.

33
Q

Layers Of Protocol Architecture

A

-Each layer performs a related subset of functions required to communicate with (an)other system(s).
-Higher layers depend on lower levels for primitive functions and to conceal details of those functions. (Lower layers are expected to provide services to higher levels)
-When a change is made to one layer then there should be no changes to another layer.

34
Q

TCP/IP Protocol Architecture

A

-Developed by DARPA for ARPANET
-5 Layers: (5) Application Layer, (4) Transport Layer, (3) Internet Layer, (2) Link Layer, (1) Physical Layer

35
Q

TCP/IP: Physical Layer

A

-Communication theory: Phy layer sends individual bits from one node to a directly connected node
-Contains physical interface between the data transmission device and the transmission medium
-Examples: Ethernet uses guided wired medium, LAN uses electromagnetic waves

36
Q

TCP/IP: Link Layer

A

-Exchanges data between two or more directly connected devices (examples: PCs, routers, etc)
-Packets in linked layer = frames
-Uses MAC addresses for multiple access
-Examples: Point-to-point Protocol (PPP), Ethernet: IEEE 802.3, Wireless LAN: IEEE 802.11 (a/b/g/n/ac)

37
Q

TCP/IP: Internet Layer

A

-Responsible for moving network layer packets from one host to another host
-Internet Layer Packets = datagrams
-IP Protocol: Defines the format of datagrams and how end systems and routers act on the datagram
-Routing Protocol: Determine routes that datagrams take between sources and destinations
-This layer routes datagrams through a series of packet switches called routers between the source and destination

38
Q

TCP/IP: Transport Layer

39
Q

TCP/IP: Application Layer