ITS Examlet - Section 3 Network Protocols and Services

0.0(0)
studied byStudied by 3 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/137

flashcard set

Earn XP

Description and Tags

ape together strong

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

138 Terms

1
New cards

Class A Public Range

1 - 126

2
New cards

Class A Private Range

10.x.x.x

3
New cards

Class A Default Subnet Mask

255.0.0.0

4
New cards

Class B Public Range

128 - 191

5
New cards

Class B Private Range

172.16.x.x

6
New cards

Class B Default Subnet Mask

255.255.0.0

7
New cards

Class C Public Range

192 - 223

8
New cards

Class C Private Range

192.168.x.x

9
New cards

Class C Default Subnet Mask

255.255.255.0

10
New cards

Class D Public Range

224

11
New cards

What is Class D (224) used for?

Multicast

12
New cards

What is the range for loopback?

127.0.0.1 - 127.255.255.255

13
New cards

What class does the following IP address belong to:

133.0.0.0

Class B Public

14
New cards

What class does the following IP address belong to:

244.0.0.0

Multicast

15
New cards

What class does the following IP address belong to:

200.0.0.0

Class C Public

16
New cards

What class does the following IP address belong to:

63.0.0.0

Class A Public

17
New cards

What class does the following IP address belong to:

172.16.11.1

Class B Private

18
New cards

Every IP address is made up of a ___ ID and a ___ ID

Network, Host

19
New cards

Identify the Network ID and Host ID of the following IP Address:

IP: 172.16.11.1

Subnet Mask: 255.255.0.0

Network ID: 172.16

Host ID: 11.1

20
New cards

Identify the Network ID and Host ID of the following IP Address:

IP: 10.5.5.25

Subnet Mask: 255.255.255.0

Network ID: 10.5.5

Host ID: 25

21
New cards

What is NAT/PAT

Network Address Translation/Port Address Translation

It masks internal IP addresses (private/public)

22
New cards

How many bits make up an IPv6 Address?

128 bits (Only 1 set of :: made up of 8 - 16bit blocks)

23
New cards

0:0:0:0:0:0:0:1 OR ::1

IPv6 Loopback Address

TIP: Count the octets and make sure there are 8 sections

24
New cards

FE80:

APIPA address

25
New cards

FECO

Site Local Address

26
New cards

What is the protocol that allows IPv4 to IPv6 tunneling (encapsulates IPv6 packets within IPv4 packets)

Teredo Tunneling Protocol

27
New cards

What is another word for Router Static Route?

Default route/gateway

28
New cards

Who sets the Router Static Route?

The Administrator

29
New cards

What provides fault-tolerance and auto updates like GPS?

Router Dynamic Routing

30
New cards

What is RIP and what does it use?

Router Information Protocol - uses hop count

31
New cards

DHCP

Dynamic Host Configuration Protocol - automatically assigns IP addresses

32
New cards

What does Ipconfig display?

Client IP information

33
New cards

Reservations and Exclusions are specific to which kind of IP address?

Static IP Addresses

34
New cards

169.254.x.x

APIPA - device was unable to receive an IP address from the DHCP server

35
New cards

What 2 options must be selected to get a DHCP server working?

  • Select obtain IP address automatically

  • Select obtain DNS server automatically

<ul><li><p>Select obtain IP address automatically</p></li><li><p>Select obtain DNS server automatically</p></li></ul><p></p>
36
New cards

What is DNS and what does it do?

Domain Name Service - Resolves FQDN to IP addresses

37
New cards

What does a DNS Host file do?

Stores all DNS records

38
New cards

A - Record

Domain Name to IP address

39
New cards

A

Host Record

40
New cards

AAAA

IPv6 host record

41
New cards

MX

Email record

42
New cards

CNAME

Alias record

43
New cards

PTR

The reverse IP address to the Domain Name

44
New cards

What does the bolded part of this domain represent?

mail.abc.org

host computer/server

45
New cards

What does the bolded part of this domain represent?

mail.abc.org

domain name

46
New cards

What does the bolded part of this domain represent?

mail.abc.org

TLD (Top Level Domain)

47
New cards

What OSI level do the following devices belong to:

FTP, HTTP, HTTPS, POP3, SMTP, IMAP​, Computer

Layer 7 - Application

48
New cards

What OSI level do the following devices belong to:

Compression, encryption

Layer 6 - Presentation

49
New cards

What layer of the OSI model do the following devices belong to:

Logon/logoff, NetBIOS, Negotiation

Layer 5 - Session

50
New cards

What layer of the OSI model do the following devices belong to:

TCP, UDP

Layer 4 - Transport

51
New cards

What layer of the OSI model do the following devices belong to:

