MIDTERM Flashcards

1
Q

What is a SOHO?

A

Small Office Home Office Network

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

What is media with a network?

A

Physical medium on which the data signal travels.
e.g. copper wire, fiber-optic, electromagnetic waves

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

What are the three common methods of signal transmission in networks?

A
  1. Electrical
  2. Optical
  3. Wireless
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is bandwidth?

A

The measurement of the theoretical speed at which data can be delivered across media

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

How is bandwidth typically measured?

A

Bits per second

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

What is throughput?

A

A measure of the actual transfer of bits across media.

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

What is a host?

A

Any computer connected to a network

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

What is a server?

A

A host that provides information to other hosts

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

What is a client?

A

A host that requests information from a server

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

What are the 3 categories of hardware components?

A
  1. Intermediate devices
  2. End devices
  3. Network Media
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a peer-to-peer network?

A

When computers on a network act as both client and server

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

What does ping do?

A

Measures the time it takes for a message to make a round trip from the source of the ping to the destination

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

What does traceroute do?

A

Shows the route a message takes from source to destination

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

What is each network that traceroute travels to?

A

A hop

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

What is the GSM network?

A

Global System for Mobile Communications

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

What hardware must an end-user device have in order to connect to a network?

A

Network Interface Card

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

What is an NIC?

A

Network Interface Card

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

What does an IP address do?

A

Identify the host on a network

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

What does a subnet mask do?

A

Identifies the network on which the host is connected?

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

What is the default gateway?

A

Identifies the networking device that the host uses to access the internet

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

What is DHCP?

A

Dynamic Host Configuration Protocol

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

What are the 4 main criteria when considering network media?

A
  1. Distance
  2. Environment
  3. Amount of data
  4. Cost
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What is the most commonly used media?

A

Twisted-Pair cable

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

What kind of cable is ethernet?

A

Twisted-pair

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is copper cable sensitive to?
Electromagnetic Interference (EMI)
26
What is crosstalk?
Interference from cables bundled together for long lengths
27
What are the three elements of all communication methods?
1. Message Source (Sender) 2. Destination (Receiver) 3. Transmission Medium (Channel)
28
What are the layers of the TCP/IP model?
4 - Application 3 - Transport 2 - Internet 1 - Network Access
29
What is the internet model?
The TCP/IP model
30
What are the layers of the OSI model?
7 - Application 6 - Presentation 5 - Session 4 - Transport 3 - Network 2 - Data Link 1 - Physical
31
Which layer of the OSI model is responsible for IP addressing and routing?
3 - Network
32
Which layer of the OSI model encodes the data bits for transmission?
1 - Physical layer
33
What layers of the OSI model does the ethernet protocol operate at?
1 - Physical 2 - Data Link
34
What is a MAC?
Media Access Control Address
35
What is another way of saying MAC address?
Physical Address
36
What is a message encapsulated to with the ethernet protocol?
A Frame
37
What is included in an ethernet frame?
1. Preamble 2. Start Frame Delimiter 3. Destination MAC 4. Source MAC 5. Length/type 6. Data 7. Frame check sequence
38
What is another way to say ethernet frame?
Protocol Data Unit (PDU)
39
What kind of address does an ethernet frame use?
MAC
40
What size is an ethernet frame?
64-1518 bytes
41
What are the three layers of the hierarchical network?
1. Access 2. Distribution 3. Core
42
Where on a device is the MAC address?
Network Interface Card
43
What kind of table does a switch use to send messages?
MAC Address Table
44
What does a switch do when it cannot find the destination MAC address in the MAC table?
Flooding (sends a broadcast to all devices to fill in table with missing address)
45
What is the broadcast MAC address?
FFFF.FFFF.FFFF
46
How does a host find another host's MAC address with an IP address?
Address Resolution Protocol (ARP)
47
What are the 3 steps involved in ARP?
1. Sending host creates a broadcast message with the IP address of the intended destination 2. The host with the matching IP address sends its MAC address to the sender 3. The sender receives the MAC address and stores it in an ARP table
48
What layer of the OSI model do routers work at?
3 - Networking
49
How does a router deal with a frame intended for another network?
Reads the destination IP address, matches it to a routing table, then encapsulates it into a new frame (with new MAC address representing router) and forwards the frame.
50
How does a router know the MAC address of another router?
Address Resolution Protocol Table (ARP Table)
51
What is an intranet?
A private LAN
52
What kind of an address is an IP address?
Logical Address
53
How many bits is an IPv4 address?
32 bits
54
What is a subnet mask?
Signifies which part of an IPv4 address is the network
55
How do you calculate the number of hosts that can be on a network?
2 to the power of the number of host bits (minus 2 for broadcast and network ID)
56
What is CIDR
Classless Inter-Domain Routing
57
What are the 3 private address blocks?
1. 10.0.0.0 - 10.255.255.255 2. 172.16.0.0 - 172.31.255.255 3. 192.168.0.0 - 192.168.255.255
58
What is NAT?
Network Address Translation
59
How are private IPv4 addresses converted to public?
Network Address Translation (NAT)
60
What is a unicast transmission?
A transmission from host-to-host
61
What IPv4 addresses are reserved for multicast?
224.0.0.0 - 239.0.0.0
62
What is DHCP?
Dynamic Host Configuration Protocol
63
How many bits in an IPv6 address?
128 bits
64
How are IPv6 addresses represented?
8 hextets (4 digits of hexadecimal)
65
What are the 2 steps for compressing an IPv6 address?
1. Remove any leading zeros 2. Omit "all zero" segments and replace with a double colon (::)
66
What is a DNS?
Domain Name System - resolves internet names to IP addresses
67
What is SSH?
Secure Shell - Remote access to servers
68
What is SMTP
Simple Mail Transfer Protocol
69
What is POP
Post Office Protocol
70
What is IMAP
Internet Message Access Protocol
71
Which two email protocols retrieve email from remote servers?
IMAP and POP
72
Which layer does HTTP operate at?
Application layer
73
Which layer does TCP operate at?
Transport layer
74
What does TCP mean?
Transport Control Protocol
75
What layer does DHCP operate at?
Application layer
76
What layer does UDP operate at?
Transport layer
77
What is UDP?
User Datagram Protocol
78
What does TCP break messages down into?
Segments
79
What is meant by "best effort" protocol?
Does not use acknowledgement (ACK)
80
Which transport protocol does HTTP use?
TCP
81
What port is used by HTTP?
80
82
What port is DNS?
53
83
What port is HTTPS?
443
84
What is a socket?
Combination of IP address and port number that identifies conversation between two devices
85
What is the source port?
Randomly generated port number
86
What is Telnet used for?
Remote access to a network
87
What is the problem with Telnet?
Unable to encrypt data
88
What frequency does bluetooth use?
2.4 GHz
89
Is it possible to detect collisions with a wireless signal?
No
90
What is CSMA/CA
Carrier Sense Multiple Access with Collision Avoidance
91
How does CSMA/CA work?
Device creates a reservation on a channel to avoid collisions.
92
How does a wireless device ask for permission to use a channel?
Request to Send (RTS)
93
What is the response if it is fine for a wireless device to use a channel?
Clear to Send (CTS)
94
Which type of cable internet uses telephone wires?
Digital Subscriber Line (DSL)