Network Technology Flashcards

(40 cards)

1
Q

Front

A

Back

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

What are the four main parts of a network?

A

End Devices, Intermediary Devices, Media, Protocols

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

What are common types of networks?

A

LAN, WAN, CAN, MAN, PAN, SAN, WLAN, VPN, Intranet

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

What is fault tolerance in networking?

A

The ability to continue operating properly in the event of a failure.

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

What is a collision domain?

A

A network segment where data packets can collide with one another.

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

What are the private IP address ranges?

A

10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16

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

What is attenuation?

A

Loss of signal strength across a network due to distance or interference.

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

How many bits are in IPv4 and IPv6 addresses?

A

IPv4 has 32 bits, IPv6 has 128 bits.

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

What connector is used for Ethernet cables?

A

RJ45 connector with 8 pins.

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

What is the purpose of networking reference models?

A

They split networking into manageable layers, simplifying understanding and standardization.

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

What does OSI stand for?

A

Open Systems Interconnection

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

How many layers does the OSI model have?

A

7 layers

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

Name the 7 layers of the OSI model.

A

Application, Presentation, Session, Transport, Network, Data Link, Physical

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

Which OSI layer manages sessions and authentication?

A

Session Layer (Layer 5)

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

What happens at the Transport layer?

A

End-to-end communication is managed, including sequencing and error recovery.

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

What are Protocol Data Units (PDUs) at each layer?

A

Application-Data, Transport-Segments, Network-Packets, Data Link-Frames, Physical-Bits

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

How many layers does the TCP/IP model have?

18
Q

What are the four layers of the TCP/IP model?

A

Application, Transport, Internet, Network Access

19
Q

What is the main difference between the OSI and TCP/IP models?

A

OSI is a theoretical model, TCP/IP is based on practical protocols.

20
Q

What does CIDR stand for?

A

Classless Inter-Domain Routing

21
Q

What is the purpose of a router?

A

To forward packets between different networks based on destination IP addresses.

22
Q

Why was IPv6 introduced?

A

To overcome the IPv4 address exhaustion and improve packet processing.

23
Q

What protocol is used to map an IP address to a MAC address?

A

Address Resolution Protocol (ARP)

24
Q

What does DHCP stand for?

A

Dynamic Host Configuration Protocol

25
What command checks DHCP settings in Windows?
ipconfig /all
26
What does 'ipconfig /release' do?
Releases the current DHCP-assigned IP address.
27
What does 'ipconfig /renew' do?
Requests a new IP address from the DHCP server.
28
What is encryption?
Changing text into a non-recognisable format to protect information.
29
What is symmetric encryption?
Encryption where the same key is used for both encryption and decryption.
30
What is asymmetric encryption?
Encryption using a public key to encrypt and a private key to decrypt.
31
What wireless encryption method uses AES?
WPA2
32
Why is WPA2 considered secure?
It uses AES with a 256-bit key, making brute-force attacks impractical.
33
What is the main difference between Telnet and SSH?
Telnet is insecure and sends data in plain text, while SSH is secure and encrypts data.
34
What is circuit switching?
A method where a dedicated communication path is established between two nodes.
35
What is packet switching?
Data is broken into packets and each packet can take different paths to the destination.
36
What does CSMA/CD stand for?
Carrier Sense Multiple Access with Collision Detection
37
What is the main advantage of fiber optics over copper?
Higher bandwidth and longer distance with lower signal loss.
38
What is the purpose of port numbers in networking?
They identify specific processes or services for communication.
39
What are well-known ports?
Ports 0-1023, reserved for common services like HTTP (port 80), FTP, and SMTP.
40
What tool can you use to view open TCP connections?
netstat