IP, ICMP, ARP, RIP, IPX​​​, Router

Layer 3 - Network

52
New cards

What layer of the OSI model do the following devices belong to:

Ethernet, MAC, Frames, CRC  NIC, Switch, Bridge, WAPs

Layer 2 - Data Link

53
New cards

What layer of the OSI model do the following devices belong to:

100BaseT, 1000BaseT​​, Hubs, RJ45, Repeater

Layer 1 - Physical

54
New cards

What is the connection-based protocol that guarantees delivery?

TCP (Transmission Control Protocol)

55
New cards

Which protocol is a connection-less protocol that uses best attempt delivery?

UDP (User Datagram Protocol)

56
New cards

Which protocol converts IP addresses to MAC addresses?

ARP (Address Resolution Protocol)

57
New cards

Port 20/21

FTP (File Transfer Protocol)

58
New cards

Port 22

SSH (Secure Shell)

59
New cards

Port 23

Telnet

60
New cards

Port 25

SMTP (Simple Mail Transfer Protocol)

61
New cards

Port 53

DNS (Domain Name Service)

62
New cards

Port 67/68

DHCP (Dynamic Host Configuration Protocol)

63
New cards

Port 80

HTTP (Hypertext Transfer Protocol)

64
New cards

Port 110

POP3

65
New cards

Port 143

IMAP (Internet Message Access Protocol)

66
New cards

Port 161

SNMP (Simple Network Management Protocol)

67
New cards

Port 443

HTTPS (Hypertext Transfer Protocol Secure)

68
New cards

Port 3389

RDP (Remote Desktop Protocol)

69
New cards

What port does SMTP use?

Port 25

70
New cards

What port does FTP use?

Port 21

71
New cards

What port does HTTPS use?

Port 443

72
New cards

What is the connectionless, message-based protocol with best-effort service?

UDP

73
New cards

What is the connection-oriented protocol with guaranteed service?

TCP

74
New cards

Which protocol resolves IP addresses to MAC addresses?

ARP

75
New cards

What is the Loopback IP address range?

127.0.0.0 - 127.255.255.255

76
New cards

What is the Private Network address range?

192.168.0.0 - 192.168.255.255

77
New cards

What is the Multicast address range?

224.0.0.0 - 239.255.255.255

78
New cards

Which class does the following IP address belong to?

IP: 133.234.23.2

Class B

79
New cards

Which class does the following IP address belong to?

IP: 244.100.20.3

Class D

80
New cards

Which class does the following IP address belong to?

IP: 201.111.22.3

Class C

81
New cards

Which class does the following IP address belong to?

IP: 64.123.12.1

Class A

82
New cards

What network allows controlled access for specific business or educational purposes?

Extranet

83
New cards

Which network allows access only to users within an organization?

Intranet

84
New cards

Which network type is a system of interconnected networks?

Internet

85
New cards

Name the topology: Each computer is connected by a single cable

Ring

86
New cards

Name the topology: Each workstation acts as a repeaterr

Ring

87
New cards

Name the topology: Each computer is connected to every other computer

Mesh

88
New cards

Name the topology: There is a central connectivity device

Star

89
New cards

Name the topology: The number of connections equals the total number of computers minus one

Ring

90
New cards

Name the topology: Each node is connected to exactly two other nodes

Ring

91
New cards

Frequency range: 5.0Ghz

Data rate: 54 Mbps

802.11a

92
New cards

Frequency range: 2.4Ghz

Data rate: 11Mbps

802.11b

93
New cards

Frequency range: 2.4Ghz

Data rate: 54Mbps

802.11g

94
New cards

Frequency range: 2.4Ghz / 5.0Ghz

Data rate: 65 - 600 Mbps

802.11n

95
New cards

SSL VPN

allows a remote user to connect to a private network from anywhere on the Internet

96
New cards

Site-to-Site VPN

securely connects two portions of a private network or two private networks

97
New cards

Layer 2 Tunneling Protocol

creates an unencrypted connection between two network devices

98
New cards
<p>The wireless adapter has an IP address configured ______?</p><p>a) Manually</p><p>b) through DHCP</p><p>c) through APIPA</p>

The wireless adapter has an IP address configured ______?

a) Manually

b) through DHCP

c) through APIPA

through DHCP

99
New cards
<p>The Ethernet adapter has an IP address configured _______</p><p>a) manually</p><p>b) through DHCP</p><p>c) through APIPA</p>

The Ethernet adapter has an IP address configured _______

a) manually

b) through DHCP

c) through APIPA

through APIPA

100
New cards

True or False: 0.0.0.0.0.0.0.1 is the Loopback address for IPv6

True