Lecture 1 Flashcards

(41 cards)

1
Q

What is the internet

A

A collection of networks

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

What kind of connected devices can be in a network?

A

workstations, laptops, tablets, routers, switches, etc

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

Communication can be defined as sending and ________ messages

A

receiving

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

What is a protocol?

A

A method to define communication

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

A network ____ sends or receives data

A

end

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

A network core is what data gets ____ through

A

sent

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

An example of a network edge is a _______

A

printer

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

A switch is an example of a network _____

A

core

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

An end system is just a system of network ____

A

ends

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

Guided media are _______ links such as copper wire and optical fibre

A

physical

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

__________ media are links through the air

A

unguided

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

___________ between end systems is a service that the internet provides

A

Communication

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

2 methods to transmit information is via _____ and data

A

voice

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

You can transmit voice information by …

A

person, telephone, internet, recordings, or through wireless methods

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

You can transmit data information by …

A

paper, disk, tape, vocally, digitally, or wirelessly

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

A source system includes the data _____ and ____________ device

A

source, transmitting

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

The transmitting device ______ data into electromagnetic signals

18
Q

The destination system includes a receiver that…

A

intercepts the transmitted EM signals from the transmission system.

19
Q

What are the 5 steps taken to transmit information?

A
  1. Feed info to source system
  2. Encode info into send-able form
  3. Info travels through a medium to destination system
  4. Destination system decodes info
  5. Decoded signal must be translated into a form that is understandable
20
Q

A problem of point to point connections is that the source and destination may be separated by ______ distances

21
Q

A problem of point to point connections is that ____ may be needed for only a short time

22
Q

A problem of point to point connections is that there are too many devices that can be the ______ or __________ at any given time

A

source, destination

23
Q

A problem of point to point connections is that the _______ may be crowded by multiple pairs of sources and destinations

24
Q

The problems of point-to-point connections are addressed using networking _______

25
A protocol is a ...
method to define communication
26
In a ______, all devices communicate via a net of connections
network
27
If we have a large number of devices, ________ connections are not viable, and we opt to use a ______
dedicated, network
28
Using a network also ensures that our signal does not _______ when going large distances
corrupt
29
_______ connections are required if you want a direct connection between all workstations
n(n-1)/2
30
Workstations connected by one BUS lacks __________, allows only one ________ at a time, and loses signal integrity as it travels farther
robustness, message
31
Workstations connected in a tree structure _________ robustness, but route too much ______ through the root
increases, traffic
32
A ___ is a network that covers a large geographical area
WAN
33
A partially connected network provides lots of ________ and can have other workstations act as ____ for data
redundancy, relays
34
A problem that a partially connected network introduces packet ___________
mis-timing (Packets arrive to the destination out of order)
35
A LAN connects devices in a _____ area
small
36
________ switching: making a connection along a particular path and sending all data in the message through that path
Circuit
37
Packet switching: ...
break the message into pieces and send each piece separately along its own path
38
Virtual circuit switching: break the message into pieces and use software to simulate a connection in a _______ switched network.
packet
39
When packet switching, packets sent in the order A-B-C might arrive at the destination ....... Why?
our of order. The packets each take different paths that take different amount of times
40
What are the 3 functions of a store and forward node?
- Receive and store incoming packets - Check incoming packets for data corruption - Forward the valid packets to the next node
41
If the queue of a store and forward node is full, all incoming packets are ______
dropped