Certiport Networking Certification

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/121

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:11 AM on 5/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

122 Terms

1
New cards

SMTP (Simple Mail Transfer Protocol)

25 TCP

2
New cards

FTP

20, 21 TCP

3
New cards

HTTPS (Hypertext Transfer Protocol Secure)

An encrypted version of HTTP. It uses port 443.

4
New cards

IoT (Internet of Things)

a large network of physical objects including sensors and equipment

5
New cards

OSI Layer 1 - Physical

Protocols: 100BaseT, 1000BaseT.

Device: hubs, RJ45, repeater.

6
New cards

OSI Layer 2 - Data Link

Protocols: Ethernet, MAC, Frames, crc.

Device: NIC, switch, bridge, WAPs.

7
New cards

OSI Layer 3 - Network

Logical addressing, switching type, route discovery/selection, and packet ordering.

IP, ICMP, ARP, RIP, IPX

Device: Router

8
New cards

OSI Layer 4 - Transport

Protocols (TCP/UDP), windowing, buffering

Device: N/A

9
New cards

OSI Layer 5: Session

Protocols: Log on/ Log off, NetBIOS, Negotiation

Device: N/A.

10
New cards

OSI Layer 6: Presentation

Protocols: compression, encryption.

Device: N/A.

11
New cards

OSI Layer 7: Application

Protocols: FTP, HTTP, HTTPS, POP3, SMTP, IMAP

Device: Gateway

12
New cards

UDP

connectionless messaged based protocol with best effort service.

13
New cards

TCP

Transmission Control Protocol, connection oriented protocol with guaranteed service

14
New cards

ARP

Address Resolution Protocol, resolves IP addresses to MAC addresses.

15
New cards

Loopback address

127.0.0.0 - 127.255.255.255

16
New cards

Multicast address

224.0.0.0 to 239.255.255.255

17
New cards

Private Network addresses

192.168.0.0 - 192.168.255.255

18
New cards

Class A IP Address

1-126 Leading bits.

128 Networks.

16,777,214 Hosts per Network.

Default Subnet Mask 255.0.0.0

19
New cards

Class B IP Address

128-191 Leading bits.

16,384 Networks.

65,534 Hosts per Network.

Default Subnet Mask 255.255.0.0

20
New cards

Class C IP Address

192-223 Leading bits.

2,097,152 Networks.

254 Hosts per Network.

Default Subnet Mask 255.255.255.0

21
New cards

Class D IP Address

224-239

Used for multicast testing

22
New cards

Star Topology

Each computer is connected by a single cable.

Their is a central connectivity device.

23
New cards

Ring Topology

Each workstation acts as a repeater.

Each node is connected to 2 other nodes.

24
New cards

2 Advantages of Star vs Ring

Flexibility and scalability

25
New cards

Mesh advantages

Redundancy, every machine connected to others

26
New cards

802.11a

5 GHz, 54 Mbps

27
New cards

802.11b

11 Mbps, 2.4 GHz

28
New cards

802.11g

54 Mbps, 2.4 GHz

29
New cards

802.11n

600 Mbps - 5GHz and 2.4GHzm, MIMO

uses dual antennas, MIMO, channel bonding, frame aggregation

30
New cards

802.11ac

2.4GHz 5.0aGHz 5.0GHzb 1300mbps

MU-MIMO

31
New cards

SSL VPN

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

32
New cards

Layer 2 Tunneling Protocol (L2TP)

creates an unencrypted connection between 2 network devices.

33
New cards

site-to-site VPN

securely connects 2 portions of a private network or 2 private networks.

34
New cards

MAC/HW/physical address

48 bits

35
New cards

Logical address IPv4

32 bits

36
New cards

IPv6

128 bits per address

37
New cards

Internet

interconnected networks

38
New cards

Intranet

allows only users within an organization access

39
New cards

Extranet

allows certain business and educational organizations to access

40
New cards

Unicast

1 to 1 communications

41
New cards

Multicast

1 to many communications

42
New cards

Broadcast

1 to all communications

43
New cards

Virtual machine

software enabled operating system

44
New cards

Virtual Private Network (VPN)

Network Service to encrypt and secure a connection to company LAN (DirectAccess = without any user action)

45
New cards

Remote Desktop: Port 3389

allow remote connection to another computer system

46
New cards

CSMA/CA

Carrier Sense Multiple Access/Collision

Security is a concern wireless networks because of the radio broadcast access method (CSMA/CA)

47
New cards

MU-MIMO - Multi User AND Multiple Input and Multiple Output

Allows a WiFi router to Communicate w/ multiple devices simultaneously (no waiting and this is faster).

48
New cards

SSID (Service Set Identifier)

Access Point Broadcast ID

49
New cards

WEP (Wired Equivalent Privacy)

Weak and susceptible to hacks - Not encrypted

50
New cards

WPA

Wireless Protected Access

Stronger

51
New cards

WPA2

WiFi Protected Access 2

WPA2-PSK (Pre-shared key)

Strongest and recommended

52
New cards

WPA/WPA2-Enterprise

802.1x, needs Radius server, various EAP's can be used

Uses a RADIUS Server for companies

53
New cards

802.1x

Uses security certificates

54
New cards

Central Device of a star

Switch or Hub

55
New cards

VLAN(Virtual Local Area Network)

treat it like a subnet but with more security

