Networking CIT Flashcards

1
Q

LAN

A

LAN stands for “local area network”. It refers to a network or a portion of a network that is not publicly accessible to the greater internet. A home or office network is an example of a LAN

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

WAN

A

WAN stands for “wide area network”. It means a network that is much more extensive than a LAN. While WAN is the relevant term to use to describe large, dispersed networks in general, it is usually meant to mean the internet, as a whole.

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

Protocol

A

A protocol is a set of rules and standards that basically define a language that devices can use to communicate. There are a great number of protocols in use extensively in networking, and they are often implemented in different layers.

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

Port

A

A port is an address on a single machine that can be tied to a specific piece of software. It is not a physical interface or location, but it allows your server to be able to communicate using more than one application.

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

VPN

A

VPN stands for virtual private network. It is a means of connecting separate LANs through the internet, while maintaining privacy. This is used as a means of connecting remote systems as if they were on a local network, often for security reasons.

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

OSI Model

A

Historically, one method of talking about the different layers of network communication is the OSI model. OSI stands for Open Systems Interconnect.

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

IP

A

The IP protocol is one of the fundamental protocols that allow the internet to work. IP addresses are unique on each network and they allow machines to address each other across a network. It is implemented on the internet layer in the IP/TCP model.

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

ICMP

A

ICMP stands for internet control message protocol. It is used to send messages between devices to indicate the availability or error conditions. These packets are used in a variety of network diagnostic tools, such as ping and traceroute. Usually ICMP packets are transmitted when a packet of a different kind meets some kind of a problem. Basically, they are used as a feedback mechanism for network communications.

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

TCP

A

TCP stands for transmission control protocol. It is implemented in the transport layer of the IP/TCP model and is used to establish reliable connections. TCP is one of the protocols that encapsulates data into packets.

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

UDP

A

UDP stands for user datagram protocol. It is a popular companion protocol to TCP and is also implemented in the transport layer. The fundamental difference between UDP and TCP is that UDP offers unreliable data transfer. It does not verify that data has been received on the other end of the connection.

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

HTTP

A

HTTP stands for hypertext transfer protocol. It is a protocol defined in the application layer that forms the basis for communication on the web.

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

DNS

A

DNS stands for domain name system. It is an application layer protocol used to provide a human-friendly naming mechanism for internet resources. It is what ties a domain name to an IP address and allows you to access sites by name in your browser.

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

SSH

A

SSH stands for secure shell. It is an encrypted protocol implemented in the application layer that can be used to communicate with a remote server in a secure way. Many additional technologies are built around this protocol because of its end-to-end encryption and ubiquity.

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

Broadcast packet

A

A specially addressed packet that is received by all stations in the same domain.

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

Firewall

A

A system, based on either hardware or software, used to govern traffic between two networks.

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

Full duplex

A

Ability to send traffic in both directions at the same time.

17
Q

Half duplex

A

Communicating in only one direction at a time.

18
Q

NAT

A

Network Address Translation (NAT) - The method of converting one IP address to another IP address; primarily used to connect a network which has an internal address space that is on a different standard than another network, such as the Internet.

19
Q

Packet

A

Also known as a “frame,” each packet contains addressing and control information. Packets are variable length, up to a maximum size. Packets for different technologies usually have a minimum and maximum size allowed.

20
Q

Ping

A

A command used to determine the presence and operational nature of another device.

21
Q

Token

A

A specially formatted message that gives the receiving node permission to use the network.