1.0 NETWORK CONCEPTS Flashcards

(45 cards)

1
Q

A protocol that is connection-oriented, “Reliabel” delivery and has flow control ?

A

TCP (Transmission Control Protocol).
+ recovery from errors and manage out-of -order messages.
+receiver can manage how much data is sent.

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

What protocol is connectionless, “Unreliable” delivery and no flow control?

A

UDP(User Datagram Protoco).
+ No formal open or close connection.
= No reording of data or retransmissions.
+Sender determines the amount of data transmitted.

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

What is Non- ephemeral ports?

A

Permanent port numbers.
+Ports 0-1023.
+On server or service.

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

What is Ephemeral ports?

A

Temporary port numbers.
+Ports 1024-65535.
+ real-time by the clients.

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

What is SSH?

A

Secure shell.
+Port: tcp/22
+encrypted console login.

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

What is DNS?

A

Domain Nmae System.
+Port: udp/53
+Convert domain names to IP addresses.

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

What is SMTP?

A

Simple Mail Transfer Protocol.
+Port: tcp/25
+Transfer email between mail servers..

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

What is SFTP?

A

Secure FTP.
+Port: tcp/22
+Secure file transfer.

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

What is FTP?

A

File transfer porotocl.
+Port: tcp/20-21
+Sends and receives files between systems.

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

What is TFTP?

A

Trivial File Transfer Protocol.
+Port: udp/69.
+A very simple file transfer applicaiton.

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

What is Telnet?

A

Telecommunicaiton Network.
+Port: tcp/23
+Remote console login to network devices.

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

What is DHCP?

A

Dynamic Host Configuration Protocol.
+Port: udp/67-68
-+Automated IP addressing and configuration.

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

What is HTTP?

A

Hypertext Transfer Protocol.
+Port: tcp/80
-+Web server communication.

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

What is HTTPS?

A

Hypertext Transfer Protocol Secure.
+Port: tcp/443
-+Web server communication with encryption.

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

What is SNMP?

A

Simple Network Management Protocol.
+Port: udp/161.
-+Gather statistics and manage network devices.

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

What is RDP?

A

Remote Desktop Protocol.
+Port: tcp/3389
+ Graphical display of remote device.

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

What is NTP?

A

Network Time Protocol.
+Port: tcp/3389
+ Graphical display of remote device.

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

What is SIP?

A

Session Initiation Protocol.
+Port: tcp/5060-5061
+ Voice over IP signaling protocol.

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

What is SMB?

A

Server Message Block.
+Port: tcp/445.
+ Windows file transfer and printer sharing..

20
Q

What is POP3?

A

Post Office Protocol v 3.
+Port: tcp/110.
+ Receive mail into a mail client.

21
Q

What is IMAP4?

A

Internet Message Access Protocol v4.
+Port: tcp/143
+ A newer mail client protocol.

22
Q

What is LDAP?

A

Lightweight Directory Access Protocol.
+Port: tcp/389.
+ Communicate with network directories.

23
Q

What is LDAPS?

A

Lightweight Directory Access Protocol Secure.
+Port: tcp/636.
+ LDAP over SSL.

24
Q

What is H.323?

A

ITU Telecommunication H.32x protocol series.
+Port: tcp/1720
+Voice over IP signaling.

25
OSI MODEL
*Please Do Not Throw Sausage Pizza Away*
26
What layer is for signaling, cabling and connectors?
Physical Layer (1).
27
What layer is the foundation of communication, "MAC" and switching?
Data Link Layer.
28
What layer is "routing", "IP" and Fragments frames to traverse different networks?
Network Layer.(3)
29
What layer transfers information across the network and uses tcp and udp?
Transport layer.(4)
30
What layer manages communication between devices, start, stop, restart, half-duplex, full-duplex, control protocols and tunneling protocols?
Session layer.(5)
31
What layer character encodes, application encryption and often combined with the Application layer?
Presentation layer.(6)
32
The layer that we see - HTTP, FTP, DNS AND POP3?
Application layer. (7)
33
What is a MAC address?
Media Access Control. +"physical" address to network adapter. +Unique to device. + 48bits/6bytes long (hexadecimal).
34
Which duplex cannot send and receive simultaneously?
Half-duplex. +Lan Hubs. +Switches can be configured to half-duplex as long as it is connected to and half-duplex device.
35
Which duplex can send and receive at the same time?
Full-duplex.
36
What operation listens for an opening and if a collision occurs what happens?
CSMA/CD OPERATIONS. +Transmit jam signal bc of a collision has occurred. +Random wait time and then retry.
37
Common on wireless networks and collision detection isn't possible?
CSMA/CA. +Sending station can't "hear" other stations. +Common to see RTS/CTS.(ready/clear).
38
Gathers, updates and builds list of MAC addresses? Maintains loop free enviroment?
Switch. | +Uses STP: Spanning Tree Protocol to maintain loop free enviroment.
39
If a switch does not have MAC address in the table, what will it do?
Flooding for unknown MAC addressses. | +Sends frames to everyone.
40
What is arp-a used for?
Address Resolution Protocol. +Determine MAC address based on an IP address. +arp-a = View local ARP table.
41
You have one station sending info. to another station. What is this called.
Unicast. +Web surfing, file transfers. +Not optimal for streaming media.
42
Information delivered to a interested systems is called.
Multicast. +Multimedia delivery, stock exchanges. +Difficult to scale on large networks.
43
information that is being sent to everyone on network is called?
Broadcast. +1 packet recived by everyone. +Limited scope, Routing updates, ARP requests. +Not used in IPv6.
44
What is PDU?
Unit of transmission. | +A different group of data ta different OSI layer.
45
What is MTU?
Maximum IP packet to transmit- but not fragment. +Fragmentation slows things down. +Difficult to know the MTU all the through the path.