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
Q

What happens at the Presentation layer (Layer 6)?

A

Data from lower layers is translated into a format usable by the Application layer and vice versa.

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

What happens in the Logical Link Control (LLC) sublayer?

A
  • Talking to the system’s OS
  • Handling protocols
  • Providing flow control
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

What happens in the Media Access Control (MAC) sublayer?

A
  • Creates and addresses the frame
  • Adds the NIC’s own MAC address and attaches MAC addresses to the frames.
  • Adds or checks FCS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

What is a benefit of using frames?

A

Frames keep any one NIC from hogging the wire

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

What is a NIC?

A

The Network Interface Card serves as the interface between the PC and the network.

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

What is a switch?

A

A switch is a device that filters traffic by MAC address to get data to the correct places.

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

What is an API?

A

An Application Programming Interface provides a standard way for programmers to enhance or extend applications’ capabilities.

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

What is CRC?

A

Cyclic Redundancy Check is what FCS uses to ensure data arrived correctly.

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

What is the last layer that deals with hardware?

A

Network Layer

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

What is the numbering namespace from which MAC address come from called?

A

Extended Unique Identifier (EUI)-48

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

What is the structure of a basic frame?

A

Receiving MAC -> Sending MAC -> type -> data -> Frame Check Sequence (FCS)

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

What is the structure of a packet?

A

Dest. IP -> Source IP -> Data

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

What is UTP?

A

Unshielded Twisted Pair is a type of cable usually containing 4 pairs of wires that can transmit and receive data

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

What are data chunks called at the Transport Layer?

A

Segments (for TCP)
or
Datagrams (for UDP)

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

What uniquely identifies every NIC?

A

Media Access Controller (MAC) address

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

What Windows utility do you use to find the MAC address for a system?

A

ipconfig /all

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

Where does a hub send data?

A

To all systems connected to the hub.

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

Which layer are cabling and the central box part of?

A

Physical (Layer 1)

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

Which layer of OSI defines the method of moving data between two computers?

A

Physical (Layer 1)

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

Which layer of the OSI seven-layer model keeps track of a system’s connections to send the right response to the right computer?

A

The Session Layer (Layer 5)

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

Which layer of the TCP/IP model controls the assembly and disassembly of data?

A

The Transport Layer

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

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

A

B) 00-50-56-A3-04-0C

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

Which part of a mac address is unique to each manufacturer?

A

The OUI

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

What decimal number corresponds to the binary number 11111111?

A

255

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

What type of device does a computer turn to first when attempting to make contact with a host on another network?

A

default gateway

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

Which statement describes SMTP?

A

SMTP is a connection based protocol

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

When your computer first joins an IVP6 network, what is the prefix of the IP address the computer first configures itself?

A

FE80::/10

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

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?

A

The caching and primary DNS server because the caching server is requesting zone transfers from the primary server

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

Suppose you send data to 11111111 11111111 11111111 11111111 IP address on an IVP4 network. To which device are you transmitting?

A

All devices on your local network

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

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?

A

IP config/release

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

What computers are the highest authorities in the DOMAN Name System hieracrchy?

A

Root Server

56
Q

What computers are the highest authorities in the DOMAN Name System hieracrchy?

A

Root Server

57
Q

What veriosn of smb can be used across Windows, UNIX, and other operating systems?

A

CIFS

58
Q

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?

A

3389 is default

59
Q

Which type of DNS record identifies a mail server?

A

MX

60
Q

How many bits does an IPv6 address contain?

A

128 bits

61
Q

On what port is an IPv6 client listening for DHCP messages?

A

546 and 547

62
Q

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?

A

EUI-64

63
Q

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?

A

POP

64
Q

What protocol does a network gateway use to keep track of which internal client is talking to which external Web server

A

Split DNS design

65
Q

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?

A

Dynamic IP

66
Q

What is the range of IP addresses that might be assigned by APIPA

A

169.254.0.1 through 169.254.255.254

67
Q

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?

A

ipconfig /flushdns

68
Q

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?

A

Port 21

69
Q

What is the IPv4 loopback address? What is the IPv6 loopback address?

A

IPV4=127.0.0.1 IPV6= ::1

70
Q

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?

A

ifconfig -a

71
Q

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?

A

1

72
Q

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?

A

Nslookup jsmith

73
Q

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?

A

Wireshark

74
Q

List three signaling protocols discussed in the chapter that are used for communicating multimedia data.

A

H.323, MGCP, SIP

75
Q

What version of the ping command do you use in Windows with IPv6 addresses? What version do you use on a Linux system

A

ping6—On Linux, ping -6—On Windows

76
Q

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?

A

SIP and ping 208.85.40.44:80

77
Q

What is OSI stands for

A

Open Systems Interconnection

78
Q

How many layers does the OSI model has?

A

7

79
Q

How do we call the process of sending the data from the bottom layer of the OSI model to the top layer?

A

Decapsulating

80
Q

How do we call the process of sending the data from the top layer of the OSI model to the bottom layer?

A

Encapsulating

81
Q

What does LLC stands for?

A

Logical Link Control (LLC)

82
Q

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.

A

SYN
SYN-ACK
ACK

83
Q

What does MUA stands for?

A

Mail User Agent

84
Q

