More Test1 Review Flashcards

(64 cards)

1
Q

Router(symbol)

A

circle with 2 arrows in & 2 arrows out

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

Switch(symbol)

A

square with two arrows facing left & 2 facing right.

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

HUB(symbol)

A

square with double-sided arrow (pointing left & right)

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

Server(symbol)

A

3-D rectangle.

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

Bridge(symbol)

A

square with sunken top.

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

Ethernet/LAN(symbol)

A

solid line

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

WAN(symbol)

A

lightning bolt

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

Hardware firewall(symbol)

A

3-D brick wall

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

Repeater

A

amplifies a signal

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

Multiplexer(MUX)

A

turns many inputs into one output

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

Modem

A

changes signal from WAN to LAN

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

wireless access point(WAP)

A

self-explanatory

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

wireless range extender

A

similar to repeater - amplifies signal

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

Bridge

A

old version of a switch (predecessor of modern switches). It’s called a bridge because there’s only 2 ends. Connects one network segment to only one other

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

Network interface card(NIC)

A

allows a device to connect to the internet

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

Network address translator(NAT)

A

translates private IP to public IP address & vice versa.

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

Bus topology

A

every component/computer shares the same line. Only one device at a time can send a signal over the bus

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

ring topology

A

like a bus but both ends are connected in a circle. devices use tokens to communicate. used when devices must run in a particular order, like a nuclear power plant.

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

star topology

A

HUB or switch in middle and all devices connected to it. Device sends signal to HUB. once it receives a signal/packet in a port, it will distribute it to all other ports on the network. not very efficient. Physically a star but logically a bus

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

HUB & spoke

A

only used for routers

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

full mesh

A

All nodes connected to all others. number of links = n(n-1)/2 where n is the number of nodes

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

client/server (C/S) mode

A

client requests a service from server

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

Peer-to-peer (P2P)

A

both nodes function as a client & server

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

Which layers can communicate with each other in the OSI model?

A

Only neighboring layers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
port for world wide web
80
26
port for ssh
22
27
of bits in IPV4 & IPV6
32 & 128
28
media access control (MAC) address
a unique identifier assigned to a network interface controller (NIC) for use as a network address in communications within a network segment
29
Layers of OSI model
``` 7 - Application 6 - Presentation 5 - Session 4 - Transport 3 - Network 2 - Data Link 1 - Physical ```
30
Data unit for physical layer
Bits
31
Data unit for data link layer
frames
32
Data unit for network layer
packets
33
Data unit for transport layer
segments
34
TCP/IP stack layers
Application Transport Internet Network interface
35
What layers do the Network interface layer of the TCP/IP stack correspond to in the OSI model?
Data link & physical
36
What layers does the application layer of the TCP/IP stack correspond to in the OSI model?
Application presentation session
37
Physical layer purpose
This is how bits are represented on the medium. Controls bit rate control & synchronization, bandwidth usage, etc.
38
Physical layer components
Cat 6, Cat 7, RJ-45 standards, physical topologies, broadband or baseband, multiplexing (TDM/FDM)
39
Data link layer purpose
Responsible for node-to-node delivery of the message and makes sure data transfer is error-free from one node to another, over the physical layer. Connection services, flow control, error control, synchronization, physical addressing, & framing.
40
Data link layer components
Media access control(MAC), logic link control(LLC)
41
network layer purpose
Transmits data from one host to the other located in different networks. Also does routing. Involves logical addressing, switching, route discovery & selection, connection services.
42
network layer components
IP addressing, packet/circuit/message switching, routing protocols
43
transport layer purpose
TCP/UDP. Flow control(windowing, buffering), error control. Provides services to app layer and takes services from network layer. Represents end-to-end delivery of entire message.
44
Session layer purpose
setting up & maintaining & tearing down a session. Also authentication & security, synchronization & dialog controller.
45
presentation layer purpose
aka translation layer. Data formatting(ASCII), encryption, data compression.
46
App layer purpose
HTTP, FTP, SMTP. Produces data which has to be transferred over the network. Functions = virtual network terminal, mail services, file transfer. directory services.
47
3 types of IP address & what they do
unicast - single source device to single destination device. Broadcast - single source to all devices on network Multicast - single source to multiple, but specific, devices on a network
48
Class A IP address starting digit & range of first octet
first bit = 0 | range: 0-127
49
Class B IP address starting digits & range of first octet
first bit = 10 | range: 128-191
50
Class C IP address starting digits & range of first octet
first bit = 110 | range: 192-223
51
Class D IP address starting digits & range of first octet
first bit = 1110 range: 224-239 reserved for multicasting
52
Class E IP address starting digits & range of first octet
first bit = 1111 range: 240-255 reserved for future use
53
Structure of IPV6 address
ABCD:0123:4040:0000:0000:0000:000A:000B | Written in hex separated by colons
54
IPV6 abbreviations
Leading 0's can be omitted, contiguous groups of 0's can be represented as double colon. ABCD:123:4040::A:B
55
IPV6 network address range
First 48 bits are for internet routing
56
IPV6 subnet range
16 bits from the 49th to 64th
57
Device (interface) range
last 64 bits
58
Regional internet registry(RIR)
Guidelines for assigning IPV6 addresses to countries. Minimum of 12 prefix bits.
59
IPV6 anycast
Traffic travels for a single source device to the nearest of multiple, but specific, devices on a network
60
APIPA
Automatic Private IP Addressing. Used when a device does not have a static IP address and/or cannot contact a DHCP server. Allows a network device to assign itself an IP address.
61
Default Gateway
A router that knows how to forward packets on to other networks.
62
BOOTP
Older dynamic addressing protocol. Assigned only IP, subnet mask, & default gateway.
63
DHCP
Based on BOOTP. Assigns IP, subnet mask, & default gateway. Assigns DNS server & other variables related to VoIP
64
DHCP 4-way handshake
Client/server. | Discovery ->