Chapter 2: Network Models Flashcards

1
Q

A MAC address is known as a(n) ____ address.

A

physical

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

A NIC sends data in discrete chunks called ______.

A

frames

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

An IP address is also known as a _______ address.

A

logical

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

Any device that deals with a MAC address is part of which layer of the OSI model?

A

Data Link (Layer 2)

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

Anything that deals with pure IP packets (getting an IP packet to its destination) sits in the _______ layer.

A

Internet

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

How much data can a typical frame hold?

A

1500 bytes

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

In the TCP/IP model, any part of the network that deals with complete frames is in the ______ layer.

A

Link

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

Is TCP connection-oriented or connectionless?

A

Connection-oriented

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

Is UDP connection-oriented or connectionless?

A

Connectionless

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

What are segments/datagrams given to help the receiving system know the total # of segments/datagrams and how to put them together?

A

Sequencing Numbers

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

What are the chunks of data called at the Network Layer (Layer 3)?

A

Packets

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

What are the first 3 tuples of a MAC address called?

The last 3?

A

-Organizationally Unique Identifier (OUI)

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

What are the four layers of TCP/IP?

A

4) Application
3) Transport
2) Internet
1) Link/Network Interface

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

What are the seven layers of the OSI model?

A

7) Application
6) Presentation
5) Session
4) Transport
3) Network
2) Data Link
1) Physical

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

What are the two sublayers of the Data Link Layer?

A

1) Logical Link Control (LLC)

2) Media Access Control (MAC)

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

What are the two unique identifiers that each system has in a TCP/IP network?

A

1) IP address

2) MAC address

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

What device uses IP addresses?

A

Router

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

What does a NIC do if it doesn’t know the MAC address it’s trying to reach?

A

It sends a broadcast onto the network.

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

What does de-encapsulation refer to?

A

Reverses the process of encapsulation

2 -> 3 -> 4 -> 5 -> 6 -> 7 -> app

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

What does encapsulation refer to?

A

The entire process of preparing data to go onto a network

app -> 7 -> 6 -> 5 -> 4 -> 3 -> 2 -> 1

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

What does OSI stand for?

A

Open Systems Interconnect

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

What does TCP/IP stand for?

A

Transmission Control Protocol over Internet Protocol

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

What does the FCS do?

A

Verifies that the data arrived correctly

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

What does the session software do?

A

