Mainframe System Programmer – Network Final Master Concept & Interview Explanation Bank

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

flashcard set

Earn XP

Description and Tags

A comprehensive set of practice flashcards covering z/OS networking, TCP/IP fundamentals, SNA/VTAM, and Sysplex architecture concepts suitable for a Mainframe System Programmer review.

Last updated 1:53 AM on 8/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

What is the core function of a network?

A network allows two or more systems to communicate and exchange data using a communication method called a protocol.

2
New cards

What is a protocol in networking?

A protocol is a set of rules for communication that dictates how systems format, send, and understand data, such as TCP, IP, DNS, and HTTP.

3
New cards

How many bits are used in IPv4 and IPv6 addresses respectively?

IPv4 uses 3232 bits and IPv6 uses 128128 bits.

4
New cards

In an IPv4 address like 192.168.1.10192.168.1.10, how is the address normally written?

As four decimal numbers separated by dots.

5
New cards

What is the purpose of a subnet mask?

It identifies which part of an IPv4 address represents the network and which part represents the host, such as 255.255.255.0255.255.255.0 where the first three parts identify the network.

6
New cards

What is the role of a default gateway?

The default gateway is the router used to forward traffic when the destination is outside the local network.

7
New cards

What is the difference between the functions of ICMP and ARP?

ICMP is used for network control and diagnostic messages (like Ping), while ARP (Address Resolution Protocol) is used to find the MAC address for a known IP address on a local network.

8
New cards

How do TCP and UDP differ as transport protocols?

TCP is connection-oriented, reliable, and uses handshakes and acknowledgements, while UDP is connectionless, has less overhead, and does not guarantee delivery.

9
New cards

What are the three steps of the TCP three-way handshake?

1.1. Client sends SYN, 2.2. Server replies with SYN-ACK, 3.3. Client sends ACK.

10
New cards

What does the TCP state 'LISTEN' indicate?

It means an application is waiting for incoming connections.

11
New cards

What is a socket?

A socket is a communication endpoint used by an application that is associated with an IP address and a port.

12
New cards

What is the function of the DNS resolver?

The resolver is the part of the system that handles name resolution by contacting DNS servers to map hostnames to IP addresses.

13
New cards

What is the difference between symmetric and asymmetric encryption in TLS?

Symmetric encryption uses the same secret key for encryption and decryption, while asymmetric encryption uses a public key and a private key.

14
New cards

What does a digital certificate bind together?

A certificate binds an identity to a public key and is signed by a Certificate Authority (CA) for verification.

15
New cards

How do FTPS and SFTP differ?

FTPS is the FTP protocol with TLS protection, while SFTP is the SSH File Transfer Protocol which runs over SSH.

16
New cards

Which two major networking worlds are supported by z/OS Communications Server?

TCP/IP (for IP-based communication) and SNA (managed through VTAM).

17
New cards

What is OSA and QDIO?

OSA (Open Systems Adapter) provides physical network connectivity for the mainframe, and QDIO (Queued Direct I/O) is the high-speed I/O method used to move data between the stack and the OSA adapter.

18
New cards

What is the difference between PROFILE.TCPIP and TCPIP.DATA?

PROFILE.TCPIP is the main stack configuration member (IP addresses, routes, ports), while TCPIP.DATA contains resolver information like hostnames and name servers.

19
New cards

In SNA, what is the difference between an LU and a PU?

An LU (Logical Unit) represents a logical communication endpoint for applications, while a PU (Physical Unit) represents a physical or network resource.

20
New cards

What is Enterprise Extender (EE)?

Enterprise Extender allows SNA traffic to travel over an IP network by encapsulating SNA HPR traffic within UDP.

21
New cards

What is PAGENT and its role in AT-TLS?

PAGENT (Policy Agent) manages network policies and makes the AT-TLS policy (identifying which connections use TLS) available to the TCP/IP stack.

22
New cards

What is the purpose of TN3270?

TN3270 allows traditional 3270 terminal sessions to travel over TCP/IP networks instead of original SNA connections.

23
New cards

What is the difference between Sysplex and Parallel Sysplex?

A Sysplex is a group of z/OS systems working together, while a Parallel Sysplex uses a Coupling Facility (CF) for shared structures and fast coordination.

24
New cards

What is XCF?

XCF (Cross-System Coupling Facility) is the component that supports communication between systems in a Sysplex.

25
New cards

What is a DVIPA (Dynamic Virtual IP Address)?

A DVIPA is a virtual address that can be moved or activated dynamically across systems in a Sysplex to ensure high availability.

26
New cards

How does Sysplex Distributor use WLM?

Sysplex Distributor uses workload information from WLM (Workload Manager) to decide which target LPAR has the capacity to handle new incoming connections.

27
New cards

What are HiperSockets?

HiperSockets provide high-speed, internal memory-based communication between LPARs on the same mainframe without using external network hardware.

28
New cards

What is the MTU (Maximum Transmission Unit)?

MTU is the largest packet size that can be sent over a network interface without fragmentation.