Replace the word 'VLAN' with the word 'subnetting',

56
New cards

3 Properties of VLANs

1)Requires a router

2) Isolate traffic

3) Create same LAN regardless of physical location, reduce nodes in broadcast

57
New cards

Cat 3 (Category 3)

10Mbps 100m (10BaseT)

58
New cards

CAT 5(Category 5)

100Mbps 100m (100BaseT)

59
New cards

Cat 5e (Enhanced Category 5)

1000Mbps 100m (1000BaseT)

60
New cards

CAT 6(Category 6)

1Gbps/10Gbps 100m/55m (1000BaseT)

61
New cards

What is minimum cable needed for 100Mbps?

Cat 5

62
New cards

What is the max distance of UTP 5 cable?

99.97m 328 feet

63
New cards

Which can travel the furthest distance multi-mode or single-mode fiber?

Fiber Optic Cables support splicing and requires polished connectors

64
New cards

CSMA/CD (Carrier Sense Multiple Access with Collision Detection)

detects collisions and listens for when the media is idle to send

65
New cards

Hubs

Simple devices that connect network components, sending a packet of data to all other connected devices

always floods all ports and is less efficient

66
New cards

Switch

A computer networking device that connects network segments

Associates network Address to Port, uses switching table

sends packets to destination ports if it knows where to go

floods all ports if it does not

can send and receive simultaneously

sends broadcast to all ports

67
New cards

Multi-layer or Layer 3

provide Layer 3 functions and can understand IP addresses where Layer 2 switches cannot

68
New cards

Managed Switches

can create VLANs and use trunk ports to send VLAN traffic

Only Managed switches supports VLANs and remote configuration unmanaged one cannot

69
New cards

Routers

devices that connect different networks together

are TCP/IP enabled and most popular type network today

forward traffic to other networks

70
New cards

Firewall

software that runs on servers (often routers) that only allows traffic through according to some set of security rules.

Device that protects internal network from internet

71
New cards

2.4Ghz

is affected by cordless phones, microwaves, fluorescent lights

72
New cards

Class A IP Address

Address: 1-126

Private Range: 10.x.x.x

Default mask: 255.0.0.0

Example: 63.0.0.0

73
New cards

Class B IP Address

Address: 128-191

Private Range: 172.16.x.x

Default mask: 255.255.0.0

Example: 133.0.0.0

74
New cards

Class C IP Address

Address: 192-223

Private Range: 192.168.x.x

Default mask: 255.255.255.0

Example: 200.0.0.0

75
New cards

Class D IP Address

Address: 224

Private Range:

Default mask: Multi-task

Example: 224.0.0.0

76
New cards

loopback address

Address: 127.0.0.1 - 127.255.255.255

Private Range:

Default mask:

Example:

77
New cards

NAT/PAT (Network Address Translation/Port Address Translation)

masks internal IP addresses private/public

78
New cards

IPv6 Addresses

are 128-bit hexadecimal numbers

(example: 2001:7120:0000:8001:0000:0000:0000:1F10).

only 1 set of :: and made up of 8 16bit blocks

::1 is the loopback address. Unicast IPv6 addresses are assigned to a single interface and are the most common type.

79
New cards

FE80

APIPA address

80
New cards

FEC0

Site Local address

81
New cards

Teredo

Ipv4 to Ipv6 tunneling (Converting protocols that allows IPv4 and IPv6 to work together.)

82
New cards

Router Static Route (default route/gateway)

Set by Administrator

83
New cards

Router Dynamic Routes

set by routing protocols (RIP, OSPF, EIGRP)

84
New cards

DHCP (Dynamic Host Configuration Protocol)

UDP 67, 68

A network service that provides automatic

assignment of IP addresses and other TCP /IP configuration information.

85
New cards

ipconfig /all

Show all TCP/IP details

displays client IP information

Assigns addresses automatically for a lease amount of time created by the scope

Reservations and exclusions are for static IP addresses

86
New cards

APIPA (Automatic Private IP Addressing)

Feature of Windows that automatically assigns an IP address to the system when the client cannot obtain an IP address automatically.

169.254.x.x address assigned when DHCP Server is down or not available

87
New cards

When DHCP is down..

Computer will try to re-lease at 50%

88
New cards

DHCP relay agent

is needed if the client is on a different subnet

89
New cards

DNS (Domain Name System)

53 TCP/UDP

Domain Name Service: Resolves FQDN to IP addresses

90
New cards

DNS Record types

Hosts file stores all the DNS records

A = host record

AAAA = IPv6 host record

MX = Email record

CNAME = Alias record

PTR is the reverse IP address to the Domain Name

A - Record - Domain name to IP address

91
New cards

mail.abc.com mail

host computer/Server, abc = domain name

92
New cards

FTP (File Transfer Protocol)

Data 20

93
New cards

FTP (File Transfer Protocol)

Control 21

94
New cards

SSH (Secure Shell)

TCP 22

UDP 22

95
New cards

Telnet (Telecommunication Network)

TCP 23

96
New cards

SMTP (Simple Mail Transfer Protocol)

TCP 25

97
New cards

DNS (Domain Name System)

53

98
New cards

DHCP (Dynamic Host Configuration Protocol)

UDP 67, 68

99
New cards

HTTP (Hypertext Transfer Protocol)

TCP 80

100
New cards

POP3 (Post Office Protocol version 3)

TCP 110