The flashcards below were created by user
akratzert
on FreezingBlue Flashcards.
-
Network services
Resources a network makes available to its users including applications and the data provided by these applications.
-
Protocol
Methods and rules of communication.
-
Convergence
Using the same network to deliver multiple types of communication services, such as video, voice and fax.
-
Unified communications (UC)
The centralized management of multiple network-based communications. E.g. intraoffice phone, long distance phone, cell phone, voice mail, fax, text messages.
-
Video teleconference (VTC)
- Allow people to communicate with video and voice.
- Primarily uses point-to-point model
- Skype and Google Talk are examples.
-
Delay sensitive / Loss tolerant
- You don't want to hear breaks or buffering in A/V in a movie, this is delay sensitivity
- Video transmissions are Loss Tolerant.
-
Disadvantages of peer to peer networks
- Not scalable
- Not secure
- Not practical
-
Network Operating Systems are responsible for...
- Managing data and other resources for a number of clients.
- Ensuring that only authorized users access the network.
- Control which types of files a user can open and read.
- Restricting when and from where users can access the network.
- Dictating which rules computers will use to communicate.
- Sometimes supplying applications and data files to clients.
-
Client-server network advantages
- User accounts and passwords to network are assigned in one place.
- Access to multiple shared resources can be centrally granted to a user or group.
- Problems on the network can be monitored, diagnosed and often fixed from one location.
- More scalable.
-
Difference between a Switch and Router?
- Switch belongs to one network.
- Router belongs to more than one.
-
What are the Layers in the OSI model?
- Layer 7: Application Layer
- Layer 6: Presentation Layer
- Layer 5: Session Layer
- Layer 4: Transport Layer
- Layer 3: Network Layer
- Layer 2: Data Link Layer
- Layer 1: Physical Layer
-
Protocol Data Unit (PDU)
- A group of bits moving from one layer of the OSI to another.
- Layer 7-5: L7PDU: Payload or Data
- Layer 4: L4PDU: Segment (TCP) or Datagram (UDP)
- Layer 3: L3PDU: Packet
- Layer 2: L2PDU: Frame
- Layer 1: L1PDU: Bit
-
Layer 7: Application Layer
- Describes the interface between two applications on separate computers.
- Application programs that provide services to a user. E.g. browser and web server using HTTP
- Utility Programs that provide services to the system. E.g. SNMP that monitors and gathers information about network traffic.
-
Layer 6: Presentation Layer
Responsible for reformatting, compressing, and encrypting data for an application to be able to read it.
-
Layer 5: Session Layer
Describes how data between applications is synced and recovered if messages don't arrive intact.
-
Layer 4: Transport Layer
- Responsible for transporting Application layer payloads from one application to another.
- Transmission Control Protocol (TCP)
- User Datagram protocol (UDP)
- Uses the port number
- Divides messages into smaller segments if they are too large.
- Adds header information to Segments or Datagrams.
-
TCP
- Transmission Control protocol
- Connection oriented protocol
- Guaranteed delivery
- Makes a connection, checks whether data was received, resends if not.
-
UDP
- User Datagram Protocol
- Connectionless protocol / Best effort protocol
- Not guaranteed delivery
- used for broadcasting, streaming, network traffic monitoring
-
Encapsulation
- Adding header information to PDUs
- Transport Layer 4
- Network Layer 3
- Data Link Layer 2
-
Layer 3: Network Layer / Internet Layer
- Responsible for moving messages from one note to another until they reach their destination.
- IP (Internet Protocol) is the principle protocol used.
- Identifies sending and receiving hosts by IP address.
- Routing protocols include...
- ICMP (Internet Control Message protocol)
- ARP (Address Resolution Protocol)
- Adds header information to packets.
-
Fragmentation
- Applies to Layer 3: Network Layer
- If a packet is larger than the maximum size for the network, the Network Layer will divide it into smaller packets.
-
Layer 2: Data Link Layer / Link Layer
- Protocols used here are programmed into the firmware of the NIC or other hardware.
- Example protocols used are...
- Ethernet
- Wi-fi
- Adds Header and trailer information to frames.
- header information contains the MAC address of the source and destination NICs.
-
MAC Address
Physical Address
Hardware Address
Data Link Layer Address
- Media Access Control
- Unique address on ever NIC
-
Layer 1: Physical Layer
- Responsible for sending bits via wired or wireless transmission.
- Wi-fi: Wavelengths in the air
- Ethernet with Twisted Pair: Voltage on copper wire
- Ethernet with Fiber Optic Cable: Light
-
TCP/IP Model
- Similar to OSI model but with only 4 layers.
- Application, presentation, and Session Layers are combined into Application Layer.
- Physical Layer is ignored.
-
Material Safety Data Sheet (MSDS)
Explains how to properly handle substances such as chemical solvelts and how to dispose of them.
-
Network Troubleshooting Steps
- Identify problem and symptoms
- Establish a theory of probably cause
- Test your theory to determine cause
- Establish a plan to resolve the problem
- Implement the solution or escalate the problem
- Verify functionality and implement preventive measures
- Document findings, actions, and outcomes
-
Organizationally Unique Identifier (OUI)
Block ID
Company ID
- First 24 bits (6 hex characters) of a MAC address that identifies the manufacturer of the NIC.
- Assigned by IEEE.
-
Extension identifier
Device ID
- Last 24 bits (6 hex characters) of a MAC address that identifies the NIC.
- Based on model and manufacture date.
-
Gateway
- A computer, router, or other device that a host uses to access another network.
- The default gateway is the gateway that nodes turn to first for access to the outside world.
-
Subnet mask
- 32 bit number that helps computers find each other.
- The bits are used to indicate what portion of an IP address is the network portion and what part if the host portion.
- Using this information, a computer can know if a remote computer with a given IP address is on its own or a different network.
-
DNS Server
Responsible for tracking computer names and their IP addresses.
-
Socket
- The IP Address plus port number.
- E.g.
- 192.168.1.1:80
-
Well-known ports
- 0-1023
- Assigned by IANA to well known protocols and programs.
- 20: FTP-DATA / TCP / File transfer
- 21: FTP / TCP / File transfer control
- 22: SSH / TCP / Secure shell
- 23: TELNET / TCP
- 25: SMTP / TCP
- 53: DNS / TCP & UDP
- 67: DHCPv4 / UDP / Client to Server
- 68: DHCPv4 / UDP / Server to Client
- 69: TFTP / UDP / Trivial FTP
- 80: HTTP / TCP & UDP
- 110: POP3 / TCP
- 123: NTP / UDP / Network Time Protocol
- 137-139: NetBIOS / TCP & UDP / Legacy support
- 143: IMAP / TCP
- 161: SNTP / TCP & UDP
- 443: HTTPS / TCP
- 445: SMB / TCB / Server message Block
- 546: DHCPv6 / UDP / Client to Server
- 547: DHCPv6 / UDP / Server to Client
- 1720: H.323 / TCP / Packet-based Multimedia Communications Systems
- 2427/2727: MGCP / TCP & UDP / Media Gateway Control Protocol
- 3389: RDP / TCP / Remote Desktop
- 5004: RTP / UDP / Real-time Transport Protocol
- 5005: RTCP / UDP / Real-time Transport Control Protocol
- 5060: SIP / UDP / Session Initiaion Protocol, not encrypted
- 5061: SIP / UDP / Encrypted SIP
-
Registered ports
- 1024-49151
- Used by network users and processes that are not considered standard.
- Must be registered with IANA.
-
Dynamic & private ports
- 49152-65535
- Can be used without restriction.
-
Class A IP Addresses
- 1.x.y.z to 126.x.y.z
- 126 possible networks or licences
- 16 million possible IP addresses in each network
-
Class B IP Addresses
- 128.0.x.y to 191.255.x.y
- 16,000 possible networks or licenses
- 65,000 possible IP addresses in each network
-
Class C IP Addresses
- 192.0.0.x to 223.255.255.x
- 2 million possible networks or licenses
- 254 possible IP addresses in each network
-
Reserved IP Addresses
- 255.255.255.255: Used for broadcast messages by TCP/IP sent to every node ont he network
- 0.0.0.0: Currently unassigned
- 127.0.0.1: Loopback address
|
|