Handles connecting applications to applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What happens at the Presentation layer (Layer 6)?
Data from lower layers is translated into a format usable by the Application layer and vice versa.
26
What happens in the Logical Link Control (LLC) sublayer?
- Talking to the system's OS - Handling protocols - Providing flow control
27
What happens in the Media Access Control (MAC) sublayer?
- Creates and addresses the frame - Adds the NIC's own MAC address and attaches MAC addresses to the frames. - Adds or checks FCS
28
What is a benefit of using frames?
Frames keep any one NIC from hogging the wire
29
What is a NIC?
The Network Interface Card serves as the interface between the PC and the network.
30
What is a switch?
A switch is a device that filters traffic by MAC address to get data to the correct places.
31
What is an API?
An Application Programming Interface provides a standard way for programmers to enhance or extend applications' capabilities.
32
What is CRC?
Cyclic Redundancy Check is what FCS uses to ensure data arrived correctly.
33
What is the last layer that deals with hardware?
Network Layer
34
What is the numbering namespace from which MAC address come from called?
Extended Unique Identifier (EUI)-48
35
What is the structure of a basic frame?
Receiving MAC -> Sending MAC -> type -> data -> Frame Check Sequence (FCS)
36
What is the structure of a packet?
Dest. IP -> Source IP -> Data
37
What is UTP?
Unshielded Twisted Pair is a type of cable usually containing 4 pairs of wires that can transmit and receive data
38
What are data chunks called at the Transport Layer?
Segments (for TCP) or Datagrams (for UDP)
39
What uniquely identifies every NIC?
Media Access Controller (MAC) address
40
What Windows utility do you use to find the MAC address for a system?
ipconfig /all
41
Where does a hub send data?
To all systems connected to the hub.
42
Which layer are cabling and the central box part of?
Physical (Layer 1)
43
Which layer of OSI defines the method of moving data between two computers?
Physical (Layer 1)
44
Which layer of the OSI seven-layer model keeps track of a system's connections to send the right response to the right computer?
The Session Layer (Layer 5)
45
Which layer of the TCP/IP model controls the assembly and disassembly of data?
The Transport Layer
46
Which of the following is an example of a MAC address? A) 0-255 B) 00-50-56-A3-04-0C C) SBY3M7 D) 192.168.4.13
B) 00-50-56-A3-04-0C
47
Which part of a mac address is unique to each manufacturer?
The OUI
48
What decimal number corresponds to the binary number 11111111?
255
49
What type of device does a computer turn to first when attempting to make contact with a host on another network?
default gateway
50
Which statement describes SMTP?
SMTP is a connection based protocol
51
When your computer first joins an IVP6 network, what is the prefix of the IP address the computer first configures itself?
FE80::/10
52
You have just brought online a new secondary DNS server and notice your monitoring software report a significant increase in network traffic. Which two hosts on your network are likely to be causing the increased traffic and why?
The caching and primary DNS server because the caching server is requesting zone transfers from the primary server
53
Suppose you send data to 11111111 11111111 11111111 11111111 IP address on an IVP4 network. To which device are you transmitting?
All devices on your local network
54
If you are connected to a network that uses DHCP,and you need to terminate your windows workstation DHCP lease, which command would you use?
IP config/release
55
What computers are the highest authorities in the DOMAN Name System hieracrchy?
Root Server
56
What computers are the highest authorities in the DOMAN Name System hieracrchy?
Root Server
57
What veriosn of smb can be used across Windows, UNIX, and other operating systems?
CIFS
58
Suppose you want to change the default port for RDP as a security precaution. What port does RDP use by default, and from what range of numbers should you select a private port number?
3389 is default
59
Which type of DNS record identifies a mail server?
MX
60
How many bits does an IPv6 address contain?
128 bits
61
On what port is an IPv6 client listening for DHCP messages?
546 and 547
62
The second 64 of an autoconfigured IPV6 address may either be random or generated from the computer MAC address, which contains 48 bits. What standard defines the conversion of the MAC address to the IPv6 64-bit device id?
EUI-64
63
You issue a transmission from your workstation to the following socket on your LAN: 10.1.1.145:110. Assuming your network uses standard port designations, what Application layer protocol are you using?
POP
64
What protocol does a network gateway use to keep track of which internal client is talking to which external Web server
Split DNS design
65
You are the network manager for a computer training center that allows clients to bring their own laptops to class for learning and taking notes. Clients need access to the Internet, so you have configured your network's DHCP server to issue IP addresses automatically. What DHCP option should you modify to make sure you are not wast- ing addresses that were used by clients who have left for the day?
Dynamic IP
66
What is the range of IP addresses that might be assigned by APIPA
169.254.0.1 through 169.254.255.254
67
While troubleshooting a network connection problem for a coworker, you discover the computer is querying a nonexistent DNS server. What command-line utility can you use to assign the correct DNS server IP address?
ipconfig /flushdns
68
FTP sometimes uses a random port for data transfer, but an FTP server always, unless programmed otherwise, listens to the same port for session requests from clients. What port is the FTP server listening on?
Port 21
69
What is the IPv4 loopback address? What is the IPv6 loopback address?
IPV4=127.0.0.1 IPV6= ::1
70
You have just set up a new wireless network in your house, and you want to determine whether your Linux laptop has connected to it and obtained a valid IP address. What command will give you the information you need?
ifconfig -a
71
You have decided to use SNAT and PAT on your small office network. At minimum, how many IP addresses must you obtain from your ISP for all five clients in your office to be able to access servers on the Internet?
1
72
If you know that your colleague's TCP/IP host name is JSMITH, and you need to find out his IP address, what command should you type at your shell prompt or command prompt?
Nslookup jsmith
73
When determining whether a local network has any NetBIOS traffic, do you use the nslookup utility in interactive mode or a packet analyzer such as Wireshark?
Wireshark
74
List three signaling protocols discussed in the chapter that are used for communicating multimedia data.
H.323, MGCP, SIP
75
What version of the ping command do you use in Windows with IPv6 addresses? What version do you use on a Linux system
ping6—On Linux, ping -6—On Windows
76
When running a scan on your computer, you find that a session has been established with a host at the address 208.85.40.44:80. Which protocol is in use for this session? What command-line utility might you use to find out who the host is?
SIP and ping 208.85.40.44:80
77
What is OSI stands for
Open Systems Interconnection
78
How many layers does the OSI model has?
7
79
How do we call the process of sending the data from the bottom layer of the OSI model to the top layer?
Decapsulating
80
How do we call the process of sending the data from the top layer of the OSI model to the bottom layer?
Encapsulating
81
What does LLC stands for?
Logical Link Control (LLC)
82
To establish a connection, each device must send a Synchronization and receive an acknowledgement for it from the other device. Name the 3 steps involved in this process.
SYN SYN-ACK ACK
83
What does MUA stands for?
Mail User Agent
84
What are the functions of the LLC sub-layer of the Data Link Layer?
Flow control and Error control
85
What are the primary functions of the Presentation Layer?
Encryption, Formatting and Coding.
86
Network interface cards (NICs) work at which layer(s) of the OSI model?
Layer 1 and 2
87
List the Well-know ports of the following protocols and services: IMAP4, HTTPS, and Telnet
``` IMAP4 = 143 HTTPS = 443 Telnet = 23 ```
88
Which of the following are transmission-signals that can be sent over the network at the Physical layer of the OSI Reference Model? Broadband, Light, Radio Waves, Baseband.
Light and Radio Waves
89
What type of connection is a UPD connection?
UDP is a connectionless protocol
90
The number of times a packet travels between routers to a destination across the network before it's dropped is know as?
Time To Live ( TTL)
91
What's the IEEE standard that describes features and functions of Ethernet technologies?
IEEE 802.3
92
What's the IEEE standard that describes features and functions of Wireless technologies?
IEEE 802.11
93
What wireless broadband standards is known as IEEE 802.16
WIMAX officially called WirelessMAN
94
What type of connection is a TCP connection?
TCP is a Connection Oriented protocol
95
A method of identifying segments that belong to the same group of subdivided data is known as?
Sequencing
96
Witch of the following are Application Layer protocols? | SMTP, Telnet, NetBios, HTTP
SMTP, Telnet and HTTP
97
What is FCS stands for?
Frame Check Sequence. The Frame Check Sequence is the numeric result of the CRC's mathematical computation .
98
What is CRC stands for?
Cyclic Redundancy Check. CRC is the method (algorithm) performed on the data for it's verification. The result of a CRC computation is the FCS
99
What does Payload mean in a data segment or other transmission unit?
The essential data that is being carried within a packet or other transmission unit.
100
What does Overhead mean in a data segment or other transmission unit?
The data required to get the packet to its destination
101
``` Which layer of the OSI reference model contains the MAC and LLC sublayers? A) Network Layer B) Transport Layer C) Physical Layer D) Data Link Layer ```
D) Data Link layer
102
``` Which approach to bandwidth usage consumes all the available frequencies on a medium to transmit data? A) Broadband B) Baseband C) Time-division multiplexing D) Simplex ```
B) Baseband
103
``` Windowing is provided at what layer of the OSI reference model? A) Data link layer B) Network Layer C) Transport Layer D) Physical Layer ```
C) Transport Layer
104
``` IP addresses reside at which layer of the OSI reference model? A) Network layer B) Session layer C) Data link layer D) Transport layer ```
A) Network Layer
105
Identify the four layers of the TCP/IP stack: a. Session layer b. Transport layer c. Internet layer d. Data link layer e. Network layer f. Application layer g. Network interface layer
B) Transport layer C) Internet Layer F) Application Layer G) Network interface Layer
106
``` What is the range of well-known TCP and UDP ports? A) below 2048 B) Below 1024 C) 16,384-32,768 D) Above 8192 ```
B) Below 1024
107
``` Which protocol supports a secure connection to a remote host via terminal emulation software? A) Telnet B) SSH C) FTP D) SFTP ```
B) SSH
108
``` Identify the well-known UDP port number for NTP. A) 53 B) 69 C) 123 D) 143 ```
C) 123
109
``` Identify three e-mail protocols A) SNMP B) SMTP C) POP3 D) IMAP4 ```
B)SMTP C) POP3 D)IMAP4
110
What is Link
Term associated with IVIP6 describes the LAN bound router AKA Local Link
111
What is tunneling
A method used by Ipv6 to transport packets over IPv4 networks
112
What is SNAT
Static Network Address Transportation | Allows the gateway to assign the same public IP address
113
What is a Subnet mask
A 32 bit number that helps one computer find another
114
What is a default gateway
Is the gateway device that nodes on the network turn to first for access.
115
What is a gateway
A computer router or other device that a host uses to access another network
116
IANA
Internet Assigned Numbers Authority
117
ICANN
Internet Cooperation for assigned names and numbers
118
What is FQDN
Fully qualified host name
119
Domain name
The last 2 parts of a host name
120
What is OUI
Organizationally Unique Identifier
121
IEEE
Institute of Electrical and Electronic Engineers
122
What is a DNS Server
Responsible for tracking computer names and their IP addresses
123
What is TDL
Top Level Domain
124
List some common TLD's
ARPA, COM, EDU, GOV, ORG, NET, INT, MIL, BIZ, INFO, AERO, COOP iana.ORG/DOMAINS/ROOT/DB
125
What is DNS
Domain Name System
126
What is DNS namespace
The entire collection of computer names and their associated IP addresses stored in databases on the DNS name server
127
What is a resolver
DNS client that requests information from the name server
128
What are root servers
A cluster of 13 servers | examples .com, .org, .edu
129
What is an Octet
A group of 4 decimal numbers of a 32 decimal set which make up an IP address
130
How many IPv4 classes are there
5
131
What are the 5 IPv4 classes
Class A,B,C,D,E
132
What is class A IPv4
1.xyz - 126.xyz | 126 networks 16 million IP address
133
What is a class B IPv4
128.0.x.y -191.255.x.y 16,000 networks 65,000 ip addresses
134
What is a class B IPv4
192.0.0.x - 233.255.255.x 2 million networks 254 addresses
135
What is a socket
It is the hosts IP and Port Number
136
What is a NAT
Network Address Translation | a technique designed to conserve the # of public addresses
137
What is a PAT
Port address translation | The gateway uses PAT to assign a separate TCP port number to each session