Networking Flashcards

1
Q

Network

A

A network is simply two or more computers linked together to share data, information or resources.

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

Hubs

A

Hubs are used to connect multiple devices in a network. They’re less likely to be seen in business or corporate networks than in home networks. Hubs are wired devices and are not as smart as switches or routers.

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

Switches

A

Switches are wired devices that know the addresses of the devices connected to them and route traffic to that port/device rather than retransmitting to all devices.

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

Routers

A

Routers are used to control traffic flow on networks and are often used to connect similar networks and control traffic flow between them. Routers can be wired or wireless and can connect multiple switches. Smarter than hubs and switches, routers determine the most efficient “route” for the traffic to flow across the network.

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

Firewalls

A

Firewalls are essential tools in managing and controlling network traffic and protecting the network. A firewall is a network device used to filter traffic. It is typically deployed between a private network and the internet, but it can also be deployed between departments (segmented networks) within an organization (overall network). Firewalls filter traffic based on a defined set of rules, also called filters or access control lists.

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

Server

A

A server is a computer that provides information to other computers on a network. Some common servers are web servers, email servers, print servers, database servers and file servers. All of these are, by design, networked and accessed in some way by a client computer. Servers are usually secured differently than workstations to protect the information they contain.

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

Endpoint

A

Endpoints are the ends of a network communication link. One end is often at a server where a resource resides, and the other end is often a client making a request to use a network resource. An endpoint can be another server, desktop workstation, laptop, tablet, mobile phone or any other end user device.

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

MAC

A

Media Access Control (MAC) Address - Every network device is assigned a Media Access Control (MAC) address. An example is 00-13-02-1F-58-F5. The first 3 bytes (24 bits) of the address denote the vendor or manufacturer of the physical network interface. No two devices can have the same MAC address in the same local network; otherwise, an address conflict occurs.

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

IP

A

Internet Protocol (IP) Address - While MAC addresses are generally assigned in the firmware of the interface, IP hosts associate that address with a unique logical address. This logical IP address represents the network interface within the network and can be useful to maintain communications when a physical device is swapped with new hardware.

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

Upper Layer
1. Application
2. Presentation
3. Session

A

The upper layer, also known as the host or application layer, is responsible for managing the integrity of a connection and controlling the session as well as establishing, maintaining and terminating communication sessions between two computers. It is also responsible for transforming data received from the Application Layer into a format that any system can understand. And finally, it allows applications to communicate and determines whether a remote communication partner is available and accessible.

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

Lower Layer
4. Transport
5. Network
6. Data Link
7. Physical

A

The lower layer is often referred to as the media or transport layer and is responsible for receiving bits from the physical connection medium and converting them into a frame. Frames are grouped into standardized sizes. Think of frames as a bucket and the bits as water. If the buckets are sized similarly and the water is contained within the buckets, the data can be transported in a controlled manner. Route data is added to the frames of data to create packets. In other words, a destination address is added to the bucket. Once we have the buckets sorted and ready to go, the host layer takes over.

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

OSI model

A

The OSI Model was developed to establish a common way to describe the communication structure for interconnected computer systems. The OSI model serves as an abstract framework, or theoretical model, for how protocols should function in an ideal world, on ideal hardware.

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

osi model layers

A

When someone references an image file like a JPEG or PNG, we are talking about the Presentation Layer (6).
When discussing logical ports such as NetBIOS, we are discussing the Session Layer (5).
When discussing TCP/UDP, we are discussing the Transport Layer (4).
When discussing routers sending packets, we are discussing the Network Layer (3).
When discussing switches, bridges or WAPs sending frames, we are discussing the Data Link Layer (2).

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

Payload

A

As data is encapsulated at each descending layer, the previous layer’s header, payload and footer are all treated as the next layer’s payload. The data unit size increases as we move down the conceptual model and the contents continue to encapsulate.

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

At Application layer

A

TCP/IP protocols include Telnet, File Transfer Protocol (FTP), Simple Mail Transport Protocol (SMTP), and Domain Name Service (DNS).

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

TCP AND UDP

A

The two primary Transport Layer protocols of TCP/IP are TCP and UDP. TCP is a full-duplex connection-oriented protocol, whereas UDP is a simplex connectionless protocol.

17
Q

Switch

A

A device that routes traffic to the port of a known device

18
Q

Server

A

A computer that provides information to other computers

19
Q

Firewall

A

A device that filters traffic based on a set of rules

20
Q

Ethernet

A

A standard that defies wired communications of networked devices

21
Q

IP Address

A

Logical address that represents the network interface

22
Q

MAC Address

A

Address that denotes the vendoe or manufacurer

23
Q

Physical Ports

A

Physical ports are the ports on the routers, switches, servers, computers, etc. that you connect the wires, e.g., fiber optic cables, Cat5 cables, etc., to create a network.

24
Q

21-FTP

A

22*-SFTP

25
Q

23 Telnet

A

22* - SSH

26
Q

25 - SMTP

A

587 -SMTP

27
Q

37 - Time

A

123 - NTP

28
Q

53 - DNS

A

853 - DoT

29
Q

80 - HTTP

A

443 - HTTPS

30
Q

143 - IMAP

A

993 - IMAP

31
Q

161/162 - SNMP

A

161/162 - SNMP

32
Q

389 - LDAP

A

636 - LDAPS