1.3 Pt 3 Flashcards

(9 cards)

1
Q

Packet/Traffic shaping

A

Set important applications to have higher priorities than other apps in router, firewall, or switch.

QoS (Quality of Service)

CoS (Class of Service), Layer 2, performed in the frame header in an 802.1q trunk, between switches in internal network

DiffServ (Differentiated Services), Layer 3, QOS bits are enabled in the IPv4 header, external to the application, applied by the router

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

NAT

A

Router changes source IP from a private address to its routable public IP address on outgoing traffic.

Also changes destination IP from a public address to the correct private address on incoming traffic.

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

PAT (NAT overload)

A

Same as NAT but when multiple devices are present.

Client adds random port to its source IP, router records that in its NAT table, router adds random port to the public IP when it translates.

Incoming traffic’s dest IP has the routers port which the router then translates to the private IP/Port the client sent out.

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

Port Forwarding

A

Allow devices outside your network access to an internal private IP.

External IP/port maps to an internal IP/port

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

Access Control List (ACL)

A

Used to allow or deny traffic

Defined on incoming, outgoing, or both

Can evaluate on many criteria (src/dest IPs, ports, ICMP), called tuples

What happens when traffic matches criteria?
Logical path from top down

Firewallls can be considered ACL
Implicit DENY rule at the bottom

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

Circuit Switching

A

Circuit is established between endpoints before data passes
No one else can use the connection and it’s always there

POTS (plain old telephone service)
PSTN (public switched telephone network)

T1/T3/E1/E3 are circuit switched

ISDN modem

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

Packet Switching

A

Data is grouped into packets and sent

Voice, data, video
Media is usually shared
Supports QOS, one user can have more bandwidth

SONET, ATM, DSL, Frame Relay, MPLS, Cable, Satellite, Wireless

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

SDN (Software Defined Networking)

A

Network devices have two functional planes
Control-administrative/servicing
Data-transfers/forwards data

Programmable, configuration is different than forwarding

Changes can be made dynamically

Centrally managed, orchestrated (no human intervention), vendor neutral

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

Distributed Switching

A

A virtual network distributed across all physical platforms

When a VM moves the network doesn’t change

Group individual servers on virtual platforms into separate VLANs

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