9/3 Class Flashcards

(31 cards)

1
Q

Chapter 2

A

we are on it

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

Read through chapter 4

A

do it before we go through it next time

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

TCIP

A

most data transmitted over a modern networks uses the TCP/IP standards to communicate
has an IP address called a “host”

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

wired networks

A

based on IEEE 802.3(“ethernet”)

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

wireless networks

A

based on IEEE 802.11

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

data types are layered

A

message or data(HTTP, SMTP, etc)
segments(TCP) or Datagrams(UDP)
packets(IP)
frames(ethernet)

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

Protocol Data Unit (PDU)

A

used generically is a simple unit, but often used for higher-level layers (above IP)

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

unicast traffic

A

traffic sent from one system to another one
one to one traffic
can traverse subnets

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

multicast traffic

A

traffic sent from one system to many other systems

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

broadcast traffic

A

traffic sent from one system to all other systems on a network

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

ARP

A

maps ethernet addresses to IP adresses)

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

routers and broadcasts

A

separate subnets

routers don’t pass broadcasts it would overload the internet

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

network interface cards (NICs) and cables

A

connect systems

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

collision domain

A

only one system can send data at any given time
collisions occur and the protocols force a resend
switches create separate collision domains to minimize collisions

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

broadcast domain

A

all devices on a network can receive broadcast traffic
excessive broadcasts slow a network
routers create separate collision and broadcast domains

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

Hubs (no longer common)

A

system NICs connect to physical ports there are collisions but they are resent

17
Q

switches

A

system NICs connect to physical ports on the Hub via a cable
data sent to one physical port is forwarded to specific physical ports, not all ports(creates isolated collision domains which scales much better)

18
Q

bridge

A

four port bridge creating four collision separate domains(rather than hour connected hubs and one collision domain)(scales better)
most often seen in connecting a wireless network

19
Q

routers

A

two subnets connected by a router, which “routes” IP packets
1 (Hub)+5(switch) = 6 collision domains
two broadcast domains

20
Q

many routers

A

each router separates subnets to prevent traffic

21
Q

gateway

A

each system has a preconfigured default router address… otherwise it would never communicate with other systems on other subnets… such as the internet

22
Q

firewalls

A

prevents flow of data to specific IP addresses and TCP ports
by default firewalls are very restrictive
network based and/or host based firewalls

23
Q

media types

A

twisted pair cables
fiber optic - type of glass
wireless

24
Q

submarinecablemap.com

A

shows you where the fiber optic cables go

25
twisted pair cables
straight cable crossover cable use for similar systems
26
protocols
provide rules for communication based on standards issued by standards organization must be configured properly to keep data flowing TCP/IP protocol suite primary networking protocol in use today
27
services
software applications running on a windows server
28
intranet
protection from the internet
29
perimeter network
between internet and intranet to isolate subnets/systems | DMZ - demilitarized zone
30
extranet
for connecting semi trusted networks, typically business partners across the internet via WAN connections
31
OSI model
7 Application - SMB, SMTP, etc 6 Presentation 5 Session - establishes, maintains, and terminates lasting connections between two systems 4 Transport - handles flow control, reliability, and error checking of data traveling on this layer, ports are here 3 Network - packets 2 Data Link - handles data delivery on the LAN moving in frames 1 Physical Layer - physical media, encoding signals, ethernet, typical devices Please do