Networking Questions Flashcards

1
Q

What is TTL and what does it do?

A

TTL stands for Time to Live. It is a mechanism that limits the lifespan of data in a computer or network.

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

And What is the difference between broadcast and collision domain?

A

A broadcast domain is the domain in which a broadcast is forwarded. A broadcast domain contains all devices that can reach each other at the data link layer (OSI layer 2) by using broadcast.
A collision domain is the domain in which packets collide if sent simultaneously by two devices on a shared network segment. All ports in a hub network are in the same collision domain. Ports on a switch or bridge or router have segregated collision domains.

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

What is the difference between TCP and UDP?

A

TCP is a connection-oriented protocol and UDP is a connection-less protocol. TCP establishes a connection between a sender and receiver before data can be sent. UDP does not establish a connection before sending data

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

What is TCP?

A

Transmission Control Protocol. TCP/IP is a set of standardized rules that allow computers to communicate on a network such as the internet.

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

What is UDP?

A

User Datagram Protocol. It is part of the TCP/IP suite of protocols used for data transferring.

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

Define OSI and what it is.

A

OSI (Open Systems Interconnection) is a reference model for how applications communicate over a network.

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

Define and describe the 7 layers of OSI.

A

1-Physical, 2-Data Link, 3-Network, 4-Transport, 5-Session, 6-Presentation, 7-Application

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

Describe OSI Layer 7

A

Application - This is the layer that is the “closest to the end user”. It receives information directly from users and displays incoming data to the user.

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

Describe OSI Layer 6

A

Presentation - This Layer represents the area that is independent of data representation at the application layer. In general, it represents the preparation or translation of application format to network format, or from network formatting to application format. In other words, the layer “presents” data for the application or the network.

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

Describe OSI Layer 5

A

Session - When two devices, computers or servers need to “speak” with one another, a session needs to be created, and this is done at the Session Layer.

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

Describe OSI Layer 4

A

Transport Layer - deals with the coordination of the data transfer between end systems and hosts. How much data to send, at what rate, where it goes, etc. The best known example of the Transport Layer is the Transmission Control Protocol (TCP), which is built on top of the Internet Protocol (IP), commonly known as TCP/IP. TCP and UDP port numbers work at Layer 4, while IP addresses work at Layer 3, the Network Layer.

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

Describe OSI Layer 3

A

Network - This layer is responsible for packet forwarding, including routing through different routers.

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

Describe OSI Layer 2

A

Data Link - The Data Link Layer provides node-to-node data transfer (between two directly connected nodes), and also handles error correction from the physical layer.

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

Describe OSI Layer 1

A

Physical - This layer represents the electrical and physical representation of the system. This can include everything from the cable type, radio frequency link (as in an 802.11 wireless systems), as well as the layout of pins, voltages and other physical requirements.

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

What is DHCP and how does it work.

A

DHCP Stands for Dynamic Host Configuration Protocol. It is a network management protocol used to automate the process of configuring devices on IP networks. It essentially automatically assigns IP Addresses.

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

What is STP?

A

Spanning Tree Protocol (STP) is a link management protocol that provides path redundancy while preventing undesirable loops in the network

17
Q

Name some protocols and their ports.

A

Telnet (RFC 854 - TCP - Port 23

Dynamic Host Configuration Protocol (DHCP) - UDP - Port 67/68

18
Q

What is a root bridge? How is it elected?

A

A Root Bridge is a reference point for all switches in a spanning-tree topology. Across all connected switches a process of election occurs and the Bridge with the Lowest Bridge ID is elected as the Root Bridge.

19
Q

What’s VLAN? and why we need to use it.

A

A virtual local area network (VLAN) is a logical group of workstations, servers and network devices that appear to be on the same LAN despite their geographical distribution. … The purpose of implementing a VLAN is to improve the performance of a network or apply appropriate security features.

20
Q

Difference Between NTFS and FAT32

A

NTFS is the most modern file system. Windows uses NTFS for its system drive and, by default, for most non-removable drives. FAT32 is an older file system that’s not as efficient as NTFS and doesn’t support as big a feature set, but does offer greater compatibility with other operating systems.

21
Q

What is group policy?

A

Group Policy is a Windows feature that contains a variety of advanced settings, particularly for network administrators. However, local Group Policy can also be used to adjust settings on a single computer.