What are the functions of the LLC sub-layer of the Data Link Layer?

A

Flow control and Error control

85
Q

What are the primary functions of the Presentation Layer?

A

Encryption, Formatting and Coding.

86
Q

Network interface cards (NICs) work at which layer(s) of the OSI model?

A

Layer 1 and 2

87
Q

List the Well-know ports of the following protocols and services: IMAP4, HTTPS, and Telnet

A
IMAP4 = 143
HTTPS = 443
Telnet = 23
88
Q

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.

A

Light and Radio Waves

89
Q

What type of connection is a UPD connection?

A

UDP is a connectionless protocol

90
Q

The number of times a packet travels between routers to a destination across the network before it’s dropped is know as?

A

Time To Live ( TTL)

91
Q

What’s the IEEE standard that describes features and functions of Ethernet technologies?

A

IEEE 802.3

92
Q

What’s the IEEE standard that describes features and functions of Wireless technologies?

A

IEEE 802.11

93
Q

What wireless broadband standards is known as IEEE 802.16

A

WIMAX officially called WirelessMAN

94
Q

What type of connection is a TCP connection?

A

TCP is a Connection Oriented protocol

95
Q

A method of identifying segments that belong to the same group of subdivided data is known as?

A

Sequencing

96
Q

Witch of the following are Application Layer protocols?

SMTP, Telnet, NetBios, HTTP

A

SMTP, Telnet and HTTP

97
Q

What is FCS stands for?

A

Frame Check Sequence.

The Frame Check Sequence is the numeric result of the CRC’s mathematical computation .

98
Q

What is CRC stands for?

A

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
Q

What does Payload mean in a data segment or other transmission unit?

A

The essential data that is being carried within a packet or other transmission unit.

100
Q

What does Overhead mean in a data segment or other transmission unit?

A

The data required to get the packet to its destination

101
Q
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
A

D) Data Link layer

102
Q
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
A

B) Baseband

103
Q
Windowing is provided at what layer of the OSI reference model?
A) Data link layer
B) Network Layer
C) Transport Layer
D) Physical Layer
A

C) Transport Layer

104
Q
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

A) Network Layer

105
Q

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

A

B) Transport layer
C) Internet Layer
F) Application Layer
G) Network interface Layer

106
Q
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
A

B) Below 1024

107
Q
Which protocol supports a secure connection to a remote host via terminal emulation software?
A) Telnet
B) SSH
C) FTP
D) SFTP
A

B) SSH

108
Q
Identify the well-known UDP port number for NTP.
A) 53
B) 69
C) 123
D) 143
A

C) 123

109
Q
Identify three e-mail protocols
A) SNMP
B) SMTP
C) POP3
D) IMAP4
A

B)SMTP
C) POP3
D)IMAP4

110
Q

What is Link

A

Term associated with IVIP6
describes the LAN bound router
AKA Local Link

111
Q

What is tunneling

A

A method used by Ipv6 to transport packets over IPv4 networks

112
Q

What is SNAT

A

Static Network Address Transportation

Allows the gateway to assign the same public IP address

113
Q

What is a Subnet mask

A

A 32 bit number that helps one computer find another

114
Q

What is a default gateway

A

Is the gateway device that nodes on the network turn to first for access.

115
Q

What is a gateway

A

A computer router or other device that a host uses to access another network

116
Q

IANA

A

Internet Assigned Numbers Authority

117
Q

ICANN

A

Internet Cooperation for assigned names and numbers

118
Q

What is FQDN

A

Fully qualified host name

119
Q

Domain name

A

The last 2 parts of a host name

120
Q

What is OUI

A

Organizationally Unique Identifier

121
Q

IEEE

A

Institute of Electrical and Electronic Engineers

122
Q

What is a DNS Server

A

Responsible for tracking computer names and their IP addresses

123
Q

What is TDL

A

Top Level Domain

124
Q

List some common TLD’s

A

ARPA, COM, EDU, GOV, ORG, NET, INT, MIL, BIZ, INFO, AERO, COOP
iana.ORG/DOMAINS/ROOT/DB

125
Q

What is DNS

A

Domain Name System

126
Q

What is DNS namespace

A

The entire collection of computer names and their associated IP addresses stored in databases on the DNS name server

127
Q

What is a resolver

A

DNS client that requests information from the name server

128
Q

What are root servers

A

A cluster of 13 servers

examples .com, .org, .edu

129
Q

What is an Octet

A

A group of 4 decimal numbers of a 32 decimal set which make up an IP address

130
Q

How many IPv4 classes are there

A

5

131
Q

What are the 5 IPv4 classes

A

Class A,B,C,D,E

132
Q

What is class A IPv4

A

1.xyz - 126.xyz

126 networks 16 million IP address

133
Q

What is a class B IPv4

A

128.0.x.y -191.255.x.y 16,000 networks 65,000 ip addresses

134
Q

What is a class B IPv4

A

192.0.0.x - 233.255.255.x
2 million networks
254 addresses

135
Q

What is a socket

A

It is the hosts IP and Port Number

136
Q

What is a NAT

A

Network Address Translation

a technique designed to conserve the # of public addresses

137
Q

What is a PAT

A

Port address translation

The gateway uses PAT to assign a separate TCP port number to each session