Module 6 - Manage Networking Flashcards

1
Q

Four Layers of the TCP/IP Network Model

A

1) Application
2) Transport
3) Internet
4) Link

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

Describe Application network model

A

Each application has specifications for communication so that clients & servers can communicate across platforms

Common protocols used:
SSH
HTTPS (secure web)
FTP (file sharing)
SMTP (electronic deliver)

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

Describe Transport network model

A

TCP & UDP are transport protocols
* TCP is a reliable connection-oriented communication, whereas UDP is a connectionless datagram protocol
* Application protocols can use either TCO or UDP ports
* A list of well-known & registered ports is in the /etc/services file
 When a packet is sent on the network, the combination of the service port and IP address forms a socket
* Each packet has a source socket & a destination socket
* This information can be used when monitoring & filtering network traffic

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

What is the file there a list of well-known & registered ports can be found?

A

/etc/services

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

Describe Internet network model

A

The interlay layer, or network layer, carries data from the source host to the destination host
* The IPv4 & IPv6 protocols are internet layer protocols
* Each host has an IP address & a prefix to determine network addresses
* Routers are used to connect networks

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

Describe the Link network model

A

The link layer, or media access layer, provides the connection to physical media
* Most common types of networks
o Ethernet (802.3)
o Wireless Wi-Fi (802.11)
* Each physical device has a Media Access Control (MAC) address, which is also known as a hardware address, to identify the destination of packets on the local network segment

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

What are the two most common types of networks?

A

1) Ethernet (802.3)
2) Wireless Wi-Fi (802.11)

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

What OSI models are included in the Application TCP/IP protocol?

A

1) Application
2) Presentation
3) Session

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

What OSI models are included in the Transport TCP/IP protocol?

A

Transport

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

What OSI models are included in the Internet TCP/IP protocol?

A

Network

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

What OSI models are included in the Link TCP/IP protocol?

A

1) Data link
2) Physica

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

What are examples & services of the Application TCP/IP protocol?

A

1) HTTP
2) HTTPS
3) FTP
4) Telnet
5) NTP
6) LDAP
7) DNS
8) DHCP
9) RIP
10) SIP
11) SMTP
12) SSH
13) TLS/SSL

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

What are examples & services of the Transport TCP/IP protocol?

A

1) TCP
2) UDP

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

What are examples & services of the Internet TCP/IP protocol?

A

1) IPv4
2) IPv6
3) ICMP
4) IGMP
5) IPsec

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

What are examples & services of the Link TCP/IP protocol?

A

1) MAC
2) PPP
3) NDP
4) ARP Ethernet
5) Wi-Fi
6) DOCSIS
7) Tunnels

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

What is the assignment of network interface names based on?

A

Information from the:

1) Firmware
2) PCI bus topology
3) Type of network device

17
Q

What do ethernet interfaces begin with?

A

“en”

18
Q

What do WLAN interfaces begin with?

A

“wl”

19
Q

What do WWAN interfaces begin with?

A

“ww”

20
Q

What does “oN” indicate?

A

An on-board device w/ the unique index of “N” from the server’s firmware

21
Q

What does “sN” indicate?

A

A device in PCI hotplug slot “N”

22
Q

What does “pMsN” indicate?

A

A PCI device on bus “N” in slow “N”

23
Q

What is the “w1p4s0” interface?

A

A WLAN card on PCI bus 4 in slot 0

24
Q

What function is an “enp0s1f0” interface?

A

Function 0 of the Ethernet card on bus 0 in slot 1

25
Q

What is persistent naming?

A

When the name of set for a network interface on the system, the name of the interface does not change, even if you add or remove hardware

26
Q

What is an IPv4 address?

A

A 32-bit number, which is expressed as four 8-bit octets in a decimal format that ranges in value from 0 to 255, separated by single dots

27
Q

What 2 parts is an IPv4 address divided into?

A

1) Network prefix
2) Host number

28
Q

What does a network prefix do?

A

Identifies a unique physical or virtual subnet

29
Q

What does a host number do?

A

Identifies a specific host on the subnet

30
Q

What does a network gateway do?

A

cCnnects different networks & a network router commonly operates as the gateway for a subnet

31
Q

What is a subnet?

A

A segment of a larger network, & the use of the term depends on the context

32
Q

What does “segment” refer to?

A

The physical or virtual link layer

33
Q

What does “subnet” refer to?

A

The logical, network-layer addressing for the corresponding segmen

34
Q

What class is 8 bits?

A

Class A

35
Q

What class is 16 bits?

A

Class B

36
Q

What class is 24 bits?

A

Class C

37
Q
A