Unit 6 - Networks and the Internet Flashcards

1
Q

What does ARPA stand for?

A

Advanced Research Projects Agency. U.S. Government research

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

What is a LAN?

A

A local area network where all computers within a physical location are connected to.

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

What does UTP stand for?

A

Unshielded Twisted Pair. It is a cable for networking computers together and has an RJ-45 connector.

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

What is a HUB?

A

The simplest of network devices. It takes the signal from one cable and splits it out to several others. With four out-signals it would be a four port hub. Sending information back is sending it through the uplink connection.

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

What is a switch?

A

Similar to a hub but has basic filtering of data. Switches can prevent e.g. a broadcast storm, making sure data sent to the broadcast address is only sent to the ones that can receive it.

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

What is a router?

A

An intelligent networking device. It can filter data, block it, and ensures data is only sent to the correct destination.

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

What is the most common network topology today?

A

Star topology.

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

What is a ring topology?

A

A ring of devices connected together. Each computer passes all signals along, and it is not fault-tolerant.

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

What is a mesh topology?

A

Every node is connected to every other node. Very fault-tolerant but requires lots of cabling.

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

What is a star topology?

A

A central hub or switch that sends traffic to all outer node. It is fault-tolerant unless the central hub fails.

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

What is a bus topology?

A

All computers are connected to the bus, and if a connection is broken the entire network fails. Not fault tolerant, but is used in some network backbones.

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

What is a hybrid network topolgy?

A

A topology that combines multiple topologies.

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

What are characters of a wired network?

A

Device physically limited by a cable

Relatively easy to troubleshoot

Fast data speeds

Very secure

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

What are the characteristics of a wireless network?

A

Device can move freely within range

Can be difficult to troubleshoot

Medium data speeds

Easy to intercept (hack) the signal)

Only requires a wireless access point (and wireless support on the device)

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

What is the IEEE?

A

Institute of Electrical and Electronics Engineers. An organization providing technical standardization for wireless networks among other things.

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

What is IEE 802.11?

A

The standard for WiFi. Going up to 802.11ac which allows up to 3Gbps speeds over 2.4 and 5GHz frequencies.

17
Q

How many layers are in the OSI model?

18
Q

What is OSI layer 1?

A

P – Physical Layer is the physical devices and electrical signals. Hubs, switches, routers, cabling.

Wireless frequencies, bit rate control

19
Q

What is OSI layer 2?

A

D – Data Link Layer responsible for formatting electrical signals into data, local network error checking including collisions (collision detection).

MAC (Medium Access Control), Logical Link Control (LLC), PPP (Point-to-Point Protocol)

20
Q

What is OSI layer 3?

A

N – Network Layer responsible for routing data via IP-address. Data is organized into packets.

21
Q

What is OSI layer 4?

A

T – Transport Layer sends and receives data using protocols and settings.

TCP/UDP are in layer 4. TLS is partly in Layer 4, partly in layer 6.

22
Q

What is OSI layer 5?

A

S – Session Layer maintaining and communication for sessions (e.g. ports)

DNS, name resolution protocols, user logon, session management.

23
Q

What is OSI layer 6?

A

P – Presentation Layer containing data formatting (e.g. Unicode) and encryption.

24
Q

What is OSI layer 7?

A

A – Application Layer containing user interface and applications.

25
What is ethernet?
Officially a set of IEEE 802.3 standards, but also commonly referred to the wired network and ethernet ports.
26
How many layers does the TCP/IP model have?
Four **A – Application Layer** contains application, presentation and session layer from OSI. **T – Transport Layer** is the same as the OSI Transport layer **I – Internet Layer** maps to the OSI Network layer **N – Network Access** **Layer** is data link and physical layer
27
Which 32-bit settings are configured for TCP/IP?
IP address Subnet mask Default gateway
28
What are the two parts of an IP address?
Network ID and host ID
29
What is a subnet mask?
Also called a prefix, it shows which part of the IP address is the network ID.
30
What is the default gateway?
A network device (often a router) that allows access to other devices outside the local network. Not needed for internal communication.
31
What is HTML?
Hyper Text Markup language, used for communication on websites.
32
What is DHCP?
Dynamic Host Configuration Protocol. Provides devices with an IP, a subnet mask and default gateway. Also provides DNS addresses.
33
What is DNS?
Domain Name System. It translates IP addresses to human-readable web addresses.
34
What is a URL?
Uniform Resource Locator. It's a human-readable web address.
35
In [https://www.leaseplan.com](https://www.leaseplan.com), what is the computer name?
WWW
36
What is 6LoWPAN?
A protocol for power savings on IoT devices.